/*	Beach Boys Stylesheet
	Copyright 2006 BKWLD http://www.bkwld.com
********************************************************/

body {
	background: url('../BB_sand_bg2.jpg');
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #A99D88;
}


/*	Typography
********************************************************/
h2 {
	font-family: Times,"Times New Roman", Georgia, Serif;
	font-weight: normal;
	color: #343434;
	height: 20px;
}

h3, dt {
	font-size: 11px;
	color: #454030;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}

p {
	margin-top: 0;
	line-height: 160%;
}

a {
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
}

a:link, a:visited {
	color: #F00;
}
a:hover {
	color: #918974;
}
a img {
	border: 0;
}

h2#news {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_news.gif') no-repeat;
}

h2#petsounds {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_petsounds.gif') no-repeat;
}

h2#warmthofsun {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_warmthofsun.gif') no-repeat;
}

h2#timeline {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_timeline.gif') no-repeat;
}

h2#discography {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_discography.jpg') no-repeat;
}

h2#store {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_store.jpg') no-repeat;
}

h2#tour_dates_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_tour.gif') no-repeat;
}

h2#timeline_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_timeline.gif') no-repeat;
}

h2#extras_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_extras.gif') no-repeat;
}

h2#links_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_links.gif') no-repeat;
}

h2#video_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_videos.gif') no-repeat;
}

h2#email_h2 {
	text-indent: -9999px;
	background: url('../images/section_titles/BB_email.gif') no-repeat;
}


/*	Structure
********************************************************/
#container {
	width: 877px;
	margin: 0 auto;
	background: url('../images/BB_table.gif') repeat-y;
	padding: 40px;
}

#left, #left2 {
	float: left;
	width: 300px;
	text-align: left;
}

#left2 {
	padding: 20px;
}

#right, #right2 {
	float: right;
	width: 453px;
	text-align: left;
}

#right2 {
	width: 413px;
}

#right2 img {
	float: left;
	padding-right: 5px;
}

.feature, .feature2 {
	border: 10px solid #978C6A;
	padding: 1px;
	background: #fff;
	clear:both;
}

.feature2 {
	padding: 19px;
}

p.more_info {
	text-align: right;
	padding-right: 5px;
}

form#news_search {
	margin: 20px 0;
}

#NewsDataList {
	border-top: 1px solid #EBE3CF;
	padding: 10px 0;
}

#NewsDataList td {
	padding: 2px 0;
}

#album_cover {
	float: left;
	border: 10px solid #978C6A;
	padding: 20px;
	background: #fff;
}

#album_cover h2 {
	margin-top: 0;
}

#album_cover ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
}

#album_cover li {
	text-align: left;
	padding: 3px 0 3px 10px ;
	background: #FAF2D8;
}

#album_cover li.alt { background: #EBE3CF; }

#track_table_wrap {
	width: 410px;
	border: 10px solid #978C6A;
	background: #fff;
	float: right;
	padding: 20px;
}

div.video_player {
	border: 10px solid #978C6A;
	padding: 1px;
	background: #fff;
	text-align: center !important;
}

table {
	border-collapse: collapse;
}

table caption {
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	color: #454030;
	background: #FCF4DE;
	height: 20px;
	padding: 4px;
	line-height: 20px;
}

table#TrackListDL {
	width: 100%;
	font-size: 10px;
	color: #454030;
}

table#TrackListDL tr {
	background: #FAF2D8;
}

table tr.alt {
	background: #EBE3CF;
}

table#TrackListDL th {
	text-transform: uppercase;
	text-align: left;
}

table#TrackListDL td, table#TrackListDL th {
	padding-left: 8px;
}

th#track_cap {
	height: 50px;
	background: url('../images/logos/WMP_logo.jpg') right no-repeat #EBE3CF;
	padding-left: 36px !important;
}

th#track_h {
	width: 20px;
}

table#TrackListDL a, #album_cover a, #video_select a {
	padding-left: 10px;
	background: url('../images/arrow_rd.gif') no-repeat;
}

table#Discography1 td {
	vertical-align: top; 
	text-align: center; 
	width: 120px;
	padding: 20px 0 5px 0;
}

table#tour_dates {
	width: 100%;
	border-collapse: collapse;
	border: 10px solid #978c6a;
	margin: 10px 0;
	background: #fff;
	padding: 0 20px;
}

table#tour_dates th {
	color: #454030;
	text-transform: uppercase;
	text-align: left;
	border-collapse: collapse;
	padding: 2px 10px;
}

table#tour_dates td {
	border-collapse: collapse;
}

table#tour_dates tr+tr {
	background: #fcf4de;
}

table#video_select {
	width: 100%;
	background: #FCF4DE;
}

table#video_select th.mov {
	background: url('../images/logos/mov.gif') no-repeat;
	padding-left: 40px;
}

table#video_select th.wmv {
	background: url('../images/logos/wmv.gif') no-repeat;
	padding-left: 40px;
}

table#video_select th.ram {
	background: url('../images/logos/ram.gif') no-repeat;
	padding-left: 40px;
}


table#video_select th, table#video_select td {
	padding: 4px;
}

table#video_select th {
	text-align: left;
}

#NoRecordPanel {
	color: #454030;
}

#RegistrtionForm_CountryCodes, #RegistrtionForm_Email, #RegistrtionForm_ZipCode, select {
	width: 180px;
	border: 1px solid #978C6A;
	font: 11px Verdana, Helvetica, Arial, Sans-serif;
	padding: 2px 4px;
}

#RegistrtionForm_Submit, #news_search input, #submit1 {
	font: 11px Verdana, Helvetica, Arial, Sans-serif;
	border: 1px solid #454030;
	border-top-color: #978C6A;
	border-left-color: #978C6A;
	color: #454030;
	background: #FCF4DE;
}

dl.extras {
	text-align: left;
	margin-left: 10px;
}

dl.extras dt {
	margin-bottom: 10px;
}

dl.extras dd {
	display: inline;
	margin-left: 0;
	padding-right: 10px;
}

dl.links {
	text-align: left; 
	padding: 0 20px;
}

dl.links img {
	margin-right: 10px;
}

dl.links dt {
	color: #454030;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}                

dl.links dd {
	margin-left: 0;
}

div#store .section_header {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size:28px;
	margin-left:20px;
}

div#store {
	text-align: left;
	margin: 0 auto;
	width: 840px !important;
	clear:both;
}

div#store dl {
	position: relative;
	height: 180px;
	width: 400px;
	float: left;
	line-height: 1.8em;
}

div#store dl.boxed {
	height: 400px;
}

div#store dt {
	font-size: 16px;
}

div#store dt, div#store dd {
	margin-left: 160px;
}

div#store dd {
	margin-bottom: 20px;
}

div#store dt img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: #fff;
}       

#footer {
	clear: both;
	padding-top: 50px;
}

body#home {
	background-image:none;
	background-color: #fcf4de;
	text-align: left;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}