@charset "utf-8";

/*MAIN FORMATTING STYLES*/

img {
	border: 0;
}

a {
	text-decoration: underline;
}

a:hover {

}

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #000 url(images/bg_body.gif) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 url(images/bg.jpg) top left no-repeat;
	margin: 0 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. */
	padding: 0 0 0 0;
}
.oneColFixCtrHdr #header {
	background: none; 
	width: 950px;
	padding: 0 0 0 0;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #subContent {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 30px 0 40px 82px;
	width: 733px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 10px 10px;
	background:#000;
	width: 910px;
	height: 95px;
	border: 1px solid #7e7e7f;
}


.oneColFixCtrHdr #footer .copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	width: 185px;
	float: left;
	font-size: 10px;
}

.oneColFixCtrHdr #footer .copyright a{
	color: #fff;
	text-decoration: none;
}

.oneColFixCtrHdr #footer .copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer .logo {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 0 130px;
	float: left;
}

/*TOP NAVIGATION*/

#nav {
	background: url(images/nav_bg.gif) top left no-repeat;
	height: 43px;
	padding: 0;
	margin: 0;
	width: 950px;
}

#nav ul{
	list-style-type: none;
	margin: 0 0 0 0px;
	/*margin: 0 0 0 150px;*/
	padding: 22px 0 0 0;
}

#nav ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}


/*TEXT*/

h1 a{
	text-decoration: none;
	color: #FEA620;

}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fea620;
	font-size: 18px;
	text-transform:uppercase;
}

h3 {

}

h4 {

}

p {
	font-size: 17px;
	color: #f4b622;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

p a{
	color: #f4b622;
}

p a:hover{
	color: #fff;
}

.dropcap {
	font-size: 28px;
}

/*CONTENT*/
#leftcolumn {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 30px 0 10px;
	background:none;
	float: left;
	border: none;
}


#episodes {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 0 15px;
	background:none;
	/*width: 733px;*/
	/*min-height: 445px;*/
	border: none;
}

#episodes #target_full{
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 15px 76px 10px 0;
	width: 733px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	float: left;
	text-align: center;
}

#episodes #target_full h1{
	margin: 0 0 10px 0;
	width: 733px;
	height: 26px;
	background: #2b2d2f;
	padding: 2px;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fea620;
	font-size: 20px;
	text-transform: lowercase;
	font-variant: small-caps;
}

#episodes #target_full h2{
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fea620;
	font-size: 16px;
	text-transform: lowercase;
	font-variant: small-caps;
	text-align: left;
	margin: 0;
	padding: 0;
}

#episodes #target_full strong{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
}

#episodes #target_full p{
	padding: 10px 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}

#episodes #target_full p a{
	color: #fff;
}


#episodes #umbrella{
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 15px 30px 10px 0;
	width: 477px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	float: left;
	text-align: center;
}


#episodes #umbrella h1{
	margin: 0 0 10px 0;
	width: 477px;
	height: 26px;
	background: #2b2d2f;
	padding: 2px;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fea620;
	font-size: 20px;
	line-height: 21px;
	text-transform: lowercase;
	font-variant: small-caps;
}


#episodes #target_ep{
	/*padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*margin: 15px 30px 10px 0;
	width: 477px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	float: left;
	text-align: center;*/
}


#episodes #target_ep h1{
	margin: 0 0 10px 0;
	width: 477px;
	height: 26px;
	background: #2b2d2f;
	padding: 2px;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fea620;
	font-size: 20px;
	line-height: 21px;
	text-transform: lowercase;
	font-variant: small-caps;
}

#episodes #target_ep h2{
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fea620;
	font-size: 16px;
	text-transform: lowercase;
	font-variant: small-caps;
	text-align: left;
	margin: 0;
	padding: 0;
}

#episodes #target_ep h3{
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fea620;
	font-size: 20px;
	text-transform:uppercase;
	margin: 0;
	padding: 10px 0 0 0;
}

#episodes #target_ep strong{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
}

#episodes #target_ep p{
	padding: 10px 0 0 10px;
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}

#episodes #target_ep p a{
	color: #fff;
}

#episodes #target_ep p.yellow {
	color: #fea620;
}

#episodes #target_ep p.yellow a{
	color: #fea620;
}

#list{
	float: left;
	width: 170px;
	/*height: 430px;*/
	margin: 15px 0 0px 0;
}

#list h1{
	margin: 0 0 0 0;
	width: 170px;
	/*height: 26px;*/
	background: #2b2d2f;
	padding: 5px;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fea620;
	font-size: 19px;
	line-height: 19px;
	text-transform: lowercase;
	font-variant: small-caps;
}

#list #scroll{
	height: auto;
	width: 170px;
	border: 1px solid #7e7e7f;
	overflow: auto;
	padding: 5px;
	margin: 10px 0 15px 0;
	background: #000;
	text-align: center;
}

#list #scroll ul{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}

#list #scroll ul li{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}





.oneColFixCtrHdr #character {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 0 82px;
	background:#000;
	width: 733px;
	border: 1px solid #7e7e7f;
}

.oneColFixCtrHdr #character #guide{
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 10px 25px;
	background:#04113d url(images/ch_bg.gif) top left repeat-y;
	width: 686px;
}

.oneColFixCtrHdr #character ul.top{
	background:url(images/ch_top.gif) top left no-repeat;
}

.oneColFixCtrHdr #character ul.bottom{
	background:url(images/ch_btm.gif) bottom left no-repeat;
}

.oneColFixCtrHdr #character ul{
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px;
}

.oneColFixCtrHdr #character ul li{
	list-style-type: none;
	margin: 0;
	padding: 0 18px 0 0;
	display: inline;
}

.oneColFixCtrHdr #character ul.crew li{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

.oneColFixCtrHdr #character ul li.last{
	padding: 0 0 0 0;
}

.oneColFixCtrHdr #character #guide #target_ch{
	padding: 10px 20px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	width: 630px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#subContent #target_ch{
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
}

.oneColFixCtrHdr #character #guide #target_ch strong{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

.oneColFixCtrHdr #character #guide #target_ch p{
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}

.oneColFixCtrHdr #gallery #target_ch strong{
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}

.oneColFixCtrHdr #gallery #target_ch p{
	padding: 0;
	margin: 10px 0 10px 40px;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	text-align: left;
}

.oneColFixCtrHdr #gallery ul{
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.oneColFixCtrHdr #gallery ul li{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	display: inline;
}


/*GALLERY*/

#gallery {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 0 82px;
	background:#000;
	width: 733px;
	border: 1px solid #7e7e7f;
	text-align: center;

}

.galleryname {
	text-align: left;
	float: left;
	color: #fff;
	width: 500px;
	padding: 20px;	
	position: relative;	
	margin: 0 0 0 22px;
	font-size: 15px;
}

.next {
	float: left;
	padding: 20px;
	position: relative;
	font-size: 15px;
	color: #fea620;
}

.next a{
	text-decoration: underline;
	color: #fea620;
}

.next a:hover{
	text-decoration: underline;
	color: #fff;
}


/*TWITTER AND RSS*/
#twitter_home {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 15px 0;
	background: none;
	width: 180px;
}



#twitter_div {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 10px 0;
	background:#000;
	width: 733px;
	border: 1px solid #7e7e7f;
	font-size: 17px;
	color: #f4b622;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#twitter_div h2{
	margin: 0;
	padding: 0;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fea620;
	font-size: 20px;
	text-transform: lowercase;
	font-variant: small-caps;
}

#twitter_div ul{
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter_div ul li{
	list-style-type: none;
	padding: 8px 0 8px 0;
	border-top: 1px solid #999;
}

#twitter_div a{
	color: #f4b622;
	text-decoration: none;
}

#twitter_div a:hover{
	color: #fff;
	text-decoration: underline;
}

#twitter_div a#twitter-link {
	color: #f4b622;
	text-decoration: none;
}

#twitter_home ul{
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 8px 0 8px;
}

#twitter_home ul li{
	list-style-type: none;
	padding: 8px 0 8px 0;
	border-top: 1px solid #333;
}

#twitter_home a{
	color: #f4b622;
	text-decoration: none;
}

#twitter_home a:hover{
	color: #fff;
	text-decoration: underline;
}

#twitter_home a#twitter-link {
	color: #FEA620;
	text-decoration: none;
	text-align: center;
}

#twitter_home a#twitter-link a:hover{
	text-decoration: underline;
}