/** Connor v3.1 **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background: #010e18 url(../images/bg/bg_content.jpg) center top no-repeat;
	line-height: 24px;
}

img, object {
	outline: 0px none;
	border: 0px none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 1px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	/*text-transform: uppercase;*/
}

h4,
h5 {
	display: inline;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

h4,
h4 a			{ color: #ba1616; }
h4 a:hover	{ color: #e72c2c; }
h5,
h5 a 			{ color: #cacaca; }
h5 a:hover	{ color: #fff; }

h6 {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ba1616;
}

a {
	outline: 0px none;
	color: #c69027;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #cacaca;
}

p {
	margin: 0px 0px 20px 0px;
}

ul {
	margin: 0px 0px 20px 0px;
}

/************************************ GENERIC */
.clearBoth {
	clear: both;
}

br.clearBoth {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.moreLink {
	padding-left: 15px;
	background: url(../images/icons/arrow_gold-r.gif) no-repeat 3px 4px;
}

.openLink {
	padding-right: 12px;
	background: url(../images/icons/arrow_red-r.gif) no-repeat right 4px;
}
.openLink.active {
	padding-right: 15px;
	background: url(../images/icons/arrow_red-d.gif) no-repeat right 6px;
}


.imgLeft {
	float: left;
	margin: 0px 20px 10px 0px;
}

/********************** FLASH TEXT */
h1.mainTitle {
	margin: 5px 0px 0px;
}
h3.smallTitle {

}

/************************************ LAYOUT */
.areaHolder {
	width: 940px;
	margin: 0px auto;
}

#header {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0px;
	height: 270px;
}

#mainContainer {
	background: url(../images/bg/ftr.gif) center bottom no-repeat;
	padding: 20px 0px 0px 0px;
}

#main {
	min-height: 300px;
	padding-bottom: 40px;
}

#mainContent {
	margin-right: 340px;
	padding: 0px 10px 30px;
}

#mainContent .mainHeader {
	line-height: normal;
	margin: 0px 0px 20px;
}

#mainSide {
	float: right;
	width: 300px;
}

.sideContent {
	padding: 10px;
	/*margin: 0px 0px 20px;*/
}

/********************** FOOTER */
#footerContainer {
	background: #000;
	clear: both;
	padding: 10px 0 40px;
	font-size: 11px;
	color: #464646;
}

#footerContainer p {
	margin: 0px;
}

#footerContainer a {
	color: #616161;
}
#footerContainer a:hover {
	color: #fff;
}

#footerContainer .colRight {
	float: right;
	width: 290px;
}

#footerContainer .colLeft {
	float: left;
	width: 620px;
}

#footerContainer .colLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerContainer .colLeft ul li {
	width: 240px;
	float: left;
	padding: 0px 0px 0px 10px;
}

/********************** NAV */
#navContainer {
	float: right;
	width: 415px;
	height: 15px;
	/*overflow: hidden;*/
	padding: 10px 0px;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	/*display: inline;*/
	float: left;
	line-height: 15px;
	text-indent: -99999em;
}

#nav a {
	display: block;
	height: 15px;
	background: url(../images/nav/nav.gif) no-repeat;
}

li#navHome a {
	width: 65px;
	background-position: 5px top;
}
li#navHome a.active,
li#navHome a:hover {
	background-position: 5px bottom;
}

li#navCast a {
	width: 60px;
	background-position: -60px top;
}
li#navCast a.active,
li#navCast a:hover {
	background-position: -60px bottom;
}

li#navScri a {
	width: 80px;
	background-position: -120px top;
}
li#navScri a.active,
li#navScri a:hover {
	background-position: -120px bottom;
}

li#navDown a {
	width: 125px;
	background-position: -200px top;
}
li#navDown a.active,
li#navDown a:hover {
	background-position: -200px bottom;
}

li#navForu a {
	width: 80px;
	background-position: -325px top;
}
li#navForu a.active,
li#navForu a:hover {
	background-position: -325px bottom;
}

/************************************ COMMON */
h1#logo {
	float: left;
	display: block;
}
h1#logo img {
	width: 310px;
	height: 65px;
	margin: 0px 0px 0px 15px;
}

/********************** SIDE LIST */
.sideList,
.sideList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.sideList li {
	margin: 0px 0px 10px;
}

.sideList span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
/*
.sideList h4,
.sideList h5 {
	display: inline;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
*/
/*
.sideList h4,
.sideList h4 a			{ color: #ba1616; }
.sideList h4 a:hover	{ color: #e72c2c; }
.sideList h5,
.sideList h5 a 			{ color: #cacaca; }
.sideList h5 a:hover	{ color: #fff; }
*/

.sideList h5 {
	white-space: nowrap;
	margin: 0px;
}
.sideList p {
	font-size: 11px;
	margin: 7px 0px 0px;
	padding-bottom: 10px;
	line-height: 18px;
}

/********************** EPISODE LIST */
.sideList ul {
	margin: 10px 0px 0px;
}

.sideList ul p {
	margin: 0px;
	line-height: 15px;
}

.sideList ul li {
	margin: 0px 0px 10px 0px;
}


/********************** CAST LIST */
.castList {
	list-style: none;
	padding: 0px;
}

.castList dd {
	display: inline;
}

/********************** BOXES */
.boxContainer {
	width: 274px;
	height: 169px;
	padding: 13px;
	margin: 0px 0px 20px 0px;
}

#mainSide .boxContainer.Top {
	background: url(../images/bg/sidebox.jpg) right top no-repeat;
}

.boxContainer h3 {
	margin: 5px 0px 20px;
	line-height: 18px;
}

.boxContainer p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 5px;
}

.boxContainer .boxImage {
	float: right;
	width: 110px;
}

.boxContainer .boxImage img {
	width: 110px;
}

.boxContainer .boxContent {
	margin-right: 125px;
}

/********************** HOME */
body.Home {
	background: #010e18 url(../images/bg/bg_home.jpg) center top no-repeat;
}

body.Home #main {
	min-height: 300px;
	margin-top: 20px;
	_height: 300px;
	clear: both;
}

body.Home #mainContent {
	padding-top: 10px;
}

#homeBoxes .boxContainer {
	float: left;
}

#homeBoxes .colMid {
	margin: 0px 20px 20px;
}

input{
background-color: black;
color: white;
border: 1px white solid;
font-size: 10px;
padding:1px;
white-space: nowrap;
width: 140px;
}