/* Start of CMSMS style sheet 'RVEBike' */
/* REMOVE IMAGE BORDERS */
img {
	border: 0;
}

/* LINK STYLES */
a, a:link  a:active {
	text-decoration: underline;
	background-color: inherit; 
	color: #18507C; 
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #385C72;
}

/*****************
basic layout 
*****************/
div#search {
	float: right;
	width: 23em;
	text-align: right;
	padding: 0.6em 0 0.2em 0;
	margin: 0 1em;
}

div.breadcrumbs {
	padding: 1em 0 1.2em 0;
	font-size: 80%;
	margin: 0 1em;
	color:#6090DA;
}
div.breadcrumbs span.lastitem { 
	font-weight:bold; 
 } 
div.breadcrumbs a {color:#6090DA; }
div#content {
	margin: 1.5em auto 2em 0;
}

div#main {
   margin-left: 2%;
   margin-right: 29%;
}

/* SIDEBAR STYLES */
div#sidebar {
	float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 26%;    /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX ie doublemargin bug */
	margin-right: 8px;
	font-size:0.9em;
	text-align:left;
	min-height:400px;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
	width: 25%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebar div#sidebox {
	background-color: #6090DA;
	border:1px solid #2d4b83;
	padding: 3px 2px 3px 2px;
}
div#sidebar div#nmsbox {
	background-color: #6090DA;
	border:1px solid #2d4b83;
	margin-top:10px;
	padding: 3px 2px 3px 2px;
	font-size:12px;
}
div#sidebar div#nmsbox input {
	background-color: white !important;
	font-size:11px;
	font-family:Arial, sans-serif;
}
div#sidebar div#nmsbox div#nms_confirm{
	background-color: #E2A816; !important;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	padding:3px;
}


div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #fff;
	margin-left:13%;
	width:800px;
}

div#footer p {
   font-size: 12px;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
font-weight:bold;
}

div#footer p a {
   color: #ccc; /* needed becouse footer link would be same color as background otherwise */
text-decoration:underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
  display:none;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  display:none;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #2d4b83;
}
div#content h2 {
   color: #2d4b83; 
   font-size: 1.5em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #2d4b83; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #2d4b83; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#sidebar h1 { font-size: 1.3em;color:#000;text-align:left; } 
div#sidebar h2 { font-size: 1.2em;color:#000;text-align:left; } 
div#sidebar h3 { font-size: 1.1em;color:#000;text-align:left; } 
div#sidebar h4, div#sidebar h5, div#sidebar h6 { font-size: 1.0em;color:#000;text-align:left; } 
div#sidebar p, div#sidebar li, div#sidebar td, div#sidebar div { font-size: 1.0em;color:#000;text-align:left; } 



/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p, div, td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-attachment:fixed;
	background-color:#6090DA;
	background-image:url(images/background_med_noblur.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#wrapper {
	margin-top:10px;
	margin-left:13%;
	border:2px solid #2d4b83;
	width:800px;
	min-height:700px;
	background-image:url(images/whitebg85.png);

}
#heading {
	background-color:#6090DA;
	background-image:url(images/bluefade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:210px;
}
#mymenuwrapper {
	color:#f1ab00;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	background-image:url(images/rvelogo_250x80_white.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:210px;
}
#menu {
	padding-top:179px;
}
#fptstore {
	margin-left:385px;
}
#cdgastore {
	margin-left:5px;
}
#fptstore, #cdgastore {
	margin-top:-4px;
	float:right;
	width:200px;
	font-variant:small-caps;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-stretch:expanded;
	font-weight:normal !important;
	color:#fff;
}
#contents {
	padding:0px 5px 5px 5px;
}
#storehours {
	font-weight:bold;
	font-variant:small-caps;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-stretch:expanded;
	margin-top:2px;
}

#logos {
	text-align:center;
	clear:both;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:10px;
}
div#footer p {
   font-size: 11px;
   font-weight:normal;
}
.image_rightside { 
   margin-left:4px;
}
.image_leftside { 
   margin-right:4px;
}

.printonly {
   display: none !important;
}

.nms_listoflists {
  font-size:0.9em;
}

/* ****************************
   Race Results tables, powered by jQuery and csv2table

    **************************** */
.csv2table-table {width:100%;}
.csv2table-table-th {}
.csv2table-table-td { width:16%;}
.csv2table-sortMark { }


/* End of 'RVEBike' */

