/* -----------------------------------------------------------------------
 Title:      	The Mars Volta 2009 Stylesheet
 Author:     	Ryan Scherler
 Site:			//
 Vesion: 		1.0
 Created: 		06/16/2009
 Last Modified: 06/16/2009
 Modified by: 	Ryan Scherler
 Copyright: 	2009, The Mars Volta.  All rights resevered.
----------------------------------------------------------------------- */

/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end reset */

body {
	margin: 0;
	padding: 0;
	background: #0c8ca2 url(images/bg-body.png) repeat-x 0 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

img {
	outline: none;
	border: none;
}

#wrapper {
	width: 840px;
	height: 800px;
	overflow: auto;
	margin: 0 auto 10px auto;
	background: url(images/bg-wrapper.jpg) no-repeat 0 0;
}

#header {
	position: relative;
	height: 200px;
}

/* @type */

h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	margin: 0;
	width: 840px;
	height: 164px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/bg-logo.png) no-repeat 0 0;
}

#available {
	text-transform: uppercase;
	position: absolute;
	top: 172px;
	right: 52px;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

#main {
	width: 810px;
	height: 412px;
	background: url(images/bg-main.jpg) no-repeat 0 0;
	margin: 0 auto;
}

#main-inner {
	width: 790px;
	padding: 10px 0;
	margin: 0 auto;
}

#navigation {
	background: url(images/bg-navigation.gif) no-repeat 0 0;
	height: 75px;
	padding: 15px 20px 0 20px;
}

#navigation h2 {
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: #aaa 1px 1px 1px;
	color: #132343;
	margin: 0;
	padding: 0;
	line-height: 24px;
}	

#navigation h2 a {
	color: #324d82;
	text-decoration: none;
}

#content {
	color: #000;
	position: relative;
	width: 740px;
	margin: 0 auto;
}

#cd {
	position: absolute;
	top: -70px;
	right: -30px;
}

#content-inner {
	width: 360px;
}

#content h3 {
	background: url(images/bullet.png) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#content p,
#content ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

#content ol {
	margin-left: 40px;
}

#content p.bottom {
	margin-bottom: 0;
}

#footer {
	width: 790px;
	height: 114px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/bg-footer.png) no-repeat 50% 0;
}

#footer p {
	text-align: center;
}

#fineprint {
	width: 260px;
	margin: 0 auto;
	color: #ded491;
	font-size: 10px;	 
}

#fineprint ul {
	list-style: none;
	line-height: normal;
}

#fineprint li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ded491;
}

#fineprint li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#fineprint a {
	text-decoration: none;
	color: #ded491;
}

#fineprint a:hover {
	color: #ffffff;
}
