@charset "UTF-8";

body {
	background-color: #600;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	background-color: #600;
	display: block;
}
#header {
	width: 790px;
	float: right;
	height: 130px;
	display: block;
}
.header {
	background-image: url(assets/site4_sprite.png);
	display: block;
	height: 70px;
	width: 720px;
	background-position: -200px -50px;
	text-indent: -9999px;
	margin-top: 50px;
	margin-left: 30px;
}
#logo {
	display: block;
	height: 230px;
	width: 230px;
	float: left;
}
.logo {
	background-image: url(assets/site4_sprite.png);
	display: block;
	height: 225px;
	width: 160px;
	background-position: -40px -130px;
	text-indent: -9999px;
	margin-left: 40px;
}

/*------- bottom navigation styles --------*/

#bottomNav {
	display: block;
	width: 580px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#bottomNav a:link, a:visited {
	color: #000;
}
#bottomNav a:hover {
	color: #999;
}
#bottomNav a:active {
	color: #FFF;
}
.listBottomNav li {
	display: block;
	margin-right: 12px;
	margin-left: 12px;
	list-style-type: none;
}

/*----------- Top Navigation styles -----------*/

#navbar {
	display: block;
	height: 50px;
	width: 730px;
	float: right;
}
.listNav {
	text-indent: -9999px;
	list-style-type: none;
}
.homeNav {
	display: block;
	height: 50px;
	width: 80px;
	background-image: url(assets/site4_sprite.png);
	background-position: -370px -130px;
	margin-left: 110px;
}
.homeNav:hover {
	background-position: -370px -230px;
}
.homeNav:active {
	background-position: -370px -180px;
}
.showsNav {
	display: block;
	height: 50px;
	width: 90px;
	background-image: url(assets/site4_sprite.png);
	background-position: -450px -130px;
}
.showsNav:hover {
	background-position: -450px -230px;
}
.showsNav:active {
	background-position: -450px -180px;
}
.musicNav {
	display: block;
	height: 50px;
	width: 90px;
	background-image: url(assets/site4_sprite.png);
	background-position: -540px -130px;
}
.musicNav:hover {
	background-position: -540px -230px;
}
.musicNav:active {
	background-position: -540px -180px;
}
.videoNav {
	display: block;
	height: 50px;
	width: 90px;
	background-image: url(assets/site4_sprite.png);
	background-position: -630px -130px;
}
.videoNav:hover {
	background-position: -630px -230px;
}
.videoNav:active {
	background-position: -630px -180px;
}
.photosNav {
	display: block;
	height: 50px;
	width: 95px;
	background-image: url(assets/site4_sprite.png);
	background-position: -720px -130px;
}
.photosNav:hover {
	background-position: -720px -230px;
}
.photosNav:active {
	background-position: -720px -180px;
}
.contactNav {
	display: block;
	height: 50px;
	width: 110px;
	background-image: url(assets/site4_sprite.png);
	background-position: -815px -130px;
}
.contactNav:hover {
	background-position: -815px -230px;
}
.contactNav:active {
	background-position: -815px -180px;
}

/*----------- Column A styles ----------*/

#colA {
	display: block;
	width: 210px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#colA h2 {
	color: #000;
	margin-bottom: 5px;
}
#colA p {
	font-size: 20px;
	margin-bottom: 15px;
}
.showDate {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#colA a:link {
	color: #666;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.showLink {
	font-size: 16px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

/*----------- Column B styles ----------*/

#colB {
	display: block;
	width: 540px;
	float: right;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
#shows {
	display: block;
	width: 540px;
	float: right;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
#shows a {
	color: #000;
}
.space {
	margin-bottom: 10px;
}
.morespace {
	margin-bottom: 25px;
}
.year {
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	font-size: 24px;
	margin-left: 30px;
}
#shows h6 {
	font-size: 18px;
	display: inline;
	margin-right: 10px;
}
#shows p {
	margin-bottom: 10px;
}
#colB h3 {
	color: #000;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 15px;
	font-size: 24px;
}
#colB embed {
	margin-top: 2px;
	margin-bottom: 10px;
}
#colB h5 {
	font-size: 22px;
	color: #000;
}
.shiftRight {
	margin-left: 60px;
}
.photosDate {
	font-size: 20px;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/*----------- Column c styles ----------*/

#colC {
	display: block;
	width: 150px;
	float: right;
	margin-top: 180px;
}
#colC h2 {
	color: #000;
	margin-bottom: 10px;
}
.myspace {
	margin-top: 15px;
	margin-left: 30px;
}

/*----------- Headlines styles ----------*/

#colB h2 {
	text-indent: -9999px;
}
#shows h2 {
	text-indent: -9999px;
}
.headline {
	height: 58px;
	width: 160px;
}
.news {
	background-image: url(assets/site4_sprite.png);
	background-position: -450px -330px;
}
.shows {
	background-image: url(assets/site4_sprite.png);
	background-position: -230px -330px;
}.music {
	background-image: url(assets/site4_sprite.png);
	background-position: -815px -280px;
}.video {
	background-image: url(assets/site4_sprite.png);
	background-position: -630px -280px;
}.photos {
	background-image: url(assets/site4_sprite.png);
	background-position: -450px -280px;
}.contact {
	background-image: url(assets/site4_sprite.png);
	background-position: -230px -280px;
}
