@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #333333;
	}

#mainContent {
	text-align: left;
	font-family: "Helvetica", Verdana, Arial;
	font-size: 10pt;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:20px;
	position: relative;
	display: block;
	width: 600px;
	padding: 30px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.podcast {
	height: 100px;
	width: auto;
}

#player {
	width: 480px;
	height: 387px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}

blockquote {
	color: #5f5f5f;
	font-size: 8pt;
	font-style: italic;
}


#thumb {

	width: 282px;
	height: 180px;
	margin-left:auto;
	position: relative;
	display: block;
	margin-right: auto;
}

#innerContent {	
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	position: relative;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

.title {
	margin-left:auto;
	margin-right:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #1F0049;
	text-shadow: #2F0858 0px 1px 2px;
	position: relative;
	filter: Alpha(Opacity=80, FinishOpacity=100, );
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#subtext {
}

.small{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
	font-size: 24px;
	color: #000000;
	font-size: 12px;
}

#episodeSelecter {
	margin-left:auto;
	margin-right:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ul {
	text-align:left;

	
}

ul li:before {
    margin-right: 8px;
    list-style-type: none;
    content: "\2602";
    color: #333333;
    font-size: 10pt;
    }

li {
    	list-style-type: none;
    }


#post-photo {
	width: 180px;
}

#icon {
	display: inline;
	position: relative;
	height: 16px;
	width: 16px;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	bottom: auto;
}

h2 {
	font-family: "Century Gothic", sans-serif;
	color: #333333;
}	

p {text-indent: 1em;}

#mainContent img { display: block; position: relative; max-width: 500px; margin-right: auto; margin-left: auto; text-align: center; }

a:link { color: #474747; }

a:visited { color: #333333; }
