/* RandomThink.net Blog CSS */
/* Middle section wrapper */
#blog_content {
	padding-top: 1em;
}

/* Post area */
#posts {
	display: inline-block;
	width: 620px;
	margin: 0px 10px 0px 0px;
}

#posts > article {
	clear: both;
	display: block;
	border-bottom: dashed 1px #99F;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#posts > article > header {
	color: #A63A2B;
	font-family: "Yanone Kaffeesatz", Georgia, serif;
	position: relative;
	text-shadow: #E0E2EC 2px 2px 1px;
	display: block;
}

#posts > article > header > h3 {
	font-size: 3em;
	line-height: 1em;
	padding-top: 20px;
	text-shadow: #E0E2EC 2px 2px 1px;
}

#posts > article > header > h3 > a {
	text-decoration: none;
	color: #A63A2B;
}

#posts > article > header > h3 > a:visited {
	text-decoration: none;
	color: #A63A2B;
}

#posts > article > header > time {
	width: 620px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#posts > article > section {
	font-family: Georgia, serif;
	display: block;
	width: 540px;
	margin-left: 80px;
}

#posts > article > section.postbody ul {
	padding-bottom: 1em;
}

#posts > article > section.postbody ul li {
	list-style-type: disc;
}

#posts > article > section#comments > nav {
	padding-bottom: 1em;
}

#posts > article > section#comments > article {
	position: relative;
	display: block;
	overflow: auto;
	border-bottom: dashed 1px #99F;
	padding: 1em 0px;
}

#posts > article > section#comments > article:last-child {
	border-bottom: none;
}

/*
#posts > article > section#comments > article > time {
	position: absolute;
	top: 10px;
	right: 10px;
}
*/

#posts > article > section#comments > article > footer {
	display: block;
	text-align: right;
}

#posts > article > section#comments > article > footer > address {
	display: inline;
}

#posts > article > section#comments > article > img.avatar {
	float: left;
	padding-right: 0.5em;
}

#posts > article > section#comments > header > h3 {
	color: #A63A2B;
	font-family: "Yanone Kaffeesatz", Georgia, serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#posts > article > footer ul {
	color: #A63A2B;
	font-family: "Yanone Kaffeesatz", Georgia, serif;
	width: 540px;
	margin-left: 80px;
	padding: 0px;
}

#posts > article > footer ul li {
	display: inline-block;
}

#posts > article > footer ul li:after {
	content: " | ";
}

#posts > article > footer ul li:last-child:after {
	content: "";
}


#posts > nav {
	display: block;
	margin: 10px;
}

/* Sidebar type stuff */
#blog_content > nav {
	display: inline-block;
	width: 300px;
	margin: 0px;
	vertical-align: top;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
}

#blog_content > nav > section {
	display: inline-block;
	margin-left: 5px;
}

#blog_content > nav > section.full {
	width: 300px;
}

#blog_content > nav > section.half {
	width: 140px;
}

#blog_content > nav section.search {
	text-align: right;
	font-size: 0.6em;
}

#blog_content > nav section.search header h5 {
	height: 0px;
}

#blog_content > nav section.search #search_keywords {
	width: 294px;
	text-transform: none;
	text-align: right;
}

#blog_content > nav section.search #search_keywords.blur {
	text-transform: uppercase;
	color: #999;
}
