body {
	background: #fff url(/images/sb-2009-background.jpg) top left no-repeat;
	font-family: Georgia, serif;
	font-size: 1em;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover,
a:visited:hover {
	/*color: #8ab012;*/
	color: #006600;
	text-decoration: none;
	/*font-weight: bold;*/
}

#logo a:link,
#logo a:visited {
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
}
#logo a:hover,
#logo a:visited:hover {
	color: #666;
	text-decoration: none;
	/*font-weight: bold;*/
}

h1 {
	margin: 25px 25px;
}

h2 {
	margin: 0 25px;
	/*color: #8ab012;*/
	color: #000;
	font-weight: normal;
	font-size: 80px;
}

.clear {
	clear: both;
}

/* ---------------------------------------------------------------------------
wrapper & containers
--------------------------------------------------------------------------- */
#wrapper {
	width: 960px;
	overflow: hidden; /* for IE6 tweaking */
}
	
/* ---------------------------------------------------------------------------
header
--------------------------------------------------------------------------- */
#header {
	width: 100%;
}
#logo {
	position: absolute;
	top: 25px;
	left: 25px;
	color: #fff;
	font-size: 140px;
}
#tagline {
	position: absolute;
	top: 90px;
	left: 470px;
	color: #fff;
	font-size: 50px;
}

/* ---------------------------------------------------------------------------
navigation
--------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	display: block;
	width: 100%;
	background: transparent url(/images/tiling-content-bg.png);
	height: 35px;
	top: 0;
	left: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation li {
	float: left;
	font-size: 40px;
	text-transform: lowercase;
	height: 30px;
}
#navigation ul li a.nav:link,
#navigation ul li a.nav:visited {
	display:block;
	height: 30px; width: 94px;
	text-align: center;
	margin-top: -8px;
}
#navigation ul li a.nav:hover {
	display:block;
	height: 30px; width: 94px;
}
.star-div {
	display:block;
	height: 30px; width: 19px;
	text-indent: -999px;
	background: transparent url(/images/star-div.png) 0 0 no-repeat;
}


/* ---------------------------------------------------------------------------
content
--------------------------------------------------------------------------- */
.msg_body {
	position: absolute;
	top: 190px;
	left: 25px;
	width: 880px;
	background: transparent url(/images/tiling-content-bg.png);
}
#shows .closer,
#songs .closer,
#bio .closer,
#photos .closer,
#contact .closer {
	position: absolute;
	z-index:3;
	top: -5px;
	right: 20px;
	width: 30px;
	height: 20px;
	font-size: 40px;
}
#content p {
	margin: 25px;
	padding-right: 20px;
	color: #555;	
}

#shows {
	display: none;
}

#songs {
	display: none;
}

#bio {
	display: none;
}

#photos {
	display: none;
}

#contact {
	display: none;
}

.tour-month {
	color: #555;
	font-size: 20px;
}
.tour-date {
	color: #fff;
	font-size: 14px;
}
.tour-location {
	color: #8ab012;
	font-size: 16px;
}
.tour-venue {
	color: #666;
	font-size: 14px;
}
.tour-bands {
	color: #4D4D4D;
	font-size: 14px;
}
.tour-other {
	color: #666;
	font-size: 14px;
}
.music-title {
	color: #000;
	font-size: 16px;
}
.music-credits {
	color: #555;
	font-size: 12px;
	font-style: italic;
}
.music-copyright {
	color: #333;
	font-size: 10px;
	font-style: italic;
}
#content ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	float: left;
}
#content li {
	float: left;
	padding: 0 20px 20px 0;
}

/* ---------------------------------------------------------------------------
credits
--------------------------------------------------------------------------- */
#credits {
	display:block;
	/*set the div in the bottom right corner*/
	position:absolute;
	bottom:20px;
	right:20px;
	
}
#credits p {
	padding: 0;
	text-align: left;
	font-size: .75em;
	color: #fff;
	text-transform: lowercase;
	font-style:italic;
}
#credits a:link,
#credits a:visited {
	color: #8ab012;
	text-decoration: none;
	font-weight: normal;
}
#credits a:hover,
#credits a:visited:hover {
	color: #ffcc00;
	text-decoration: none;
	font-weight: normal;
}
/* EOF */
