/* COMMENTS */

ol.commentlist {
	list-style: none;
	margin: 1.2em 0;
}

ol.commentlist .vcard img {
	padding:3px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	background: #fff;
	border:1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	float: left;
	margin: 0 1em 1em 0;
}

ol.commentlist .comment-content {
	clear: both;
}

ol.commentlist li {position: relative;}

ol.commentlist > li {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	padding: 10px 10px 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


ol.commentlist .reply {
	position: absolute;
	top: 10px;
	right: 10px;
}

ol.commentlist .reply a {
	display: block;
	padding: 4px 8px;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	color: #999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	border: 1px solid #b6b6b6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

ol.commentlist .reply a:hover {
	opacity: 100;
	color: #555;
	border: 1px solid #ccc;
}

ol.commentlist .comment article {
	margin: 0 0 20px;
}

ol.commentlist ul.children {list-style: none;}

ol.commentlist ul.children li {
	border-top: 1px dashed #d6d6d6;
	padding-top: 20px;
}

#commentform label {display: block;}

/* PAGINATION */

div.pagination {text-align: center;}
div.pagination a,
div.pagination span.current {padding: .25em .75em;margin: 0 .25em 0 0;border: 1px solid #ddd;display: inline-block;background: whiteSmoke;}
div.pagination a {color: #999;}
div.pagination span.current {font-weight: bold;color: #333;}
div.pagination a:hover {opacity: .5;}

div.pagination span.info {display: block;float: none;margin: 1em 0;border: 0;background: none;}





