/* set global styles */
body {margin:0px; background-image: url(../images/bg.gif); font-size: .75em;}
p {font-family: Lucida Grande, LucidaGrande, Geneva, Helvetica, Arial, sans-serif, font-size: .75em;}
_p {font-family: Lucida Grande, LucidaGrande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif, font-size: .75em;} 
a {text-decoration: none;}
.highlight {color: #cc6600; font-weight: bold;}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 930px;
	#left: 50%;
	#margin-left: -465px;
}

/* header with navigation styles */
#headerRegion {
	width: 930px;
	height: 131px;
	border-top: 15px solid #000;
	background: url(../images/headerbg.jpg); 
}

#headerRegion #branding {
	width: 125px;
	height: 116px;
	background: url(../images/rbclogo.png) no-repeat top left;
	position: relative;
	left: 40px;
	top: 5px;
	z-index: 10;
}

#headerRegion #branding h1 {display: none;}

#pNav {
	position: relative;
	z-index: 5;
	width: 930px;
	float: right;
	height: 143px;
	margin: -128px 0 0 0;
	padding: 0px;	
	overflow: hidden;
	}

ul.navigation li a {
    display: block;
}

#pNavItems li {
	float: left;
	list-style-type: none;
	font-family: Lucida Grande, Lucidagrande, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	border-right: 2px dotted #fff;
	text-align: right;
	width: 141px; /* sets the size of each nav item width */
	height: 129px;
	line-height: 16px;
	_line-height: 0;
	_width: 141px;
	_height: 143px;
	_margin-top: 13px;
	_font-family: Lucida Grande, Lucidagrande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	_font-size: 1.1em;
	}

#pNavItems li a {
	color: #fff;	
	text-decoration: none;
	padding: 105px 15px 8px 0;
	_padding: 112px 15px 16px 0;
	_margin: 0;
	_height: 42px;
}

#pNavItems li a:hover {
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/00f.gif);
	padding: 105px 15px 8px 0;
	_padding: 112px 15px 16px 0;
	_margin: 0;
	_height: 42px;
}

/* special size for first item, in order to include the logo */
#pNavItems li.home {
	width: 215px; 
	margin-left: -41px; 
	_margin-left: -20px; 
	background-image: url(../images/navRollbg.png);} 
/* remove right border from last nav item */
#pNavItems li.last {border-right: 0px;} 

/* end header and nav region */



/* Footer */
#footerRegion {
	position: relative;
	width: 930px;
	height: 27px;
	background: #000;
	border-top: 4px solid #e98a04;
	clear: both;
	margin-top: 30px;
}

#footerRegion p {
	font-size: .75em; 
	_font-size: .85em; 
	color: #fff; 
	font-family: Lucida Grande, Lucidagrande, Geneva, Helvetica, Arial, sans-serif; 
	padding-left: 15px;
	vertical-align: middle;
	_padding-top: 7px;
	#padding-top: 7px;
}

#footerRegion a {color: #fff; text-decoration: none;}







/* ride list block */
#hRidelist {
	background: #c9dbff;
	padding: 15px;
	margin: 0;
	line-height: 1.15em;
	font-family: Lucida Grande, Lucidagrande, Geneva, Helvetica, Arial, sans-serif;
	_font-family: Lucida Grande, Lucidagrande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	color: #555;
}

#hRidelist .ridelistHeader {
	float: left;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.15em;
	color: #cc6600;
	width: 130px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

#hRidelist .ridelistButtons {
	float: right;	
	text-align: right;
	width: 55px;
	margin-bottom: 15px;
	_margin-bottom: 0px;
}

#hRidelist .ridelistButtons img {
	padding-bottom: 3px;
	_margin-bottom: 3px;
	border: 0;
}

.rideBlock {
	padding-bottom: 12px;
}

.rideTitle {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	_line-height: 1.15em;
}

.rideTitle a {
	color: #000;
}
	
.rideTime {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 1px 0 2px 0;
	_padding: 2px 0 2px 0;
	margin: 2px 0 3px 0;
	_margin: 5px 0 3px 0;
	font-size: .9em;
}

.rideSummary {
	font-size: .95em;
	padding-bottom: 5px;
	_line-height: 1.25em;
}

.rideDetailsLink a {
	color: #336699;
	font-size: .9em;
	padding-top: 0;
}

.intrideTitle {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	_line-height: 1.15em;
}

.intrideTime {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 1px 0 2px 0;
	_padding: 2px 0 2px 0;
	margin: 2px 0 3px 0;
	_margin: 5px 0 3px 0;
	font-size: .9em;
}

.intrideSummary {
	font-size: 1em;
	line-height: 1.35;
	padding: 3px 0 5px 0;
	_line-height: 1.35em;
}

.rideDetailsLink a {
	color: #336699;
	font-size: .9em;
	padding-top: -25px;
	_padding-top: 0;
}





/* event block */
#hEventblock {
	background: #c9dbff;
	padding: 15px;
	margin: 0;
	line-height: 1.15em;
	font-family: Lucida Grande, Lucidagrande, Geneva, Helvetica, Arial, sans-serif;
	_font-family: Lucida Grande, Lucidagrande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	color: #555;
}

#hEventblock .eventblockHeader {
	float: left;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.15em;
	color: #cc6600;
	width: 130px;
	margin-bottom: 5px;
	_margin-bottom: 0px;
}

#hEventblock .eventblockButtons {
	float: right;	
	text-align: right;
	width: 55px;
	margin-bottom: 15px;
	_margin-bottom: 0px;
}

#hEventblock .eventblockButtons img {
	padding-bottom: 3px;
	_margin-bottom: 3px;
	border: 0;
}

.eventBlock {
	padding-bottom: 12px;
}

.eventTitle {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	_line-height: 1.15em;
}

.eventTitle a {
	color: #000;
}
	
.eventTime {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 1px 0 2px 0;
	_padding: 2px 0 2px 0;
	margin: 2px 0 3px 0;
	_margin: 5px 0 3px 0;
	font-size: .9em;
}

.eventSummary {
	font-size: .95em;
	padding-bottom: 5px;
	_line-height: 1.25em;
}

.eventDetailsLink a {
	color: #336699;
	font-size: .9em;
	padding-top: 0;
}