/* ------------------------------------------------------------------------------------------------------------

	Guava Belly - Main Stylesheet
	Created by Paul Pritchard
	www.paulpritchard.ca

------------------------------------------------------------------------------------------------------------ */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 46px 0 0 0;
	background: #5e391c url('../images/wrapper/bg.jpg') top repeat-x;
	font-family: 'Trebuchet MS', arial;
	font-size: 12px;
	color: white;
}

#wrapper {
	position: absolute;
	width: 875px;
	left: 50%;
	margin-left: -432px;
}

#logo {
	position: absolute;
	left: -43px;
}

#album-sale {
	position: absolute;
	left: 527px;
}

#body {
	position: absolute;
	top: 128px;
	background: url('../images/wrapper/body-bg.png') repeat-y;
	/*min-height: 100%;*/
}

#container-home {
	padding: 45px 30px 15px 30px;
	width: 805px;
}

#container-sub {
	padding: 145px 42px 15px 42px;
	width: 781px;
}

#preloader {
	display: none;
}


/* ------------------------------------------------------------------------------------------------------------
     TOPBAR
------------------------------------------------------------------------------------------------------------ */ 

#topbar {
	position: fixed;
	background: url('../images/wrapper/topbar-bg.gif');
	height: 26px;
	display: block;
	top: 0px;
	width: 100%;
	z-index: 5;
}

#topbar #contents {
	width: 875px;
	margin: 0 auto;
}

#topbar #player {
	float: left;
	padding-left: 10px;
}

#topbar #contact {
	float: right;
	padding: 3px 20px 0 0;
}


/* ------------------------------------------------------------------------------------------------------------
     LYRICS
------------------------------------------------------------------------------------------------------------ */ 

#lyrics {
	background: #131616;
	color: white;
	border: 1px solid #546060;
	border-top: none;
	padding: 10px;
	line-height: 100%;
	position: fixed;
	top: 25px;
	font-size: 11px;
	margin-left: 10px;
}

#lyrics h1 {
	font-size: 15px;
	margin: 0 0 10px 0;
}


/* ------------------------------------------------------------------------------------------------------------
     MENU
------------------------------------------------------------------------------------------------------------ */ 

#menu {
	position: absolute;
	top: 89px;
	z-index: 2;
}

#menu div {
	float: left;
}

#menu div a {
	background: url('../images/wrapper/menu.gif') top left;
	display: block;
	height: 59px;
	font-size: 1px;
	color: #4F595F;
}
#menu div a:active, #menu div a:focus, #logo a, #album-sale a {
	outline: none;
}

#menu #nav-news a {	
	background-position: 0 0; 
	width: 149px; 
}
#menu #nav-news a:hover, #menu #nav-news a.on {	
	background-position: 0 59px; 
}

#menu #nav-shows a {
	background-position: -149px 0; 
	width: 151px;
}
#menu #nav-shows a:hover, #menu #nav-shows a.on {
	background-position: -149px 59px;
}

#menu #nav-bios a {
	background-position: -300px 0;
	width: 132px;
}
#menu #nav-bios a:hover, #menu #nav-bios a.on {
	background-position: -300px 59px;
}

#menu #nav-media a {
	background-position: -432px 0;
	width: 151px;
}
#menu #nav-media a:hover, #menu #nav-media a.on {
	background-position: -432px 59px;
}

#menu #nav-links a {
	background-position: -583px 0;
	width: 127px;
}
#menu #nav-links a:hover, #menu #nav-links a.on {
	background-position: -583px 59px;
}

#menu #nav-merchandise a {
	background-position: -710px 0;
	width: 155px;
}
#menu #nav-merchandise a:hover, #menu #nav-merchandise a.on {
	background-position: -710px 59px;
}


/* ------------------------------------------------------------------------------------------------------------
     HEAD
------------------------------------------------------------------------------------------------------------ */ 

#head-news, #head-shows, #head-bios, #head-media, #head-links, #head-merchandise {
	position: absolute;
	z-index: 1;
	top: 0px;
	font-size: 1px;
	width: 866px;
	height: 1px;
	color: #5D6B6C;
}

#head-news {
	background: url('../images/head-news.gif') bottom;
}
#head-shows {
	background: url('../images/head-shows.gif') bottom;
}
#head-bios {
	background: url('../images/head-bios.gif') bottom;
}
#head-media {
	background: url('../images/head-media.gif') bottom;
}
#head-links {
	background: url('../images/head-links.gif') bottom;
}
#head-merchandise {
	background: url('../images/head-merch.gif') bottom;
}


/* ------------------------------------------------------------------------------------------------------------
     HOME - LEFT COLUMN
------------------------------------------------------------------------------------------------------------ */ 

#home-left {
	float: left;
	margin: 0 75px 0 10px;
	width: 309px;
}
#home-left img.photo {
	border: 2px solid #9b6d31;
	border-bottom: none;
	width: 305px;
}
#home-left #slideshow {
	height: 203px;
	overflow: hidden;
}

#home-left #mailing-list-form {
	position: absolute;
	background: url('../images/paper-mailing-list.gif') no-repeat;
	margin: 16px 0 0 -23px;
	width: 333px;
	height: 149px;
}

#home-left #mailing-list-form img {
	position: absolute;
	top: 81px;
	left: 276px;
}

#home-left #mailing-list-form .text {
	border: none;
	background: none;
	margin: 81px 0 0 55px;
	width: 234px;
}

#home-left #mailing-list-form .signup {
	width: 112px;
	height: 22px;
	margin: 4px 0 0 183px;
}

#home-left #mailing-list-thanks {
	position: absolute;
	background: url('../images/paper-mailing-list-thanks.gif') no-repeat;
	margin: 16px 0 0 -23px;
	width: 333px;
	height: 149px;
	display: none;
}

/* ------------------------------------------------------------------------------------------------------------
     HOME - RIGHT COLUMN
------------------------------------------------------------------------------------------------------------ */ 

#home-right {
	width: 410px;
	float: left;
}

#show {
	color: #c88f44;
}

#show .details {
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
}

#show .links {
	margin-top: -10px;
}

#show a {
	color: white;
	text-decoration: underline;
}

#show #counter {
	background: url('../images/counter-bg.gif');
	width: 126px;
	height: 123px;
	text-align: center;
	margin-right: 20px;
}

#show #counter h1, #show #counter h2 {
	color: white;
	margin: 0 0 0 0;
	font-family: 'Arial Black';
	font-size: 80px;
	line-height: 110%;
}

#show #counter h1.sm {
	font-size: 60px;
	margin: 13px 0 0 0;
}

#show #counter h1.very-sm {
	font-size: 30px;
	margin: 11px 0 0 0;
}

#show #counter h2 {
	font-size: 18px;
	border: none;
}

#show #info {
	width: 262px;
}

#show #info .details a {	
	color: #c88f44;
}

#news-content h1 {
	float: left;
	color: #c88f44;
	margin-top: 0px;
	margin-bottom: 0px;
}

#news-content h2 {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #999;
}

#news-content h3 {
	float: right;
	color: #c88f44;
	margin: 10px 10px 0 0;
	font-size: 13px;
}

#news-content p {
	clear: both;
}


/* ------------------------------------------------------------------------------------------------------------
     MEDIA
------------------------------------------------------------------------------------------------------------ */ 

.gallery { 
	width: 578px;
	float: left;
}

.gallery div {
	background: white;
	color: black;
	cursor: pointer;
	padding: 2px;
	border: 1px solid black;
}

.gallery div:hover {
	background: #C88F44;
}

.gallery img {
	width: 158px;
	border: none;
	display: block;
}

.gallery td {
	width: 164px;
	text-align: center;
}


#browser {
	border-left: 1px solid #555;
	padding-left: 36px;
	margin-right: -20px;
	float: left;
	width: 180px;
}

#browser img {
	width: 156px;
	border: none;
	display: block;
	margin: 3px 4px 2px 4px;
}
#browser img.btm {
	width: 164px;
	margin: 0;
}

#browser div {
	background: #C88F44 url(../images/gallery-bg.gif) repeat-y;
	border: none;
	border-top: 1px solid black;
	width: 164px;
	text-align: center;
}

#browser a, #browser a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}
#browser a:hover {
	text-decoration: underline;
}




/* ------------------------------------------------------------------------------------------------------------
     MERCH
------------------------------------------------------------------------------------------------------------ */ 

.merch {
	width: 100%;
}

.merch td {
	padding: 20px 0;
	border-top: 1px solid #555;
}

.merch .thumb {
	width: 200px;
	text-align: center;
}

.merch .details {
	padding: 20px;
}

.merch .item {
	clear: both;
}

.merch .price {
	text-align: center;
}

.merch .price h1 {
	color: white;
}

.merch .price h2 {
	border: none;
	color: #f00;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------------------------------
     UTILS
------------------------------------------------------------------------------------------------------------ */ 

.clear {	
	clear: both;
}
.left {
	float: left;
}



/* ------------------------------------------------------------------------------------------------------------
     TYPOGRAPHY
------------------------------------------------------------------------------------------------------------ */ 

a {
	color: #c88f44;
}

a:hover {
	color: #746036;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 0.5em;
	color: #c88f44;
}

h2 {
	color: white;
	font-weight: normal;
	margin-top: -12px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 11px;
	border-bottom: 1px solid #555;
}

h3 {
	font-size: 14px;
}

p {
	margin-bottom: 1em;
}

img.title {
	margin: 0 0 5px -32px;
}

.dark {
	color: #746036 !important;
}
.brown {
	color: #c88f44 !important;
}
.white {
	color: white !important;
}
.divider {
	margin: 10px auto;
}

ul, ol {
	margin: 1em 0 1em 40px;
}
li.category {
	font-weight: bold;
	list-style-type: none;
	margin-top: 1em;
}
