<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	color: #fff;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 858px;
	margin: 0 auto;
}

div#main-logo
{
	float: left;
	width: 86px;
	height: 68px;
}

div#main-logo-text
{
	float: left;
	width: 227px;
margin-top:10px;
	color:#eee7b1;
	font-size:24px;
}

div#top-links
{
	float: right;
	height: 31px;
	padding-top: 37px;
	padding-right: 16px;
}

div#top-links a
{
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	color: #fff;
}

div#banner
{
	height: 214px;
	width: 858px;
	background: url(../images/banner-bg.jpg) no-repeat;
	clear: both;
}

div#banner h1
{
	padding-left:290px;
}

div#banner img
{
	margin: 41px 0 0 294px;
}

div#banner p
{
	margin: 14px 0 0 294px;
	color: #15252d;
	width: 380px;
	line-height: 1.4;
}

div#navigation
{
	height: 34px;
	width: 858px;
	background: url(../images/nav-bg.gif) no-repeat;
}

div#content-wrapper
{
	background: url(../images/content-bg.gif) repeat-y;
	width: 858px;
}

div#footer
{
	background: url(../images/footer-bg.gif) no-repeat;
	width: 858px;
	height: 24px;
}

div#footer-copy
{
width:858px;
margin:5px auto 0px;
padding-right:30px;
text-align:right;
color:#000;
font-size:10px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1
{
	color: #274c5e;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

h2
{
	font-weight: normal;
	font-size: 18px;
}

p
{
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 20px;
	color: #2c2d2d;
	padding-left: 0;
}

a:link
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:visited
{
	color: #2c2d2d;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding: 8px 0 10px 36px;
	background: url(../images/list-item.gif) center left no-repeat;
	list-style: none;
}

li a
{
	text-decoration: underline;
}

ul
{
	padding: 20px 0 30px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 164px;
}

div#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: #f0dd92;
}

div#navigation ul li a.last-item 
{
	background: none;
}

body#home div#navigation ul li a#home-link, body#tvshows div#navigation ul li a#tvshows-link
{
	color: #f0dd92;
}

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

div#content-wrapper img
{
	float: right;
	padding: 40px 4px 0 0;
}

div#content-wrapper img.tvshows
{
	float: right;
	padding: 32px 52px 0 0;
}

div#content-wrapper h1
{
	padding: 28px 0 10px 38px;
}

div#content-wrapper p.first-paragraph
{
	padding-top: 36px;
	padding-left: 38px;
	width: 500px;
}

div#content-wrapper p
{
	padding-left: 38px;
	width: 500px;
}

ul.left-list
{
	width: 240px;
	float: left;
}

ul.right-list
{
	width: 240px;
	float: left;
	padding-left: 20px;
}

</pre></body></html>