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: #EBEBEB;
	color: #595959;
	font: 12px Helvetica, Arial, sans-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: 700px;
	padding: 0 60px;
}

.header h1 {
	font-size:22px;
	padding: 20px 0;
}
.header h1 a {
	color: #595959;
}
.content {
	overflow: hidden;
}
.posts {
	width: 500px;
	margin: 0 40px 0 0;
	float:left;
}
.posts .post {
	background:#ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	margin: 0 0 60px;
	padding: 20px 0 0;
}
.posts .post .date {
	padding: 0 40px 10px;
	font-size: 11px;
	font-style: italic;
}
.posts .post .date a:hover:after {
	content:  ", " attr(title);
	opacity: 1;
}
.posts .post .date + .post_footer {
	margin: 10px 0 0;
}
.posts .post .post_content {
	padding: 0 40px;
}
.posts .post .post_photo + .post_content,
.posts .post .post_video + .post_content {
	margin: 20px 0 0;
}
.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 {
	margin: 0 -40px;
}
.posts .post .post_content blockquote {
	padding: 0 0 0 10px;
	border-left: 2px solid #eeeeee;
	margin: 0 0 8px;
}
.posts .post .post_content ul li {
	list-style: circle;
}
.posts .post .post_content ol li {
	list-style: decimal;
}
.posts .post .post_footer {
	border-top: 1px solid #eeeeee;
	padding: 20px 40px;
	margin: 20px 0 0;
	font-size: 11px;
}
.posts .post .post_footer .tags li {
	display: inline;
}
.posts .post .post_footer .tags li:after {
	content: ", ";
}
.posts .post .post_footer .tags li:last-child:after {
	content: "";
}
.posts .post .post_footer .tags a {
	font-style: italic;
}

.posts .post ol.notes {
	padding: 0 40px 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.text {
	border-top: 1px solid #A3A948;
}
.posts .post.quote {
	border-top: 1px solid #CE1836;
}
.posts .post.link {
	border-top: 1px solid #EDB92E;
}
.posts .post.chat {
	border-top: 1px solid #009989;
}
.posts .post.audio {
	border-top: 1px solid #F85931;
}
.posts .post.ask {
	border-top: 1px solid #A3A948;
}
.posts .post.photo img {
	margin: 0 auto;
	display: block;
}
.posts .post.photo,
.posts .post.video {
	padding: 0;
}
.posts .post.photo .date,
.posts .post.video .date {
	padding-top: 20px;
}
.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: 40px;
	border-radius: 2px 0 0 2px;
}
.posts .post.chat .post_content dd {
	width: 358px;
	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 60px;
	overflow: hidden;
	font-size: 18px;
}
.posts .pagination span {
	width: 100px;
	height: 22px;
	float: left;
}
.posts .pagination .older a {
	float: right;
}
.posts .pagination .current {
	display: block;
	float:left;
	width: 300px;
	text-align: center;
}

.sidebar {
	width: 160px;
	float:left;
}
.sidebar h3 {
	font-size: 16px;
	line-height: 24px;
}
.sidebar h4 {
	font-size: 14px;
	line-height: 21px;
}
.sidebar p {
	line-height: 18px;
	margin: 0 0 18px;
}
.sidebar ul {
	margin: 0 0 18px;
}
.sidebar li {
	line-height: 18px;
}
.sidebar .description {
	margin: 0 0 20px;
}

.footer {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
.footer .by {
	font: 14px Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
	font-style: italic;
}