/* lazy reset inspired by eric meyer */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, i, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* globals */
body {
	background: #080200;
	color: #efd9c2;
	font: 12px "Lucida Grande";
	text-align: center;
}
p {
	margin: 10px 0 0;
}
a {
	border-bottom: 1px solid #623400;
	color: #99943b;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #99943b;
	color: #efd9c2;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #99943b;
	font-size: 20px;
	padding: 0 0 20px;
}
h2 {
	color: #efd9c2;
	font-size: 16px;
}
h3 {
	color: #623400;
	font-size: 13px;
}
h4 {
	color: #99943b;
	float: right;
	font-size: 10px;
	padding-right: 10px;
}
hr {
	background-color: #623400;
	border: none;
	color: #623400;
	height: 1px;
	margin: 4px 10px 20px 0;
}
.clear {
	clear: both;
}
/* one ring to bind them */
#container {
	margin: auto;
	padding: 210px 0 10px;
	width: 802px;
}
/* the mugshot */
#fakebody {
	/* this is here rather than body because IE7 brings the suck */
	background: url(images/page-bg.jpg) no-repeat top center;
	height: 650px;
}
/* how do you work this thing? */
#hnav { 
	clear: both; 
	float: right;
}	
#hnav ul { 
	list-style: none; 
	float: left; 
	width: 100%; 
	margin: 2px 0 0 0; 
	padding: 0;
}	
#hnav li { 
	float: left;
	margin: 0; 
	padding: 0; 
	white-space: nowrap;
}
#hnav a {
	height: 40px; 
	display: block;  
	text-align: center;
	padding: 0px;
	border: 0px;
}
#hnav a span {
	display: none;
}
#hnav a.nav-home {  
	background: url(images/nav-home.gif) top left no-repeat;
	width: 67px;
}	
#hnav a.nav-home:hover { 
	background: url(images/nav-home.gif) 0px -40px no-repeat;
}
#hnav a.nav-tour {
	background: url(images/nav-tour.gif) top left no-repeat;
	width: 73px;
}
#hnav a.nav-tour:hover {
	background: url(images/nav-tour.gif) 0px -40px no-repeat;
}
#hnav a.nav-media {
	background: url(images/nav-media.gif) top left no-repeat;
	width: 75px;
}
#hnav a.nav-media:hover {
	background: url(images/nav-media.gif) 0px -40px no-repeat;
}
#hnav a.nav-merch {
	background: url(images/nav-merch.gif) top left no-repeat;
	width: 141px;
}
#hnav a.nav-merch:hover {
	background: url(images/nav-merch.gif) 0px -40px no-repeat;
}
#hnav a.nav-links {
	background: url(images/nav-links.gif) top left no-repeat;
	width: 72px;
}
#hnav a.nav-links:hover {
	background: url(images/nav-links.gif) 0px -40px no-repeat;
}
#hnav a.nav-contact {
	background: url(images/nav-contact.gif) top left no-repeat;
	width: 84px;
}
#hnav a.nav-contact:hover {
	background: url(images/nav-contact.gif) 0px -40px no-repeat;
}
/* the dark area with the words */
#content {
	float: right;
	height: 342px;
	margin: 8px 12px 0 0;
	text-align: left;
	width: 480px;
	overflow: auto;
	position: relative;
}
#content:hover {
	cursor: default;
}
/* fancy side buttons */
#lnav {
	float: left;
	margin: auto;
	position: relative;
	text-align: left;
	width: 298px;
	top: 75px;
	left: -1px;
}
#lnav ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}
#lnav ul li {
	float: left;
}
#lnav ul li a {
	border: 0 none;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
#lnav ul li a.nav-text {
	background: transparent url(images/nav-text.jpg) no-repeat scroll left top;
	height: 110px;
	width: 298px;
}
#lnav ul li a.nav-text:hover {
	background: transparent url(images/nav-text.jpg) no-repeat scroll 0 -110px;
}
#lnav ul li a.nav-video {
	background: transparent url(images/nav-video.jpg) no-repeat scroll left top;
	height: 88px;
	width: 298px;
}
#lnav ul li a.nav-video:hover {
	background: transparent url(images/nav-video.jpg) no-repeat scroll 0 -88px;
}
#lnav ul li a.nav-fbook {
	background: transparent url(images/nav-fbook.jpg) no-repeat scroll left top;
	height: 44px;
	width: 148px;
}
#lnav ul li a.nav-fbook:hover {
	background: transparent url(images/nav-fbook.jpg) no-repeat scroll 0 -44px;
}
#lnav ul li a.nav-sonic {
	background: transparent url(images/nav-sonic.jpg) no-repeat scroll left top;
	height: 44px;
	width: 148px;
}
#lnav ul li a.nav-sonic:hover {
	background: transparent url(images/nav-sonic.jpg) no-repeat scroll 0 -44px;
}
#lnav ul li a.nav-myspace {
	background: transparent url(images/nav-myspace.jpg) no-repeat scroll left top;
	height: 46px;
	width: 148px;
}
#lnav ul li a.nav-myspace:hover {
	background: transparent url(images/nav-myspace.jpg) no-repeat scroll 0 -46px;
}
#lnav ul li a.nav-youtube {
	background: transparent url(images/nav-youtube.jpg) no-repeat scroll left top;
	height: 46px;
	width: 148px;
}
#lnav ul li a.nav-youtube:hover {
	background: transparent url(images/nav-youtube.jpg) no-repeat scroll 0 -46px;
}
#lnav ul li a.nav-twitter {
	background: transparent url(images/nav-twitter.jpg) no-repeat scroll left 3px;
	height: 46px;
	width: 148px;
}
#lnav ul li a.nav-twitter:hover {
	background: transparent url(images/nav-twitter.jpg) no-repeat scroll 0 -43px;
}
#lnav ul li a.nav-laser {
	background: transparent url(images/nav-laser.jpg) no-repeat scroll left top;
	height: 43px;
	width: 148px;
}
#lnav ul li a.nav-laser:hover {
	background: transparent url(images/nav-laser.jpg) no-repeat scroll 0 -45px;
	height: 43px;
	width: 148px;
}
#lnav ul li a span {
	display: none;
}
/* bottoms */
#footer {
	position: absolute;
	top: 615px;
	left: 0;
	width: 100%;
	margin: 5px 0 0;
	font-size: 11px;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
#footer ul li:after {
	content: " / ";
}
#footer ul li.last:after {
	content: "";
}
#footer p {
	margin: 5px 0 0;
}
/* links page */
ul.links {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 20px 0 20px;
}
ul.links li {
	margin: 0 0 5px;
}
/* tour page */
#tourmsg h1 {
	padding: 0;
}
#tourmsg p {
	padding: 0 0 20px;
}
/* text-messages page */
a.text-messages {
	color: #efd9c2;
	font-size: 16px;
	border: none;	
}
a.text-messages:hover {
	border-bottom: 1px solid #99943b;
	text-decoration: none;
}
#text-notes {
	margin: 0 0 20px;
}
/* merch page */
#h1merch {
	padding: 0;
}
li.productSection {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear: left;
	padding-top: 20px;
}
div.productCategoryTitle h3 {
	color: #efd9c2;
	font-size: 16px;
}
div.productCategoryTitle a.productCategoryBackToTop {
	display: none;
}
li.product {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 150px; /* 150=3col, 110=4col */
	padding: 10px 4px 0 0;
	float: left;
}
a.productImageLink {
	border: none;
}
/* photos page */
.medianav {
	list-style: none;
	height: 30px;
}
.topright {
	position: absolute;
	right: 0;
	top: 0;
}
.medianav li {
	float: left;
	padding: 5px 10px 0 0;
}
.gallery {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 30px;
}
.gallery ul li {
	display: inline;
	padding: 2px;
}
.gallery ul li a, #jquery-lightbox a {
	text-decoration: none;
	border: none;
}
/* audio page */
ul.audio { margin: 10px 0; }
