/* css template from http://www.oswd.org/design/preview/id/3268 */
/* by Darren Hester, www.designsbydarren.com */
/* Significant mods by Mark Johnson */
body {
  text-align: center;
  background-color: #D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}
.alert {color: red;};
A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../images/content_bg.gif') top left repeat-y;
}

#header {
  height: 140px;
  background: #FFFFFF url('../images/header.jpg') bottom left no-repeat;
  clear: both;
}

#header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#tabnav {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('../images/menu_bg.gif') bottom left no-repeat;
}

#content {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:160px;
  margin-right:160px;
  border:1px dashed #cccccc;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}
#center h3.a {
	text-decoration:none;
}
#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
   border:0px dashed #cccccc;
}
#center li {
font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
#center .metadata{ 
	color:#888;
	margin-left: 10px;
	margin-right:10px;
	padding-bottom: 10px;
	font-size: 9px;
	}

#leftcontent {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#leftcontent h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}
#leftcontent h4 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  color: #739240;
  padding-left:10px;
  border: 0px solid #425227;
}

#leftcontent p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#rightcontent {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}

#rightcontent h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#rightcontent p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#footer {
  height: 70px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#D5D0B0;
}

#footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../images/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../images/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

.linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

.linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

.linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
.commentForm {
	background:#f8f8f8;
	padding:1px 10px 10px;
	border:1px solid #ccc;
	font-size:.76em;
}
label {
	display:block;
	margin-top:1em;
}
.checkbox {margin-top:1em}
.checkbox label,
label.inl {display:inline}
label em {
	font-weight:normal;
	font-style:normal;
	font-size:0.94em;
}
legend {
	margin:0;
	padding:0;
	color:#000;
	font-weight:bold;
}
input.txt {
	display:block;
	width:250px;
	color:#000;
	background:#fff;
}
input.btn {padding:0 0.25em}
textarea.txt {
	display:block;
	width:380px;
	color:#000;
	background:#fff;
}
input.txt:focus,
textarea.txt:focus {background:#f6feda}
.success {
	font-size: 14px;
	color: Blue;
	font-weight : bold; 
	text-align : center; 
	}
.failure {
	font-size: 14px;
	color: Red;
	font-weight : bold; 
	text-align : center; 
	}
.comments dd {
	margin:0;
	padding:0.5em 0.5em 1em 0;
	border-bottom:1px dashed #b6c8b0;
}
p.paging {
	text-align : center;
	}
.currentPage {
	border:1px solid #ccc;
	padding:2px 2px;
}
.userURL {
	display: none;
	}
p.center {
	text-align:center;
	}
.entrymedia {
	text-align: center;
	}