/*

Theme Name: PetrolPrices.com
Theme URI: http://www.petrolprices.com/
Description: WordPress theme for Fubra's PetrolPrices.com website
Version: 1.0
Author: Someone, Andrew Thompson
Author URI: http://www.petrolprices.com/

*/

#commentform {
	width: 540px;
}

#comment {
	margin: 0;
}

#commentform textarea {
	width: 450px;
	height: 150px;
}

#commentform label {
	float: left;
	width: 80px;
}

#gdsr_cmm_stars {
	margin-left: 80px;
}

.commentlist {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 540px;
}

ol.commentlist li {
	list-style: none ! important;
}

#respond-header {
	background: url(/images/commentlist-header.png) 0 0 no-repeat;
	padding-top: 80px;
	color: red;
	font-size: 16px;
	font-weight: normal;
}

.commentlist p {
	text-indent: 0;
}

.comment {
	font-size: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-author {
	float: left;
	width: 180px;
}

.comment-comment {
	float: left;
	width: 360px;
	margin-left: 0px;
}

.comment-arrow {
	width: 19px;
	height: 46px;
	position: absolute;
	background: url(/images/comment-border.png) left top no-repeat;
}

.comment-comment-inner {
	margin-left: 18px;
	padding: 0 10px 0 10px;
	border: 1px solid #e1dfdf;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
}

.comment-header {
	background: url(/images/comment-border.png) right top no-repeat;
	height: 4px;
}

.comment-footer {
	background: url(/images/comment-border.png) right bottom no-repeat;
	height: 4px;
}

.comment-report {
	width: 130px;
	float: right;
	margin-bottom: 0;
}
.comment-report a {
	line-height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: red;
	font-size: 10px;
	height: 20px;
	background: url(/images/comment-report.png) right top no-repeat;
}