/* !CSS Reset by Eric Meyer --------------------------  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin-top: 1em
	margin-bottom: 1em
}

/* css reset end */


/* !main structure -------------------------- */

* {
}

body {
	color: #444;	
	background: #fff url('rfpl10bg.jpg') top center repeat-x;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.blue {
color: #0C0050;
}

.leadpara {
font-size: 1em;
color: #777;
}

.imgright {
margin: 0 0 10px 10px;
float: right;
clear: right;
}

.imgleft {
margin: 0 10px 10px 0;
float: left;
}

p {
	margin-bottom: 1em;
}

p, blockquote, li, h3, h4 {
  text-align: left;
}

a, img {
	border: 0;
}

a, a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

blockquote {
	margin: .5em 3em 1em 3em;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration:none;
  font-family: 'Trebuchet MS', Sans-Serif;
  color: #555;
  line-height: 1.2em;
}

h1 {
  font-size: 1.8em;
  margin: 0 0 1em 0;
  color: black;
}

h2 {
  font-size: 1.4em;
  color: #4db5f8;
  margin: .5em 0;
}

h3 {
  font-size: 1em;
  line-height: 1.1em;
  margin-top: .5em;
  color: #558d2d; 
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  color: #555;
}

h3 a:link, h3 a:visited {
  font-weight: normal;
  font-family: 'Trebuchet MS', Sans-Serif;
  /* font-size: 1.5em; */
  color: #555;
}

h1 a, h2 a, h3 a {
  border: 0px;
}

h2.media {
	padding: 30px 0 0px 0;
	border-bottom: 1px solid #4db5f8;
	margin: 20px 0;
}

code {
	margin: 10px 0;
	padding: 5px;
	font-family: monospace;
	background: #eee;
	color: #777;
	display: block;
}
/* standard css stuff */

.iright {
text-align : right;
}
.right {
float : right;
padding : 0 0 5px 10px;
}
.left {
float : left;
padding : 0 10px 5px 0;
}
.clear {
clear : both;
}

.clearspace {
clear : both;
padding: 6px 0;
}

.block {
padding-left : 2em;
}
.divider {
border-top : 1px solid #555;
margin : 1.5em 0;
}
.message1 {
	font-family: myriad pro, trebuchet ms, sans-serif;
	font-size: 1.4em;
	color: #999;
	line-height: normal;
	margin-top: -1em;
	margin-left: 80px;
}
.message2 {
	font-family: myriad pro, trebuchet ms, sans-serif;
	font-size: 1.8em;
	color: #999;
	line-height: normal;
	font-weight: normal;
}

.message3 {
	font-family: myriad pro, trebuchet ms, sans-serif;
	font-size: 1.4em;
	line-height: normal;
	color: #999;
}


/* structural stuff */

#container {
  width: 868px;
  margin: 252px auto 0 auto;
  background: #fff;
  padding: 0;
}

#content {
  margin-left: 250px;
  margin-right: 20px;
  padding: 40px 10px 10px 10px;
}

#content a {
	text-decoration: none;
	color: #538d28;
}

#content a:hover {
	color: #900;
}

#content a:hover img {
	background: #fff;
}

#content ul {
	margin: 2em 0 2em 2em;
	list-style-type: disc;
}


#footer {
  clear: both;
  margin: 5px auto 10px auto;
  text-align: right;
  font-size:9px;
  color:#999;
  width: 778px;
}

#postfooter
{
	background: #9c9 url('footerm.gif') top left repeat-x;
	min-height: 100px;
	width: 100%;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#logo {
	margin-top: -10px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}


/* !sidebar and menu --------------------------  */

p#crumbs, p#crumbs a {
	text-transform: lowercase;
	color: #aaa;
	text-decoration: none;
}

#sidebar {
  float: left;
  width: 210px;
  margin-left: 20px;
  margin-right: 15px;
  padding: 40px 0px 10px 0px;
  background: none;
  min-height: 200px;
}

#sidebar, #sidebar a, #sidebara:visited {
  color: #a6531d;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
}

#sidebar .cms_page a {
	color: #888;
}

.cms_currmenuc
{
	background: #e5e5e5;
	color: #fff;
	padding: 0 0 3px 0;
}

.cms_currmenu a, .cms_currmenu a:visited 
{
	color: #fff;
}

#sidebar .cms_sub {
	margin-left: 1em;
}

/* !top menu -------------------------- */

#menu ul 
{
	list-style-type: none;
	padding: 3px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#menu li 
{
	padding-bottom: 10px;
	display: inline;
}

#menu a,  #menu a:visited {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: lowercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu a:hover {
  background-color: #b0e190;
  color: #fff;
  text-decoration: none;
}


/* !misc styles --------------------------  */


.cms_page, .cms_cat, .cms_cat a, .cms_topcat, .cms_topcat a {
	color: #999;
	padding-top: 5px;
}

#menu li.cms_currmenu, #menu li.cms_currmenu a {
	background: #558d2d;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table#route {
	width: 100%;
}

table#route td {
	vertical-align: top;
}

input, textarea
{
	border: 1px solid #ddd;
	padding: 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #555;
	
}

input[type="submit"] 
{
	background: #558d2d;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

/* !events  -------------------------- */

.event_message {
	margin: 1em 0;
	font-weight: bold;
}

form#events_chooser {
	display: inline;
}

table#events_table {
	width: 100%;
}


tr.events_title td {
	padding: 5px;
	background: #eee;
	font-weight: bold;
}

tr.events_title span {
	font-weight: normal;
}

tr.events_info td {
	padding: 5px 5px 15px 20px;
}


#contactform td {
	vertical-align: top;
}
/* ------------------------- news */

div#newslistsml {
	color: #444;
	margin: 0 0 20px 0;
}

#newslistsml div {
	margin: 1px 9px 1px 4px;
	background: #eeefff;
	padding: 4px;
	}


#newslistsml a {
	color: #4db5f8;
}

#newslistsml div span.cms_newsposted {
	display: none;
	font-size: .8em;
	color: #bbb;
}

#newslistsml .cms_newstitle {
	font-size: 1em;
	padding-top: .5em;
}

#newslistsml p.cms_newsextract {
	font-size: .9em;
}


/* !news --------------------------  */

#newslistbig div {
	color: #444;
}

#newslistbig a {
	color: #4db5f8;
	text-decoration: none;
}

#newslistbig div span.cms_newsposted {
	display: none;
	font-size: .8em;
	color: #bbb;
}

#newslistbig .cms_newstitle {
	font-size: 1.2em;
	display: block;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #aaa;
}

#newslistbig p.cms_newsextract {
	font-size: .9em;
}

#newslistbig .cms_newsextract a {
}

#newslistbig .cms_newsposted, .cms_newsposted {
	font-size: .8em;
	color: #888;
}

#sponsors {
	text-align: center;
	color: #aaa;
	font-size: .9em;
	line-height: 2em;
	margin-top: 30px;
}
#sponsors img {
	border: 0;
	padding: 0 6px;
}

.wallpaper {
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
}


/* twitter panel */

div#twitter_div
{
	width: 100%;
	font-size: .8em;
	color: #555;
}

div#twitter_div p
{
	margin: 0;
}

div#twitter_div ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#twitter_div ul li
{
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px #ddd solid;
}


div#twitter_div ul li span
{
	display: block;
}
div#twitter_div ul li a
{
	color: #999;
}

div#twitter_div ul li span
{
	color: #999;
	font-size: .9em
}


/* riders stuff */

table.riders
{
	width: 100%;
	margin: 30px auto;
}

table.riders tr
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
table.riders td
{
	line-height: 1.6em;
}

/* buttons */

#dbutton span
{
	display: none;
}

a#dbutton
{ 
display: block; 
width: 266px; 
height: 58px;
background: #fff url(/images/76.gif) no-repeat; 
}

a#dbutton:hover
{ 
background-position: 0 -58px; 
}


#memberslist li
{
	display: inline;
	float: left;
	width: 250px;
	padding: 20px 20px 10px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
}

#memberslist li span.membersid
{
	float: left;
	font-family: "Arial Rounded MT Bold",ariel,sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	padding: 5px 15px 0 0;
	color: #3192ff;
}

.memberssite
{
	text-transform: uppercase;
	font-size: .8em;
}

.niceimage
{
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

.newsimage
{
	width: 450px;
}


table#team
{
	widows: 100%;
}

table#team td
{
	width: 150px;
	padding-right: 20px;
}

table#team tr:first-child
{	
}

table#team h1
{
	font-size: 1.2em;
	color: green;
	padding: 0;
	margin: .5em 0;
}

table#team span
{
	color: #777;
}

#countdown
{
	text-align: center;
	background: #fff url('../../../images/167.jpg') center no-repeat;
	color: #fff;
	padding: 1.5em 0 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 1em 0;
	width:200px;
	height: 129px;
	font-weight: bold;
}

#countdown span
{
	font-size: 5em;
	line-height: 1em;
	font-weight: bold;
}

.err
{
	color: maroon;
	padding: 1em;
}

.req 
{
	color: #7bc135;
}

#sidebar a.shopbutton, #sidebar a.shopbutton:visited
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	background: #7bc135;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	width: 180px;
	display: block;
}

#sidebar a.shopbutton:hover
{
	background: blue;
	text-decoration: none;
}

.formtable
{
	margin: 2em 0 2em 4em;
}

.formtable tr td:first-child
{
	padding:3px 0;
}


#join
{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	padding: 15px 0 10px 0;
}


#join a, #join a:visited
{
	color: #7bc135;
	background: #fff;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
}
