

/* =layout
---------- */ 
body {
	text-align: centre;
	font: normal 12px/18px verdana, sans-serif;
}
 
#master-wrap {
	 width: 750px;
	 margin: 5px auto 0 auto;
	 background: #fff;
	 border-top: 1px solid #666;
}
#header {
 	 padding: 0 0 24px 15px;
	 margin-top: 2px;
	 position: relative;
	 height: 16.7em;
}
#content {
    padding-top: 15px;
	position: relative;
}
#footer {
	clear: both;
	text-align: center;
	position: relative;
	top: 25px;
	padding: 10px 80px 25px 80px;
	font: normal 14px verdana, sans-serif;
	background: transparent url(../images/bg-footer.gif) repeat-x 0 0;
}
#print {
position: absolute;
top: 5px;
right: 5px;
}
#print a {
display: block;
background: transparent url(../images/icon-print.gif) no-repeat 0 0;
padding: 3px 0 0 24px;
height: 20px;
font: normal 12px arial, sans-serif;
}

/* =common
---------- */
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #660066;
}
a:hover {
	text-decoration: underline;
}

dd.sub {
margin-top: 3px;
font-weight: bold;
}
/* =header
---------- */
#header #title {
    height: 89px;
    width: 118px;
    display: block;
    position: relative;
    top: 10px;
    text-indent: -9999px;
    background: #000 url(../images/logo-spokes-text.gif) no-repeat 0 0;
}

#header #logo {
    position: relative;
    top: 20px;
}

#header p {
    color: #fff;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 20px;
    font: normal 14px/18px Georgia, serif;
}

#index #header { background: #000 url(../images/banner-index.jpg) no-repeat 100% 0; }
#groups #header { background: #000 url(../images/banner-groups.jpg) no-repeat 100% 0; }
#rates #header { background: #000 url(../images/banner-rates.jpg) no-repeat 100% 0; }
#our-bikes #header { background: #000 url(../images/banner-our-bikes.jpg) no-repeat 100% 0; }
#routes #header { background: #000 url(../images/banner-routes.jpg) no-repeat 100% 0; }
#about-us #header { background: #000 url(../images/banner-about-us.jpg) no-repeat 100% 0; }

/* =content
----------- */
#page-loc,
#page-content {
    float: left;
}


#page-loc {
    width: 230px;
    padding-right: 10px;
    text-align: right;
}

#page-loc h1 {
    color: #000;
    font: bold 40px/40px arial, sans-serif;
}

#page-loc p.byline {
    color: #006699;
    display: block;
	margin-bottom: 15px;
    font: bold 18px arial, sans-serif;
}
#page-loc p.small { font-size: 16px; }

#page-loc h2 {
    font: bold 12px verdana, sans-serif;
}

#page-loc h3 {
    font: normal 12px verdana, sans-serif;
}

#page-content {
    width: 500px;
    padding: 0 0 0 10px;
    margin-top: 22px;
}

#page-content h4 {
	color: #006699;
	margin: 10px 0 10px 0;
	font: bold 16px arial, sans-serif;
}
#page-content h4.subpage {
color: #000;
font: normal 12px/18px verdana, sans-serif;
border-left: 3px solid #006699;
margin-bottom: 25px;
padding: 5px 0 5px 10px;
}

#page-content p {
	margin-bottom: 15px;
}

/* =navigation
-------------- */
#nav {
    background: #000;
	height: 2em;
    line-height: 2em;
    position: absolute;
    top: 200px;
    left: 15px;
    width: 735px;
    background: #000 url(../images/bg-navigation.gif) repeat-x 0 0;
}

#nav li {
    float: left; 
    height: 2em;
    padding-left: 1px;
    background: transparent url(../images/bg-nav-divide.gif) no-repeat 0 0;
}

#nav li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#nav li a:hover {
    background: #006699 url(../images/bg-nav-roll.gif) repeat-x 0 0;
}

#nav li.active a {
    color: #000;
    background: #fff;
}

/* =lists
--------- */
ul.items {
	margin-bottom: 15px;
}

ul.items li {
	padding-left: 20px;
	margin-bottom: .3em;
	background: transparent url(../images/bg-bullet-blue.gif) no-repeat 0 .4em;
}

dl.vcard {
margin: 15px 0 0 0;
background: #ebebeb;
padding: 1px 20px 15px 0;
}
dl.vcard dt,
dl.hours dt {
	font-weight: bold;
	margin-top: 15px;
}
dl.vcard em,
dl.hours em { font-size: .8em; line-height: .6em; }
dl.vcard dt.org {
	position: absolute;
	height: 1px;
	top: -9999em;
}

#page-content dt,
#page-content dd {
	float: left;
	width: 240px;
	margin-bottom: 15px;
}

#page-content dt {
	padding-right: 20px;
	text-align: right;
	color: #006699;
	font: bold 16px arial, sans-serif;
}

#page-content dl p {
	margin-bottom: 15px;
}

#page-content dl h4 {
	margin: 0;
}
#page-content dt span {
	padding: 10px 0 15px 0;
	display: block;
	font-size: 11px;
}

/* =img
-------*/
img.feature {
    padding: 2px 0;
    margin: 0;
    border: 1px solid #666;
    border-width: 1px 0;
}

img.thumb {
	width: 104px;
	height: 104px;
}

p.caption {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 11px;
	color: #006699;
	font-weight: bold;
    line-height: .8em;
}

/* =table
--------- */
table {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-bottom: 25px;
	margin-right: 10px;
	width: 100%;
}
table td.fill,
table th.fill {
	background: #eff0f0;
}
thead th {
	background: #006699 url(../images/bg-table-head.jpg) no-repeat 100% 100%;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0 0;
	text-align: center;
	border-right: 1px solid #ccc;
}
thead th em {
	font-size: 9px;
}
tbody tr {
	background: url(../images/bg-table-odd.jpg) repeat-x 0 -2px;
}
tbody tr.odd {
	background: url(../images/bg-table-even2.gif) repeat-x 0 -2px;
}

tbody th,td {
	font: normal 11px verdana, sans-serif;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 7px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
#google-map {
margin: 15px 0 0 0;
}
#google-map iframe {
padding: 1px;
border: 1px solid #F8A704;
}
#google-map a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}

p.pdf {
text-align: right;
position: relative;
top: -10px;
}
p.pdf img {
margin-right: 3px;
position: relative;
top: 3px;
}
tfoot td {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	height: 20px;
	text-align: left;
}
    
/* =self clearing
----------------- */
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

.clear { display: inline-block; }

/* Hides from IE-mac */
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/
