@charset "utf-8";
/* CSS Document */

/* ------------- GENERAL RULES ------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	color: #333;
	font: normal .9em/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
	color: #52b1c4;
}

/* ------------- DIV RULES ------------------- */
div#calendar {
	top: 260px;
	left: 150px;
	position: absolute;
	padding-bottom: 20px;
	text-align: left;
	float: left;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 700px;
}
div#header {
	height: 50px;
}
div#schedule_current {
	width: 265px;   
	margin-left: 110px;
	margin-top: 310px;	
	float: left;
}
div#homeshow {
	top: 70px;
	left: 600px;
	position: absolute;
	padding-bottom: 20px;
	text-align: left;
	clear: both;
}
div#subcontent {
	margin-top: 215px;
	margin-left: 460px;
	padding-bottom: 20px;
	text-align: left;
	width: 375px;
	min-height: 290px;
	clear: both;
}
div#subcontentabout {
	top: 170px;
	left: 680px;
	position: absolute;
	text-align: center;
	width: 220px;
	min-height: 290px;
	clear: both;
}
div#subcontentbio {
	top: 35px;
	left: 107px;
	position: absolute;
	padding-bottom: 20px;
	text-align: left;
	width: 450px;
	min-height: 500px;
	clear: both;
}
div#subcontentphotos {
	top: 120px;
	left: 630px;
	position: absolute;
	padding-bottom: 20px;
	text-align: justify;
	width: 280px;
	min-height: 290px;
	clear: both;
}
div#subcontentcontact {
	top: 385px;
	left: 480px;
	position: absolute;
	padding-bottom: 20px;
	text-align: left;
	width: 210px;
	min-height: 290px;
	clear: both;
}
div#subcontentcontactlinks {
	top: 630px;
	left: 312px;
	position: absolute;
	text-align: left;
	width: 550px;
	min-height: 290px;
	clear: both;
}

div#schedule {
	top: 180px;
	left: 265px;
	position: absolute;
	padding-bottom: 20px;
	text-align: left;
	width: 310px;
	min-height: 290px;
	float: left;
}
div#footer {
	margin-top: 630px;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 25px;
}
div#footerhome {
	margin-top: 630px;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 25px;
}
div#footerbio {
	top: 670px;
	left: 450px;
	position: absolute;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	text-align: left;
}
div#footerschedule {
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
}

/* ------------- TEXT RULES ------------------- */
p {
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
h1 {
	font: bolder 22px/22px Arial, Helvetica, sans-serif;
	color: #0064A9;
}
h2 {
	font: bolder 18px/18px Arial, Helvetica, sans-serif;
}
h3 {
	font: bolder 14px/18px Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
h4 {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
}
h5 {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
h1.hp {
	font: bolder 26px/26px Arial, Helvetica, sans-serif;
	color: #0064A9;
	padding-bottom: 5px;
}
h2.hp {
	font: bolder 22px/22px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom: 5px;
}
h4.hp {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.unbold {
	font-weight: normal;
	font-size: 85%;
}

/* ------------- MAIN NAV RULES ------------------- */
ul#navmain {
	list-style: none;
	font: 14px/15px Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	margin-top: 13px;
	margin-left: 40px;
}

ul#navmain li {
	display: inline;
	padding-right: 4px;
	padding-left: 6px;
	border-left: 1px solid #999;
}

ul#navmain li a {
	text-decoration: none;	
	color: #666;
}

ul#navmain li a:hover {
	color: #0064A9;
}

ul#navmain li.firstmainnav {
	padding-left: 0px;
	border-style: none;	
	font-weight: bold;	
}

/* ------------- FOLLOW US NAV RULES ------------------- */
ul#navfollow {
	list-style: none;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	float: right;
	margin-top: 5px;
	margin-right: 25px;
}

ul#navfollow li {
	display: inline;
	padding-left: 3px;
}

ul#navfollow a img {
	border-style: none;	
}

/* ------------- BAND BIOs NAV RULES ------------------- */
ul#band_bios {
	list-style: none;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #333;
	position:absolute;
	top:0px;
	left:60px;
}

ul#band_bios li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px solid #999;
}

ul#band_bios li a {
	text-decoration: none;	
	color: #666;
}

ul#band_bios li a:hover {
	color: #0064A9;
}

ul#band_bios li.firstmainnav {
	padding-left: 0px;
	border-style: none;	
}

/* ------------- SCHEDULE UL RULES ------------------- */
ul#schedule {
	margin-top: 15px;
	list-style: none;
	width: 300px;
	border-bottom: 1px solid #999;
}
ul#schedule li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
}
.showdate {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #0064A9;
	margin: 0px;
	padding: 0px;
}
.showlocation {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #666;
}
.showxtra {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
div#schedule_current h1 {
	font: bolder 42px/42px Arial, Helvetica, sans-serif;
	color: #666;
}
div#schedule_current h2 {
	font: bolder 21px/26px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 5px;
}
div#schedule_current h4 {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #666;
}

/* ------------- CONTACT US NAV RULES ------------------- */
ul#contact {
	list-style: none;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #333;
	position:absolute;
	top:10px;
	left:0px;
}

ul#contact li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px solid #999;
}

ul#contact li a {
	text-decoration: none;	
	color: #666;
}

ul#contact li a:hover {
	color: #0064A9;
}

ul#contact li.firstmainnav {
	padding-left: 0px;
	border-style: none;	
}


/* ------------- BACKGROUND HOVER LINK RULES ------------------- */
a#picasa-link {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:550px;
	left:410px;
}
a#bud-link {
	display:block;
	width:70px;
	height:60px;
	position:absolute;
	top:640px;
	left:370px;
}
a#captain-link {
	display:block;
	width:150px;
	height:60px;
	position:absolute;
	top:640px;
	left:460px;
}
a#giraffeboy-link {
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	top:640px;
	left:630px;
}
a#s3ree-link {
	display:block;
	width:200px;
	height:60px;
	position:absolute;
	top:640px;
	left:710px;
