@charset "utf-8";
body {
	background-color: #001d28;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-align: left;
}
img 
	border: 0px;
}
hr {
	border: 1px dashed #727070;
}
a:link, a:visited {
	color: #ffd879;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffe7ac;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #ffd879;
	margin: 5px 0 0 0;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffd879;
	margin: 0 0 5px 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
form .textbox {
	width: 160px;
}
form .label {
	margin: 0;
	padding: 0;
}
form .submit {
	height: 25px;
	padding: 0 10px 0 10px;
	background: url(../images/tabs_back.jpg) repeat-x top center;
	border: 0;
	margin-top: 10px;
	color: #ffffff;
}	
form .submit:hover {
	background-position: 0px -34px;
	color: #565656;
}

div.wrapper {
	width: 982px;
	min-height: 615px;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;	
	border-bottom: 1px solid #b0b0b0;	
}
div.top {
	width: 980px;
	height: 159px;
	background: url(../images/top.jpg) no-repeat top center #eda77a;
}
div.thin_line {
	height: 1px;
	background: #b0b0b0;
}
div.banner {
	width: 980px;
	height: 456px;
	background: url(../images/banner_good_news.jpg) no-repeat top center #000000;
}
div.content_wrapper {
	background: url(../images/biker_back.jpg) top left no-repeat #161515;
	min-height: 300px;
}
div.sidebar {
	padding: 27px 0 27px 27px;
}
div.sidebar .message {
	width: 100%;
	overflow: hidden;
	margin-bottom: 27px;
	display: none;
}
div.sidebar .email_form {
	width: 100%;
}





/**TABS**/
div.tabs {
	padding: 27px 27px 27px 27px;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:33px;

}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs_back.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	height: 33px;  
	line-height:33px;
	text-align:center;	
	text-decoration:none;
	color:#ffffff;
	padding: 0 20px 0 20px;
	margin: 0 2px 0 0;
	position:relative;

}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -34px;		
	color:#565656;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -34px;		
	cursor:default !important; 
	color:#565656 !important;
}


div.panes {
	border: 1px solid #6a6666;
	background: #393737;
	padding: 0;
	min-height: 300px;
}
div.panes div.content {
	padding: 20px;
}
/* END TABS */



div.footer {
	padding: 27px 0 27px 0;
	font-size: 10px;
	line-height: 14px;
	color: #69838d;
}
div.footer a:link, div.footer a:visited {
	color: #69838d;
}
div.footer a:hover {
	color: #8ba2ab;
}

img.musician {
	margin: 0 15px 25px 0;
}





/* RECAPS */
ul.recaps {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.recaps a {
	display: block;
	padding: 20px 0 0px 0;
}
ul.recaps a.selected {
	color: #ffe7ac;	
}



/* PHOTOS */
div#photo_current {
	width: 684px;
	height: 454px;
	text-align: center;
}
div#photo_current img {
	max-width: 684px;
	max-height: 454px;
}


div.thumbnails {
	height: 100px;
	padding: 0;
}
div.thumbnails .scrollable {
	position:relative;
	overflow:hidden;
	height: 100px;
	width: 600px;
	float: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0 20px;
}
div.thumbnails .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
div.thumbnails .scrollable .items div {
	float:left;
	margin:15px 10px 15px 10px;
	background-color:#fff;
	padding:0;
	border:0px;
	cursor:pointer;
	width:100px;
	height:66px;
	
}

/* arrows */
div.thumbnails a#prevPage {
	float:left; 
	margin-top: 29px;
	cursor: hand;
	width: 21px;
	height: 39px;
	background: url(../images/arrow_left.gif) top center no-repeat;
}
div.thumbnails a#nextPage {
	float:right; 
	margin-top: 29px;
	cursor: hand;
	width: 21px;
	height: 39px;
	background: url(../images/arrow_right.gif) top center no-repeat;
}
div.thumbnails a#prevPage:hover {
	background-position: 0 -39px;
}
div.thumbnails a#nextPage:hover {
	background-position: 0 -39px;
}


/* images */
img.gallery_thumb {
	border: 0;
	width: 100px;
	height: 66px;
}
