/* CSS Document */

body {
	background: #1f1f1f url(../img/bg.gif) center repeat-y;
	margin: 0;
	padding: 0;
	font: 8pt Arial;
	color: #e6e6e6;
}

div#rapper {
	background: #1F1F1F;
	color: #e6e6e6;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: -9px;
}

div#header {
	background: no-repeat url(../img/header.jpg);
	width: 800px;
	height: 112px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

div#footer {
	font-size: 8pt;
	padding: 10px;
	color: #8a8a8a;
	clear: both;
}

div#header h1 {
	text-indent: -2000px;
	margin: 0;
	padding: 0;
}

div#menu {
	position: absolute;
	float: right;
	right: 10px;
	margin: 0;
	padding: 0;
	top: 63px;
	_top: 75px;
}

div#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#menu li a {
	color: #87070a;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 8px 0;
	text-decoration: none;
	letter-spacing: -1px;
}

div#menu li a:hover {
	color: #5d1118;
	letter-spacing: -1px;
}

div#shows {
	position: absolute;
	float: right;
	right: 10px;
	margin: 0;
	padding: 0;
	top: 83px;
	_top: 95px;
	color: #e6e6e6;
	font-size: 9pt;
	letter-spacing: -1px;
}

div#shows li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

div#shows li a {
	color: #e6e6e6;
	font-size: 9pt;
	padding: 1px 8px 0;
	text-decoration: none;
}

div#shows li a:hover {
	color: #ffffff;
}

div#content {
	min-height: 500px;
	margin: 0;
	padding: 10px 40px 20px;
}

div.episode {
	border-bottom: 1px solid #3e3e3e;
	clear: both;
	overflow: auto;
	margin-top: 10px;
}

div.episode_thumbnail {
	float: left;
	width: 160px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.episode_thumbnail img {
	float: left;
	width: 150px;
	padding: 2px;
	border: 1px solid #3e3e3e;
}

div.episode_info {
	width: 535px;
	float: right;
	margin-top: 15px;
}

h2 {
	color: #e6e6e6;
	font-weight: 100;
	letter-spacing: -1px;
	width: 100%;
	border-bottom: 1px solid #dd0c10;
	font-size: 14pt;
}

p.date {
	font-size: 8pt;
	color: #c90f14;
	padding: 0;
	margin: 0;
}

h3 {
	padding: 0;
	margin: 12px 0 0;
}

a, a:visited {
	color: #c90f14;
	text-decoration: underline;
}

input[type="text"], textarea {
	background: #3c3c3c;
	border-top:  1px solid #000000;
	border-left:  1px solid #000000;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
	padding: 3px;
	color: #e6e6e6;
	font: 8pt arial;

}

select {
	background: #3c3c3c;
	border-top:  1px solid #000000;
	border-left:  1px solid #000000;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
	color: #e6e6e6;
	font: 8pt arial;
}

option {
	padding: 3px;
}

input[type="text"]:focus, textarea:focus {
	border: solid #c90f14 1px;
}

input[type="submit"] {
	background: #1F1F1F;
	color: #e6e6e6;
	font: 8pt arial;
	padding: 5px 10px;
	border-bottom:  1px solid #000000;
	border-right:  1px solid #000000;
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
}
