/*
Theme Name: Britsport
Theme URI: http://wordpress.org/
Description: Custom theme for Britsport
Version: .1
Author: Roger Los
Author URI: http://rogerlos.com/
*/


/* britsport */

body, html {
	margin: 0;
	body: 0;
	height: 100.02%;
	background: #2b3035 url(images/bg.gif) top left repeat;
	}
#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	z-index: 1;
	background: url(images/cg.gif) top left repeat-y;
	font: 12px/19px "trebuchet ms",trebuchet,sans-serif;
	}
body>#container {
	height: auto;
	min-height: 100%;
	}
a {
	text-decoration: none;
	color: #b20000;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}
	
/* header */

#header {
	height: 61px;
	position: relative;
	padding: 0 255px 0 213px;
	margin: 0;
	overflow: hidden;
	z-index: 20;
	}
#header h1 {
	color: #816327;
	font: italic 12px/13px "trebuchet ms",trebuchet,sans-serif;
	margin: 0;
	padding: 22px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 140px;
	}
#header h1 a {
	color: #b20000;
	}
#logo {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 123px;
	height: 39px;
	z-index: 25;
	}
	
/* navigation */

#left {
	position: absolute;
	top: 90px;
	left: 27px;
	width: 172px;
	z-index: 15;
	overflow: visible;
	}
#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#left li {
	margin: 0 0 6px 0;
	padding: 0;
	}
#left li a {
	display: block;
	width: 144px;
	font: 12px/12px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	padding: 5px 8px 4px 8px;
	color: #392909;
	background: #c1a263;
	border: 1px solid #97856e;
	}
#left li.current_page_item a, #left li.current_page_ancestor a {
	color: #b20000;
	background: #e9e3b0;
	border: 1px solid #b1a28f;
	}
#left li.current_page_ancestor a {
	color: #392909;
	}
#left li a:hover, #left ul li.current_page_ancestor ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
#left ul li ul, #left ul li ul ul, #left ul li.current_page_item ul ul, #left ul li.current_page_ancestor ul ul {
	display: none;
	}
#left ul li.current_page_ancestor ul, #left ul li.current_page_item ul {
	display: block;
	margin: 5px 0 0 0;
	}
#left ul li.current_page_ancestor ul li a, #left ul li.current_page_item ul li a {
	display: block;
	width: 130px;
	font: 11px/11px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	padding: 0 8px 0 16px;
	color: #e9e3b0;
	background: transparent;
	border: 0;
	}
#left ul li.current_page_ancestor ul li.current_page_item a {
	color: #fff;
	}
#left p {
	padding: 8px 35px 0 8px;
	font: 11px/12px "trebuchet ms",trebuchet,sans-serif;
	color: #c1a263;
	margin: 0;
	}
#left p a {
	color: #fff;
	}


/* content */	
	
#content {
	position: relative;
	padding: 0 0 35px 0;
	color: #222;
	z-index: 10;
	}
	
/* main column */

#main {
	float: left;
	width: 510px;
	display: inline;
	position: relative;
	margin: 0 0 0 189px;
	padding: 20px 23px 0 23px;
	background: url(images/dg.gif) top left no-repeat;
	min-height: 300px;
	}
#main p {
	margin: 5px 0;
	padding: 0;
	font-family: georgia;
	}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font: 24px/24px georgia,serif;
	margin: 7px 0;
	padding: 0;
	color: #4f391d;
	}
#main h2 {
	font: 20px/20px georgia,serif;
	}
#main h3 {
	font: 16px/16px georgia,serif;
	margin: 10px 0;
	}
#main h4 {
	font: 14px/14px "trebuchet ms",arial,sans-serif;
	margin: 10px 0;
	}
#main h5, #main h6 {
	font: 12px/12px "trebuchet ms",arial,sans-serif;
	margin: 10px 0;
	}
.post hr {
	background:#c1a263;
	color: #c1a263;
	height: 1px;
	text-align: center;
	border: 0;
	}
#main .postmetadata {
	font: 11px/13px "trebuchet ms",trebuchet,arial,sans-serif;
	border-top: 1px dotted #c1a263;
	border-bottom: 1px solid #c1a263;
	padding: 3px 0 4px 0;
	margin: 10px 0 20px 0;
	color: #444;
	}
#main .tagger {
	font: 11px/13px "trebuchet ms",trebuchet,arial,sans-serif;
	border-top: 1px dotted #c1a263;
	padding: 8px 0 3px 0;
	margin-top: 15px;
	}
	
#main .alignleft {
	float: left;
	padding: 0 8px 8px 0;
	margin: 5px 0 5px 0;
}
#main .alignright {
	float: right;
	padding: 0 0 8px 8px;
	margin: 5px 0 5px 0;
}
#main .post {
	clear: both;
	}
#main p.postdate {
	margin: -5px 0 5px 8px;
	padding: 0;
	font: 10px/11px "trebuchet ms",trebuchet,arial,sans-serif;
	text-transform: uppercase;
	color: #444;
	}
	
/* captions & aligment */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	float: left;
	padding: 0 8px 8px 0;
	margin: 5px 0 5px 0;
}
#content .alignright {
	float: right;
	padding: 0 0 8px 8px;
	margin: 5px 0 5px 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img, #content img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#main .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	font-family: "trebuchet ms",sans-serif;
	color: #444;
}
	
/* widget column */	
	
#widget {
	float: left;
	width: 160px;
	display: inline;
	padding: 100px 8px 20px 8px;
	position: relative;
	}
#widget ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	}
#widget ul ul {
	margin: 0 0 15px 15px;
	padding: 0;
	list-style-type: none;
	}
#widget li, #widget p {
	margin: 0 0 5px 0;
	padding: 0;
	}
#widget h2 {
	font: bold 12px/12px "trebuchet ms",arial,sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
	}
	
/* footer */	
	
#footer {
	position: absolute;
	bottom: 0;
	width: 733px;
	height: 25px;
	z-index: 20;
	margin: 0 78px 0 189px;
	padding: 0;
	background: #b1a28f;
	overflow: hidden;
	z-index: 20;
	}
#copyright {
	position: relative;
	padding: 8px 20px;
	}
#copyright p, #totop p {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #544430;
	font: 10px/10px "trebuchet ms",trebuchet,sans-serif;
	}
#totop {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 179px;
	height: 25px;
	padding: 0;
	}
#totop a {
	color: #e9e3b0;
	}
	
/* decorations */

#ll {
	position: absolute;
	bottom: 0;
	left: 28px;
	width: 144px;
	height: 132px;
	z-index: 15;
	background: url(images/ll.gif) top left no-repeat;
	}
#carbg {
	position: absolute;
	top: 0;
	right: 78px;
	width: 330px;
	height: 165px;
	z-index: 5;
	background: url(images/car-xk120.jpg) top left no-repeat;
	}
#carbg.td {
	background: url(images/car-td.jpg) top left no-repeat;
	}
#carbg.tr3 {
	background: url(images/car-tr3.jpg) top left no-repeat;
	}
#carbg.ah100 {
	background: url(images/car-100.jpg) top left no-repeat;
	}
#mfg {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 215px;
	z-index: 5;
	}

/* calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
