body {
	margin: 3em 2em;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	line-height: 1.7em;
}

a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active { color: #000; text-decoration: none; }

.post img { margin-bottom: 1em; }

ul { padding-bottom: 1.5em; }

blockquote { padding-left: 1.5em; border-left: 1px solid #ccc; font-style: normal; }

.center { text-align: center; }

#footer a:link, #footer a:visited {
	padding: 7px;
	background-color: #ddd;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#footer a:hover, #footer a:active {
	padding: 7px;
	background-color: #ccc;
	color: #444;
	text-decoration: none;
	text-shadow: 1px 1px 1px #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
	margin-left: 0; margin-right: 0;
	padding-left: 0; padding-right: 0;
	text-indent: 0;
}

h2 {
	color: #777;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 a:link, h2 a:visited { color: #777; text-decoration: none; }
h2 a:hover, h2 a:active { color: #777; text-decoration: none; }

h3 {
	font-family: "Helvetica Neue", Helvetica, serif;
	font-size: 1.7em;
	margin-bottom: .5em;
}

h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover, h3 a:active { text-decoration: none; }

h6 {
	color: #aaa;
	font-size: 1em;
	font-weight: normal;
}

h6 a:link, h6 a:visited { color: #aaa; text-decoration: none; }
h6 a:hover, h6 a:active { color: #aaa; text-decoration: none; }

.container { width: 670px; }

#header { text-align: center; padding: 4em 0; }

#content { margin-top: 1.5em; }

ol#posts {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none inside;
}

.span-4 h2 {
	text-align: right;
	padding-right: 1em;
	margin: 0;
}

.span-4 h6 {
	text-align: right;
	padding-right: 1.25em;
	margin: 0 0 .5em 0;
}

.span-4 h6 img{
	position: relative;
	top: 4px;
}

div#posts .post{
	padding-bottom: .5em;
}

ol#posts li.quote, ol#posts li.chat {
	padding-bottom: 1em;
}

ol#posts li.quote {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.6em;
}

ol#posts li.quote .source {
	font-family: Verdana, sans-serif;
	font-size: .77em;
	font-style: normal;
	padding-top: 1em;
}

ol#posts li.chat ul.chat {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none inside;
}

ol#posts li.chat ul.chat .label { text-transform: uppercase; color: #666; font-size: .95em; }

.tags, .tags a { color: #aaa; text-decoration: none; text-transform: lowercase; }


#footer { margin-top: .5em; }

#features, #pages, #description { margin-top: 2.5em; }

#portrait { float: left; margin: 0 1em 1em 0; }

.previous { }
.search { text-align: center; }
.next { text-align: right; }

#copyright {
	margin-top: 1.5em;
	color: #999;
}

#copyright a { color: #999; }
#copyright a:link, #copyright a:visited{ text-decoration: underline; }
#copyright a:hover, #copyright a:active{ text-decoration: none; }