@charset "utf-8";

/*.creditslnk { text-align:left;font-size:10px;color:#cccccc; }
.creditslnk a { color:#cccccc; text-decoration: none; }
.creditslnk a:visited { color:#cccccc; text-decoration: none; }*/

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr,fieldset {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #fff url(images/bg.png);
	font-size: 12px;
	color: #333;
}

#frame {
	width: 950px;
	text-align: left;
	background: #fff;
	margin: 10px auto;
	padding: 10px;
	border: 8px solid #E0E0A3;
}

#contentheader {
	background: url(images/bghead.png) no-repeat;
}

#contentheader .nav {
	overflow: hidden;
	background: #524846;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}

#contentheader .nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: block;
	border-right: 1px solid #6E6E6E;
	float: left;
	padding: 10px;
}

#contentheader .nav li a:hover {
	color: #524846;
	background: #B8F400;
	text-decoration: none;
}

#contentheader .header {
	border-top: 1px solid #9C8D8B;
	height: 100px;
}

#contentheader .header .logo {
	width: 500px;
	padding-top: 20px;
	float:left;
}

#contentheader .cat {
	background: #9C8D8B;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	overflow: hidden;
}

#contentheader .cat li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	display: block;
	border-right: 1px solid #fff;
	float: left;
	padding: 10px;
}

#contentheader .cat li a:hover {
	color: #524846;
	background: #B8F400;
}

#contentcenter {
	width: 620px;
	float: left;
	margin-right: 10px;
	padding: 0;
}

#contentcenter .featured {
	overflow: hidden;
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	border-top: 3px solid #9C8D8B;
	padding-top: 10px;
	border-bottom: 3px solid #9C8D8B;
}

#contentcenter .featured .post_cat a {
	background: #524846;
	color: #fff;
	text-decoration: none;
	font-family: Sylfaen, serif;
	text-transform: lowercase;
	font-size: 13px;
}

#contentcenter .featured .post_cat a:hover {
	text-decoration: underline;
}

#contentcenter .featured h1 a {
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#contentcenter .featured h1 a:hover {
	color: #000;
	background: #B8F400;
	text-decoration: none;
}

#contentcenter .featured ol.commentlist img {
	margin-right: 20px;
}

#contentcenter .featured ol.commentlist p {
	margin-top: 5px;
	color: #595959;
}

#contentcenter .featured ol li {
 border-bottom: 1px solid #9C8D8B;
	margin-top: 10px;
}

#contentcenter small {
	color: #9C8D8B;
	font-size: 10px;
	font-style: italic;
	font-family: "Trebuchet MS", sans-serif;
}

#contentcenter p.dtls {
	color: #9C8D8B;
	font-size: 11px;
	font-style: italic;
	font-family: "Trebuchet MS", sans-serif;
}

#contentcenter p.dtls a {
	color: #9C8D8B;
	text-decoration: none;
	font-style: italic;
	font-family: "Trebuchet MS", sans-serif;
}

#contentcenter p.dtls a:hover {
	color: #9C8D8B;
	font-style: italic;
	text-decoration: underline;
}

#contentcenter .post_cat {
	margin-bottom: 10px;
	margin-top: 5px;
}

#contentcenter .news_l {
	width: 290px;
	height:320px;
	float: left;
	margin:0 5px 5px 0;
	padding:0 10px 0 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
}

#contentcenter .news_l-entry{
  float:left;
  height:auto;
	padding:0 0 5px 0;
	margin:0;
	border-bottom: 3px solid #9C8D8B;
}

#contentcenter .news_r {
	width: 290px;
	float: right;
	margin:0 5px 5px 0;
	padding:0 10px 0 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
}

#contentcenter .news_r-entry{
  float:right;
  height:auto;
	padding:0 0 5px 0;
	margin:0;
	border-bottom: 3px solid #9C8D8B;
}

#contentcenter .news_l h1 a,
#contentcenter .news_r h1 a {
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#contentcenter .news_l h1 a:hover,
#contentcenter .news_r h1 a:hover {
	color: #000;
	background: #B8F400;
	text-decoration: none;
}

#contentcenter .news_l .post .post_content,
#contentcenter .news_r .post .post_content {
	margin-top: 10px;
}

#contentcenter .news_l .post,
#contentcenter .news_r .post {
	padding-top: 10px;
	margin-bottom: 10px;
}

#contentcenter p {
	line-height: 16px;
	text-align: left;
}

#contentcenter img {
	border: 1px solid #9C8D8B;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#contentcenter .post_cat a {
	background: #524846;
	color: #fff;
	font-size:13px;
	font-family: Sylfaen, serif;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
	padding: 5px;
}

#contentcenter .post_cat a:hover {
	text-decoration: underline;
}

#contentcenter .other {
width:230px;
float:left;
background-color:#eee;
padding:0 10px;
}

#contentcenter .other img {
border:none;
padding:0;
}

#contentcenter input {
margin-bottom:5px;
border:1px solid #9C8D8B;
width:250px;
padding:5px;
}

#contentcenter input.btn {
background-color:#333;
height:28px;
border:none;
color:#fff;
width:120px;
}

#contentcenter textarea {
margin-bottom:5px;
border:1px solid #9C8D8B;
width:450px;
height:150px;
padding:5px;
}

#contentcenter .other h2 {
color:#333;
text-transform:uppercase;
font-size:11px;
font-weight:700;
margin-bottom:10px;
margin-top:10px;
}

#contentcenter .other h2 span {
color:#C42915;
padding-right:5px;
}

#contentcenter .other li {
list-style:none;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px dotted #9C8D8B;
font-size:11px;
}

#contentright {
width:320px;
float:left;
}

#contentright h2 {
background-color:#333;
color:#fff;
font-size:11px;
font-weight:700;
text-transform:uppercase;
margin-bottom:10px;
padding:5px;
}

#contentright li {
list-style:none;
}

#contentright li li {
padding-bottom:5px;
margin-bottom:5px;
list-style:none;
}

#contentright .ad {
border:1px solid #9C8D8B;
margin-bottom:10px;
padding:10px;
}

#contentright .sidebar {
border:1px solid #9C8D8B;
padding:10px 10px 0;
}

#contentright .sidebar h2 {
	background: #524846;
	color: #fff;
	font-size:13px;
	font-family: Sylfaen, serif;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
	padding: 5px;
}

#contentright .sidebar a{
	color: #524846;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}

#contentright .sidebar a:hover{
	color: #524846;
	background: #B8F400;
	text-decoration: none;
}

#contentright input {
	margin-bottom:10px;
	border:1px solid #B8F400;
	width:223px;
	padding:5px;
}

#contentright input.btn {
	width:60px;
	background-color: #B8F400;
	height:28px;
	border:none;
	color: #524846;
	font-weight: bold;
}

#contentheader .nav li,
#contentheader .cat li {
	list-style:none;
	display:inline;
}

#contentright li a:hover {
color:#C42915;
}

#contentcenter .other h2 {
	background: #524846;
	color: #fff;
	padding: 5px;
}

#contentcenter p {
	font-family: "Trebuchet MS" sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentcenter p a,
#contentcenter small a,
#contentcenter .other li a {
	font-family: "Trebuchet MS" sans-serif;
	color: #524846;
	font-weight: bold;
	text-decoration: underline;
}

#contentcenter p a:hover,
#contentcenter small a:hover,
#contentcenter .other li a:hover {
	color: #524846;
	background: #B8F400;
	text-decoration: none;
}

#contentcenter ol a,#contentright li li a {
	font-family: "Trebuchet MS" sans-serif;
color:#333;
text-decoration:none;
}

#contentcenter ol a:hover,#contentcenter h1 a:hover,#contentcenter .other li a:hover {
text-decoration:underline;
}

#contentcenter .featured p,#contentcenter .featured p.dtls,#contentheader,#contentright ul {
	margin-bottom:10px;
	font-family: "Trebuchet MS" sans-serif;
}

#footer {
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS" sans-serif;
	background: #524846;
	padding: 10px;
}

#footer a{
	color: #B8F400;
	text-decoration: none;
}

#footer a:hover{
	color: #524846;
	background: #B8F400;
	text-decoration: none;
} 
