body {
	background:#000 url(../images/grey_grad.png) top left no-repeat fixed;
	color:#aaa;
	font-family:'Myriad Pro', Candara, helvetica, arial, sans-serif;
	margin:0;
	font-size:14px;
}

a { color:#fff; text-decoration:none; }
a:hover { color:#6cf; border-bottom:1px solid #fff }

h1, h2, h3, h4, p {
	line-height:130%;
}

.post_title {
	letter-spacing:-0.03em;
	margin-bottom:0;
	font-size:20px;
	margin-top:10px;
}

h3.post_title + p {
	margin-top:0.5em;
}

#frame {
	margin:0 auto;
	width:790px;
	/* position:relative; */
}

#content {
	background:url(../images/blk_35.png) top left repeat transparent;
	margin-left:88px;
	margin-right:200px;
	width:500px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding:20px 30px;
}

.post {
	clear:both;
	border-bottom:1px solid #222;
}

.post .permalink {
	font-weight:normal;
	font-size:11px;
	margin-top:10px;
	text-align:left;
}

.permalink a { color:#666; border:none }
.permalink a:hover { color:#fff; border:none }

.post div {
	/* width:500px; */
}

blockquote {
	margin:0;
}

blockquote p {
	font-family:'Chaparral Pro', georgia;
	font-size:22px;
	color:#eee;
	padding:0 1em;
}

p.quote_source {
	text-align:right;
}

h1 {
	width:88px;
	position:fixed;
}

h1 a {
	text-indent:-2000px;
	background:url(../images/logo.png) -58px 0 no-repeat transparent;
	display:block;
	width:58px;
	height:181px;
	border:none;
}

h1 a:hover { background-position:0 0; border:none }

#sidebar {
	position:fixed;
	width:180px;
	font-size:11px;
	margin:10px 0 0 670px;
	color:#777;
}

#sidebar img {
	float:right;
	margin:0 0 10px 10px;
}

#footer {
	clear:both;
	margin:0 0 40px 88px;
	font-size:12px;
	padding-top:10px;
	color:#555;
}

#footer ul { margin:0 }

#footer ul li {
	display:inline;
	padding:0 1em 0 0;
	border-right:1px solid #ccc;
}

#paging_prev {
	float:left;
	margin:0;
}
#paging_next {
	float:right;
	margin:0;
}
#paging {
	margin:6px 0;
	padding:6px 0;
}
	