/* CSS Document */

.poststamp{
	font-size:14px;
	color:#697f60;
	margin-top:-10px;
	font-style: italic;
	font-family: "Palatino Linotype", Georgia;
}
.poststamp a{
	color:#697f60;! important;
}
.poststamp a:hover{
	color:black ! important;
	text-decoration:none ! important;
}
.edit{font-weight:bold;}

.username, .username a{color:black;font-weight:bold;}
.username a{text-decoration:underline;}
.username a:hover{text-decoration:none}

.date{
	font-style:italic;
	color:#697f60;	
}
.cheading{
	font-size: 28px ! important;
	background: url(none) ! important;
}
#commentbox{
	margin-left:27px;
	font-size:10px;
	font-weight:bold;
	margin-top:-20px;
	margin-left:54px;
}
#commentbox label{
	clear::both;
	margin-bottom:7px;
}
.cstyle,
.cstyle2{
	width:400px;
	padding:2px;
	font: 14px Arial, Helvetica, sans-serif;
	border:solid 1px #a3b386;
}
.cstyle2{
	height:150px;
}
.cstyle:focus,
.cstyle2:focus{
	border:solid 1px black;
}
.submit{
	font: bold 16px "Palatino Linotype", Georgia ! important;
	color: #FFFFFF;
	background: #a8b795 url(images/button-bg.gif) repeat-x;
	border: 2px solid #FFFFFF;
	cursor:pointer;
	padding: 3px;
	margin-top:7px;
}
.submit:hover{
	border:solid 2px yellow ;
	color:yellow;
}
.commentlist{
	padding-left:27px;
	padding-right:27px;
}
.commentlist p{
	padding-bottom:20px;
	border-bottom:solid 1px white;
}
.commentlist h2,.commentlist h2 a  {
	color:#697f60;
	text-decoration:none
}
.readmore{
	font-weight:bold;
	color:#cc9900;
	font-size:10px;
	font-style:italic;
	white-space: nowrap;
	
}
#content h1 a{
	font: 36px "Palatino Linotype", Georgia;
	color: #b29563;
	background: url(images/heading-dotted-line.gif) repeat-x left bottom;
	padding-bottom: 7px;
	margin-top:-3px;
	text-decoration:none
}

