/* @group TAGS */
p{
	margin:1em 0;
}

h1{
	font-size:200%;
	padding:.5em 0;
}

#h_biography, #h_discography, #h_awards, #h_tourdates, #h_photovideo, #h_news, #h_links, #h_contact, #h_video {
padding-left:5px;
}
h2{
	font-size:150%;
	padding:.5em 0;
	height:26px;
}
#home h2{text-align:right;padding-right:10px;}
h3{
	font-size:125%;
	padding:.5em 0;
}
#h_news, #h_features, #h_video {
	text-align:left;
}

/* @end */

/* @group STRUCTURE */

#container{
	width:59em;
	margin: 0 auto;
}

#banner{
	height:230px;
}

#header h1{
	width:500px;
	float:left;
}
#banner ul{
	float:right;
}
	
#banner ul li{
	float:left;
	margin:0 8px;
}

#content{
	clear:both;
}

#section_wrapper{
	padding:10px;
}

#content_top{
	padding-top:10px;
}

#content_bottom{
	clear:both;
	padding-top:8px;
}

.columns_even{
	float:left;
	width:50%;
}

.columns_even p{
	margin:8px 5px;
}

.columns_sidebar_left{
	float:left;
	width:40%;
}

.columns_sidebar_right{
	float:left;
	width:60%;
}

#footer{
	clear:left;
	padding-top:20px;
	text-align:center;
}

#footer ul li{
	display:inline;
	margin:4px 8px;
}

#copyright{
	margin:10px;
	padding-bottom:10px;
	text-align:center;
	}

/* @end */

/* @group NAVIGATION */

#nav_main{
	text-align:center;
}

#nav_main li{
	display:inline;
	margin:4px 8px;
}

/* @end */

/* @group HOME STRUCTURE */

#box_greeting, #box_whatsnew, #box_right, #box_features {
	float:left;
}

#box_video {
	float: right;
	margin: 0 18px 0 0;
}

#box_video p {
	margin: 5px 0 0;
}

.box_container{
	height:300px;
	overflow:auto;
}

#box_greeting, #box_right {
	width:27%;
	margin-left:10px;
}

#box_features {
	width: 150px;
	margin-left: 5px;
}

#box_whatsnew {
	width:70%;
}

.box_content{
	padding:6px;
	padding-top:0;
	clear:both;
}

.box_mini_feature{
	width:150px;
	height:150px;
	margin:4px 0 0;
	float:right;
	overflow:hidden;
}

	#box3{
		margin-left:0;
	}
	#box1{
		margin-right:0;
	}

#form_contact .form_required, #form_contact .form_optional{
	float:left;
	width:230px;
	margin: 4px 0;
	clear:both;
}

#form_contact div label{
	float:left;
	width:70px;
}

#output{
	color:white;
	clear:both;
}
#box_news div {
	margin-top:10px;
}
#logos div {
	margin-top: 30px;
}
.home_logo {
	margin-left: 30px;
}
.home_logo_right {
	margin-left: 66px;
}

/*
.home_logo{
	float:left;
	width:170px;
	margin-top:10px;
}
.home_logo_right{
    float:right;
    margin-right:10px;
}
*/
/* @end */

/* @group BIO STRUCTURE */

#imagery_bio{
	height:215px;
}

/* @end */

/* @group DISCOGRAPHY STRUCTURE */

#discography_picker{
margin-left:5px;
}

.discography_item{
	width:90px;
	height:90px;
	overflow:hidden;
	float:left;
	margin:3px;
	background:black;
}

#disc_information img{
	float:left;
	margin-bottom:20px;
}

#disc_information h2{
	padding-left:0;
}

#track_listing{
	float:left;
	margin-left:35px;
	list-style-type:decimal;
}

#discography_details .box_content{
	padding:12px;
}

/* @end */

/* @group NEWS STRUCTURE */


/* @end */

/* @group TOURDATES STRUCTURE */	
#tourdates{
	margin: 0 auto;
	background:#ACACAC;
	width: 90%;
}

#tourdates th{
	font-weight:bold;
	font-size:125%;
	text-align:left;
	padding: 3px;
}
#tourdates tr{
	border-bottom:1px solid #333333;
}

#tourdates td{
	padding:3px;
}

#tourdates a{
	font-size:80%;
}
.altcolumn{
	background:#999999;
}

/* @end */

/* @group FORMS */

.form_required{
	font-weight:bold;
}
.btn_submit{
	float:left;
	clear:both;
}

#box_contact input[type=text]{
	width:8em;
}

/* @end */

/* @group PHOTO/VIDEO */

#photo_gallery{
	height:490px;
	overflow:auto;
}

.photo_item{
	width:85px;
	height:85px;
	float:left;
	margin:4px;
	background:black;
}
.prev_btn{
	float:left;
	margin:10px 0;
	margin-left:20px;
	width:100px;
}

.next_btn{
	float:right;
	margin-top:10px;
	margin-right:20px;
	width:100px;
	text-align:right;
}
.video_option{
	width:50px;
	height:40px;
	background:black;
	float:left;
	margin:5px;
}


#video_picker{
	width:190px;
	text-align:center;
	margin:0 auto;
}

/* @end */

.contact_item{
padding-bottom:15px;
float:left;
width:220px;
}