/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {

	padding: 2px;
	margin: 5px 0px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	margin-top:4px;
}

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

#commentform #submit {
padding:0;
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 12px;
} 

.commentlist li {
	font-weight: bold;
	border-bottom:1px dotted #999;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
	
	.says  {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color:#666;
	}

cite.fn {color: #666;}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Trebuchet MS;
	}

.commentmetadata {
	font-weight: normal;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist em {color:#fff; padding:0 9px; margin:2px 0; background:#FF8B00; display:block; font:12px Trebuchet MS;}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font:italic 11px Trebuchet MS;
	}
/* End Comments */


