/************************************************
*	Comments									*
************************************************/

#commentblock h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#commentblock {
	width: 400px;
	background: #fff;
	color: #333333;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #555555;
	display:none;
	}
	
ol#commentlist {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #f60;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 340px;
	color:#000;
	background: #e8e8e8 url(../images/comment1.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 340px;
	background: #FFcc00 url(../images/comment1.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	
	}
.small{
       margin-bottom: 15px;
       padding bottom: 10px;
       border-bottom: 1px inset #C8C8C8;         
}
.small a{
       font-size: 0.85em;
       color: #A52A2A; 
}

.small img{
       vertical-align: middle;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#homepage blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.more-link {
   font-style: italic;
   text-align: left;
   margin-top: -10px;
   padding-bottom: 23px;
}


/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.labelfield{ /*CSS for label field in general*/
float: right;
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
/*color: #D80101;
text-decoration: none;
font-weight: bold;*/
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

#sendblock{
	display:none;
}