@charset "UTF-8";

/* OVERAL LAYOUT */

*{
	margin:0px;
	padding:0px;
}

body {
	padding: 0px;
	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: #CCCCCC;
	line-height: 140%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.6875em;
	background-color: #161616;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a:link, a:visited, a:active {
	color: #888888;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#mainContentCornerUp {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: url(../images/roundcorner_up.gif);
}

#mainContent {
	margin: 0px;
	background-color:#0D0D0D;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#mainTitle {
	margin: 0px;
	width: 870px;
	height: 30px;
	font-size:2em;
	letter-spacing: 0.01em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#mainSeparator {
	height: 10px;
	width: 870px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dotline_870.gif);
}
#mainArticle {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainContentCornerBottom {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: url(../images/roundcorner_bottom.gif);
}

#footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 45px;
	color:#737373;
}

#footerLeft{
	float:left;
	margin-top:14px;
	padding-left: 5px;
}
#footerRight{
	float:right;
	padding-right:12px;
	padding-top: 14px;
	margin-top:2px;
}
#footerRight0{
	float:right;
	margin-top:2px;
}
#footerRight1{
	float:right;
	margin-top:2px;
}
#footerClear{
	clear:both;
	height:0px;
}


/* GENRAL PAGES */

#articleLeft{
	float:left;
	width:500px;
}
#articleRight{
	float:right;
	width:340px;
	margin-left:30px;
}
#articleClear{
	clear:both;
	height:0px;
}


/* EPISODES */

#ep_articleLeft{
	float:left;
	width:640px;
	margin:0px;
	padding:0px;
	height:360px;
}
#ep_articleRight{
	float:right;
	width:210px;
	margin-left:20px;
	height: 320px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#signUp{
	height: 40px;
	width: 209px;
	margin-left: 20px;
	float:right;
}

#ep_articleClear{
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}




/* PREVIOUS EPISODES */

#mainArticle dl {
	height:170px;
	width:870px;
	float:left;
	margin-bottom:10px;
	padding-bottom:0px;
	position: relative;
}

#mainArticle dt {
float:left;
width:300px;
}

#mainArticle dd {
	float:right;
	width:550px;
	padding-left: 20px;
}

#mainArticle ul, li {
	height:auto;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.episodesClear{
	clear:both;
}

#long{
	height:300px;
}

.watch{
	margin-top: 10px;
}

.heightadjust{
	/*height:370px;*/
	height:170px;
	padding-bottom:10px;
	width:870px;
}




/* ABOUT */

#about_UpLeft {
	float:left;
	width:340px;
}
#about_UpRight {
	float:right;
	width:500px;
	margin-left:30px;
}
#about_MidClear {
	clear:both;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#about_BtmLeft {
	float:left;
	width:340px;
}
#about_BtmRight {
	float:right;
	width:500px;
	margin-left:30px;
}
#about_BtmClear {
	clear:both;
	height: 20px;
}

.about_SubTitle {
	padding-bottom: 15px;
}

#about_UpRight dl {
	width:500px;
	float:left;
	height:130px;
	margin-bottom: 10px;
}

#about_UpRight dt {
float:left;
position:relative;
width:170px;
}

#about_UpRight dd {
	float:right;
	width:310px;
	padding-left: 20px;
}

#about_UpRight ul, #about_UpRight li {
	height:auto;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

h4 {
	font-size: 1.18em;
	padding-bottom: 2px;
	font-weight: 200;
}
h3 {
	font-size: 1.36em;
	padding-bottom: 4px;
	font-weight: bold;
}


/* FORM */

.form-field2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	color: #333333;
	height: 20px;
	width: 200px;
	border: 1px solid #111111;
	background-color:#CCCCCC;
}
.from-btn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.91em;
	color: #111111;
	border: 1px solid #111111;
	background-color: #999999;
	height: 20px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}
