/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #110e0b url(../img/bg_tile.gif);
	color: #22190d;
}

p {
	color: #22190d;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a:focus {
     outline: none;
}

.right{
	float: right !important;
}

/* NAVIGATION AND LINKS */


a.btn{
	font-family: Helvetica;
	font-size: 13px;
	color: #ffffff;
	text-shadow: #000000 -1px -1px 3px;
	padding: 6px 25px 5px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 7px;
}

a.btn.green{
	background-image: url(../img/bg_blue_gradient.gif);
	background-repeat: repeat-x;
	border: 2px #2d5554 solid;
}

a.btn.brown{
	background-image: url(../img/bg_brown_gradient.gif);
	background-repeat: repeat-x;
	border: 2px #424242 solid;
}

a.btn.red{
	background-image: url(../img/bg_red_gradient.gif);
	background-repeat: repeat-x;
	border: 2px #490803 solid;
}

a:hover.btn, a.btn.active{
	background-position: 0px -30px;
}

.block_btns{
	height: 71px;
	padding: 0;
	background: #241c13;
}

a.block_btn{
	width: 71px;
	height: 71px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9000px;
	
}

	a:hover.block_btn{
		background-position: 0px -71px;
	}

	a.block_btn.facebook{
		background-image: url(../img/block_btn_facebook.gif);
	}
	a.block_btn.twitter{
		background-image: url(../img/block_btn_twitter.gif);
	}
	a.block_btn.amazon{
		background-image: url(../img/block_btn_amazon.gif);
		float: right;
	}
	a.block_btn.itunes{
		background-image: url(../img/block_btn_itunes.gif);
		float: right;
	}
	a.block_btn.soundcloud{
		background-image: url(../img/block_btn_soundcloud.gif);
	}

#navigation {
	position: fixed;
	z-index: 999;
	top: 0;
	height: 81px;
	background: #2d2822;
	width: 910px;
	line-height: 80px;
	padding-left: 57px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
	#navigation img{
		vertical-align: middle;
		
	}
	#navigation a{
		color: #aba9a7;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 35px;
		float: left;
	}
	
	#navigation a:hover, #navigation a.active{
		color: #ffffff;
	}
	
	a#btn_icta{
		margin-right: 40px;
		background-image: url(../img/btn_icta.gif);
		background-repeat: no-repeat;
		background-position: 0 -40px;
		display: block;
		height: 40px;
		width: 74px;
		text-indent: -9999px;
		margin-top: 17px;
		line-height: 20px !important;
	}
	
	a:hover#btn_icta{
		background-position: 0 0;
		
	}

/* CONTENT */

div {
	
}

.scrollanchor{
	font-size: 0;
	display: block;
	height: 0;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia;
	font-style: italic;
}

h2{
	color: #1d6875;
	font-size: 24px;
	margin-bottom: 5px;
}

#wrapper{
	width:967px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 400px;
}

div.block{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

#albums{
	background: url(../img/bg_album.gif);
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 11px;
}

#albums div{
	overflow: visible;
}

	#albums #album_toggle{
		float: left;
	}
	
	#albums h3{
		font-size: 24px;
		margin-bottom: 8px;
	}
	
	#albums h4{
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 5px;
	}
	
	#albums .album{
		padding-bottom: 10px;
		overflow: auto;
	}
	
	.album .album_art{
		border: 5px solid white;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.album .art_wrapper{
		background: url(../img/loader.gif) no-repeat center center;
		width: 260px;
		height: 260px;
	}
	
	.album .track_wrapper{
		background: url(../img/loader.gif) no-repeat center center;
		min-height: 200px;
	}
	
	#albums .album a.btn{
		width: 58px;
		height: 58px;
		display: block;
		text-indent: -9000px;
		float: left;
		margin-bottom: 17px;
		margin-top: 0;
		margin-right: 5px;
		padding: 0;
		
	}
	
	#albums .album a.btn.itunes{
		background: url(../img/btn_apple.png) no-repeat;
	}
	
	#albums .album a.btn.amazon{
		background: url(../img/btn_amazon.png) no-repeat;
	}
	
	#albums .album a.btn.soundcloud{
		background: url(../img/btn_soundcloud.png) no-repeat;
	}
	
	#albums .album a.btn.twitter{
		background: url(../img/btn_twitter.png) no-repeat;
	}
	
	#albums .album a.btn.facebook{
		background: url(../img/btn_facebook.png) no-repeat;
	}
	

#story{
	background: url(../img/main_image.jpg) no-repeat;
	padding-top: 454px;
}

	#story #story_body{
		background: #ffffff;
		padding-left: 36px;
		padding-bottom: 13px;
		padding-top: 33px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
	}
	
	#story #story_body .btn{
		margin-top: 40px;
	}
	
	#story #story_body .column_3{
		padding-right: 24px;
		width: 257px;
	}
	
	#story #story_body .column_3.bahamas{
		width: 365px;
		padding-right: 0;
		padding-bottom: 5px;
	}

#header_image{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#charity{
	background: url(../img/heart.gif) no-repeat #7a0d05 21px 10px;
	padding-bottom: 28px;
	
}

	#charity p{
		color: #ffffff;
		padding-left: 120px;
		padding-top: 21px;
		font-weight: normal;
		padding-right: 273px;
	}
	
	#charity .btn{
		margin-top: 30px;
		margin-right: 20px;
	}


#gallery {
	background: #66615c;
	padding: 10px;
	position: relative;
}

	#gallery img{
		height: 191px;
		
	}
	
	#gallery .gallery_img{
		display: block;
		height: 191px;
		display: block;
		width: 200px;
		text-indent: -10000px;
		float: left;
		margin-right: 8px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#gallery .nav_button{
		width: 41px;
		height: 201px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		#gallery .nav_button.left{
			background-image: url(../img/arrow_left.gif);
		}
		#gallery .nav_button.right{
			background-image: url(../img/arrow_right.gif);
		}
		
		#gallery a:hover.nav_button{
			background-position: 0px -201px;
		}
	
	#gallery .outer{
		width: 855px;
		overflow: hidden;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		position: relative;
	}
	
	#gallery .gradient{
		width: 34px;
		position: absolute;
		height: 200px;
		z-index: 998;
		
	}
	
		#gallery .gradient.left{
			left: 56px;
			top: 11px;
			background: url(../img/gallery_gradient_left.png);
		}
		
		#gallery .gradient.right{
			top: 11px;
			right: 56px;
			background: url(../img/gallery_gradient_right.png);
		}
	
	#gallery .inner{
		width: 999999px;
		background: #403c38;
		overflow: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		position: relative;
	
	}

#buzz {
	padding-bottom: 100px;
}

#buzz .buzzblock{
	width: 309px;
	background: #2d2419;
	padding-top: 32px;
	font-family: Georgia;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 6px;
	float: left;
	clear: none;
}

	#buzz .buzzblock p{
		width: 224px;
		text-align: center;	
		color: #ffffff;	
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 34px;
		font-style: italic;
	}
	
	#buzz .buzzblock span{
		line-height: 25px;
		background: #19140d;
		width: 100%;
		display: block;
		font-family: Georgia;
		font-weight: bold;
		font-style: italic;
	}

.track_wrapper{
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	width: 289px;
	line-height: 18px;
}	
	.track_item span {
		float: left;
	}
	.track_item {
		clear: both;
	}
	.track_item a{
		color: #2b2317;
		text-decoration: underline;
		float: right;
	}
	
	.track_item.active a, .track_item.active{
		color: #12737c;
		text-decoration: none;
	}	

#player{
	float: right;
	width: 307px;
	background: #2b2217;
	padding-top: 3px;
	margin-top: 5px;
	padding-bottom: 4px;
	margin-right: 13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	

	#player #progress_wrapper{
		width: 243px;
		height: 8px;
		background: #70695b;
		float: left;
		margin-top: 2px;
		margin-left: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#player #progress{
		background: #ffffff;
		width: 0px;
		height: 8px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#player #player_toggle{
		display: block;
		float: left;
		width: 10px;
		margin-left: 11px;
		height: 11px;
		background-image: url(../img/playpause_butts.gif);
		background-repeat: no-repeat;
		background-position: 0px -12px;
	}
	
	#player a:hover#player_toggle{
		background-position: 0px 0px;
	}
	
	#player #player_toggle.paused{
		background-position: -12px -12px;
	}
	
	#player a:hover#player_toggle.paused{
		background-position: -12px 0px;
	}
	
	#player #player_sc{
		width: 17px;
		height: 8px;
		float: left;
		text-indent: -9000px;
		margin-left: 5px;
		margin-top: 1px;
		display: block;
		background-image: url(../img/icn_soundcloud.gif);
		background-repeat: no-repeat;
		background-position: 0px -8px;
	}
	
	#player a:hover#player_sc {
		background-position: 0px 0px;
	}
	
#overlay_container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	background: url(../img/overlay.png);
}
