.blogblock{
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}

	.meta{
		background:url("../images/bg-blog-meta.png") no-repeat left;
		padding-left:25px;
		font-size:0.625em;
		line-height:2em;
		color:#959595;
	}
	
	li .meta{
		background:none;
		padding:0px;
		font-size:0.833em;
		line-height:2em;
		color:#959595;
	}	
	
		.meta a{
			color:#959595;
		}	
		
			.meta a:hover{
				color:#D92281;
			}		

#contents ul.arclist{
	list-style:none;
}

	#contents ul.arclist li{
		background:url("../images/bg-blog-meta.png") no-repeat left;
		padding-left:25px;
		margin-bottom:10px;
		margin-left:0px;
	}

.commenter{
	font-size:0.833em;
	line-height:2em;
	color:#959595;
}

#respond{
	margin-bottom:1px;
}

#commentform{
	background:#ebebeb;
	padding:10px 20px;
	margin-bottom:10px;
}

	#commentform ol{
		list-style:none;
	}
	
		#commentform ol li{
			margin-left:0px;
		}	
				
			#commentform label{
				float:left;
				width:180px;
				margin-right:20px;
			}
			
			#commentform input,textarea{
				border:1px solid #cccccc;
				padding:5px;
				margin:0px;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:1em;
				line-height:1.667em;
				color:#555;				
			}
			
			#commentform input{
				width:188px;
			}
			
			#commentform textarea{
				width:388px;
			}			
			
				#commentform input:focus,textarea:focus{
					border-color:#555555;
				}	
				
			#commentform #submit{
				margin-left:200px;
			}	