/* CSS Document */

/* Universal */
body {
	background-color: #D71B00;
	margin:10px 0px; padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0px auto;
	text-align:left;
	width:750px;
}
/* header */
h1 {
	display: none;
}
h2 {
	font-style: italic;
	color: #FFFFFF;
}
#homePage h2 {
	letter-spacing: 1px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #C1DA00;
	}
h3, h4 {
	color: #C1DA00;
	margin: 0;
}



#header {
	text-align: center;
}

#main h1 {
display:block;
	color: #C1DA00;
}
div#main {
	clear: both;
}
div#footer {
	clear: both;
padding: 20px 0 20px 0;
}
#counter {
	display: none;
}

/* Home Page */
#homePage div#wrapper {
	text-align: center;
}

#homePage #main p {
text-align:left;
}

#homePage #topstory img {
float:left;
margin-right:20px;
}

#topstory {
float:left;
margin-top:0;
}

.story {
float:left;
margin-top:20px;
}

#homePage #topstory p {
position:relative;
top:75px;
} 


/* Biographies */
p#bioSheet {
	font-size: 0.85em;
	text-align: center;
	clear: both;
}
div.bio {
	clear: both;
	padding: 20px 15px 0 0;
	border-top: dotted 1px #DA8600;
}
div.bio img {
	float: left;
	margin: 0 15px 20px 0;
	clear: left;
}
div.bio h4 {
	margin: 10px 0 10px 0;
}
div.bio p {
	margin: 0 0 20px 0;
}
body#biosPage div#main ul {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}
body#biosPage div#main ul li {
	margin: 0 15px 0 0;
	display: inline;
	list-style: none;
	font-weight: bold;
}

/* Join */
body#joinPage div#footer {
	display: none;
}

/* Listen */
body#listenPage div#main li {
	margin: 12px 0px;
}

body#listenPage #main img {
margin:0 auto;
display:block;
}



/* Praise */
blockquote {
margin:0 0 5px 0;
padding:0;

}
cite {
margin:0 0 15px 75px;
padding:0 0 0 0;
display:block;
width:75%;
font-size:88%;

}
body#wordsPage #main {
width:75%;
margin:0 auto;
font-size:95%;
}

dt {

}
dd {
margin:0 0 15px 40px;
padding:0;
width:85%;
font-size:90%;
}
#press ul {
list-style-type:none;
margin:0;
padding-left:30px
}
#press li {
margin-bottom:5px;
}


/* Shows */
#upcomingShows {
width:700px;
margin-left:20px;
}
p#recentJump {
	font-size: 0.8em;
	text-align: center;
}
table {
	xtext-align: center;
	width: 700px;
	border: 1px #DA8600 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #C1DA00;
	font-size: 0.9em;
}
th, td {
	xmargin: 0;
	padding: 10px;
	border: 1px #DA8600 dotted;
}
th.date, th.time {
	width: 100px;
}
th.year {
	text-align:center;
}
.location {
	xwidth: 70%;
}
.showName {
	font-weight: bold;
}
td p {
	margin: 10px 0 0 0;
}
div#recentShows h3 {
	margin: 20px 0 20px 0;
	text-align:center;
}
div#recentShows table, div#recentShows td, div#recentShows th {	background-color: #A70000;
	border: none;
}
div#recentShows .time, div#recentShows .contactInfo {
	display: none;
}
body#showsPage ul li {
	margin: 10px 0 10px 0;
}
p#stagePlot {
	text-align: center;
	margin: 20px 0 20px 0;
}


/* Contact */
body#contactPage div#footer {
	display: none;
}


/* Text */
a:link,
a:visited,
a:hover,
a:active {
	color: #E0EB00;
}
a:hover {
	font-style: italic;
}
body#biosPage div#main > ul li a:link,
body#biosPage div#main > ul li a:visited,
body#biosPage div#main > ul li a:hover,
body#biosPage div#main > ul li a:active {
	color: #C1DA00;
	text-decoration: none;
}
body#showsPage div#upcomingShows table a:link,
body#showsPage div#upcomingShows table a:visited,
body#showsPage div#upcomingShows table a:hover,
body#showsPage div#upcomingShows table a:active {
		color: #DA1900;
}



