/* Reset the fonts etc */
@import "reset-min.css";
@import "fonts-min.css";


/* LAYOUT */

/*
 * Layout: Two percentage columns and one larger.
 * Taken from http://blog.html.it/layoutgala/ (n.30 at the time of writing this)
 */

html, body {
	margin: 0;
	padding: 0;
}

div#wrapper {
	float: left;
	width: 100%;
	min-height: 800px;
}

div#content {
	margin: 0 25%;
	border-top: #7b031f;
}


div#navigation {
	float: left;
	width: 25%;
	margin-top: 0;
	padding-top: 0;
	margin-left: -100%;
	min-height: 500px;
}

div#subnav {
	float: left;
	width: 25%;
	margin-left: -25%;
}

div#footer {
	clear: left;
	width: 100%;
}


/* STYLING */
/* Use principles from http://webtypography.net */
/* Body */
body {
	color: #112a49;
	font: 90%/1.5em georgia, 'new york', 'book antiqua', palatino, "Times New Roman", times, serif;
	background: #f3f2dd; /* light light yellow */
}

em {
	font-style: italic;
}


strong {
	font-style: inherit;
	font-weight: bold;
}


/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	word-spacing: -0.1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font: 1.4em/2em;
}

h4 {
	font 1.2em/1.5em;
}

h5 {
	font: 1em/1.2em;
	letter-spacing: 0.1em;
}

h6 {
	font: 0.8em/1em;
	letter-spacing: 0.1em;
}

/* Paragraphs */
p {
	word-spacing: 0.25em;
	font: 90%/1.5em;
	margin-top: 1.5em;
}

p + p {
	text-indent: 1.25em;
}


/* Lists */
ul, ol, dl {
	margin: 1.5em 0;
	padding: 0 11.8%;
}


ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

li, dd, dt {
	margin: 0;
}

dd {
	margin-left: 1.5em;
}

/* Images */
img {
	border-style: none;
}

/* Links */
a {
	font-family: verdana, "Trebuchet MS", helvetica, "vera sans", lucida, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	color: #7b031f; /* Superman Returns red */
}

a:hover {
	color: #1c72a5;
	text-decoration: underline;
}



/* Abbreviations and Acronyms */
abbr, acronym {
	letter-spacing: 0.1em;
	border-bottom: 1px dotted;
}


/* Block Quotes */
blockquote {
	margin: 1em 5em;
}

blockquote:before, blockquote:after {
	color: #a77e0a; 	/* Superman yellow */
	font-weight: bold;
	font-size: 5em;
	line-height: 1.2;
	margin-left: -0.5em;
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

blockquote p {
	margin-top: -2em;
}

blockquote p + p {
	margin-top: 2em;
}


/* Preformatted code blocks */
code {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
}

pre {
	margin: 1.5em;
	width: 90%;
	border: 1px solid #8aafca;
	background:  #f4db99;
	padding: 1em;
	overflow: auto;
}

/* Citations */
cite {
	font-style: italic;
	margin: 1em;
	clear: both;
}






/* STYLING */
/* Header */

div#header {
	position: relative;
	height: 100%;
	width: 540px;
	margin: 0 auto;
	padding: 2em 0;
}

div#header h1 {
	height: 5em;
	line-height: 5em;
	margin: 0;
	background: transparent;
	color: black;
}

div#header div#auth {
	float: right;
}


/* Content */
div#content p a {
	text-decoration: underline;
}


div#content p {
	line-height: 1.5em;
}

/* Footer */
div#footer p {
	margin: 0;
	font-size: x-small;
	padding-top: 2em;
	padding-bottom: 0.5em;
	text-align: center;
}

div#footer a {
	display: inline;
	padding: 0;
}

/* Site Navigation */
div#mainnav {
	margin-top: 0;
	padding-top: 0;
}

div#mainnav h4 {
	position: absolute;
	left: -999px;
}

div#mainnav ul {
	margin: 0 1.25em 1.5em 0;
}

div#mainnav ul li {
	border-top: 1px solid #f4db99;
	text-align: right;
	list-style-type: none;
}

div#mainnav a {
	font-size: 1.3em;
	margin-right: 1.25em;
	display: block;
}

div#mainnav a:hover {
	text-decoration: none;
}

/* Main navigation menu tabs */
#homepage #nav-homepage,
#blogs #nav-blogs,
#archives #nav-archives,
#about #nav-about,
#feeds #nav-feeds,
#gallery #nav-gallery {
	background: #f4db99;
}



/* Other divs in the side columns */
div#subnav ul, div#subnav ol, div#subnav dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#archives, div#bloggers, div#catnav {
	margin-left: 2.5em;
	margin-bottom: 2em;
}

div#ads-bar {
	margin-left: 1.25em;
}


/* Date Widget inspired by http://veerle.duoh.com/ */
.date {
	float: left;
	width: 3em;
	text-align: center;
	margin: 0.5em 1.5em 1.5em 0;
	border: 1px solid #8aafca;
}

.date abbr.published {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", verdana, "vera sans", helvetica, sans-serif;
}

.date span.day, .date span.day-invisivle {
	font-size: 2.2em;
	display: block;
}

.date span.month, .date span.month-invisible {
	font: 1.1em/1.3em;
	letter-spacing: 0.1em;
	display: block;
}

.date span.year {
	font: 1em/1.2em;
	display: block;
}

.date span.day-invisible, .date span.month-invisible {
	visibility: hidden;
}



/* Tag Cloud taken from http://24ways.org/2006/marking-up-a-tag-cloud */
.tag-cloud li {
	display: inline;
}

.tag-cloud span {
	position: absolute;
	left: -999px;
	width: 990px;
}

.tag-cloud .popular1 {
	font-size: 0.8em;
}

.tag-cloud .popular2 {
	font-size: 1em;
}

.tag-cloud .popular3 {
	font-size: 1.2em;
}

.tag-cloud .popular4 {
	font-size: 1.4em;
}

.tag-cloud .popular5 {
	font-size: 1.5em;
}

.tag-cloud .popular6 {
	font-size: 1.6em;
}


/* Blog Comments Display */
div#comments {
	padding-top: 1em;
	border-top: 1px solid #b51726;
}

div#comments h2 {
	margin-bottom: 2em;
}

div#comments a {
	font-size: 0.9em;
}

.comment-id {
	float: left;
	text-align: right;
	font-size: 3em;
	font-style: italic;
}

.comment-even, .comment-odd, .comment-self {
	margin: 1.5em 4em;
	padding: 0 1.5em;
}

.comment-odd {
	background: #e9e3d7;
}

.comment-self {
	background: #dceaf7;
}


.hentry {
	padding-bottom: 3em;
	margin-bottom: 1em;
/*	border-bottom: 1px solid #b51726;*/
	min-height: 150px;
}

.hentry p {
	clear: left;
}

.gotchi {
	position: relative;
	float: right;
}

.permalink {
	position: relative;
	float: right;
	margin-bottom: 1em;
}

span.author {
	float: left;
	clear: right;
	font-size: 0.8em;
}

div#intro {
	padding-bottom: 1em;
	border-bottom: 1px solid #b51726;
}

h3.feeds {
	margin-top: 2em;
}

div#posting {
	padding-bottom: 3em;
	margin-bottom: 1em;
}


div#posting h2, div#posting .gotchi {
	margin-bottom: 3em ;
}

div#posting h2 {
	text-align: center;
}

div#posting h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Blog Comments Form */

#comment-post {
	margin-bottom: 1em;
	margin-top: 1em;
	border-top: 1px solid #b51726;
}

#comment-post fieldset {
	clear: both;
	width: 100%
	margin: 0 0 1.5em 0;
	padding: 1em 0;
}

legend {
	margin: 3em 0 0 1em;
	padding: 3em 0 0 0;
	font-size: 1.6em;
}

fieldset ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
}

p.submit, fieldset li.submit {
	display: block;
	width: auto;
	background-color: transparent;
	margin-top: -8em;
	padding-top: -8em;
}

fieldset li label {
	float: left;
	margin-left: 1.5em;
	padding-left: 2.5em;
	font-weight: bold;
	display: block;
	width: 100%;
}

fieldset li input {
	width: 40%;
}

fieldset li textarea {
	width: 85%;
}

fieldset li input, fieldset li textarea {
	display: block;
	float: left;
	margin: 0.5em 4em 2em 4em;
	padding: 0 1em;
}

li.error textarea, li.error input {
	background: #f4db99;
}

#preview-comment {
	width: 100%;
	display: block;
	margin-bottom: 6em;
}

span.tags {
	font: 0.8em/1.2em;
	margin-top: 0;
	padding-top: 0;
}

span.vcard {
	display: block;
}

.read-more {
	text-align: right;
}

.entry-content {
	margin-top: 5em;
}

/* Webmail */
.unread {
	font-weight: bold;
}

.deleted {
	text-decoration: line-through;
}

#current {
	background: #f4db99;
}


/* Photologue */

ul.slide {
	list-style-type: none;
}

ul.slide li {
	display: inline;
}

