@charset "UTF-8";
/* CSS Document */
/* CSS Style for comment section of DV CMS  */


/****** each comment *****/
#com_template {
	border:#999 1px solid;
	padding:10px;
	margin:0px 0px 20px 0px;
}

/**** comment title *******/
#com_template h3 {}

/**** comment date *******/
.com_date {}

/**** comment message *******/
.com_comment {}

/********* this just algins all three fields ********/
#comform_name {
	margin-right:60px;
	padding-bottom:10px;
}

#comment_form input, #comment_form textarea {
	padding:1px 6px;
}


/********* spaces the send button *******/
#cmessage {
	margin-bottom:10px;
}
/********* moderation meassage *******/
#mod_message {
	padding:10px;
	margin:10px 0px 10px 0px;
	border:#999 1px solid;
}


/**** error styling ********/
label.error {
	color:red;
	display:block;
}
input.error, textarea.error {
	border:1px solid white;
	background:red;
	color:white;
}

.dvtweet ul li {
	list-style:none;
	padding-bottom:10px;
}

#dv_gall a img {
	padding-right:10px;
	padding-bottom:10px;
}
