@import url('reset.css');


/* style.css */

body {
         text-align: center;
         background: #231f20;
         font-family: Verdana, sans-serif;
         font-size: 12px;
}

div#login {
	background: #e5e2dd;
	text-align: left;
}

div#loginwrap {
	width: 960px;
        margin: auto;
}


div#wrapper {
         background: #fff url(../img/mainBg.jpg) no-repeat;
         min-height: 1538px;
         width: 960px;
         margin: auto;
         color: #231f20;
         
}

div#menu { height:80px; text-align:left; width: 960px; margin: auto; }

div#menu ul { height:80px; line-height:80px; }
div#menu ul li { display:block; float:left; margin-right:18px;}
div#menu ul li span { display:none; }
div#menu ul li.stop { background:url('../img/pipe.png') 0 0 no-repeat; width:1px; height:80px; }
div#menu ul li a { display:block; height:80px;}

div#menu ul li a.home { background-image:url('../img/home.png'); background-repeat:no-repeat; background-position: 0 0; width:69px; }
div#menu ul li a.home:hover { background-position: 0 -80px; }

div#menu ul li a.about { background:url('../img/about.png') 0 0 no-repeat; width:74px; }
div#menu ul li a.about:hover { background-position: 0 -80px; }

div#menu ul li a.discography { background:url('../img/discography.png') 0 0 no-repeat; width:135px; }
div#menu ul li a.discography:hover { background-position: 0 -80px; }

div#menu ul li a.gallery { background:url('../img/gallery.png') 0 0 no-repeat; width:93px; }
div#menu ul li a.gallery:hover { background-position: 0 -80px; }

div#menu ul li a.links { background:url('../img/links.png') 0 0 no-repeat; width:68px; }
div#menu ul li a.links:hover { background-position: 0 -80px; }

div#menu ul li a.contact { background:url('../img/contact_booking.png') 0 0 no-repeat; width:175px; }
div#menu ul li a.contact:hover { background-position: 0 -80px; }

div#menu ul li a.play { background:url('../img/play.png') 0 0 no-repeat; width:103px; }
div#menu ul li a.play:hover { background-position: 0 -80px; }


div#header {
         padding: 15px 30px 0 30px;
         text-align: left;
}


	div#header h2 {
		font-weight: bold;
		margin-bottom:20px;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	div#header h3 {
		font-weight: bold;
		margin-bottom:20px;
		color: #231f20;
		text-transform: uppercase;
		font-size: 14px;
	}


	div#header div.col1 {
         	width: 300px;
         	float:left;
	}

	div#header div.col2 {
	       float: left;
	       width: 228px;
	       padding-left:48px;
               font-weight:bold;
               text-align:left;
               line-height: 20px;
	}
	        
	        
	        div#header div.col2 img {
			margin-bottom: 9px;
        
		}



	div#header div.col3 {
		width: 300px;
		margin-left: 549px;
		text-align:left;
		line-height: 20px;
		
        
	}
	
	        div#header div.col3 a {
			color:#6b5943;
			font-weight:bold;
			text-decoration:none;
		}
	
		div#header div.col3 a:hover {
			color:#6b5943;
			text-decoration:underline;
			font-weight:bold;
		}
	
	
		div#header div.col3 ul li {
			margin-bottom: 20px;
		}


		div#header div.col3 p {
			font-weight:bold;
			
		}

		

.headercol {
         height:366px;
         overflow:hidden;
}


div#content {
	padding: 30px 30px 0 30px;
        text-align: left;
        line-height: 20px;
}


	div#content a {
		color:#6b5943;
		font-weight:bold;
		text-decoration:none;
	}
	
	div#content a:hover {
		color:#6b5943;
		text-decoration:underline;
		font-weight:bold;
	}


	div#content h2 {
		font-weight: bold;
		font-size:14px;
		margin-bottom:20px;
		text-transform: uppercase;
		color: #231f20;
	
	}
	
	div#content h3 {
		font-weight: bold;
		margin-bottom:10px;
		color: #231f20;
	
	}


	div#content div.col1 {
         	width: 235px;
         	float:left;
         	text-align: left;
         	margin-right: 40px;
         	
         	
	}
	
	div#content div.col1 div.col1_inner {
         	
         	margin-left: 40px;
         	
         	
	}
	
	
		div.col1 div.bannerwrap {
			
			margin-bottom:20px;
		
		}
	
	
	div#content div.col2 {
         	width: 600px;
         	float:left;
         	padding-right:20px;
	}



.colwrapper {
         width:100%;
}

.clearer {
	clear:both;
}





/* forms */

.validation-advice {
	background: #650000;
	width:195px;
	color:#fff;
	padding-left:5px;

}

.powermail_text {
	width:195px;

}


label {

	display: block;

}


legend {
	display: none;

}

.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;

}



/* flickr */

ul#photosets {
    margin: 0;
}

ul#photosets li {
    border: 1px solid #ccc;
    float: left;
    margin: 0 7px 10px 0;
    padding: 10px;
    width: 560px;
    height: 180px;
}

ul#photosets li div {
    border:1px solid #CCCCCC;
    clear:both;
    display:inline-block;
}

ul#photosets li div span {
    height:50px;
    margin-top:-50px;
    position:relative;
    color:#CCCCCC;
    display:block;
    float:left;
    font-weight:bold;
    margin:-50px 0 0;
    width:560px;
    background: url(../img/overlay.png);
}

ul#photosets li div span abbr {
    border-bottom: none;
    color:#F9F9F9;
    float:left;
    font-size:10px;
    margin:5px 5px 0;
    text-transform:uppercase;
}

ul#photosets a {
    display: block;
    height: 180px;
    width: 560px;
    overflow: hidden;
}

ul#photosets a img {
    border: none;
    position: relative;
}

ul#photosets li,
#photo-zoom #photo {
    background:#FFFFFF url(../img/bg.jpg) repeat-x scroll 0 0;
    border:1px solid #CCCCCC;
    height:180px;
    margin:0 7px 10px 0;
    overflow:hidden;
    padding:10px;
}

#photo-zoom #photo #photo-info {
    color: #666;
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    display: none;
}

#photo-zoom #photo #photo-info img {
    float: right;
    margin-top: -5px;
}

#photo-zoom #photo #photo-controls {
    float:left;
    margin-top:75px;
    position:absolute;
    z-index:10;
    display: none;
}

#photo-zoom #photo #photo-controls .next,
#photo-zoom #photo #photo-controls .prev {
    display:block;
    height:30px;
    text-indent:-9000px;
    width:30px;
}

#photo-zoom #photo #photo-controls .next {
    background:transparent url(../img/next.png) no-repeat scroll 0 0;
    float:right;
}

#photo-zoom #photo #photo-controls .prev {
    background:transparent url(../img/prev.png) no-repeat scroll 0 0;
    float:left;
}

#photo-zoom,
#overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#photo-loading {
    width: 100%;
    height: 100%;
    background: url('../img/loading.gif') no-repeat center center;
}

#overlay {
    background: url(../img/overlay.png);
}


div.sharethis {margin: 20px 0;} 




div.login_form_col {
	float:left;
	margin-right:20px;
	width: 400px;

} 

.tx-felogin-pi1 {
	font-weight:normal;
	text-align:left;
	padding: 20px 0 0 10px;
	line-height: 20px;
}

.tx-felogin-pi1 h3 {
	font-weight: bold;

	color: #231f20 !important;
	text-transform: uppercase;
	font-size: 14px;
}


.tx-felogin-pi1 div {
	margin-bottom:20px;
}

.tx-felogin-pi1 form fieldset div {
	margin-bottom:5px;

}

.login_form_col a {
	color: #6B5943;
	font-weight: bold;
	text-decoration:none;
}

.login_form_col a:hover {
	color: #6B5943;
	font-weight: bold;
	text-decoration:none;
}

#releaseWrap {
	width:279px;
	height:298px;
	background:url('../img/release.png') no-repeat;
}

#releaseCounter {
	z-index:1;
	width:260px;
	background:transparent;
	position:relative;
	top:240px;
	left:15px;
	border:0;
	color:#fff;	
}

div.twtr-hd, div.twtr-ft {display:none;}
div.twtr-bd {font-weight:normal;}