/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #222 url(images/background.gif) repeat-x;
	text-align: center;
	font: normal 12px/18px Verdana, Arial, sans-serif;
	color: #222;
}

a {
	color: #D52C2C;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 85%;
	position: relative;
	margin: 0px auto;
	min-width: 760px;
	background: #FFF;
	text-align: left;
}

#browser-message {
	display: none;
}

/* ------------------ BANNER AD ----------------------- */

#banner {
	margin: 15px auto;
	padding-left: 20px;
	width: 728px;
	height: 94px;
	background: transparent url(images/ad.gif) no-repeat;
}

#banner img {
	border: 2px solid #333;
}

#banner a {
	text-decoration: none;
}

/* ------------------ MASTHEAD ----------------------- */


#header {
	height: 150px;
	overflow: hidden;
	background: #F6F6F6 url(images/header-bkgd.gif) no-repeat right top;
}

#header h1 {
	margin: 0px;
	background: transparent url(images/topleft.gif) no-repeat left top;
}

/* ------------------ SUBSCRIBE BLOCK ----------------------- */

#subscribe {
	background: #FEFBDE;
	padding: 5px 15px;
	height: 45px;
	color: #000;
	vertical-align: middle;
	border-bottom: 2px solid #D52C2C;
	border-top: 1px solid #CCC;
}

#subscribe a {
	text-decoration: none;
}

#subscribe a:hover {
	color: #000;
}

#feeds img {
	vertical-align: middle;
}

#feeds {
	float: left;
	display: inline;
	margin: 0px;
}

#feeds p {
	margin: 0px;
	font-weight: bold;
}

p#explicit {
	font-size: 10px;
	margin: 2px 0px;
	color: #666;
	font-weight: normal;
}

#explicit img {
	margin-bottom: -3px;
}

#subscribe ul {
	margin: 0px;
	float: left;
	display: inline;
}

#subscribe li {	
	display: inline;
	list-style: none outside;
	margin: 0px 10px 0px 0px;
}

#subscribe form {
	float: right;
	margin: 0px;
	text-align: right;
	font-size: 11px;
}

#subscribe form p {
	font-weight: bold;
	margin: 0px;
}

#email {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	width: 150px;
	margin: 0px 8px;
}

/* ---------------------- CONTENT ------------------------ */

#content {
	margin: 0px 200px 0px 180px;
	padding: 10px 30px;
	background: #FFF;
	border: 1px solid #CCC;
	border-width: 0px 1px;
	min-height: 1200px;
}


#content h2 {
	font-size: 18px;
	line-height: 22px;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
}

p.posted {
	color: #666;
	font-size: 11px;
	margin-top: -15px;
}

.message li {
	list-style: square inside;
}

.showLinks li {
	list-style: square inside;
}

.episode {
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
}

#prevnext {
	padding: 15px 0px 30px;
}


/* ------------ COMMENTS ---------------- */

#commentsHead img {
	vertical-align: middle;
}

#commentForm {
	margin-top: 25px;
}

#commentForm h3, h3#comments {
	border-bottom: 1px solid #D52C2C;
}

#commentlist li {
	list-style: none outside;
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
	color: #444;
}

#commentForm label {
	display: block;
	margin: 10px 0px 5px;
	font-weight: bold;
}

#commentForm textarea {
	width: 95%;
	height: 150px;
}

#commentForm input {
	color: #666;
	font-size: 11px;
	width: 200px;
	display: block;
	margin: 10px 0px;
}

input#commentpreview, input#commentsubmit {
	margin-top: 20px !important;
	width: 100px;
}

h5 {
	font-size: 12px;
}


/* ------------------- SIDEBARS ---------------------- */

.sidebar {
	background: #F6F6F6 url(images/sidebar-gradient.gif) repeat-x left bottom;
	position: absolute;
	top: 208px;
	padding: 10px 25px 75px;
	font-size: 11px;
	line-height: 14px;
	color: #444;
}

.sidebar h3 {
	color: #000;
	font-size: 12px;
	border-bottom: 1px dotted #D52C2C;
	margin: 30px 0px 20px;
	padding-bottom: 3px;
}

.sidebar li {
	list-style: none outside;
	padding: 2px 0px;
	border-top: 1px dotted #CCC;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:visited {
	color: #D52C2C;
}

.sidebar a:hover {
	text-decoration: underline;
}


/* ---------------- MAIN SIDEBAR ------------------ */

#main {
	left: 0px;
	text-align: right;
	width: 130px;
}





/* ---------------- SECONDARY SIDEBAR ------------------ */


#secondary {
	right: 0px;
	text-align: left;
	width: 150px;
}

#search {
	margin: 25px 0px;
}

#archive {
	width: 150px;
}

option.active {
	font-weight: bold;
}


/* -------------------------- FOOTER ------------------------- */

#footer {
	width: 100%;
	background: #D52C2C;
	color: #FFF;
	/*position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -35px;
	z-index: 5;*/
}

#footer p {
	padding: 10px 15px;
	margin: 0px;
	line-height: 14px;
	text-align: right;
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: #FFF;
}

#disclaimer {
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	border: 4px solid #000;
	border-width: 4px 0px;
	background: transparent url(images/translucent.png) repeat;
	z-index: 100;
	padding: 5px 0px;
	color: #FFF;
}

#disclaimer h2 {
	font-size: 36px;
	border-bottom: 4px solid #D52C2C;
	padding: 0px 50px 5px 50px;
}

#disclaimer p {
	font-size: 18px;
	line-height: 24px;
	padding: 0px 50px;
}


/* ---------------------------- MISC -------------------------- */


.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

a.new-window em {
	display: none;
}

br.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}


/* --------------------- STUFF FOR IE5 MAC ------------------ */


/*\*//*/

#feeds {
	width: 55%;
}

#subscribe form {
	width: 40%;
}

#main {
	padding-left: 24px;
}

#secondary {
	padding-right: 21px;
}

#commentForm input {
	height: 16px;
}

#disclaimer {
	top: 100%;
	margin-top: -600px;
}

.clearfix {
	display: inline-block;
}

/**/
