/*------------------------------------------------------------------
Project:		Proteus Bicycles
Author:		Ryan Dudek
Last change:	2010-03-08
-------------------------------------------------------------------*/
@import url("reset.css");

/* Containers
--------------------------------------------- */

body {
	/* background: url(images/sitebg-wood.jpg) repeat 0 0; */
	background: #2b2a28;
	color: #333300;
	font: 62.5% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
	margin: 0 auto 1.3em auto;
	padding: 0;
	position: relative;
	width: 110em;
	border-radius: 0 0 0.7em 0.7em;
	-moz-border-radius: 0 0 0.7em 0.7em;
	-webkit-border-radius: 0 0 0.7em 0.7em;
	box-shadow: 0 0 1.7em #111;
	-moz-box-shadow: 0 0 1.7em #111;
	-webkit-box-shadow: 0 0 1.7em #111;
}
#header {
	background: url(images/header-bg.jpg) no-repeat top left;
	display: block;
	height: 28em;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	width: 110em;
	z-index: 10;
	box-shadow: 0 0.5em 1.7em #111;
	-moz-box-shadow: 0 0.5em 1.7em #111;
	-webkit-box-shadow: 0 0.5em 1.7em #111;
}
#navigation {
	display: block;
	left: 32em;
	margin: 0;
	position: absolute;
	top: 5.5em;
	width: 62em;
}
	#navigation h1 {
		display: none;
		visibility: hidden;
	}
	#navigation ol {
		display: block;
		list-style: none;
		margin: 0;
		width: auto;
	}
	#navigation ol li {
		display: inline-block;
		font: 1.1em Helvetica, Verdana, Arial, sans-serif;
		line-height: 1.2;
		margin: 0 0.2em;
		padding: 0.2em 0.1em;
	}
	#navigation ol li a {
		color: #eee;
		text-decoration: none;
	}
	#navigation ol li a.active,
	#navigation ol li.current_page_item a {
		color: #333300;
	}
	#navigation ol li a:hover {
		color: #333300;
		text-decoration: underline;
	}
#logo {
	display: block;
	height: 21.5em;
	left: 1.8em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4em;
	width: 29.5em;
}
	#logo img {
		display: block;
		margin: 0 auto 0 10px;
		position: relative;
		width: auto;
	}
#content {
	/*background: url(images/grid-overlay.png) repeat-y 2em 0;*/
	background-color: #FFF;
	margin: 0 auto;
	padding: 2.5em 2em 1em 2em;
	position: relative;
	width: 106em;
	/* CSS3 standard */
	border-radius: 0 0 0.7em 0.7em;
	-moz-border-radius: 0 0 0.7em 0.7em;
	-webkit-left-radius:  0 0 0.7em 0.7em;
}
#footer {
	color: #3b3b3b;
	display: block;
	margin: 1.5em auto;
	padding: 0 1em;
	position: relative;
	width: 110em;
}
	#footer ol, #footer ul {
		clear: both;
		display: block;
		margin: 0 0 0.9em 0;
		padding: 0;
		text-align: center;
	}
	#footer li {
		border-right: 1px solid #fff;
		color: #fff;
		display: inline;
		font-size: 1em;
		list-style: none;
		margin: 0 8px 0 0;
		padding: 0 7px 0 0;
		text-align: center;
	}
	#footer li.last {
		border: none;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #e8ead7;
		text-decoration: underline;
	}
#imageFooter {
	display: block;
	margin: 0 auto 0.7em -1em;
	position: relative;
}

/* Size
--------------------------------------------- */
.one { margin-right: 1em; width: 12.2em; }
.two { margin-right: 1em; width: 25.5em; }
.three { margin-right: 1em; width: 38.7em; }
.four { margin-right: 1em; width: 52em; }
.five { margin-right: 1em; width: 65.2em; }
.six { margin-right: 1em; width: 78.5em; }
.seven { margin-right: 1em; width: 92.6em; }
.eight { margin-right: 1em; width: 106em; }
.fullwidth { width: 100%; }
.fill_whitespace { margin: 0 auto; }

/* Placement
--------------------------------------------- */
.left { float: left; }
img.left { width: auto; margin: 0 15px 9px 0; }
.right { float: right; }
img.right { width: auto; margin: 0 0 9px 15px; }
.greyBorder { border: 1px solid #cecece; padding: 4px; }
.group:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}


/* Text
--------------------------------------------- */
a, a:link { color:#669933; text-decoration: none; }
a:visited { color:#669933; }
a:active { color:#f5ab39; }
a:hover { color:#f5ab39; text-decoration: underline; }
.green { color: #669933;}
.brown { color: #333300; }
a.alternate { color: #1984b3 !important; }

h1, h2, h3, h4, h5, h6 {
  color: #669933;
  line-height: 1.25;
  margin: 0 0 1em 0;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2.0em;
  line-height: 0.8;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}

ul {
  list-style-type: disc;
  margin: 0 0 1em 2.5em;
}
ol {
  list-style-type: decimal;
  margin: 0 0 1em 2.5em;
}
p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1em;
}
li {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.4em;
}
caption {
	font-size: 1.1em;
	line-height: 1.20;
	padding: 2px 2px;
	margin: 0 auto 8px auto;	
}
span.subhead {
	color: #3b3b3b;
	font-size: 75%;
	font-style: oblique;
}
.date { color:#999;font-style:italic; }


.news {
	background: #e8ead7;
	border: 1px solid #EAEAEA;
	display: block;
	height: auto;
	margin: 0 auto 1.3em 1.5em;
	padding: 1em;
	position: relative;
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	box-shadow: 0.4em 0.4em 1.2em #aaa;
	-moz-box-shadow: 0.4em 0.4em 1.2em #aaa;
	-webkit-box-shadow: 0.4em 0.4em 1.2em #aaa;
}
	.news h3 { border-bottom: 1px solid #ccc; color: #333300; font-size: 1.8em; line-height: 1; margin-bottom: 0.4em; padding-bottom: 0.2em; width: auto; }
	.news ul.rotator { height: auto; list-style: none; margin: 0; min-height: 3em; padding: 0; width: auto; }
	.news ul.rotator li { color: #669933; display: block; font-size: 1.4em; font-weight: bold; height: auto; line-height: 1.2; }
	.news ul.rotator li a { color: #669933; display: block; text-decoration: none; }
	.news ul.rotator li a:hover { color: #333300; text-decoration: underline; }


/* Fancy CSS3 stuff
--------------------------------------------- */
@import url("enriched.css");