/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Author: Blue Wagon Studios
/* ================================================================ **


/* ---------------------------------------------------------------- **
** Global
** ---------------------------------------------------------------- */
html { height: 100%; font-size: 76%; }
body {
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg.jpg) no-repeat 50% 0;
	text-align: center;
	color: #999999;
	font-size: 1.2em; 
	line-height: 1.5em;	
	}

/* headers */
h2, h3, h4, h5, h6 { color: #42778a; margin: 0; font-weight: normal; }
h2 { font-size: 1.5em; margin: 35px 0 5px; }
h3 { font-size: .8em; margin: 0px 0 10px; color: #444444; text-transform: uppercase;}
h4 { font-size: 1.0em; margin: 0px 0 10px; color: #666666;}
h5 { font-size: 1.2em; margin: 20px 0 10px; }	
h6 { font-size: 1em; margin: 20px 0 10px; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code { 
	margin: 15px 0; 
	border: 1px dashed #333; 
	padding: 10px; 
	display: block; 
	background-color: #111; 
	color: #ffc; 
	}
blockquote { 
	margin: 15px 0; 
	border: 1px solid #333; 
	padding: 0 15px 5px; 
	display: block; 
	background-color: #111; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

/* links */
a { text-decoration: underline; color: #42778a; }
a:hover { text-decoration: none; }

/* images */
img { border: 0px solid #eee; }	
img.iphone {margin: 0 0 0 230px;}
a img { border: 1px solid #999999; }
a:hover img { border-color: #000000;}
img.right { margin: 0 0 15px 15px; }
img.left { margin: 0 15px 15px 0; }
.center {margin-left: 210px; margin-bottom:20px; border: none;}

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }

/* tables */
table { margin: 15px 0; border: 1px solid #333; }
table th, table td { padding: 10px; text-align: left; color: #fff; }
table th { background-color: #222; }
table tfoot { display: none; }

/* forms */
form { border: 1px solid #333; background-color: #222; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 5px 20px 10px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { float: left; display: block; width: 30%; margin-right: 20px; }
form p input,
form p select,
form p textarea { 
	border: 3px solid #ccc; 
	background-color: #999; 
	padding: 5px; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	width: auto; 
	overflow: visible;
	border-color: #000; 
	background-color: #111; 
	padding: 8px 10px; 
	cursor: pointer; 
	color: #ffc; 
	font-weight: bold; 
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }

p.info { 
	border-top: 1px solid #333; 
	border-bottom: 1px solid #333; 
	padding: 10px 0; 
	margin: 15px 0; 
	position: relative; 
	height: 1%; 
	}	
p.info a.cmt { position: absolute; right: 0; top: 10px; }
p.info a.cmt br { display: none; }	
	
ul.links { margin-bottom: 25px; margin-left: 0; padding: 0; list-style-type: none; }	
ul.links li { border-bottom: 1px solid #333; }
ul.links li a { display: block; height: 1%; padding: 10px; }
ul.links li a:hover { background-color: #111; }
		
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }	
ul.images li { float: left; padding: 0 0 15px 15px; margin: 0; }	
ul.images li img { vertical-align: bottom; }

/* ---------------------------------------------------------------- **
**  Container
** ---------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

#video {height: 365px; width: 625px;}
	
/* ---------------------------------------------------------------- **
** Header
** ---------------------------------------------------------------- */
#header { 
	position: relative;
	padding: 50px 0 40px; 
	}

/* logo */
#header h1 {
	font-size: 2.7em;
	font-weight: normal;
	margin: 0;
	}
#header h1 a { color: #ffc; }
#header h1 a:hover { text-decoration: none; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/* Search */
#header form {
	position: absolute;
	top: 27px;
	right: 0;
	margin: 0;
	background: none;
	border: 0;
	padding: 0;
	}
* html #header form { width: 1%; white-space: nowrap; }	
#header form fieldset { padding: 0; }
#header form input {
	padding: 11px 5px;
	font-size: 1.2em;
	background-color: #000;
	color: #ccc;
	border: 0;
	width: 225px;
	}
#header form input.btn {
	width: auto;
	padding: 7px;	
	border: 3px solid #000;
	background-color: #333;
	line-height: 17px;
	font-weight: normal;
	}

/* ---------------------------------------------------------------- **
** Navigation
** ---------------------------------------------------------------- */ 
#header ul {
	background-color: #2F1C07;
	list-style-type: none;
	margin: 50px 0 0;
	width: 100%;
	padding: 10px 0;
	}
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
#header ul li {
	float: left;
	margin: 0 9px;
	font-size: 1.2em;
	}
#header ul li a {
	display: block;
	padding: 10px 33px;
	}
* html #header ul li a { width: 1%; white-space: nowrap; }
#header ul li.on a {
	text-decoration: none;
	background-color: #50300C;
	color: #ffc;
	}

.sample {width: 150px; height: 200px; float: left; margin: 2px; text-align: center;}
	
/* ---------------------------------------------------------------- **
** Content
** ---------------------------------------------------------------- */ 
#content {
	background-color: #fff;
	margin-top: 20px;
	margin-left: 80px;
	width: 625px; /* hasLayout fix */
	}
* html #content { overflow: hidden; }	
#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}

/* left column formatting */
#content #left {
	width: 400px;
	margin-right: 40px;
	float: left;
	}	

/* right column formatting */	
#content #right {
	float: left;
	width: 260px;
	background: url(../img/subnav_.jpg) repeat-x;
	min-height: 322px;
	margin-top: 10px;
	margin-right: -20px;
	padding: 0 20px 20px;
	}
* html #content #right { height: 322px; margin-right: -10px; }	

/* ---------------------------------------------------------------- **
** Footer
** ---------------------------------------------------------------- */ 
#footer {
	margin-top: -84px;
	text-align: left;
	height: 1%;	
	}
#footer div {
	color: #ACA47D;
	background-color: #2F1C07;
	margin: 0 auto;
	width: 720px;
	padding: 15px 30px 20px;
	}
#footer div:after { 
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}