/*  
Theme Name: NickFitz2
Theme URI: http://www.nickfitz.co.uk/
Description: New theme for nickfitz.co.uk.
Version: 0.1
Author: Nick Fitzsimons
Author URI: http://www.nickfitz.co.uk/


*/

/* The first part of this file just resets annoying browser default styles */
/* These reset styles from Eric Meyer http://meyerweb.com/
/* v1.0 | 20080212 */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's reset */


/* Begin structure */
body {
    background-color: #5b677e;
}

#page {
    color: #000;
    background-color: #5b677e;
    text-align: left;
    min-width: 956px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fc0;
    border-width: 1px 1px 0;
}

#header {
    background-color: #5b677e;
    position: relative;
    float: left;
    width: 699px;
    border-right: 1px solid #fc0;
}

#primary {
    float: left;
    display: inline;
    width: 700px;
    background-color: #fff;
}


#content {
    float: left;
    width: 700px;
    position: relative;
}

#secondary {
    background-color: #5b677e;
    margin-left: 701px;
}

#footer {
    clear: both;
    border: 1px solid #fc0;
    border-width: 1px 0;
}

/*

Font sizes based on principles described in Mark Boulton's article:

http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography_part_4/

*/

body {
    font-family: "Loucida Grande", Verdana, Arial, Sans-Serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: /*Constantia,*/ Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
}

h1 {
    font-size: 218%;
}

h2 {
    font-size: 164%;
}

h3 {
    font-size: 145%;
}

h4 {
    font-size: 118%;
}

h1 a,
h1 img {
    display: block;
}

#page {
    background: #5b677e url("images/gold.gif") 700px 0 repeat-y;
}

#sidebar {
    font-size: 0.857em;
    line-height: 1.75;
    color: #000;
} 

#sidebar .section h2,
#sidebar .section form,
#sidebar .section p,
#sidebar .section ul {
}



#sidebar ul {
    padding-left: 1em;
}

#sidebar ul ul {
    padding-left: 1em;
}

#sidebar p,
#sidebar li {
    color: #fff;
}

#sidebar .section {
    padding: 1em;
    border-bottom: 1px solid #fc0;
}

#sidebar h2 {
    font-size: 164%;
    line-height: 1.25em;
    color: #fc0;
}

#sidebar a:link {
    text-decoration: none;
    color: #fc0;
}

#sidebar a:visited {
    text-decoration: none;
    color: #dbaf00;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

#sidebar a:focus {
    text-decoration: underline;
    color: #fff;
}

#sidebar a:active {
    text-decoration: underline;
    color: #fff;
}

.post a:link {
    text-decoration: underline;
    color: #5b67c0;
}

.post a:visited {
    text-decoration: underline;
    color: #99c;
}

.post a:hover {
    text-decoration: underline;
    color: #fc0;
    background-color: #5b67c0;
}

.post a:focus {
    text-decoration: underline;
    color: #fc0;
    background-color: #5b67co;
}

.post a:active {
    text-decoration: underline;
    color: #fc0;
    background-color: #5b67c0;
}

.post .entry p {
}


.post {
    border-right: 1px solid #fc0;
}

.post_header {
    color: #fff;
    background-color: #5b677e;
    border: 1px solid #fc0;
    border-width: 1px 0;
    padding: 2em 1em 1.5em;
    position: relative;
}

.post_header p.attribution {
    color: #fff;
    font-size: 70%;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
}

.post_header p.attribution .date {
    font-style: italic;
}

.post_header p.attribution .name {
    font-style: italic;
}


.post h2,
.post .post_header h3 {
    line-height: 1.5;
    margin: 0;
    background-color: #5b677e;
}

.post h2 a:link,
.post .post_header h3 a:link {
    color: #fc0;
    text-decoration: none;
}

.post h2 a:visited,
.post .post_header h3 a:visited {
    color: #fc0;
    text-decoration: none;
}

.post h2 a:hover,
.post .post_header h3 a:hover {
    color: #fc0;
    text-decoration: underline;
}

.post h2 a:focus,
.post .post_header h3 a:focus {
    color: #fc0;
    text-decoration: underline;
}

.post h2 a:active,
.post .post_header h3 a:active {
    color: #fc0;
    text-decoration: underline;
}

.post h3 {
    color: #5b677e;
    background-color: #fff;
    margin: 0.5em 1em;
}

.post .entry {
}

.post .entry p,
.post .entry blockquote,
.post .entry dl,
.post .entry ul,
.post .entry ol {
    margin: 1em 1.5em;
    font-size: 0.88em;
}

.post .entry pre {
    margin: 1em 1.5em;
}
.postmetadata {
    color: #fff;
    background-color: #5b677e;
    margin: 0;
    padding: 1em 1.5em 1em;
    border: 1px solid #fc0;
    border-width: 1px 0 5px;
    font-size: 0.75em;
    clear: both;
}

.postmetadata a:link {
    text-decoration: none;
    color: #fc0;
}

.postmetadata a:visited {
    text-decoration: none;
    color: #dbaf00;
}

.postmetadata a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

.postmetadata a:focus {
    text-decoration: underline;
    color: #fff;
}

.postmetadata a:active {
    text-decoration: underline;
    color: #fff;
}

p.update {
    border: 1px solid #fc0;
    background-color: #5b677e;
    color: #fff;
    padding: 1em;
}

p.update a:link {
    text-decoration: none;
    color: #fc0;
}

p.update a:visited {
    text-decoration: none;
    color: #dbaf00;
}

p.update a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

p.update a:focus {
    text-decoration: underline;
    color: #fff;
}

p.update a:active {
    text-decoration: underline;
    color: #fff;
}


h3#comments {
    background-color: #5b677e;
    color: #fff;
    clear: left;
    padding: 0.5em 1em;
    border: 1px solid #fc0;
    border-width: 2px 1px 1px 0;
}

.commentlist li {
    border: 1px solid #fc0;
    border-width: 1px 1px 1px 0;
}

.commentmetadata {
    color: #fff;
    background-color: #5b677e;
    margin: 0;
    padding: 1em 1.5em 1em;
    border-right: 1px solid #fc0;
}

.commentmetadata p {
    font-size: 0.75em;
}

.commentmetadata h3 {
    font-size: 1.25em;
}

.commentmetadata a:link {
    text-decoration: none;
    color: #fc0;
}

.commentmetadata a:visited {
    text-decoration: none;
    color: #dbaf00;
}

.commentmetadata a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

.commentmetadata a:focus {
    text-decoration: underline;
    color: #fff;
}

.commentmetadata a:active {
    text-decoration: underline;
    color: #fff;
}

.commentbody p,
.commentbody .entry blockquote,
.commentbody .entry dl,
.commentbody .entry ul,
.commentbody .entry ol {
    margin: 1em 1.5em;
    font-size: 0.88em;
}

#respond {
    background-color: #5b677e;
    color: #fff;
    padding: 1em 1.5em;
    border: 1px solid #fc0;
    border-width: 1px 1px 0 0;
    clear: left;
}

#respond p {
    margin: 1em 0;
}

#respond p.action {
    width: 647px;
    text-align: right;
}

#respond .help {
    font-size: 0.75em;
    font-style: italic;
}

#respond label {
    color: #fc0;
    font-size: 0.75em;
    display: block;
}

#respond textarea {
    width: 645px;
}

#footer {
    padding: 1em 1.5em;
}

#footer p {
    color: #fff;
    font-size: 0.75em;
}

#footer a:link {
    text-decoration: none;
    color: #fc0;
}

#footer a:visited {
    text-decoration: none;
    color: #dbaf00;
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

#footer a:focus {
    text-decoration: underline;
    color: #fff;
}

#footer a:active {
    text-decoration: underline;
    color: #fff;
}

#footer {
    background-color: #5b677e;
    color: #fff;
}

.navigation {
    background-color: #5b677e;
    color: #fff;
    padding: 1em 1.5em;
    border: 1px solid #fc0;
    border-width: 1px 1px 0 0;
}
.navigation p {
    font-size: 0.75em;
}

.navigation h3 {
    font-size: 1.25em;
}

.navigation a:link {
    text-decoration: none;
    color: #fc0;
}

.navigation a:visited {
    text-decoration: none;
    color: #fc0;
}

.navigation a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

.navigation a:focus {
    text-decoration: underline;
    color: #fff;
}

.navigation a:active {
    text-decoration: underline;
    color: #fff;
}

.archive_header {
    color: #fff;
    background-color: #5b677e;
    border: 1px solid #fc0;
    border-width: 1px 1px 0 0;
    padding: 2em 1em 1.5em;
    position: relative;
}

.flickr {
    color: #fff;
    background-color: #5b677e;
    margin: 0 1em 1em;
    padding: 12px;
    width: 240px;
    float: right;
    border: 1px solid #fc0;
}

.flickr .photo {
    margin: 0 auto;
}

.flickr img {
    display: block;
}

.flickr .photo a {
    display: block;
}

.flickr .attribution a:link {
    text-decoration: none;
    color: #fc0;
}

.flickr .attribution a:visited {
    text-decoration: none;
    color: #fc0;
}

.flickr .attribution a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

.flickr .attribution a:focus {
    text-decoration: underline;
    color: #fff;
}

.flickr .attribution a:active {
    text-decoration: underline;
    color: #fff;
}

.flickr .caption a:link {
    text-decoration: none;
    color: #fc0;
}

.flickr .caption a:visited {
    text-decoration: none;
    color: #fc0;
}

.flickr .caption a:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #5b677e;
}

.flickr .caption a:focus {
    text-decoration: underline;
    color: #fff;
}

.flickr .caption a:active {
    text-decoration: underline;
    color: #fff;
}

strong, b, b a {
    font-weight: 800;
}

del {
    text-decoration: line-through;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}




