

/* ----------------------------------------------         COMMENTS         ----------------------------------------------*/


.commentlist {
	list-style: none;
	padding:0 0 30px 0;
}


.commentlist ul {border-top:1px solid #efefef; margin:0 0 0 0;}
.commentlist li {padding:5px 0 4px 0;border-bottom:1px solid #efefef; display:block;font-family: Helvetica, Arial, san-serif;font-size: 12px;line-height: 20px;}
.commentlist a, .commentlist a:visited {font-family:Helvetica,Arial,san-serif;font-size:12px;color:#ba9512;}
.commentlist a:hover {color:#907412;}
.commentlist img {padding:0 10px 0 0;}




.commentlist li {
	

}

.commentlist li.alt {

}

.comment-author {

}

.comment-date {

}
	
.comment-author img {

}

.comment-avatar {

}

.comment-text {



}

.comment-status {

}

.gravatar-shadow {
}


/** COMMENT FORM **/

#commentform {
}

#commentform input {
	height: 20px;
	padding:7px 0 0px 0;
	border: none;
	border-bottom: 1px solid #efefef;
}

#commentform textarea {
	height: 100px;
	padding:5px 0 5px 0;
	border: none;
	border-bottom: 1px solid #efefef;
}

#commentform .text {
	font-family: Helvetica, Arial, san-serif;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}

#commentform .textareaBG {
	height: 100px;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 9px 5px auto;
	padding: 4px;
	width: 100px;
	float: right;
	text-align: center;
	border: 1px solid #efefef;
	color: #57d1f2;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#commentform #submit:hover {
	border: 1px solid #efefef;
	color: #fff;
}

.submitLink a, .submitLink a:visited {
	color:#87915b;
	float:right;
}

.submitLink a:hover {color:#5b623d;}


/* ----------------------------------------------         FORMS         ----------------------------------------------*/

#searchform {
	float: left;
	height: 34px;
	width: 200px;
}

#searchform input { 
	float: left;
	width: 167px;
	height: 34px;
	background: url(images/form/comment-form-field.png) no-repeat;
}

#searchform .text {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-indent: 10px;
	padding-top: 10px;
	height: 24px;
}

#searchform:hover { 
	background-color: #3d3d3d;
}

#searchform input:focus { 
	background-color: #3d3d3d;
}

#searchform .searchbutton {
	background: transparent url(images/search-button.png) no-repeat;
	width: 33px;
	height: 34px;
	padding: 0px;
	margin: 0px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#searchform .searchbutton:hover {
	background: transparent url(images/search-button.png) no-repeat;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
}

select {
	width: 130px;
}

