/* @override 
	http://lformxserve01.local/Q%20-%20T/Riders%20Collective/Site/2010-04-01/_assets/css/style.css
	http://riderscollective.com/_assets/css/style.css
*/

/* --- COLOR SCHEME ---
red #bb131a
yellow #fdda4e
---------------------- */

/* --- # GLOBAL STYLES ---*/
html {}

body {
	font-family: "Arial";
	font-size: 10pt;
	color: #fff;
	background: #bb131a url(../images/bg.jpg) repeat-x;
}

a {
	color: #fff;
	text-decoration: underline;
}

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

p {
	line-height: 1.4;
	margin-top: 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

/* --- WRAPPER STYLES ---*/
#wrapper {
	text-align: left;
	width: 880px;
	margin: 0px auto;
	xmin-height: 800px;
}

#header {
}

#content {
}

#main {
	margin-top: 20px;
}

#p_home #sidebar {
	display: none;
}

/* --- # HEADER STYLES ---*/
h1#logo {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	width: 489px;
	height: 81px;
	margin: 10px 35px 0 5px;
	float: left;
}

h1#logo a {
	display: block;
	height: 100%;
}

/* --- # NAV STYLES ---*/
#navbar {
	overflow: hidden;
	margin-top: 10px;
}

#nav {
	float: right;
}

#nav ul {
}

#nav li {
	width: 114px;
	height: 27px;
	text-align: center;
	background: url(../images/nav-bg.png) no-repeat;
	text-transform: uppercase;
	font-size: 0.9em;
	padding-top: 3px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#navbar li.active a {
	color: #fdda4e;	
}

#navbar li a:hover {
	color: #fdda4e;	
}

#nav li ul {}

#navbar .active ul {}

#nav li li {}

#nav li li a {}


/* --- # CONTENT PAGES ---*/
#title {
	
}

#title h2 {
}

#signup {
	padding-top: 20px;
}

#signup b {
	color: #bb131a;
	font-size: 0.9em;
}

#signup input.submit {
	border: 1px solid #bb131a;
	background-color: #bb131a;
	color: #fff;
	height: 22px;
}

h2 {
	padding-top: 15px;
	color: #bb131a;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
}

h3 {
	color: #fdda4e;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 5px;
}

h4 {
	color: #fdda4e;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.desc {
	background-color: #000;
	margin-top: 7px;
	padding: 5px 7px;
	font-size: 12pt;
}


/* --- # FOOTER STYLES ---*/
#footer {
	clear: both;
	font-size: 11px;
	margin: 235px 3px 15px 3px;
}

#company {
}

#design {
	float: right;
}

#design a {
	color: #fff;
	text-decoration: none;
}




