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

body {
	margin:0px;
	color:#333534;
	background-color:#2c2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:narrower;
}
a:link {
	color:#38aeae;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#c50202;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:38aeae;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#299494;
	text-decoration:none;
	font-weight:bold;
}

/*--------------------------------- BASICS --------------------------------------*/

#container {
	width:950px;
	height:auto;
	background-image:url(../pics/content-bg.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:950px;
	height:350px;
	background-image:url(../pics/header.png);
	background-repeat:no-repeat;
}
#navigation {
	width:920px;
	height:23px;
	padding-left:30px;
	background-color:#000000;
}
#nav_bottom {
	width:950px;
	height:40px;
	background-image:url(../pics/nav-bottom.png);
	background-repeat:no-repeat;
}
#left {
	width:350px;
	height:100%;
	float:left;

}
#right {
	width:583px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left:15px;
}
.content_black {
	width:80px;
	height:20px;
	text-align:center;
	background-color:#000000;
	color:#38aeae;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	float:left;
}
.content_headline {
	width:490px;
	height:18px;
	background-color:#38aeae;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-top:7px;
	float:left;
}
#footer {
	clear:both;
}

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

#sidebar {
	width:315px;
	height:inherit;
	color:#333534;
	text-align:center;
	margin-top:5px;
	margin-left:15px;
}
#sidebar img {
	border:1px solid #e2e2e2;
	padding:3px;
	margin:1px;
}
.sidebar_black {
	width:30px;
	height:20px;
	text-align:center;
	background-color:#000000;
	color:#38aeae;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	float:left;
}
.sidebar_headline {
	width:283px;
	height:18px;
	background-color:#38aeae;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-top:7px;
	float:left;
}

/*-------------------------------------------- EPISODE GUIDE ---------------------------------------------------*/

.guide1_container {
	width:500px;
	height:700px;
	background:#000000;
	overflow-y:auto;
}
.guide_header {
	width:500px;
	height:150px;
	background-image:url(../pics/episodeguide1bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
.guide_headline {
	width:500px;
}
.guide_number {
	font-size:18px;
	font-style:italic;
	text-indent:20px;
	float:left;
	color:#ffffff;
}
.guide_headline-text {
	font-size:18px;
	color:#38aeae;
	float:left;
}
.guide_text {
	width:450px;
	color:#CCCCCC;
	font-size:12px;
	padding:20px;
	float:left;
}

/*------------------------------------------------ CAST & CHARACTER -------------------------------------------------*/

.cast {
	text-align:justify;
}
.cast img {
	float:right;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	border:1px solid #e2e2e2;
	padding:3px;
}


/*--------------------------------------------------- CUTENEWS ------------------------------------------------------*/

#news_content {
	width:565px;
	margin-bottom:10px;
}
#date {
	width:93px;
	height:20px;
	text-align:center;
	background-color:#000000;
	color:#38aeae;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	float:left;
}
#news_title {
	width:470px;
	height:18px;
	background-color:#38aeae;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-top:7px;
	float:left;
}
#short_story {

}
#short_story img {
	border:1px solid #e2e2e2;
	padding:3px;
}
#full_link {

}
#posted {

}
#news_bottom {
	width:560px;
	height:18px;
	background-color:#f2f2f2;
	color:#38aeae;
	font-size:8px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:7px;
	padding-left:5px;
}

/*------------------------------------------------- RANDOM QUOTE ----------------------------------------------------*/

#random_quotes {
	width:200px;
	font-family:Helvetica;
	background-color:#dddbbe;
}
#quote_season {
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	color:#770707;
	clear:both;
}
#quote_episode {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#076b77;
	clear:both;
}
#quote_text {
	font-size:12px;
	color:#ffffff;
	clear:both;
}
#quote_character {
	letter-spacing:-1px;
	color:#333333;
	clear:both;
	margin-bottom:10px;
	text-indent:50px;
}








