/* CSS Document */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background-color: #36383b;
	background-image: url(images/side_bg.gif);
	background-attachment: scroll;
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0px;
	text-align: center;
}

/* links */
a, a:visited {	
	color: #f0eb6e;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #f0eb6e;
	background: inherit;
	text-decoration: underline;	
}

/* headers */

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 20px;	
	letter-spacing: 0pt;
	text-transform:uppercase;
}
h2 {
	font-size: 1.7em;
	color: #ff9900;
	letter-spacing: 0pt;

}

h1, h2, h3, p {
	padding: 0;		
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}




blockquote {
	margin: 10px;
 	padding: 5px 0 0 44px;  
	background:  url(images/quote.png) no-repeat 7px 11px; 
	font: bold 12px Georgia, "Times New Roman", Times, serif 
	color: #666666;
}

/* start - table */
table {
	border-collapse: collapse;
    margin: 10px 0 30px 0;	
}

th strong {
	color: #fff;
}
tr.row-header {
	background: #475809;
	height: 35px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	font-weight:bold;
	border-bottom: solid 1px #657d0f;
}
tr {
	height:29px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
border-bottom:1px  solid #000;
}

.phototable { 
border-bottom:0px;
padding:0px


}

.tours {
font-size:12px;
color:#FFFFFF;
padding: 5px 0 5px 0;
}

/* end - table */

/* form elements */
form {
	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #000;
	font: normal 12px Verdana, sans-serif;
	color:#FFF;
	background: #000000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 12px Verdana, sans-serif;
	border:1px solid #000;
	height:100px;
	display:block;
	color:#FFF;
	background: #000000;
}
input.button { 
	font: bold 10px Verdana, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 0 3px; 
	color: #FFF;
	background: #1C1C1C;
	border: 1px solid #535353;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	background-image: url(images/container_bg.gif);
background-repeat: no-repeat;
background-color: #4b4e56;
width: 900px;
text-align: left;
margin:0px auto;
position: relative;
clear:both;
}

#content-wrap {
	background-image: url(images/container_bg.gif);
	background-repeat:no-repeat;
	background-position:0px -536px;
	background-color: #4b4e56;
	position: relative;
	clear: both;;
	float:left;	
	width: 900px;	
	padding: 0 0 0 0; 			
	margin-left: 0px;	
	display: inline;
	
}
#header {
	position: relative;
	width: 900px;	
	height: 505px;	
	padding: 0;	
	margin: 0px auto;
}



/* Main Column */
#main {
	float: right;
	width: 520px;
	padding: 0 18px 0 0; margin: 0 0 0 0;
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main h1, h2, h3, p {
	padding: 5px 0 5px 0;
	
}

#main p {
line-height: 18px;
color:#FFF;
}

#main h1 {
color: #fff;
font-size: 20px;
font-weight:bold;
}

#main h2 {
color: #f7f6da;
font-size: 23px;
font-weight:normal;
}

#main h3 {
color: #f7f6da;
font-size: 27px;
font-weight:normal;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

#main li {
	list-style-image: url(images/bullet.gif);
	padding: 0 0 4px 0;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 321px;
	padding: 300px 0 0 21px; margin: 0 0 0 0;		
}	

#sidebar h3 {
	padding: 0;
	font: normal 27px Georgia, "Times New Roman", Times, serif;
	color: #f7f6da; 			
}

#sidebar p {
 font: bold 14px Georgia, "Times New Roman", Times, serif;
 padding: 5px 0 5px 0;
 margin: 0;
 color: #ffffff;
}



/* footer */
#footer-wrap {
	clear: both;
	background: url(images/ft_bg.gif) top center no-repeat; 
	width: 900px;
	height: 286px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;		
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 80px 0 0 25px;	
	width: 900px;			
}


#footer-columns  a {
	color: #fff;
	padding: 0 0 0 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;

}

#footer-columns a:hover {
color: #f0eb6e;
}

#footer-columns #colfootleft {
float:left;

}

#footer-columns .col1 {
	float: left;
	width: 130px;
	padding-top:20px;
}
#footer-columns .col2 {
float: left;
	width: 190px;
	padding: 20px 0 20px; 0;
}
#footer-columns .col3 {
	padding: 25px 0 0 0;
	float:left;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	clear:both;
}

#footer-columns .col4 {
	padding: 70px 40px 0 0;
	float:right;
	text-align:center;
}



#kselogo{
background: url(images/kse_logo.png) top left no-repeat;
width: 583px;
height: 141px;
position: absolute;
top: 28px;
left: 330px;
}

.top-nav{
margin:0 0px 0px 0;
width: 570px;
height: 36px;
position: absolute;
z-index: 10;
top: 140px;
left:330px;
}

.top-nav li{
float:left;
margin-left:16px;
}

.bot-nav li{
float:left;
margin-left:20px;
}

.top-nav li a{
display:block;
line-height:20px;

background-image:url(images/top_nav.png);
background-repeat:no-repeat;
line-height:19px;
}

 .top-nav li.home{
width:50px;}
.top-nav li.home a{
background-position:0px 0px;
text-decoration:none;
}
 .top-nav li.home a:hover{
background-position:0px -23px;
}

.top-nav li.tour{
width:53px;}
.top-nav li.tour a{
background-position:-74px 0px;
text-decoration:none;
}
.top-nav li.tour a:hover{
background-position:-74px -23px;}

.top-nav li.bio{
width:40px;}
.top-nav li.bio a{
background-position:-141px 0px;
text-decoration:none;}
.top-nav li.bio a:hover{
background-position:-141px -23px;}

 .top-nav li.photos{
width:78px;}
.top-nav li.photos a{
background-position:-194px 0px;
text-decoration:none;}
.top-nav li.photos a:hover{
background-position:-194px -23px;}

 .top-nav li.releases{
width:83px;}
.top-nav li.releases a{
background-position:-358px 0px;
text-decoration:none;}
 .top-nav li.releases a:hover{
background-position:-358px -23px;}

.top-nav li.videos{
width:67px;}
 .top-nav li.videos a{
background-position:-286px 0px;
text-decoration:none;}
.top-nav li.videos a:hover{
background-position:-286px -23px;}

 .top-nav li.downloads{
width:104px;}
 .top-nav li.downloads a{
background-position:-376px 0px;
text-decoration:none;}
.top-nav li.downloads a:hover{
background-position:-376px -23px;}

/* BOTTOM NAV */

.bot-nav{
width: 570px;
height: 36px;
position: absolute;
z-index: 10;
top: 180px;
left:324px;
}

.bot-nav li{
float:left;
margin-left:19px;
}

 .bot-nav li a{
display:block;
line-height:20px;
background-image:url(images/bot_nav.png);
background-repeat:no-repeat;
line-height:19px;
}

.bot-nav li.press{
width:62px;}
.bot-nav li.press a{
background-position:0px 0px;
text-decoration:none;}
.bot-nav li.press a:hover{
background-position:0px -23px;
}

.bot-nav li.releases{
width:94px;}
.bot-nav li.releases a{
background-position:-89px 0px;
text-decoration:none;}
.bot-nav li.releases a:hover{
background-position:-89px -23px;
}

 .bot-nav li.merch{
width:68px;}
.bot-nav li.merch a{
background-position:-203px 0px;
text-decoration:none;}
 .bot-nav li.merch a:hover{
background-position:-203px -23px;
}

.bot-nav li.fanclub{
width:87px;}
.bot-nav li.fanclub a{
background-position:-290px 0px;
text-decoration:none;}
.bot-nav li.fanclub a:hover{
background-position:-290px -23px;
}

.bot-nav li.contact{
width:84px;}
.bot-nav li.contact a{
background-position:-398px 0px;
text-decoration:none;}
.bot-nav li.contact a:hover{
background-position:-398px -23px;
}

.feature-box{
width: 510px;
height: 217px;
position:absolute;
top: 235px;
left: 370px;
}

.newsitem {
padding: 0 0 30px 0;
}

.newsbar {
width: 521px;
height: 29px;
background: url(images/newbar.jpg) top no-repeat;
}

.posted {
float: left;
color:#f0eb6e;
line-height:29px;
font-size:10px;
padding: 0 0 0 10px;
}

.posted a:hover{
font-size:10px;

}

.comments {
float:right;
color: #f0eb6e;
line-height:29px;
font-size:10px;
padding: 0 10px 0 0;
}

.comments a:hover {
font-size:10px;

}

.upcomingshows {
background: url(images/upcomingshows.png) top  left no-repeat;
width:311px;
height:260px;
padding: 30px 0 0 10px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.upcomingshows a:hover {
font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.upcominglines {
padding: 0 0 5px 0;
}

.moreshows {
padding: 10px 0 0 0;
}

.recentphoto {
width:71px;
height:71px;
float:left;
padding: 10px 9px 0 0;
}

.recentphoto img{
padding: 2px;
border: 1px solid #000;
}

.tourheader {
font: 12px Verdana, Arial, Helvetica, sans-serif bold;
	color: #f0eb6e;
}

.biobk {
background-image:url(images/biobk.jpg);
width: 520px;
height: 60px;
font: 12px Verdana, Arial, Helvetica, sans-serif bold;
	color: #f0eb6e;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
}

#comments {
padding: 0 0 20px 0;
}

.float-right img{
float:right;
margin: 0 0 0 0;
}

.float-left img{
float:left;
margin: 0 0 0 0;
}

#network {
width: 570px;
height: 20px;
position:absolute;
top: 455px;
left: 340px;
}

#network ul{
width: 510px;
list-style-type: none;
}

#network ul li{
float: left;
margin-left:18px;
_margin-left:13px;
}

#network a{
opacity:.50;
-moz-opacity:.50 ;
filter:alpha(opacity: 50);
}

#network a:hover{
opacity:1;
-moz-opacity:1 ;
filter:alpha(opacity: 100);
}


#network a.myspace{
background-image: url(images/myspace.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 94px;
height: 19px;
text-indent: -9999px;
}

#network a.facebook{
background-image: url(images/facebook.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 73px;
height: 19px;
text-indent: -9999px;
}

#network a.vimeo{
background-image: url(images/vimeo.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 53px;
height: 19px;
text-indent: -9999px;
}

#network a.twitter{
background-image: url(images/twitter.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 68px;
height: 19px;
text-indent: -9999px;
}

#network .radio{
background-image: url(images/kseradio.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 117px;
height: 18px;
text-indent: -9999px;
opacity:1;
-moz-opacity:1 ;
filter:alpha(opacity: 100);
}

#network .radio:hover{
background-image: url(images/kseradio_hover.png);
background-repeat: no-repeat;
display: block;
float: left;
width: 117px;
height: 18px;
text-indent: -9999px;
}

.strong {
width: 519px;
height:79px;
background-image: url(images/strong.jpg);
background-repeat: no-repeat;
padding: 10px 0 0 10px;
}

.rrc {
width: 519px;
height:79px;
background-image: url(images/rrc.jpg);
background-repeat: no-repeat;
padding: 10px 0 0 10px;
}

.agency {
width: 519px;
height:79px;
background-image: url(images/agency.jpg);
background-repeat: no-repeat;
padding: 10px 0 0 10px;
}

.yellowtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #f0eb6e;
}

.brightyellowtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #f4b60c;
text-decoration:underline;
}

.whitetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}

.whitetext a, a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}

.downloads td{
padding: 12px 0 12px 0;
}

.logos td{
padding: 12px 0 12px 0;
border-bottom:0px;
}

.releases td{
padding: 12px 0 12px 0;
}

.albumcover img{
padding: 1px;
border: 1px solid #000;
}

.photogallery {
width:71px;
height:71px;
float:left;
padding: 10px 9px 0 0;
}

.photogallery img{
padding: 2px;
border: 1px solid #000;
}

.phototitle {
float: left;
color:#FFF;
font-size:18px;
font-weight:bold;
padding: 2px 0 0 5px;
}

.ksephotos {
width: 447px;
height: 100px;
background:  url(images/ksephotos.png) no-repeat;
padding: 45px 0 0 0;
}

#twitter_div {
width: 321px;
background:  url(images/twitter_bg.png) no-repeat top left;
font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#twitter_div a:hover{
font: 11px Verdana, Arial, Helvetica, sans-serif;

}

#twitter_update_list {
list-style: none;
list-style-image: none;
margin: 0 0 0 0;
padding: 40px 20px 20px 15px;

}

#twitter_update_list li{
padding: 0 0 8px 0;

}

.videoborder {
padding: 3px;
border: 1px solid #111213;
width: 500px;
}

.sponsortable {
width: 515px;
}

.sponsortable tr {
border: 0px;
}

.sponsortable td {
width:167px;
border: 0px;
padding: 3px;
}

.sponsortable img {
border: 0px;
}

#mailinglist {
background: url(images/mailing_list.png) top  left no-repeat;
width:311px;
height:80px;
padding: 40px 0 0 20px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


