@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*contains the whole site*/
#container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/BG.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/*holds the header with logo and stars/main nav*/
#header {
	height:140px;
}


/*logo placement*/
#logo {
	height: 96px;
	padding: 22px 0 0 0;
}


/*mainNav begins*/
#mainNav {
	font-size:15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height:22px;
	background-image:url(../images/mainNavBG.jpg);
	background-repeat:repeat-x;
}

/*Controls the placement of the type and the border bottom*/
#mainNav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 22px;
}

/*Controls the alignment of the navigation.*/
#mainNav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

/*Controls the font color, padding, border right.*/
#mainNav ul li a {
	margin: 0;
	color: #999999;
	border-right: 1px solid #000000;
	padding: 2px 21px 9px 21px;
	float:left;
	height:11px;
	text-decoration: none;
	background-image:url(../images/mainNavBG.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

/*Selected state when the background is light grey and the font is white.*/
#mainNav ul li a.selected {
	margin:0;
	padding:2px 21px 9px 21px;
	background-image:url(../images/rollNavBG.jpg);
	background-repeat:repeat-x;
	color: #e6e6e6;
}

/*Links have no underlines*/
#mainNav ul li a:link {
	margin:0;
	padding:2px 21px 9px 21px;
	text-decoration: none;
}

/*Hover has light grey background and white font*/
#mainNav ul li a:hover {
	margin:0;
	padding:2px 21px 9px 21px;
	background-image:url(../images/rollNavBG.jpg);
	background-repeat:repeat-x;
	color: #e6e6e6;
}


/*last on the mainNav has no border right*/
#mainNav ul li a.last {
	margin:0;
	/*padding:2px 21px 9px 21px;*/
	border:none;
	width:39px;
	*width:50px;/*IE7 hack to cover space right on the end of the navigation*/
	_width:50px;/*IE6 hack to cover space right on end of the navigation*/
	text-align:center;
}


/*last on the mainNav has no border with a on state of light grey*/
#mainNav ul li a.lastSelected {
	margin:0;
	/*padding:2px 21px 9px 21px;*/
	border:none;
	background-image:url(../images/rollNavBG.jpg);
	background-repeat:repeat-x;
	color: #e6e6e6;
	width:39px;
	*width:50px;/*IE7 hack to cover space right on the end of the navigation*/
	_width:50px;/*IE6 hack to cover space right on end of the navigation*/
	text-align:center;
}
/*MAIN NAV ENDS*/

/*SIDEBAR BEGINS*/
/*contains the sidebar*/
#sidebarContain {
	float: right; 
	width: 220px;
	padding: 0 0 0 45px;
	margin: 15px 0 10px 0;
}


/*holds the curved top image*/
#sidebarTop {
	width:220px;
	padding: 0;
	margin:0;
	height:18px;
	background-image:url(../images/sidebarTop.png);
	background-repeat:no-repeat;
}


/*body of the sidebar holds the album, mailing list, shows, gallery info*/
#sidebar {
	padding: 0;
	margin:0;
	/*border: 1px solid #00FFFF;*/
	width:220px;
	background-image:url(../images/sidebarBG.png);
	background-repeat:repeat-y;
}


/*holds the rotating flash component for the albums*/
#sidebarAlbum {
	width:192px;
	/*border: 1px solid #99FF66;*/
	padding: 0 0 10px 0px;
	margin:0 0 0 14px;
	border-bottom: 1px solid #b3b3b3;
}


/*holds the mailing list for north america and world*/
#sidebarMail {
	width:192px;
	padding: 8px 0 8px 0;
	margin:0 0 0 14px;
	border-bottom: 1px solid #b3b3b3;
}


/*holds the first three upcoming shows*/
#sidebarShow {
	width:192px;
	padding: 8px 0 8px 0;
	margin:0 0 0 14px;
	border-bottom: 1px solid #b3b3b3;
}


/*gallery holds the gallery image*/
#sidebarGallery {
	width:192px;
	padding: 8px 0 8px 0;
	margin:0 0 0 14px;
}


/*gallery image placement*/
#sidebarGallery img {
	border:none;
	padding:0;
	margin: 10px 0 10px 4px;
}

/*sidebar paragraph style*/
#sidebar p {
	margin: 0;
	padding: 5px 0 5px 4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#e6e6e6;
}

/*sidebar link in light blue no underline*/
#sidebar a:link {
	text-decoration:none;
	color:#B9E5F9;
}

/*sidebar visited in light blue no underline*/
#sidebar a:visited {
	text-decoration:none;
	color:#B9E5F9;
}

/*sidebar hover with a light blue underline*/
#sidebar a:hover {
	text-decoration: underline;
	color:#B9E5F9;
}


/*sidebarBottom with the curved png image*/
#sidebarBottom {
	padding: 0;
	margin:0;
	background-image:url(../images/sidebarBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:220px;
}
/*SIDEBAR Ends*/

/*mainContent BEGINS*/
/*contains the sidebar and main content*/
#contentContain {
	width:790px;
}


/*content to the left with txt and images*/
#mainContent {
	width:500px;
	margin:15px 0 10px 0;
	padding: 0px; 
}

/*FONT STYLES BEGIN FOR MAIN CONTENT*/
/*paragraph styled for the main content with a sans-serif for readablity*/
#mainContent p {
	/*width:500px;*/
	margin: 0;
	padding:0 0 25px 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #B3b3b3;
	font-size:12px;
	line-height: 14px;
}

/*main headline main content*/
h1 {
	/*width:515px;*/
	font-weight:normal;
	font-size:24px;
	color: #e6e6e6;
	margin: 0;
	padding:10px 0 0 0;
}

/*secondary headline below main headline smaller*/
h2 {
	/*width:515px;*/
	font-weight:normal;
	margin: 0;
	padding:0 0 5px 0;
	font-size:14px;
	color:#f2f2f2;
}

/*album title in sidebar*/
h3 {
	padding: 0px 0 0 0px;
	margin: 0;
	font-size:18px;
	color:#E6e6e6;
	font-weight: normal;
}

/*sidebar headlines*/
h4 {
	font-weight:normal;
	margin:0;
	padding: 5px 0 5px 4px;
	font-size:15px;
	line-height:18px;
	color:#CCCCCC;
}
/*dates side bar light blue*/
h5 {
	margin: 0;
	padding: 0px 0 0px 4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#b2d7e2;
}

/*main content link light blue no underline in sans-serif*/
#mainContent a:link {
	text-decoration:none;
	color:#B9E5F9;
}

/*main content visited light blue no underline in sans-serif*/
#mainContent a:visited {
	text-decoration:none;
	color:#B9E5F9;
}
/*main content hover light blue underline in sans-serif*/
#mainContent a:hover {
	text-decoration: underline;
	color:#B9E5F9;
}
/*FONT STYLES end FOR MAIN CONTENT*/

/*main content image placement*/
#mainContent img {
	padding: 0;
	margin: 5px 0 15px 0;
}
/*main content border around images in txt area CLASS*/
.borderImage {
	border: 1px solid #FFFFFF;
}
/*mainContent ends*/

/*tour list begins*/
/*contains the tour*/
#tourContain {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #B3b3b3;
}
/*city div uses grey sans-serif font*/
#city {
	border-top: 1px solid #B3b3b3;
	padding: 8px 0 8px 0;
	margin:0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #B3b3b3;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
/*date CLASS uses a light grey font/set width*/
.date {
	padding: 0;
	margin:0;
	text-align:left;
	width:50px;
	color:#e6e6e6;
	}
/*location CLASS uses a grey font/set width*/	
.location {
	padding: 0;
	margin:0;
	text-align:left;
	width:200;
	}
/*venue CLASS uses a grey font/set width*/
.venue {
	padding: 0;
	margin:0;
	text-align:left;
	width:190px;
	}
/*link CLASS uses a light blue font/set width*/
.link {
	padding: 0;
	margin:0;
	text-align:right;
	width:70px;
	}
/*end of tour dates styles*/

/*footer begins*/
#footer {
	margin:0;
	height:25px;
	padding: 0 0 0 5px;
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
}
/*footer navigation begins*/
#footNav {
	padding:7px 0 0 0;
	margin:0;
	/*margin:10px 0 0 2px;*/
	color:#e6e6e6;
	font-size:10px;
	font-weight:bold;
}

#footNav ul {

	}
/*footer navigation display inline no list style*/
#footNav li {
	display: inline;
	list-style-type:none;
}
/*footer navigation link with no underline light grey*/
#footNav a:link {
	color:#e6e6e6;
	text-decoration: none;
}
/*footer navigation link with no underline light grey*/
#footNav a:visited {
	color:#e6e6e6;
	text-decoration:none;
}
/*footer navigation link with underline light grey*/
#footNav a:hover {
	text-decoration:underline;
}

/*footer navigation border right CLASS*/
.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #e6e6e6;
}

/*footer navigation last no border right*/
.last {
	border:none;
	padding: 0 0px 0 5px;
}
/*footer Ends*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.snap_preview img{
visibility:hidden;
}