/*
Title: "Riders On The Storm" screen styles
Date Modified: 2/11/2010
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #000 url(/images/backgrounds/background.gif) center top no-repeat fixed;
	color: #fff;
	font: normal 62.5%/1.6em Arial, Helvetica, sans-serif;
	text-align: center; /* for centering Win IE 5 */
	}

#wrapper {
	width: 700px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	}

/* ----- header ----- */
#header {
	margin: 0;
	padding: 50px 0 0 0;
	/* background: url(/images/masthead.jpg) right top no-repeat; */
	}

#logo {
	width: 600px;
	margin-bottom: 5px;
	}

#logo h1 {
	font-size: 3.2em;
	font-weight: normal;
	}

#logo h1, #logo h1 a {
	color: #fff;
	text-indent: -4000px;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 64px;
	background: url(/images/logos/riders-on-the-storm1.jpg) 0 0 no-repeat;
	text-decoration: none;
	}

#logo h1 a:hover {
	color: #fff;
	}

/* ----- main content ----- */
#main {
	margin: 20px auto;
	padding: 0;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.8em;
	}

ul, ol {
	font-size: 1.2em;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

#left_column {
float: left;
width: 625px;
}

#right_column {
float: right;
width: 225px;
}


/* ----- footer ----- */
#footer {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	color: #ccc;
	font-style: normal;
	font-size: 1em;
	border-top: 1px solid red;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, dt a, legend {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	color: #ccc;
	}

h2 {
	font-size: 1.6em;
	color: #fa8715;
	}
	
h3, dt, legend {
	font-weight: normal;
	font-size: 1.4em;
	}

h4 {
	font-size: 1em;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: .9em;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 1em;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* navigation
------------------------------------- */
a {
	color: orange;
	text-decoration: none;
	}

a:link {
	color: orange;
	text-decoration: none;
	}

a:hover  {
	color: yellow;
	text-decoration: underline;	
	}

div.nav {
	height: 25px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: 1px solid red;
	}

.nav ul {
	list-style-type: none;
	}

.nav ul li {
	float: left;
	margin: 0 15px 5px 0;
	padding-top: .1em;
	font-size: 1.4em;
	font-weight: bold;
	}

.nav ul li a {
	color: #ffc;
	text-decoration: none;
	}

.nav ul li a:hover {
	color: yellow;
	}

.nav ul li a:active, .nav ul li a.selected {
	color: orange;
	}

.nav ul li a.last { border-right: none; }


/* ----- misc ----- */
#promo {
width: 95%;
margin: 25px auto;
padding: 5px 0;
border: 1px solid #333;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background-color: #a71905; /* fallback color */
background-image: -moz-linear-gradient(100% 100% 90deg, #4e0b02, #a71905); /* #a71905, #aa9626 */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a71905), to(#4e0b02));

font-weight: bold;
text-align: center;
color: #fff;
}

#promo a {
color: #fff;
text-shadow: 0 1px 3px #000;
}

.lead_in {
	font-size: 1.6em;
	line-height: 1.4em;
	}

.footnote {
	color: #999;
	font-size: .8em;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 1em;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}
	
	
/* -------- listings table -------- */
table.listings {
width: 100%;
margin: 25px auto;
color: #fff;
}

/* This handles border options */
table.listings {
border: none;
border-collapse: collapse;
}
  
table.listings th {
font-weight: normal;
font-size: 1.4em;
color: #d1d2d4;
background: url(/images/backgrounds/nav-bg.png) repeat-x;
padding: 3px 8px 5px 8px;
border-bottom: 1px solid #333;
text-align: left;
}

table.listings th a, table.listings th a:link, table.listings th a:visited, table.listings th a:hover {
text-decoration: none;
}

table.listings th a:hover {
text-decoration: underline;
}

table.listings td {
padding: 8px;
font-size: .9em;
font-weight: normal;
text-align: left;
border-bottom: none;
border-right: none;
}

table.listings td.date {
font-size: .9em;
}

table.listings td.last {
border-right: none;
}

table.listings td.cell_center {
text-align: center;
}

table.listings tr {
background-color: none;
}

table.listings tr.shaded {
background-color: #2a2a2a;
}

table.listings td a, table.listings td a:link, table.listings td a:visited {
color: #981604;
text-decoration: none;
}

table.listings td a:hover {
color: yellow;
text-decoration: underline;	
	

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

