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

body{
	margin: 0;
	padding: 0;
	background-color: #fa8fdb;
	font-family:Arial, Helvetica, sans-serif;
	color: #373737;
	font-size: 14px;
	line-height: 1.6em;
}

h1 {
	padding-left: 20px;
	padding-bottom: 50px;
	color: #00997e;
	font-size: 30px;
}

h2 {
	padding-left: 20px;
	color: #00997e;
	font-size: 20px;
	padding-top: 20px;
}

h3 {
	padding-top: 20px;
	padding-left: 30px;
}

hr {
	border: 0;
	height: 1px;
	color: #01f1c7;
	background-color: #01f1c7;
}

ul {
	list-style-image: url(images/images/tiny_mic.png); 
}

li {
	margin-top: 10px;
}

div.main_content {
	background-image: url(images/background_logo.jpg);
	background-repeat: no-repeat;
}

div.main_content p{
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
	line-height: 1.6em;
}

p#ending {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-left: 35px;
}

span.ending {
	color: #00997e;
}
	

a:link {color: #fe00b4; text-decoration: none; font-weight: bold;}
a:hover {color: #01f1c7; text-decoration: underline;}
a:visited {color: #ba0184; text-decoration: none; font-weight: normal;}


div {
	margin-left: auto;
	margin-right: auto;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}


.checker {
	background-image: url(images/checker.gif);
	line-height: 56px;
}

.logo {
	text-align: center;
	position: relative;
	bottom: 20px;
}

div.container {
	padding: 0px;
	position: relative;
	bottom: 36px;
}

div.nav {
	width: 1023px;
	background-image: url(images/images/nav_background.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

div.nav p {
	padding-top: 47px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 18px;
}

div.nav a:link {color: white; text-decoration: none;}
div.nav a:hover {color: #CCC; text-decoration: underline;}

div.nav span.home{
	padding-left: 56px;
}

div.nav span.shows {
	padding-left: 3px;
}

div.nav span.bio {
	padding-left: 5px;
}

div.nav span.staff {
	padding-left: 0px;
}

div.nav span.contact {
	padding-left: 4px;
}

div.nav span.links {
	padding-left: 4px;
}

div.content {
	width: 1023px;
	/*background-image: url(images/guitar_gavel.jpg);*/
	background-image: url(images/images/content_background.gif);
	background-repeat: repeat-y;
	line-height: 12px;
}

div.bottom {
	width: 1023px;
	height: 68px;
	background-image: url(images/images/bottom.jpg);
	background-repeat: no-repeat;
}

table.content {
	margin-left: 50px;
	margin-right: 50px;
}

table.content td.extras {
	padding: 10px;
}

table.content td.content {
	padding: 10px;
}

p.centered {
	text-align: center;
}

.extras {
	color: #fe00b4;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

.extras p {
	width: 250px;
}

div#shows {
	width: 90%;
	margin: 0px
	padding: 0px;
}

div#shows p{
	padding:0px;
	margin: 5px 0 0 0;
}

img.podcast {
	padding-left: 5px;
	position: relative;
	top: 5px;
}

div.footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #666;
	padding-bottom: 50px;
}


div.all_inclusive {}

div.footer a:link {color: #00997e;}

img.right_side{
	position: relative;
	z-index: 10;
	margin-top: -1010px;
	left: 994px;
}

img.left_side{
	position: relative;
	z-index: 11;
	margin-top: -900px;
	right: 216px;
}

blockquote {
	line-height: 1.6em;
	font-weight: normal;
}

.main_content ul {
	padding-left: 50px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.6em;
}

.main_content li {
	font-weight: bold;
}

.main_content ul span {
	font-weight: normal;
}

.main_content li p {
	padding-left: 0;
}


	
