@charset "utf-8";
/* CSS Document */

/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
table, td, th {
	border-collapse:collapse;
	border: 0px;
	border-spacing: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 5px 10px;
}
a img {
	border: none;
}
/*-------------------------------------------    
    Body
-------------------------------------------*/
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #A6CAE6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*-------------------------------------------    
    Container for two-column liquid pages
-------------------------------------------*/
#container {
	background: #FFF url(../img/bluesidebarbkg.jpg) repeat-y scroll left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0px;
}
/*-------------------------------------------    
    Container for 3-column fixed page (Home Page)
-------------------------------------------*/
.thrColFixHdr #container {
	background: #FFF url(../img/bluesidebarbkg.jpg) repeat-y scroll left top;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	position: relative;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
/*-------------------------------------------    
    Header
-------------------------------------------*/
#header {
	background: #FFF url(../img/banbr5.gif) repeat-x left;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
	width: 100%;
	position: relative;
}
#header img {
	height: auto;
	width: auto;
	top: 5px;
	position: absolute;
	left: 155px;
}
#header p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer p a {
	color: #3CF;
}
/*-------------------------------------------    
    Navigation Sidebar (left)
-------------------------------------------*/
#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100%;
	margin: 0px;
	padding-left: 5px;
}
#navigation h2 {
	padding-left: 40px;
}
#navigation h2 a {
	color: #000;
	text-decoration: none;
}
#navigation h2 a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	color: #FFF;
}
/*-------------------------------------------    
    Menu (UL) in Navigation Sidebar
-------------------------------------------*/
#mainmenu {
	font: bold 12px/2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#mainmenu li {
	list-style: none;
	padding-left: 0px;
}
#mainmenu li a {
	color: #000;
	text-decoration: none;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	color: #FFF;
}
/*-------------------------------------------    
    Definition lists in Navigation Sidebar
-------------------------------------------*/
#navigation dl dt {
	font-size: 10px;
	padding-left: 40px;
}
#navigation dl dd {
	left: 0px;
	position: relative;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
/*-------------------------------------------    
    Right Sidebar on Home Page
-------------------------------------------*/
.thrColFixHdr #container #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;
	text-align: left;
	position: relative;
}
.thrColFixHdr #container #sidebar2 h3 {
	text-align: center;
}
.sidebar2imgDiv {
	text-align: center;
	padding: 10px;
}
/*-------------------------------------------    
    Right Photo Sidebar on Safety, Advocacy, and About GPBC pages
-------------------------------------------*/
#photo_sidebar {
	padding: 10px 10px 0px;
	float: right;
	width: 200px;
	margin-left: 20px;
	background: #A6CAE6;
	margin-top: 20px;
	margin-bottom: 20px;
}
#photo_sidebar img {
	padding-bottom: 10px;
}

/*-------------------------------------------    
    Main content on two-column liquid pages
-------------------------------------------*/
#mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px;
}
/*-------------------------------------------    
    Main content on three-column fixed page (Home page)
-------------------------------------------*/
.thrColFixHdr #mainContent {
	margin: 0 225px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	color: #000;
}
/*-------------------------------------------    
    Ridelist table on Club Rides page
-------------------------------------------*/
.ridelist {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0 0 20;
	width: 100%;
}
.ridelist thead tr th {
	background: #294EAD;
	color: #FFF;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.ridelist tr th {
	background: #FFD8B0;
	text-align: left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.ridelist tr td {
	background: #FFE2C6;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.ridelist .odd {
	background: #FFFFD5;
}
.ridelist .odd th{
	background: #FFFFBF;
}
.ridelist .odd td{
	background: #FFFFE1;
}
/*-------------------------------------------    
    Logo on Public Ride pages
-------------------------------------------*/
.logo {
	float: right;
	padding: 0px 15px 15px 25px;
}
/*-------------------------------------------    
    Table of Bike Shops
-------------------------------------------*/
#shoplist tr td {
	padding: 10px 2px;
}
#shoplist tr th {
	text-align: left;
	padding: 10px 2px;
}
/*-------------------------------------------    
    Float and clear float classes (Dreamweaver boilerplate)
-------------------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

