/*
Theme Name: OK Gold Rush
Theme URI: http://aquavitacreative.com/
Description: The site design created by Aqua Vita Creative for Oklahoma Gold Rush
Version: 1.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com/
Tags: Aqua Vita Creative, Oklahoma Gold Rush
*/

/* Body Structure Rules Begin */

body {
	background: #ffcc00 url(images/bg.jpg) top center no-repeat;
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

#container {
	width: 900px;
	margin: auto;
	background: #FFF ;
}

.clearFloat {
	display: block;
	clear: both;
}

.divider {
	display: block;
	width: 100%;
	margin: 20px 0;
	height: 5px;
	border-top: 2px solid #9e0b0f;
}

/* Body Structure Rules End */


/* Header Rules Begin */

#header {
	width: 900px;
	height: 276px;
	background: url(images/header.jpg) no-repeat;
}

	/* Navbar Rules Begin */
	
	#navbar {
		width: 900px;
		height: 58px;
		background: black;
		padding: 0;
	}
	
	#navbar img {
		margin: 0;
	}	
	
		/* Drop Down Navigation Rules Begin */
		
			#jsddm {
				margin: 0;
				padding: 5px 0 0 0;	
			}
			
			ul#jsddm  {	
			 
			}
				
			#jsddm li {	
				float: left;
				list-style: none;
				display: inline;
			}
			
			#jsddm li a	{	
				color: #333333;
				display: block;
				padding: 5px 5px;
				text-decoration: none;
				white-space: nowrap;
			}
			
			#jsddm li a:hover {	
			}
					
			#jsddm li ul {	
				margin: 0;
				padding: 0;
				position: absolute;
				margin-top: 5px;
				min-width: 150px;
				visibility: hidden;
				z-index: 500;			
			}
					
			#jsddm li ul li	{	
				float: none;
				display: inline;
				text-align: center;
			}
			
			#jsddm li ul li a {	
				width: auto;
				color: #ffcc00;
				font-size: .95em;
				background-color: #000;
				border-bottom: 1px solid #ffcc00;							
			}
							
			#jsddm li ul li a:hover	{	
				background-color: #ffcc00;		
				color: #9e0b0f;
			}
			
			#jsddm li ul li a.lastItem {	
				width: auto;
				border-bottom: none;					
			}				

		/* Drop Down Navigation Rules End */
	
	/* Navbar Rules End */

	/* Slideshow Rules Begin */

		.slideshow {
			width: 641px;
			height: 252px;
			color: #ffcc00;
		}
		
		.ssContent{
			width: 170px;
			margin: 34px 0 0 55px;
			font-size: 9pt;
		}

	/* Slideshow Rules End */

/* Header Rules End */


/* Content Area Rules Begin */

#contentArea {
	width: 640px;
	float: left;
	padding: 37px 20px;
	background: white;
	color: #333333;	
}

#contentArea a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#contentArea a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

#col1 {
display: block;
float: left;
width: 200px;
padding-right: 20px;
}

#col2 {
display: block;
float: left;
width: 200px;
padding-right: 20px;
}

#col3 {
display: block;
float: left;
width: 200px;
}

#riders {
float: left;
}

#riders img {
width: 100px;
margin:5px;

}

#col11 {
display: block;
float: left;
width: 250px;
padding-right: 20px;
}

/* Content Area Rules End */


/* Sidebar Rules Begin */

#sideBar {
	width: 200px;
	float: right;
	padding: 37px 20px 0 0;
	background: white;	
	color: #333333;	
	font-size: 10pt;
}

#sideBar ul {
	margin-left: 0;
	padding-left: 0;
}

#sideBar li {
	list-style: none;
	line-height: 20px;
}

#sideBar a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#sideBar a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

/* Sidebar Rules End */


/* Footer Rules Begin */

#footer {
	width: 900px;
	padding: 11px 0;
	background-color: black;
	color: #ffcc00;
	text-align: center;
}

/* Footer Rules End */


/* Typography Rules Begin */

h1, h2, h3, h4, h5, h6 {
	font-family: Book Antiqua;
	color: #333333;	
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-transform:uppercase;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
}

h4 {

}

h5 {

}

h6 {

}

p {

}

#footer p {
	text-transform:uppercase;
	font-size:10pt;
}

a {

}

a:hover {

}

#footer a {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#ffcc00;
}

#footer a.mailLink {
	color:#990000;
}

#footer a:hover {
	color:#990000;
}

#footer a.mailLink:hover {
	color:#ffcc00;
}

/* Typography Rules End */

/* Image Rules Begin */

#contentArea img {
	border: 1px solid #663300;	
}

#fpImageGrid {
	float: left;
	display: block;
	width: 440px;
}

#fpImageGrid img {
	float: left;
	padding: 3px;
}

#forms img {
	border: 0px;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
display: inline;
padding: 2px;
margin: 7px 0 5px 7px;
}

img.alignleft {
display: inline;
padding: 2px;
margin: 7px 7px 5px 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

/* Image Rules End */
