/* CSS Document */

/*This CSS file was written for Sierra Cycling website by Iain Hanlon iain@jetblackinc.co.uk*/
/**********************************/

/*Structural Elements*/
/**********************************/

body {
	background-color: #231F20;
	text-align: center;
	font-family:  Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-image: url(images/structure/page_bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

div#wrapper {
	width: 760px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/structure/wrap_bg.jpg);
	background-repeat: no-repeat;
	}
	


div#header {
	width: 760px;
	height: 180px;
	float:left;
	}
	
	
div#logo {
	width: 360px;
	height: 60px;
	margin-top:60px;
	margin-bottom:60px;
	float:left;
	}

div#spacebox {
	width: 180px;
	height: 210px;
	float:left;
	}

div#subscribe {
	width: 200px;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	background-color:#000000;
	float:left;
	}
	
div#logo h1 {
	height: 60px;
	width: 360px;
	background-image: url(images/structure/logo_bg.jpg);
	background-repeat: no-repeat;
	font-size: 38px;
	text-align: center;
	line-height: 60px;
	text-indent: -2000em;
	margin:0px;
	}
	

div#logo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}

div#menu {
	width: 760px;
	height: 30px;
	float:left;
	background-color: #231F20;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	}
	
/*Navigation*/
/**********************************/
#menu ul {
	text-align: center;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;

/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: white;
	width: 100%;
	line-height: 30px;
/* fixes Firefox 0.9.3 */
}

#menu ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#menu ul li a {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #B3B3B3;
	text-decoration: none;
	font-size:14px;

}

#menu ul li a:hover {
	background-color: #000000;
	color: white;
	}
	

div#main {
	width: 744px;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	float:left;
	}


	
div#left {
	width:492px;
	float: left;
	margin-right:8px;
	margin-bottom:8px;
	}

div#right {
	width: 242px;
	float: left;
	margin-bottom:8px;
	}
	
div#advertone {
	width: 242px;
	height:110px;
	margin-bottom:8px;
	background-color: #231F20;
	}

div#adverttwo {
	width: 242px;
	height:110px;
	margin-bottom:8px;
	background-color: #231F20;
	}
	
div#advertthree {
	width: 242px;
	height:110px;
	margin-bottom:8px;
	background-color: #231F20;
	}

div#advertfour {
	width: 242px;
	height:110px;
	background-color: #231F20;
	}

div#footer {
	clear: both;
	text-align: left;
	height:30px;
	width:760px;
	background-color: #231F20;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	}




/*Text Formatting*/
/**********************************/
p {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 10px;
	}

a {
	color: #6E5F51;
	}

h1 {
	font-size: 30px;
	line-height: 32px;
	margin-top:0px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 4px;
	text-indent: 0px;
	}

h2 {
	font-size: 21px;
	line-height: 24px;
	color: #6E5F51;
	margin-top:0px;
	margin-bottom: 0px;
	font-weight: normal;
	}

h3 {
	font-size: 18px;
	line-height: 20px;
	color: #6E5F51;
	margin-top:0px;
	margin-bottom: 0px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}



ul {
	font-size: 14px;
	line-height: 16px;
	color: #2E200B;
	margin-top:0px;
	margin-bottom: 18px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

div#footer p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:30px;
	text-align: center;
}

.fooddesc {
	margin-bottom: 4px;
}

.smallbullet {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 13px;
	margin-bottom: 2px;
}

.formlabel {
	clear: left;
	float: left;
	width: 70px;
	padding-right: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.emphasis {
	font-style: oblique;
	font-weight: normal;
	color: #B37E2A
}



/*class Formatting*/
/**********************************/

.bulletbox {
	width: 238px;
	padding:5px;
	border: 1px solid #000000;
	background-color: #6C4B19;
	background-image: url(images/structural/bullet_box_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom:5px;
	}
.bulletboxclear {
	width: 238px;
	padding:5px;
	border: 1px solid #000000;
	margin-bottom:5px;
	}

.pagebullet {
	width:368px;
	padding:10px;
	margin-bottom:10px;
	margin-left:10px;
	border: 1px solid #000000;
	background-color: #6C4B19;
	}

.pagebullet p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 14px;
	margin-bottom: 6px;
	}

.pagebullet h1 {
	font-size: 20px;
	line-height: 25px;
	margin-top:0px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2px;
}

.pagebullet table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}

.pagebullet td {
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding:5px;
}

.videobox {
	width: 248px;
	height:38px;
	border: 1px solid #000000;
	margin-bottom:5px;
	}

.usefulbox {
	width: 248px;
	border: 1px solid #000000;
	margin-bottom:5px;
	}

.bulletbox p{
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;
	margin-bottom:10px;
}

.bulletbox h1{
	color: #FFFFFF;
	font-size: 18px;
}

.infotable {
	background-color: #B37E2A;
	
}

.infotable h2 {
	color: #FFFFFF;
	
}

.infotable p {
	color: #FFFFFF;
	
}

.infotable em {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;	
}

.routebox {
	width:163px;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	float: left;
	background-color: #B37E2A;
	height:85px;
	border: 1px solid #000000;
	}

.routeboxright {
	width:163px;
	padding:0px;
	margin-bottom:10px;
	float: left;
	background-color: #B37E2A;
	height:85px;
	border: 1px solid #000000;
	}
	
.routebox h4 {
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: normal;
}

.routeboxinner {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.routebox p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 14px;
	margin-bottom: 4px;
}

.routeboxright p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 14px;
	margin-bottom: 4px;
}

.emptyroutebox {
	width:160px;
	margin-bottom:5px;
	float: left;
	height:65px;
	}


.routeboxtitle {
	margin:0;
	padding:0;
	background-image: url(images/structural/route_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

.routeboxtitle a {
	display:block;
	width:158px;
	height:20px;
	margin:0;
	text-decoration: none;
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
	}

.routeboxtitle a:hover {
	display:block;
	width:158px;
	height:20px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images/structural/route_button.jpg);
	text-decoration: none;
	background-position: 0px -20px;
	color: #1A0000;
	}

.level {
	width:658px;
	padding:5px;
	float: left;
	height:30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #B37E2A;
	border: 1px solid #000000;
	margin-bottom:10px;
	}
	
.photoframe {
	border: 1px solid #000000;
	}
	
.photoframefl {
	border: 1px solid #000000;
	float:left;
	margin-right:5px;
	}

.photoframefr {
	border: 1px solid #000000;
	float:right;
	margin-left:5px;
	}
	
.photoframegal {
	border: 1px solid #000000;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}

#infobox {
	width:678px;
	height:132px;
	padding:5px;
	background-color: #B37E2A;
	border: 1px solid #000000;
	margin-bottom:5px;
	}

#infoboxleft {
	width:210px;
	float:left;
	}

#infoboxright {
	float:left;
	width:468px;
	}

#infobox p {
	color: #FFFFFF;
	margin:0px;
	}
	
	.picspanleft {
	display: block;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}
