/* $Id: global.css 427 2009-11-30 22:15:46Z tbayliss $ */
/* Global Stylesheet */

/*--Link Styles-----------------------------------------------------------*/

a:link, a:visited{
  color: #242A60;
  text-decoration:underline;
}
a:hover{
  color:#242A60;
  text-decoration:underline;
}
a.blue:link, a.blue:visited{
  color: #A8AFDC;
  text-decoration:underline;
}
a.blue:hover{
  color:#fff;
  text-decoration:underline;
}
a.reversed:link, a.reversed:visited, a.reversedNav:link, a.reversedNav:visited{
  color: #fff;
}
a.reversedNav:link, a.reversedNav:visited, a.reversedNav:hover{
  text-decoration:none;
}
a.reversed:link, a.reversed:visited{
  text-decoration:underline;
}
a.reversed:hover, a.reversedNav:hover{
  color:#A8AFDC;
}
a.reversed:hover{
  text-decoration:underline;
}
a img{
  border:none;
}

/*--H Styles-------------------------------------------------------------*/

h1{
	color:#fff;
	padding:0;
	margin:0 0 10px 0
}
h2{
	font-size:8pt;
	padding:0;
	margin:5px 0 0 0;
}
h3{
	font-size:9pt;
	padding:0;
	margin:5px 0 8px 0;
	color: #FFFFFF;
}

/*--CSS Fix Styles-------------------------------------------------------*/

.clear {
  background-image:none;
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}
.hide{
  display:none;
}

body {
	background-image:url(../images/bg.jpg);
	color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	margin:0 0 40px 0;
  text-align: center;
}
#globalWrapper {
  background-image:url(../images/bg-header.jpg);
	background-position:left 56px;
  border:none;
	background-repeat:no-repeat;
	position:relative;
	width: 770px;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
}
#wrapper {
  border:none;
	width: 770px;
	text-align:left;
}
#background{
  background-image:url(../images/bg-main.jpg);
	background-repeat:repeat-y;
  border:none;
}
#backgroundTall{
  background-image:url(../images/bg-main-tall.jpg);
	background-repeat:vertical;
  border:none;
}
#backgroundNews{
  background-image:url(../images/bg-news.jpg);
	background-repeat:no-repeat;
  border:none;
}
#content, #contentExtras, #contentWritings, #contentAbout, #contentGuestbook {
  border:none;
	float:right;
	position:relative;
	margin:0 45px -675px 30px;
	top:-675px;
	width:695px;
	z-index:3;
}
#contentHome {
	float:right;
	position:relative;
	margin:0 45px -675px 30px !important;
	margin:0 23px -675px 30px;
	top:-675px;
	width:360px;
	z-index:3;
}
#contentExtras {
	margin:100px 45px -155px 30px;
	top:-155px;
}
#contentWritings {
	margin:120px 0 -120px 0;
	top:-120px;
	width:770px;
}
#contentAbout {
	margin:140px 45px -675px 30px;
}
#contentGuestbook {
  border:none;
	margin:140px 45px -135px 30px;
	top:-135px;
}
#contentSmallLeft, #contentSmallLeftExtras{
  float:left;
	width:305px;
}
#contentSmallLeftExtras{
  margin-top:60px;
}
#contentSmallRightPress, #contentSmallRightResume{
  float:right;
	width:305px;
}
#contentSmallRightPress{
  margin-top:100px;
}
#contentSmallRightResume{
	line-height:16px;
}
#contentSmallRightResume ul, #contentSmallRightPress ul{
  margin:15px;
	padding:0;
}
#contentSmallRightResume li{
  margin:0 0 5px 0;
}
#contentSmallRightPress ul, #contentMidLeftBio ul, {
  margin:0 0 0 15px;
	padding:0;
}
#contentSmallRightPress li, #contentMidLeftBio li{
  margin:0 0 15px 0;
	padding:0;
}
#contentMidLeft{
  float:left;
	margin-top:195px;
	padding:15px 15px 30px 30px;
	width:315px;
}
#contentMidLeftBio{
  background-image:url(../images/bg-extras.gif);
	background-repeat:repeat-y;	
  float:left;
	line-height:16px;
	margin:0;
	width:300px;
	padding:0 30px 20px 30px;
	text-align:left;
}
#contentMidLeftBio em{
  font-size:15px;
	font-weight:bold;
	font-style:normal;
}
#contentMidRight{
  float:right;
	width:360px;
}
#contentMidRightExtras{
  background-image:url(../images/bg-extras.gif);
	background-repeat:repeat-y;	
  float:right;
	width:300px;
	padding:0 30px 10px 30px;
	text-align:left;
}
#contentMidRightExtras .img{
  margin:0 0 20px 0;
	border:5px solid #fff;
}
#contentMidRightExtras a img{
  border:1px solid #fff;
  border-bottom:none;
}
#contentFull{
	margin:140px 0 0 0;
	padding:7px 15px 20px 15px;
	width:664px;
}
#contentFullWritings{
  background-image:url(../images/bg-writings-top.jpg);
	background-repeat:no-repeat;
	line-height:24px;
	margin:0px;
	padding:55px 115px 0 100px;
}
#contentFullWritings p{
	font-family: courier;
	font-size: 11px;
	margin:0;
	padding:0 0 24px 0;
	line-height:24px;
}
#contentFullGuestbook{
	margin:0;
	padding:0 15px 20px 15px;
	width:664px;
}
#contentNewsTitle {
  /*font-weight: bold;*/
  font-style: italic;
  color: #eee;
}  
.box{
	color:#fff;
	background-color:#000;
	background-image:url(../images/bg-box-top.jpg);
	background-repeat:repeat-x;
	margin-bottom:2px;
}
.boxHome{
	position:absolute;
	left:360px;
	margin-bottom:2px;
	width:300px;
	height:150px;
}


#flashIndexH2{
	margin-left: 100px;
	margin-bottom:2px;
	width:300px;
	height:150px;
}



#flashTicker{
	position:absolute;
	top:466px;
	left:41px;
}

.boxContent{
	background-image:url(../images/bg-box-bottom.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:15px;
	position:relative;
}

.boxContentHome{
	margin-left:36px;
	padding:15px;
	position:relative;
	top: 50px;
	float: left;
}

.boxContentHome p{
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;	
}

.show-dates-snippet{
	margin-left:10px;
	padding:15px 0 15px 15px;
	width: 150px;
	float: left;
}

.boxTop{
	color:#fff;
	background-color:#000;
	background-image:url(../images/mainBGheader.jpg);
	background-repeat:no-repeat;
	margin: 0 30px 2px 24px;
	width:708px;
	height:445px;
}


.boxContent p{
  line-height:12px;
  margin:0 0 8px 0;
	padding:0;
	position:relative;
}
.boxContent em{
  color:#929292;
	font-style:normal;
}
.contest img{
	margin-right:10px;
}
.boxBottom{
	margin-top: 15px;
	margin-left: 45px;
	width: 670px;
	height: 300px;
}
#show-dates-snippet{
	position: relative;
	float: left;
	width: 330px;
	height: 278px;
	/*border: 1px solid red;*/
}
#show-dates-table{
	color: #d8d9da;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	position: left;
	margin-top: 5px;

}
#show-dates-table td, th{
border-bottom: 1px solid #333333;
padding-bottom: 6px;
padding-top: 6px;
}

#show-dates-table .last td, .last th{
border-bottom: 0;
}

#show-dates-table td{
	vertical-align: top;
}
#show-dates-table .ticket-button{
	vertical-align: middle;
	padding-left: 18px;
	}
#show-dates-table td span{
	color: #a7a9af;
	font-weight:normal;
	display: block;
}
#show-dates-table .date{
	padding-right: 15px;
}
#show-dates-table td{
	padding-right: 0px;
}

#show-dates-snippet h4{
	padding: 0;
	margin: 0;
	background: url(../images/bg-ontour-header.png) 0 0 no-repeat;
	text-indent: -99999px;
	width: 110px;
	height: 31px;
}
#show-dates-table caption{
	display: none;
}
.buy-tickets{
	outline:none;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-tickets.png) 0 0 no-repeat;
	width: 52px;
	height: 20px;
	}
.buy-tickets:hover{background-position: 0 -21px;}
.tour-title{
	padding: 0;
	margin: 0;
	display: none;
}
#off-media{
	float: right;
  position: relative;
}
.more-dates{
	outline:none;
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-more-dates.png) 0 0 no-repeat;
	width: 100px;
	height: 20px;
	margin-top: 16px;
}
.more-dates:hover{background-position: 0 -19px;}
#youtube-video{
  width: 320px;
  height: 265px;
  background-color: gray;
}
.more-videos{
	margin-top: 12px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/btn-more-videos.png) 0 0 no-repeat;
	outline:none;
	display: block;
	width: 200px;
	height: 17px;
	float: right;
}
.more-videos:hover{background-position: 0 -18px;}
#flashIndex2 {
	position:absolute;
	left:0px;
	top:0px;
	padding:160px 0 0 0;
}
.boxThanks{
  background-color:#8E8E8E;
  background-image:url(../images/bg-thanks.jpg);
	background-repeat:no-repeat;
	padding:10px 15px;
	margin-bottom:1px;
}
.tour tr{
  background-image:url(../images/bg-box-top.jpg);
	background-repeat:repeat-x;
  height:24px;
}

.tourInfo{
  font-weight: normal;
}

.tourInfo span{
  font-weight: bold;
  color: #FFCC00;
}

.tourNew{
  font-weight: bold;
  color: #FFCC00;
}

.tourDate{
	padding-left: 20px;
	color: #CCCCCC;
}

.tour td{
  vertical-align:top;
}
.pad{
  padding:15px;
}
.latestNews{
  margin:15px;
	padding:0;
}
.latestNews ul, #contentMidLeft ul, #contentMidRightExtras ul{
  margin:0;
	padding:0;
}
.latestNews li, #contentMidLeft li, #contentMidRightExtras li{
  margin:0 0 15px 0;
	padding:0;
}

.latestNewsDate{
  color: #999999;
}

.contestWrapper{
	margin:0 0 0 0;
	padding:0;
	clear:both;
}

div.contestWrapper2 div#contestBox {
	width:125px;
	padding: 5px 10px 10px 0;
	margin:0;
	float:left;
}

.contestWrapper2{
	margin:0 0px 10px 0;
	padding:0;
	position:relative;
	float:left;
	width:270px;
}
div#contestBox div.contestWrapper2 p{
	float:left;
	margin:0px 0 10px 0;
	padding:0;
	position:relative;
	width:60px;
}

.contestWrapper img, .contestWrapper2 img{
	float:left;
	margin:3px 8px 10px 0;
	text-align:left;
	position:relative;
}
.contestWrapper p.main{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:175px;
}
/*Nav Styles---------------------------------------------------------------------*/

#navPrimary1{
	height:35px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}
#navPrimary1 ul {
  margin: 0 0 0 30px;
  padding: 0;
  height: 35px;
}
#navPrimary1 ul li {
  float: left;
  display: inline;
	height:35px;
}
#navPrimary1 ul li a {
  display: block;
  height: 35px;
  margin: 0;
  padding: 0;
}
li#home{
  background-image: url(../images/button-home-1.jpg);
  width:89px;
  height:35px;
}
li#home a:hover{
  background-image: url(../images/button-home-2.jpg);
  width:89px;
  height:35px;
}
li#news{
  background-image: url(../images/button-news-1.jpg);
  width:70px;
  height:35px;
}
li#news a:hover{
  background-image: url(../images/button-news-2.jpg);
  width:70px;
  height:35px;
}
li#tour{
  background-image: url(../images/button-tour-1.jpg);
  width:81px;
  height:35px;
}
li#tour a:hover{
  background-image: url(../images/button-tour-2.jpg);
  width:81px;
  height:35px;
}
li#experience{
  background-image: url(../images/button-experience-1.jpg);
  width:149px;
  height:35px;
}
li#experience a:hover{
  background-image: url(../images/button-experience-2.jpg);
  width:149px;
  height:35px;
}
li#about{
  background-image: url(../images/button-about-1.jpg);
  width:122px;
  height:35px;
}
li#about a:hover{
  background-image: url(../images/button-about-2.jpg);
  width:122px;
  height:35px;
}
li#extras{
  background-image: url(../images/button-extras-1.jpg);
  width:94px;
  height:35px;
}
li#extras a:hover{
  background-image: url(../images/button-extras-2.jpg);
  width:94px;
  height:35px;
}
li#store{
  background-image: url(../images/button-store-1.jpg);
  width:89px;
  height:35px;
}
li#store a:hover{
  background-image: url(../images/button-store-2.jpg);
  width:89px;
  height:35px;
}

/*--Footer and Footer Nav Styles-------------------------------------------*/

#footer{
	position: relative;
  background-image:url(../images/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
  	color:#fff;
	font-size:10px;
	padding-bottom: 20px;
	padding-top: 35px;
	padding-right: 0;
	width:770px;
	height: 200px;
	text-align:right;
}
#social{
	color: #fff;
	text-align: left;
	position: relative;
	margin-top: 0px;
	width: 750px;
	height: 100px;
	background: url(../images/bg-social.jpg) top no-repeat;
	padding-top: 40px;

}
#social .social-title{
	position: relative;
	float: left;
	background: url(../images/bg-social-header.png) 0 0 no-repeat;
	text-indent: -99999px;
	width: 97px;
	height: 42px;
	padding: 0;
	margin-left: 40px;
	margin-right: 5px;
}
#social .icons a{
	position: relative;
	float: left;
	background: url(../images/btn-social.png) 0 0 no-repeat;
	width: 50px;
	height: 44px;
	text-indent: -99999px;
	margin-left: 36px;
}
#social .icons a.youtube{
	outline:none;
	background-position: 0 0;
	width: 65px;
}
#social .icons a.youtube:hover{background-position: 0 -42px;}
#social .icons a.lastfm{
	outline:none;
	background-position: -70px 0;
	width: 65px;
}
#social .icons a.lastfm:hover{background-position: -70px -42px;}
#social .icons a.twitter{
	outline:none;
	background-position: -140px 0;
	width: 68px;
}
#social .icons a.twitter:hover{background-position: -140px -42px;}
#social .icons a.comedycentral{
	outline:none;
	background-position: -210px 0;
	width: 48px;
}
#social .icons a.comedycentral:hover{background-position: -210px -42px;}
#social .icons a.facebook{
	outline:none;
	background-position: -260px 0;
	width: 70px;
}
#social .icons a.facebook:hover{background-position: -260px -42px;}
#social .icons a.ilike{
	outline:none;
	background-position: -338px 0;
	width: 50px;
}
#social .icons a.ilike:hover{background-position: -338px -42px;}
#social .icons a.myspace{
	outline:none;
	background-position: -395px 0;
	width: 80px;
}
#social .icons a.myspace:hover{background-position: -395px -42px;}


#footer span{
	padding-left: 20px;
	padding-right: 40px;
}

#navUtility{
   color:#fff;
	 float:right; 
	 width:50%; 
	 right:45px !important; 
	 right:90px; 
	 position:absolute; 
	 text-align:right;
	 top:0; 
	 padding-top:15px;
}
#navUtility img{
   position:relative;
	 top:8px;
}

