@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body, html {
	background: #103010;
}

body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #F9BF1A;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}

#main h2 {
	font-size: 115%;
	color: #F15922;
	padding-bottom:0.2em;
	border-bottom:solid 1px #FEF5DB;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #666666;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


/* search */
form.search {
	position: absolute;
	top: 45px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(/images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(/images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 45px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px;
	left: 58px;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(/images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 70%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #F15922;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(/images/square-green.png) no-repeat 3px 50%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(/images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

#lang-select {
	font-size:0.8em;
	position:absolute;
	right:50px;
	top:30px;
}

/* table */
table#downloads {
	border-collapse: collapse;
	margin: 20px 0 0 0;
	display:none;
}
table#downloads tr { background: #FFF; }
table#downloads th, table#downloads td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
table#downloads th {
  	padding: .8em 0.6em;
	background: #2C76A6;
  	border-color: #308ABA #308ABA #246F97 #308ABA;
	color: #fff;
	font-weight: bold;
}
table#downloads td {
	border-color: #E9E9E9;
	padding: .7em 0.6em;
}
/* Custom styles */
div#header h1 small {
	font-size:0.4em;
}

img.right {float:right;}
p.beitrag img, img.noborder { border:0px; padding:0; background:transparent; }
.noborder { border:0 !Important;}

ul.vers li {
list-style:none;
}

ul.vers li div {
position:absolute;
margin-left:-20px;
}


#header h1 {
	height:135px;
	background:url(/images/r4yc_logo.png) no-repeat left top;
}

#header h2, #header h1 {
	padding:10px 0  0 128px !important;
}

div#menu a {
	position:relative;
	z-index:10;
}

div.downloadbox {
	border-bottom:dotted 1px gray;
}

table.statstable td {
	margin:0;
	padding:0;
	border:0;
}

div.center {
	text-align:center;
}

form.paypal, form.flat {
	background:none;
	border:0;
}

form.flat {
	padding:0;
}

div#lightbox img {
	background:none;
	padding:0;
}

dl {
padding-left:0.9em;
}

dt {
	font-weight:bold;
	margin-top:0.5em;
}

dd {
	margin-left:1em;
}

h1 a, h2 a, h3 a, h4 a {
    background:none !important;
}
div.secedit 
{
	display:none;
}

div.page code 
{
	display:inline;
	padding:0.1em 0.2em;
}

div.page td {
	border:dotted 1px gray;
}

div#main 
{
	position:relative;
}

span.nowrap 
{
	white-space:nowrap;
}

#wiki__editbar, #wiki__editbar .summary {
	padding-top:0.5em;
}

#wiki__editbar label 
{
	display:inline;
	margin-left:0.5em;
}

div.plugin_translation .wikilink2:after
{
	content:" (missing)";
}

div.plugin_translation .wikilink2 
{
	color:Gray;
	text-decoration:line-through !important;
}

div.toc 
{
	display:none;
}

textarea#wiki__text 
{
	width:99%;
	height:30em;
}

div.fn {
  font-size: 90%;
}

a.fn_top {
  vertical-align: super;
  font-size: 80%;
}

a.fn_bot {
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
}

/* insitu-footnotes */
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px dotted gray;
  background-color:white;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html .insitu-footnote pre.code,
* html .insitu-footnote pre.file {
  padding-bottom: 18px;
}

pre.code {
	margin: 10px;
 	padding: 0 0 0 15px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA no-repeat 5px 5px;    
  	font-size:1.18em;
}

div.no {
display:none;
}

#lang-select * {
	vertical-align:middle;
}

#lang-select form {
	background: transparent;
	padding:0;
	margin:0;
	border: none;	
}

#lang-select form select {
	font-size:1.0em;
	width:8em;
}

div.userinfo {
	background:white;border:dotted 1px gray;padding:0.2em 0.4em;margin:0.5em 0;
}

table#error-reports tr.fixed td {
	text-decoration:line-through;
}

table#error-reports tr.fixed  {
	background-color:lightgreen !important;
	opacity:0.7;
}

#admin-downloads td {
	padding:0.1em 0.2em;
}

div.page img {
	border:none;
	vertical-align:bottom;
}

div.noteredirect {
	border-bottom: 1px dotted gray;
	margin: 0.5em 0.2em;
	padding: 0.1em 0.2em;
	opacity: 0.7;
}

iframe {
  margin:0.5em;
}

li.active {
  font-weight:bold;
}

#cse-search-results iframe {
  width:530px !important;
  border:solid 0px white;
}

thead a, thead a:visited {
  color:white;
}

thead a:hover {
  color:white;
  text-decoration:underline;
}

div#main-download {
  margin:1em
}

div#main-download img.icon {
float:left;
padding-right:0.4em;
}

div#main-download h3 {
margin:0;
padding:0;
font-size:1.3em;
}

div#main-download p {
padding:0;
}

div#additional-downloads {
padding:0.5em 0 0 1em;
}

div#additional-downloads ul {
margin-top:0;
}

div#additional-downloads div {
margin-left:1.5em;
padding:0;
}

div#additional-downloads img {
float:left;
}
.rideDate {
	font-size:14px;
	color:#E24E21;
	line-height:22px;
}

.rideLocation {
	font-size:11px;
	color:#FFB514;
	font-weight:bold;
}

