@charset "utf-8";
/* CSS Document */
body, html{ height:100%; }
body{
	background-color:#3E3C3B;
	background-image:url(../images/bg3.jpg);
	background-repeat: repeat-x;
	font-family:helvetica, arial, sans-serif;
	color:#BFBCBB;
}

#main_wrapper{
 width:870px;
 margin-left:auto;
 margin-right:auto; 
 position:relative;
 background-color:#091429;
 background-repeat:no-repeat;
 min-height:100%;
}
.home #main_wrapper{
 background-image:url(../images/home_main.png);
 
}
.sub #main_wrapper{
 background-image:url(../images/);
 background-position:0px 330px;
}


#pillar_left{
 background-image:url(../images/pillar_left.png);
 background-repeat:repeat-y;
 width:30px;
 height:100%;
 position:absolute;
 left:-30px;
 top:0px;
}
#pillar_right{
 background-image:url(../images/pillar_right.png);
 background-repeat:repeat-y;
 width:30px;
 height:100%;
 position:absolute;
 right:-30px;
 top:0px; 
}

#photostack{
 width:460px;
 height:299px;
 position:absolute;
 top:300px;
 left:60px;
}

#home_menu { list-style:none; position:absolute; }
.home #home_menu{  
  right:50px;
  top:520px;
}
.sub #home_menu{
  left:-40px;
  top:125px;
}


#home_menu span{ display:none; }
#home_menu li a{
  display:block;
  width:219px;
  background-repeat:no-repeat;
  background-position:0px 0px;
}
#home_menu li a:hover{
 background-position:-219px 0px;
}
#home_menu #menu_bio a{ background-image:url(../images/menu_bio.png); height:26px; }
#home_menu #menu_schedule a{ background-image:url(../images/menu_schedule.png); height:26px; }
#home_menu #menu_press a{ background-image:url(../images/menu_press.png); height:26px; }
#home_menu #menu_media a{ background-image:url(../images/menu_media.png); height:26px; }
#home_menu #menu_presskit a{ background-image:url(../images/menu_presskit.png); height:26px; }
#home_menu #menu_photos a{ background-image:url(../images/menu_photos.png); height:26px; }
#home_menu #menu_blog a{ background-image:url(../images/menu_blog.png); height:26px; }
#home_menu #menu_contact a{ background-image:url(../images/menu_contact.png); height:26px; }

#home_textblurb{
	color:#FFF;
	font-size:12px;
	width:550px;
	margin-left:35px;
	margin-top: 10px;
}
#home_textblurb p{
 margin-bottom:10px;
 }
#home_textblurb h3{
 font-weight:bold;
 color:#8dd3be;
 font-size:14px;
 margin-bottom:14px;
}

#footer{
	margin-top:10px;
	width:100%;
	text-align:center;
	font-size:10px;
	color:#5B5B5B;
	padding-bottom:12px;
}
#footer a{
	color:#3A3A3A;
	text-decoration:none;
}
#footer a:hover{
 text-decoration:none;
 color:#8B8B8B;
}

#footer_menu{
 list-style:none;
 margin-bottom:10px;
}
#footer_menu li{
 display:inline;
 padding-right:10px;
 font-size:11px;
 font-family:Arial, Helvetica, sans-serif;
 text-transform:uppercase;
 letter-spacing:
}
#footer_menu li a{
	text-decoration:none;
	color:#8FB4BE;
}

#sponsors{
 text-align:center;
}
#sponsors img{
 vertical-align:middle;
}


#links{
 text-align:center;
}
#links img{
 vertical-align:middle;
}

#filler{
 width:100%;
 height:640px;
}
#sub_header a{
 width:870px;
 height:119px;
 background-image:url(../images/subheader_bg.png);
 background-repeat:no-repeat;
 text-decoration:none;
 display:block;
}
#sub_title{
 width:700px;
 height:257px;
 margin-left:170px;
 background-repeat:no-repeat;
}
#sub_content{
 width:675px;
 margin-left:180px;
 margin-top:-20px;
 min-height:200px;
}

#sub_content_long{
 width:850px;
 margin-left:10px;
 margin-top:-20px;
 min-height:200px;
}

/* PHOTO GALLERY ############### */
#gallery_list{
 list-style:none;
}
#gallery_list li{
 display:block;
 float:left;
 margin-right:10px;
 margin-top:10px;
}
#gallery_list li a{
 display:block;
 padding:4px;
 background-color:#f5edcb;
 border-right:4px solid #000000;
 border-bottom:4px solid #000000;
}


/* Press ############### */
#press_list{
 list-style:none;
}
#press_list h3{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	font-variant: normal;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing:1px;
}
#press_list .presstext{
 font-size:12px;
 width:480px;
 float:left;
}
#press_list .img_player{
	width:160px;
	/* height:150px;*/
 float:left;
	margin-right:20px;
	margin-top: 20px;
}
.fplayer{ with:160px; height:20px; margin-top:4px;}



.presstext a{
 color:#8dd3be;
 text-decoration:none;
 position:relative;
}
.press_website{
	width:120px;
	text-align:center;
	display:block;
	padding:2px;
	border:1px dotted #333;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
 
}

.press_website2{
	width:95px;
	text-align:center;
	display:block;
	padding:2px;
	border:1px dotted #333;
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
 
}

.text_content{
 padding:10px;
 font-size:12px;
}
a{ color:#8dd3be; text-decoration:none;}
a:hover{
}
.dotted{ border:none;border-top:dashed 1px #f5edcb }


p { margin-bottom:10px;
	font-size:11px;
	letter-spacing:normal;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

.presstext a:hover{ background-color:#000000;}
#press_list li{ border-bottom:none; margin-bottom:10px; padding-bottom:10px;}


/* schedule ############### */
#schedule_list{
 list-style:none;
 list-style-type:none;
 list-style-image:none;
}

#schedule_list h3{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	font-variant: normal;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing:1px;
}

#schedule_list .scheduletext{
	font-size:12px;
	width:500px;
	float:left;
}
#schedule_list .img_player{
 width:160px;
/* height:150px;*/
 float:left;
 margin-right:10px;
}

.fplayer{ with:160px; height:20px; margin-top:4px;}


.schedule a{
 color:#8dd3be;
 text-decoration:none;
 position:relative;
}
.schedule_website{
	width:120px;
	text-align:center;
	display:block;
	padding:2px;
	border:1px dotted #333;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
 
}

.text_content{
 padding:10px;
 font-size:12px;
}
a{
	color:#8dd3be;
	text-decoration:none;
}
a:hover{
}
.dotted{
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
}


p { margin-bottom:10px;
	font-size:11px;
	letter-spacing:normal;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

.scheduletext a:hover{ background-color:#000000;}
#schedule_list li{ border-bottom:1px dashed #000000; margin-bottom:10px; padding-bottom:10px;}

.listing-text p {
	padding : 8px 0 0 0;
	font-size : 15px;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	color:#FFF;
}
.listing-text a {
	font-size : 13px;
	padding : 3px 4px 2px 5px;
	display:inline;
	color : #FFF;
	text-transform : none;
	background-color: #666;
	text-decoration: none;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}

.listing-text a:hover {
	font-size : 13px;
	display:inline;
	color : #666;
	text-transform : none;
	background-color: #000000;
	text-decoration: none;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 5px;
}


/* Press1 ############### */
#press_list1{
 list-style:none;
}
#press_list1 h3{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	font-variant: normal;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing:1px;
}
#press_list1 .presstext1{
	font-size:12px;
	width:340px;
	float:left;
}
#press_list1 .img_player{
	width:260px;
	/* height:150px;*/
 float:left;
	margin-right:20px;
	margin-top: 10px;
}

#press_list1 .img_player2{
	width:120px;
	/* height:150px;*/
 float:left;
	margin-right:70px;
	margin-left:90px;
	margin-top: 10px;
}

.fplayer{ with:160px; height:20px; margin-top:4px;}



.presstext1 a{
 color:#8dd3be;
 text-decoration:none;
 position:relative;
}
.press_website1{
	width:120px;
	text-align:center;
	display:block;
	padding:2px;
	border:1px dotted #333;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
 
}


.text_content{
 padding:10px;
 font-size:12px;
}
a{ color:#8dd3be; text-decoration:none;}
a:hover{
}
.dotted{ border:none;border-top:dashed 1px #f5edcb }


p { margin-bottom:10px;
	font-size:11px;
	letter-spacing:normal;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

.presstext1 a:hover{ background-color:#000000;}
#press_list1 li{ border-bottom:none; margin-bottom:10px; padding-bottom:10px;}


/* Contact ############### */
#contact_list{
 list-style:none;
}
#contact_list h3{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	font-variant: normal;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing:1px;
}
#contact_list .contacttext{
 font-size:12px;
 width:320px;
 float:left;
}
#contact_list .img_player{
	width:260px;
	/* height:150px;*/
 float:left;
	margin-right:20px;
	margin-top: 10px;
}


.fplayer{ with:160px; height:20px; margin-top:4px;}



.contacttext a{
 color:#8dd3be;
 text-decoration:none;
 position:relative;
}
.contact_website1{
	width:120px;
	text-align:center;
	display:block;
	padding:2px;
	border:1px dotted #333;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
 
}


.text_content{
	padding:10px;
	font-size:12px;
	border-top-color: #333;
	border-right-color: #333;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
}
.dotted{ border:none;border-top:dashed 1px #f5edcb }


p { margin-bottom:10px;
	font-size:11px;
	letter-spacing:normal;
	font-family:"Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

.contacttext a:hover{ background-color:#000000;}
#contact_list li{ border-bottom:none; margin-bottom:10px; padding-bottom:10px;}

.imageholder_left {
	float:left;
	font-size: 9px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

