/*********************************************************************
contact form css
**********************************************************************/

#wpcf7-f1-p26-o1{
	padding:0;
}

#wpcf7-f1-p26-o1 #form{
	width:358px;
}

#wpcf7-f1-p26-o1 input,
#wpcf7-f1-p26-o1 textarea,
#commentform input, #commentform textarea
{
	width:350px;
	padding:4px 3px 3px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #262626;
	border:solid 1px #999999;
	margin-bottom:5px;
}

#wpcf7-f1-p26-o1 input.default,
#wpcf7-f1-p26-o1 textarea.default, 
#commentform input.default, 
#commentform textarea.default{
	color:#999999;
	font-style:italic;
}

#wpcf7-f1-p26-o1 input:focus,
#wpcf7-f1-p26-o1 textarea:focus
#commentform input:focus,
#commentform textarea:focus{
	border:solid 1px #77AB17;
}

#wpcf7-f1-p26-o1 input[type="submit"],
#commentform input[type="submit"]{
	float:right;
	width:auto;
	cursor:pointer;
	padding:5px 17px 4px;
}


#commentform input[type="submit"]{
	float:none;
}

#wpcf7-f1-p26-o1 input[type="submit"]:hover, 
#commentform input[type="submit"]:hover{
	color:#77AB17;
}

#wpcf7-f1-p26-o1 #contact_info{
	width:250px;
	float:right;
}

/*********************************************************************
comments css
**********************************************************************/

#comments {
	margin: 0 0 10px 40px;
}

.commentlist {
	margin: 0 40px 30px 40px;
}

ol.commentlist li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 20px; 
	padding: 15px;
	position:relative;
}

ol.commentlist li.even {
	background-color: rgb(222, 222, 222); 
}

div.commentmetadata a {
	color:#77AB17;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:10px 0;
	position:absolute;
	right:10px;
	top:2px;
	text-decoration: none;
}

img.avatar {
	margin-right: 10px;
	*float:left;
	position:relative;
}

.says { 
	display: block; 
	margin: -18px 0px 15px 45px;
	*margin: -25px 0 15px 43px;
}

ol.commentlist h3 {
	position:relative;
	top:-7px;
	*margin-top: -10px !Important;
}

.comment a {
	color:#77AB17;
	text-decoration: underline;
}

.comment a:hover{
	text-decoration: none;
}

.comment-body p {
	line-height: 1.7em;
}

#respond {
	padding:0 0 0 41px;
	width:653px;
}





















