/* WP Blog styles */

/* Comments
http://www.darrenhoyt.com/2007/08/18/styling-your-wordpress-comments/
*/

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 10px;
	display:block;
	font-style:normal;
	font-size:1.3em;
	background:#202020;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#FFF;
	}	

.commentlist cite img {
	padding:1px;
	border:1px solid #000;
	float:left;
	margin-right:9px;
	}


.commenttext {
	background: #000 url(/gfx/bg_comments2_text.jpg) repeat-x top;
	border-top:1px solid #666;
	padding: 20px;
	}

.commentlist .author {font-size:1.4em;font-weight:bold}
.commentlist .datetime {font-size:0.8em;color:#999}

#commentform div {margin-bottom:10px}
#commentform label {margin-left:8px}
#commentform input, #commentform textarea {padding:3px;background:#333;color:#EEE;border:1px #666 solid}

/* ========================================== */

.post {margin-bottom:35px;padding-bottom:20px;border-bottom:1px #333 dotted}
.post img.alignnone {margin: 10px 0}

#col2 div.post h2 {border-bottom:0}
.post h2 span {color:#A82C34}
.post-meta {margin-top:10px;padding-top:10px;border-top:1px #666 dotted;color:#999;clear:both}
.post-meta a:link { color:#999;border-bottom:1px #999 dotted}
.post-meta a:visited { color:#999;border-bottom:1px #999 dotted}
.post-meta a:hover { color:#FFF;border-bottom:1px #FFF dotted}
.post-meta a:active { color:#999;border-bottom:1px #999 dotted}

p.blognav {margin-top:15px;padding-top:15px;border-top:1px #666 solid}
p.blognav a {margin-right:15px}

.left {float:left}
.right {float:right}

div.post div.list-holder {
float:left;
margin-right:15px;
width:215px;
}