/*////////////////////////////////////////////////////////////////////
 
	Copyright: Trek Bicycle Corporation
	Website: Demo Tour
	Title: Global Styles
	Media: Screen
	Author: Ken Soliva
	Last Modified: 2009-04-08 (kensoliva)

////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0 20px;
	font: 62.5%/1.4 Georgia, serif;
	color: #5F5B57;
	background: #CECBC3 url(/images/rtb/bg/body.png) repeat;
	}

a:link, a:visited {
	text-decoration: underline;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

img, a img {
	border: 0;
	}

em {
	font-style: italic;
	}
	
h1 {
	font: 2em/1 Georgia, serif;
	color: #5F5B57;
	}
	
p {
	margin-bottom: 1em;
	}

/*////////////////////////////////////////////////////////////////////
	Layout
////////////////////////////////////////////////////////////////////*/

#container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	background-color: #FFF;
	}
	
#header {
	background-color: black;
	border-bottom: 2px solid #ada83b;
	padding-left: 17px;
}
	
#header h1 {
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 30px 0 0;
}
	
#header h2 {
	font: .9em/1 "Lucida Grande", Lucida, Helvetica;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: 0 40px 10px 0;
	padding: 0;
}

#header h3 {
	text-align: right;
	font: bold 1.4em/1 Georgia, serif;
	padding: 0;
	margin: 0;
}
	
#header dl dt {
	float: right;
	vertical-align: middle;
	margin: 10px;
	line-height: 1em;
	}
	
#content {
	padding: 20px;
	}
	
#content h2 {
	margin-bottom: .5em;
	font: 1.6em/1.125 Georgia, serif;
	}
	
#content dl {
	margin-bottom: 1em;
	}
	
#content dt {
	margin-bottom: .125em;
	font-weight: bold;
	line-height: 1em;
	}
	
#main {
	float: right;
	display: inline;
	width: 680px;
	padding: 0 0 20px 14px;
	border-left: 1px solid #CECBC3;
	}
	
#main .return h2 {
	float: left;
	display: inline;
	}
	
#main .return p {
	float: right;
	display: inline;
	padding-left: 15px;
	}
	
#sidebar {
	float: left;
	display: inline;
	width: 210px;
	}	

#sidebar h3 {
	margin-bottom: .5em;
	font: bold 1.2em/1.125 Georgia, serif;
	}
	
#sidebar img {
	margin-bottom: 1em;
	padding: 3px;
	background-color: #FFF;
	border: 2px solid #DCD9D5;
	}
	
#sidebar img #noborder {
	border: 0px
	}
	
#sidebar dd {
	margin-bottom: 1em;
	}
	
#sponsors {
	padding: 20px 5px 25px 40px;
	list-style-type: none;
	border-top: 1px solid #ada83b;
	}
	
#sponsors dt {
	display: inline;
	margin-right: 20px;
	}
	
#sponsors img {
	padding: 5px;
	vertical-align: middle;
	}
	
/*////////////////////////////////////////////////////////////////////
	Events
////////////////////////////////////////////////////////////////////*/

.events {
	margin-bottom: 2em;
	}
	
.events div {
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #CECBC3;
	}
	
.events div div {
	padding: 0;
	border: none;
	}
	
.events div div img {
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
	padding: 3px;
	background-color: #FFF;
	border: 2px solid #DCD9D5;
	}

.events div.show_details {
	height: auto;
	background-color: #FBF9EE;
	}
	
.events div a.details {
	float: right;
	display: inline;
	padding: 2px 15px 2px 2px;
	margin-left: 20px;
	font: .9em/1 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	cursor: pointer;
	}
	
.events div.show_details a.details {
	background: #F9B4A6 url(/images/twd/bg/hide_details.png) no-repeat right center;
	border: 2px solid #F69687;
	}
	
.events div a.details {
	background: #CBE4B7 url(/images/twd/bg/show_details.png) no-repeat right center;
	border: 2px solid #B8DA9B;
	}
	
.events h3 {
	margin-top: 1em;
	padding-bottom: 5px;
	font: bold 1.2em/1.125 Georgia, serif;
	text-transform: uppercase;
	border-bottom: 3px double #CECBC3;
	}
	
.events h4 {
	margin-bottom: 0;
	font: bold 1.2em/1.25 Georgia, serif;
	cursor: pointer;
	}
	
.events h5 {
	margin-bottom: .5em;
	font: 1em/1.125 Georgia, serif;
	}
	
.events h6 {
	margin-bottom: 1em;
	font: .9em/1 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	}
	
.events h7 {
	display: inline;
	font: bold 1em/1.125 Georgia, serif;
	}
	
.events .question, .events .answer {padding: 0px 100px 0px 0px}

.events .question a {font-weight: bold;}

.events ul {margin: 10px 0px 10px 20px}

	
/*////////////////////////////////////////////////////////////////////
	Bikes
////////////////////////////////////////////////////////////////////*/

#bikes {
	list-style-type: none;
	padding: 0 10px;
	}
	
#bikes div {
	float: left;
	display: inline;
	width: 120px;
	height: 130px;
	margin: 0 10px 0 0;
	padding: 5px 0;
	}
	
#bikes img {
	margin-bottom: .5em;
	}
	
#bikes h3 {
	margin-bottom: .5em;
	color: #923C06;
	font: bold 1.1em/1.125 Georgia, serif;
	}

#bikes h4 {
	margin-bottom: 0;
	font: bold 1em/1 Georgia, serif;
	}
	
/*////////////////////////////////////////////////////////////////////
	Welcome
////////////////////////////////////////////////////////////////////*/

#photobg {
	margin: 20px;
	padding: 0 0 80px 60px;
	background: #FFF url(/images/rtb/photo_home.jpg) no-repeat left bottom;
	}

#welcome {
	width: 400px;
	background-color: #FFF;
	}
	
#welcome img {padding: 0px 20px 20px 20px}
	
#welcome h1 {
	font: 1em/1.4 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 1em;
	padding: 0px 20px;
	}
	
#welcome h1 a:link, #welcome h1 a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #5F5B57;
	}
	
#welcome h1 a:hover, #welcome h1 a:active {
	text-decoration: none;
	border-bottom: 1px dotted #5F5B57;
	}
	
#welcome h2 {
	font: bold 1.1em/1.4 Georgia, serif;
	margin: 0 0 10px 0px;
	padding: 0px 20px
	}
		
/*////////////////////////////////////////////////////////////////////
	Forms
////////////////////////////////////////////////////////////////////*/

form {
	padding: 10px;
	}
	
fieldset {
	margin-bottom: 0;
	border: none;
	} 
	
label {
	display: block;
	margin-bottom: .5em;
	font: bold 1em/1.125 Georgia, serif;
	}
	
input, textarea, select {
	display: block;
	margin-bottom: 1em;
	padding: .25em;
	}
	
input.button {
	padding: 0;
	}

.error {
	padding-left: 1em;
	border-left: 1em solid #F69687;
	}
	
.success {
	padding-left: 1em;
	border-left: 1em solid #B8DA9B;
	}
	
/*////////////////////////////////////////////////////////////////////
	Misc
////////////////////////////////////////////////////////////////////*/

hr {
	height: 1px;
	margin: 2em 0 2em 0;
	color: #FFF;
	background-color: #FFF;
	border: none;
	border-bottom: 1px dotted #CECBC3;
	}
	
hr.spacer {
	margin: 1.5em 0;
	color: #FFF;
	background-color: #FFF;
	border-bottom: 3px double #CECBC3;
	}

.hide {
	display: none;
	}
	
.indent {
	text-indent: 3em;
	}
	
.pdf {
	padding: .25em 21px .25em 0;
	background: url(/images/rtb/bg/bg/pdf.gif) no-repeat right center;
	}
	
.message {
	margin-bottom: 1em;
	padding: .625em 10px .75em 10px;
	font: 1em/1.25 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	background-color: #F1EDE7;
	border-top: 2px solid #DCD9D5;
	border-bottom: 2px solid #DCD9D5;
	}
	
.floatright {float: right}
.floatleft {float: left}
	
/*////////////////////////////////////////////////////////////////////
	Float Fix
////////////////////////////////////////////////////////////////////*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix {display: block;}
/* End hide from IE-mac */