@charset "UTF-8";
/* CSS Document */

/*Comment Block*/
#postWrapper{float: left; position: relative; width: 585px;}
#postWrapper>.navigation.postNav{float: left; width: 88%; margin-bottom:30px;}
#postWrapper>.navigation.postNav .alignright{ float: right; }
#postWrapper>.navigation.postNav .alignleft{ float: left; }

#respond{
margin-top: 30px;
float: left;
}

h3#comments{
margin:40px 0 20px 0;
}


/*------*/


/*------ Div DL Method ------*/

#commentlist{
	position:relative;
	float: left;
	}

#commentlist .comment{ 
	position: relative;
	float: left;
	width: 570px;
	margin-top: 5px;
	padding: 0 15px 15px 0;
	}

#commentlist .comment.even{background: #D2C3B4;}
#commentlist .comment.odd{background: #EFE7DF;}

#commentlist .comment dl{
	width: 134px;
	position:relative;
	margin: 5px 0px 0px 0px;
	float: left;
	
	}
#commentlist .comment dl dt{
	width:32px;
	height: 59px;
	position: relative;
	margin-left: -15px;
	float: left;
	padding: 0 0 0 0;
	background:url(../img/commentScroll.gif);
	background-repeat:no-repeat;
	background-position: 0 32px;
	}
	
#commentlist .comment dl dt img{
	background-color: #BFD6E6;

}
	
	
	
#commentlist .comment dl dd{ margin-left: 30px;}
#commentlist .comment dl dd.comment-author{
	margin-top: 10px;
	color: #3E2811;
	font-size: 1.25em;
	}
#commentlist .comment dl dd.comment-date{ font-size:.75em; line-height: 1em;}

#commentlist .comment dl dd.comment-date p.editLink{ float:left; }

#commentlist .comment .textWrapper{
	margin-top: 10px;
	}

#commentlist .comment p{
	margin: 0;
	padding: 10px 30px 10px 0;
	float: right;
	width: 376px;
	font-size: .85em;
	}
	
	
p.rssTrackback{
	position:relative;
	float:left;
	margin-top: 20px;
	clear:both;
	width:100%;
	font-size: .85em;
	}
	
h2#postcomment, form#commentform{
	float:left;
	}