/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	background-color: #090609;
	color: #666;
	line-height: 22px;
	text-align: left;
	}

p {
	margin: 0 15px 25px 0;
	}

h1 {
	margin: 4px 0 10px 0;
	padding: 0;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #99CC00;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
	
h2 {
	margin: 0 15px 0 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 25px;
	}
	
h3 {
	margin: 0 15px 0 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 25px;
	}


img {
	border: 0;
	}

a {
	color: #FF5C0B;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	} 
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li {
	margin: 0 15px 25px 0;
	list-style: none;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ids / divs - defines structure of page */ 

#mainContent {
	margin: 0;
	padding: 0;
	width: 490px;
	background: #fff url(../images/bkMainContent.gif) repeat-y;
	}
	
#left {
	margin: 0;
	padding: 0;
	background: url(../images/bkLeft.jpg);
	background-position: right;
	background-repeat: repeat-y;
	}
	
#right {
	margin: 0;
	padding: 0;
	background: url(../images/bkRight.jpg);
	background-position: left;
	background-repeat: repeat-y;
	}
	
#textContent {
	margin: 0 20px 0 32px;
	padding: 0;
	}
	
#tourDates {
	margin: 0;
	width: 215px;
	float: left;
	display: inline;
	}
	
#news {
	margin: 0;
	width: 215px;
	float: left;
	display: inline;
	}
	
#news ul {
	margin-right: 12px;
	}
	
#tourDates ul {
	margin-right: 12px;
	}
	
#homeLeftTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeLT.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#homeLeftStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeLS.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#homeLeftMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeLM.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
#homeLeftBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeLB.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#homeRightTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeRT.jpg);
	background-repeat: no-repeat;	
	}
	
#homeRightStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeRS.jpg);
	background-repeat: no-repeat;
	}
	
#homeRightMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeRM.jpg);
	background-repeat: no-repeat;
	}
	
#homeRightBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeRB.jpg);
	background-repeat: no-repeat;
	}
	
	
	
#bioLeftTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeLT.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#bioLeftStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeLS.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#bioLeftMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeLM.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
#bioLeftBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeLB.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#bioRightTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeRT.jpg);
	background-repeat: no-repeat;	
	}
	
#bioRightStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeRS.jpg);
	background-repeat: no-repeat;
	}
	
#bioRightMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeRM.jpg);
	background-repeat: no-repeat;
	}
	
#bioRightBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeRB.jpg);
	background-repeat: no-repeat;
	}
	
	
	
#musicLeftTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeLT.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#musicLeftStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeLS.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#musicLeftMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeLM.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
#musicLeftBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeLB.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#musicRightTop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 240px;
	background: url(../images/backgrounds/bkHomeRT.jpg);
	background-repeat: no-repeat;	
	}
	
#musicRightStrip {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: url(../images/backgrounds/bkHomeRS.jpg);
	background-repeat: no-repeat;
	}
	
#musicRightMiddle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 202px;
	background: url(../images/backgrounds/bkHomeRM.jpg);
	background-repeat: no-repeat;
	}
	
#musicRightBottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	background: url(../images/backgrounds/bkHomeRB.jpg);
	background-repeat: no-repeat;
	}
	
#newsletter {
	margin: 0 20px 0 0;
	padding: 6px 0 0 0;
	border-bottom: dashed #DBDBDB 1px;
	border-top: dashed #DBDBDB 1px;
	}
	

#footer {
	clear: both;
	}
	
	  


/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */   
/* classes - to be applied to repeated elements as needed */  
  
.lightGrey {
	color: #999999;
	}
	
.border {
	border: 10px #d9d9d9 solid;
	}
	
.venue {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	}
	
input.textfield {
	color: #666;
	width: 183px;
	background-color: #F0F0F0;
	border: 1px #BCBCBC solid;
	font: normal 12px verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px 3px 2px;
	margin: 0 0 10px 0;
	}	
	

