/*
* London v1.2
* Mon October 13th, 2010
* Design by Sean Hood
* http://snhd.me
*/
html, body, div, span, 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%;
	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;
}

body {
	background: #222222;
	color: #595959;
	font: 12px Cambria, Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}
a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: linear opacity .05s;
}
a:hover,
a:active {
	opacity: 0.8;
	text-decoration: none !important;
}

#wrap {
	width: 500px;
	padding: 40px 40px 20px;
	background: #ffffff;
	margin: 0 0 40px 40px;
}
.header {
	border-bottom: 1px solid #dddddd;
}
.header h1 {
	font-size:22px;
	line-height: 1.5;
	margin: 0 0 5px;
}
.header h1 a {
	color: #595959;
}
.header .description {
	padding: 0 0 10px;
}
.content {
	overflow: hidden;
}
.posts {
	width: 500px;
	margin: 20px 0 0;
}
.posts .post {
	margin: 5px 0 35px;
	position: relative;
}
.posts .post .post_content {
}
.posts .post .post_content h2,
.posts .post .post_content h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 8px;
}
.posts .post .post_content p,
.posts .post .post_content ul,
.posts .post .post_content ol {
	line-height: 1.5;
	margin: 0 0 8px;
}
.posts .post .post_content img {
	max-width: 500px;
}
.posts .post .post_content blockquote {
	padding: 0 0 0 10px;
	border-left: 2px solid #eeeeee;
	margin: 0 0 8px;
}
.posts .post .post_content blockquote li {
	margin-left: 20px;
}
.posts .post .post_content ul li {
	list-style: circle;
}
.posts .post .post_content ol li {
	list-style: decimal;
}
.posts .post ol.notes {
	margin: 20px 0 0;
	padding: 0 0 10px;
	border-top: 1px solid #eeeeee;
}
.posts .post ol.notes li.note {
	border-top: 1px solid #eeeeee;
	padding: 10px;
}
.posts .post ol.notes li.note:first-child {
	border: 0;
}
.posts .post ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	display: inline;
}
.posts .post ol.notes li.note .action {
	line-height: 1.5;
}
.posts .post ol.notes li.note .answer_content {
	font-weight: normal;
}
.posts .post ol.notes li.note blockquote {
	border-left: 2px solid #eeeeee;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}
.posts .post ol.notes li.note blockquote a {
	text-decoration: none;
}
.posts .post.photo a.permalink img {
	display: none;
	position: absolute;
	top: 8px;
	right: 8px;
}
.posts .post.photo:hover a.permalink img {
	display: block;
}
.posts .post.photo .post_photo img {
	margin: 0 auto;
	display: block;
	margin: 2px 0 0;
}
.posts .post.photo .post_photo + .post_content {
	margin: 10px 0 0;
}
.posts .post.photo .highres {
	display: block;
	text-align:right;
}
.posts .post.quote blockquote {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 27px;
	font-size: 18px;
	font-weight: normal;
}
.posts .post.quote span.source {
	display: block;
	text-align: right;
}
.posts .post.link .post_content a {
	text-decoration: underline;
}
.posts .post.chat .post_content dt,
.posts .post.chat .post_content dd {
	line-height: 18px;
	display: inline-block;
	padding: 2px 5px;
	vertical-align: top;
}
.posts .post.chat .post_content dt {
	font-weight: bold;
	width: 80px;
	border-radius: 2px 0 0 2px;
}
.posts .post.chat .post_content dd {
	width: 360px;
	margin: 0 0 0 -4px;
	padding-left: 8px;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
}
.posts .post.chat .post_content dt:nth-of-type(odd),
.posts .post.chat .post_content dd:nth-of-type(odd) {
	background: #f6f6f6;
}
.posts .post.audio .player {
	background: #f6f6f6;
	padding: 10px;
	margin: 5px 0 10px;
	display: inline-block;
}
.posts .post.audio .player span {
	display: inline-block;
	vertical-align: middle;
}
.posts .post.audio .player .plays {
	margin: 0 5px 0 10px;
}
.posts .post iframe#ask_form {
	height: 155px;
}
.posts .pagination {
	margin: 0 0 20px;
	overflow: hidden;
	font-size: 18px;
}
.posts .pagination span {
	width: 50%;
	height: 22px;
	float: left;
}
.posts .pagination .older a {
	float: right;
}
.posts .links {
	text-align: center;
}
.posts .links li {
	display: inline-block;
	margin: 0 5px;
}
.footer {
	position: fixed;
	bottom: 5px;
	right: 5px;
	color: #eeeeee;
}
.footer p {
	font: 12px Helvetica, Arial, sans-serif;
}
.footer a {
	color: #cccccc;
}
.footer .by {
	font: 14px Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
	font-style: italic;
}