/*
Theme Name: BCH
Theme URI: http://www.netpromote.co.uk/
Description: BCH by <a href="http://www.netpromote.co.uk">Adam Christie</a>.
Version: 1.0
Author: Adam Christie
Author URI: http://www.netpromote.co.uk/


*/
body {
	background-color: #606B31;
}

body, td, p, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #3C470D;
}
table  {
border:0;

border-spacing:0px;
text-indent:0;
}

#content {
	
	padding: 4px 15px 4px 14px;
width:625px;
background:#fff url(../../../images/layout_right.gif) repeat-y right top;
min-height:600px;
}

td.menu {
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_default.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menu_active {
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menuwelcome {
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_welcome.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menuwelcome_active {
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_welcome_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}
#nav {
list-style-type:none;
margin:0;
padding:0;
}
#nav li{
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_default.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
margin:0;
padding:0;
}

#nav_active li{
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

#navwelcome li{
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_welcome.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

#navwelcome_active li{
	width: 171px;
	height: 32px;
	background-image: url(../../../images/navigation_welcome_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}
a.menu {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover, a.menu_active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#nav li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
position:relative;
top:10px;
}

#nav li a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#nav li li {
visibility:hidden;
}
.copyright1 {
clear:both;
	padding: 0;
	color: white;
	font-size: 10px;
	text-align: center;
margin:0 auto;
width:780px;
}
.copyright {

	padding: 0;
	color: white;
	font-size: 10px;
	text-align: center;

}

.menucell {
	background: url(../../../images/menu_bg.gif) repeat-y 0 0;
min-height:614px;
}

#white {
	background-color: White;
	text-align: center;
}

p {
	color: #666666;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
h1,h2 {
	font-size:12px;
	font-weight:bold;
	color: #333;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
h3 {
	font-size:11px;
	font-weight:bold;
	color: #666666;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
textarea.comment {
width:400px;
}
.postmetadata{

padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px dotted #ccc;

}