/*===================== LAYOUT =====================*/

html, body {
	margin : 0;
	padding : 0;
	background-color : #000000;
	height : 100%;
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size : 14px;
	color : #a8a8a8;
	background-image : url('../images/bgnew.jpg');
	background-repeat : no-repeat;
	background-position : top center;
}

* {
	padding : 0;
	margin : 0;
	border : 0;
}

.fb_hiddenimage{
}

#container {
	padding-top : 45px;
	background-image : url('../images/bg_grass.jpg');
	background-repeat : no-repeat;
	background-position : bottom center;
}

#header_container {
	width : 925px;
	margin : 0 auto;
}

.header_logo {
	float : left;
	width : 300px;
}

#content_container {
	min-height : 600px;
	clear : both;
	background-image : url('../images/faux-bg.jpg');
	background-repeat : repeat-y;
	background-position : center;
	width : 925px;
	margin : 0 auto;
	overflow : visible;
}

/*===================== NAVIGATION =====================*/
	
#navigation {
	width : 325px;
	text-align : center;
	padding : 10px 0 20px 0;
	margin : -75px 0 0 0;
	text-align : center;
	position : relative;
	z-index : 2;
}

#navigation a {
	font-size : 12px;
	line-height : 2.6em;
	color : #b5b5b5;
	text-decoration : none;
	padding : 5px 12px;
}

#navigation a:link {
	font-size : 12px;
	line-height : 2.6em;
	color : #b5b5b5;
	text-decoration : none;
}

#navigation a:visited {
	font-size : 12px;
	color : #b5b5b5;
	text-decoration : none;
}

#navigation a:active {
	
}

#navigation a:hover {
	color : #fff400;
	background-image : url('../images/transp_45.png');
}

#navigation a.currentpage {
	color : #fff400;
	background-image : url('../images/transp_45.png');
}

.nav ul {
	border-left : 1px solid #0a0900;
	border-right : 1px solid #0a0900;
}

.nav li {
	display : inline;
	margin : 0 0;
	padding : 4px 0;
	border-left : 1px solid #0a0900;
	border-right : 1px solid #0a0900;
}

/*===================== END NAVIGATION =====================*/

/*===================== LEFT COLUMN ======================================================*/

#lcol-container {
	float : left;
	width : 325px;
	overflow : visible;
}


img.roof-left {
	margin : -45px 0 0 -11px;
	position : relative;
}

#lcol {
	float : left;
	width : 325px;
	overflow : visible;
	margin : -16px 0 0 0;
	background-image : url('../images/brick2.jpg');
	
}

.lcol-block {
	background-image : url('../images/transp_55.png');
	color : #a8a8a8;
	padding : 10px 15px 20px 15px;
	margin : 3px 0;
	clear : both;
}

.lcol-block:after {
	content : ".";
	clear : both;
	height : 0;
	visibility : hidden;
	display : block;
}

.lcol-divider{
	height: 10px;
	background-image : url('../images/transp_55.png');
}

/*===================== RIGHT COLUMN =====================*/


#rcol-roof {
	float : right;
	margin : 0 -7px 0 0;
	position : relative;
	z-index : 1;
}


#rcol {
	float : right;
	width : 600px;
	background-image : url('../images/brick1.jpg');
}



/*===================== FOOTER =====================*/

#footer {
	width : 885px;
	background-image : url('../images/footer.jpg');
	height : 50px;
	margin : 0 auto;
	clear : both;
	padding : 20px 25px 0 20px;
	color : #acacac;
	font-size : 9pt;
	text-align: right;
}


#footer a {
	font-size : 9pt;
	padding : 0 3px 0 3px;
	text-decoration : none;
}

.footer-logo {
	float : right;
	margin-left : 5px;
}


/*===================== LINKS =====================*/


a.headliner {
	font-size : 24px;
	text-decoration : none;
	color : #33a501;
}

a.support {
	font-size : 20px;
	text-decoration : none;
	color : #33a501;
}

a:link {
	color : #33a800;
	text-decoration: none;
}

a:visited {
	color : #33a800;
	text-decoration: none;
}

a:hover {
	text-decoration : underline;
}





/*===================== HEADERS =====================*/

h1, h2, h3, h4 {
	display : inline;
	margin : 0;
	padding : 0;
}

h2.ltyellow {
	color : #d9d37a;
	font-size : 15px;
	font-weight: normal;
}

h2.venue {
	font-size : 16px;
	margin-bottom : 3px;
}

h2.crew {
color: #b5b5b5;
}

h4.position {
color: #b5b5b5;
font-weight: normal;
}

.header-first{
padding-top: 3px;
}

/*===================== IMAGES =====================*/

a img {
	border : none;
}

img {
	display : block;
}

img.floatleft {
	float : left;
}

img.floatright {
	float : right;
}


/*===================== HOME PAGE ======================================================*/


/*===================== WELCOME =====================*/


.lcol-block2 {
	background-image : url('../images/transp_45.png');
	padding : 10px 10px;
	margin : 3px 0px;
}

.lcol-block2:after {
	content : ".";
	clear : both;
	height : 0;
	visibility : hidden;
	display : block;
}

img.slideshow {
	background-image : url('../images/transp_45.png');
	padding: 5px;
	}


/*===================== TWITTER =====================*/

#twitter_div {
font-family: arial, helvetica, sans serif;
font-size: 13px;
}

#twitter_update_list ul{
}

#twitter_update_list li{
border-top: 2px solid #000000;
list-style: none;
padding: 10px 0px 5px 0px;

}

#twitter_div a{
color: #33a800;
font-family: arial, helvetica, sans serif;
}

.twitter-head{
	background-image : url('../images/transp_45.png');
}

.twitter-head a:visited{
color: #33a800;
}

.twitter-head:after{
	content : ".";
	clear : both;
	height : 0;
	visibility : hidden;
	display : block;
}

.twitter-head p{
padding-top: 5px;
font-size: 14px;
}

/*===================== CURRENTLY BOOKING =====================*/

.venue-info {
background-image : url('../images/transp_45.png');
	padding : 10px 10px;
	margin : 3px 0px;
	float : right;
	width : 170px;
}


/*===================== SOCIAL MEDIA LINKS =====================*/

img.othersites {
	display : inline;
}


/*===================== SHOW CALENDAR =====================*/


.show {
	background-image : url('../images/schedbg_opaq.png');
	padding : 15px 0 15px 15px;
	margin : 6px 0;
	clear : both;
}

.show:after {
	content : ".";
	clear : both;
	height : 0;
	visibility : hidden;
	display : block;
}

img.event_img {
	margin-right : 15px;
	float : left;
}

.date {
	font-size : 15px;
	color : #a8a8a8;
}

h1.headliner {
	font-size : 24px;
	font-weight : normal;
}

h1.support {
	font-size : 20px;
	font-weight : normal;
}


.show_info {
	color : #a8a8a8;
	font-size : 15px;
}

a.tickets {
	color : #5d117f;
}

/*===================== END HOME PAGE ======================================================*/


/*===================== VIDEO PAGE ==================================================*/

.vid-row {
	padding-left : 5px;
	background-image : url('../images/schedbg_opaq.png');
	padding : 15px 0px 15px 15px;
	margin : 6px 0;
	clear : both;
}

.vid-row:after {
	content : ".";
	clear : both;
	height : 0;
	visibility : hidden;
	display : block;
}

.vidthumbs {
	background-image : url('../images/schedbg_opaq.png');
	padding : 10px 10px 10px 16px;
	margin: 0px 21px 10px 0px;
	width : 147px;
	height : 170px;
	float : left;
}

.vidthumbs img {
	width : 135px;
	padding-bottom : 5px;
}

.vidthumbs a {
text-decoration: none;
}


/*===================== PHOTOS PAGE ==================================================*/


.photos-column {
	width : 733px;
	margin-left : 4px;
	padding-left : 40px;
	clear : both;
}

p.photocaption{
	color : #33a800;

}


/*===================== PRINT/DESIGN PAGE ==================================================*/


.flyers-column {
	
}

.flyers-column img {
	background-image : url('../images/schedbg_opaq.png');
	width: 160px;
	padding : 14px 14px;
	margin: 0px 3px 3px 0px;
	float : left;
}



.bbd_bio {
	padding-right : 40px;
}

.bbd_bio img {
	float : left;
	padding : 10px;
}

.ind_bio {
	clear : both;
	width : 500px;
	padding-top : 15px;
	padding-bottom : 15px;
	overflow : auto;
}


/*===================== SLIDESHOW CAROUSEL ==================================================*/

.slideshow_carousel{

overflow: hidden;
display:block;
}

.slideshow_carousel ul{
display:block;
}

.slideshow_carousel ul li{
overflow: hidden;
padding: 0px 0px 10px 0px;
}
