/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#commentdiv {
	width: 595px;
	float: left;
	margin-bottom: 15px;
}

#comment {
	float: none;
	width: 585px;
}

.landingsites {
	border: 1px solid #DCDCDC;
	background: #eee;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li .avatar {
	border: none !important;
	margin: 0 10px 10px 0 !important;
}

ol.commentlist li {
	clear: left;
}

ol.commentlist li .comment-entry {
	margin-left: 90px;
	min-height: 60px;
}

.commentlist blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}