/**
  Theme Name: Bexley RFC
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	margin: 0px;
	font-family: verdana, arial;
	font-size: 75%;
}

#container {
	width: 800px;
	margin: 10px auto;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	height: 144px;
	position: relative;
}

#header ul {
	list-style: none;
	float: right;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 28px;
}

#header ul li {
	float: left;
	line-height: 36px;
	width: 86px;
	background: url(images/tab.gif);
	margin: 0px 2px;
	text-align: center;
	font-weight: bold;
}
#header ul li a {
	color: #092fb2;
	text-decoration: none;
}

#wrapper {
	padding: 5px 0px 5px 0px;
	clear: both;
}

#content {
	float: left;
	width: 430px;
	padding: 0px 10px; 
	display: inline;
}

#sidebarleft { 
	float: left; 
	width: 200px; 
	margin: 5px 0px; 
	display: inline; 
	background: url(images/nav-bg.jpg) repeat-y;
}
ul, ol, dl {
	position: relative;  
}

#sidebarleft ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: url(images/nav-watermark.jpg) no-repeat;
}
#sidebarleft ul ul {
	background: transparent;
}
#sidebarleft ul li {
	margin: 2px 0px;
	font-weight: bold;
}

#sidebarleft ul li a {
	display: block;
	padding: 8px;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: white;
}

#sidebarleft ul li ul {
	display: none;
}

#sidebarleft ul li.current_page_item ul, #sidebarleft ul li.current_page_ancestor ul, #sidebarleft ul li.current_page_parent ul {
	display: block;
}

#sidebarleft ul li ul li a {
	padding: 3px 0px 3px 30px;
}
#sidebarleft img {
	display: block;
}

#sidebarright { 
	float: right; 
	width: 140px; 
	padding: 5px 0px; 
	margin: 0; 
	display: inline;
}

#footer {
	background: url(images/footer.jpg) no-repeat top left;
	clear: both;
	text-align: center;
	font-size: 11px;
}
#footer p, #footer a {
	color: white;
	margin: 0px;
	padding: 0px;
	line-height: 42px;
	text-decoration: none;
}

.breadcrumb a {
	color: #1c3667;
	text-decoration: none;
}



/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #1c3667;
	font-size: 130%;
}

h3 {
	color: #1c3667;
	font-size: 120%;
}

h4 {
	color: #1c3667;
	font-size: 100%;
}


a {
	color: #1c3667;
}

a img {
	border: none;
}

label {
	font-weight: bold;
}
label, input { 
	display: block; 
	margin: 5px 0px;
	padding: 2px;
}

.post ul li {
	margin: 10px 0px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

table {
	border-collapse:collapse;
	width:99%;
	margin:auto;
}
table td {
	border:1px solid #666666;
	padding: 4px 2px;
}

.profilestats {
width:100%;
color:#E7E9ED;
border-spacing:1px;
}

.profilestats td {
border:1px solid #FFF;
}

.profilestats tr {
background-color:#3057D8;
}

.colspan {
background-color: #FFF;
text-align:center;
color:#000;
background-color:1px solid #FFF;
font-weight:bold;
}

.bold {
font-weight:bold;
}

.fixresheader {
color: #0000FF;
font-size:18px;
}

.fixres {
width:100%;
border-spacing:1px;
padding:2px;
border:0;
font-size:10px;
}

.fixres th {
background-color:#3055D8;
color: #FFF;
border: 1px solid #FFF;
}

.fixres td {
background-color:#C4E2F9;
color: #000;
border: 1px solid #FFF;
}

.opp {
color:#737D84;
}

.rep a {
color:#000;
font-weight:bold;
text-decoration:underline;
}

.shop {
width:100%;
border-spacing:1px;
padding:2px;
border:0;
font-size:12px;
}

.shop th {
background-color:#3055D8;
color: #FFF;
border: 1px solid #FFF;
}

.shop td {
background-color:#C4E2F9;
color: #000;
border: 1px solid #FFF;
}

.center {
text-align:center;
}