/** Reusable classes: */

.hide { display:none; }
.show { display:block; }

.episodeLink {
	color:#CE003A;
}

.episodeLink:hover {
	color:black; cursor:pointer;
}

.episodeLinkSelected {
	color:#ce003a; text-decoration:underline;	
}

.episodeLinkSelected:hover {
	color:black; text-decoration:underline; cursor:pointer;
}

.topicBox, .seasonBox {
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
	border:solid 1px #999999;
	margin-bottom:20px;
}

.topicBox {
	margin-right:10px;
}

.seasonBox {
	margin-left:10px;
}

.topicHeading, .topicHeadingLocked, .seasonHeading {
	background-color:#eeeeee;
	padding:2px; margin:0px;
}

.topicHeading:hover, .seasonHeading:hover {
	cursor:pointer; background-color:white;
}

.topic, .epList {
	background-color:#eeeeee; zoom:1;
	padding-left:6px; padding-right:6px; margin:0px;
}

.epList {
	padding-bottom:6px; padding-top:6px;
}

.arrow { float:right; }

.tableHeading {
	text-align:center; font-weight:bold;
}

.tableBox {
	padding:6px;
}

.figure {
	margin:6px; float:right; border:1px solid #999999;
}

.quoteBox {
	border:solid 1px #999999;
	margin-left:10px; margin-right:10px;
	margin-top:6px; margin-bottom:10px;
	background-color:white;
	padding-left:10px; padding-right:10px;
}

.quotation {
	text-align:justify;
}

.citation {
	text-align:right;
}

.clear {
	clear:right;padding:3px;
}

/** General HTML elements: */

/*	background-color:#6d548e;*/

body {
	background-color:#45286b;
	font-size:10pt; font-family:'Maven Pro', tahoma, helvetica;
	margin:0px; padding:0px;
	background: -webkit-gradient(linear, left top, right top, from(#3b2e4c), to(#92464A), color-stop(0.05, #45286b), color-stop(0.95, #45286b));
	-webkit-background-origin: padding-box;
	-webkit-background-clip: content-box;
}

p {
	padding-left:0px; padding-right:0px; padding-top:6px; padding-bottom:6px;
	margin:0px;
}

table {
	margin-left:auto; margin-right:auto;
	border:1px solid #999999; text-align:left; padding:0px;
	border-collapse:collapse;
}

tr {
	border-bottom:1px solid #999999;
}

td {
	vertical-align:top; padding:3px;
}

hr {
	border:0px; color:#999999; background-color:#999999; height:1px;
}

blockquote {
	text-align:center; font-style:italic;
}

/** ID'd sections */

#mainDiv {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:white;
	width:950px; position:relative;
	margin-left:auto; margin-right:auto;
	padding:10px; margin-top:15px; margin-bottom:15px;
	border:1px solid #999999;
}

#titleDiv {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#eeeeee; text-align:center;
	padding:10px; border: solid 1px black; min-height:85px;
	background-image:url('images/titlebg.jpg');
	background-repeat:no-repeat;
	clear:left; margin:10px;
}

#titleDiv:hover {
	cursor:pointer;
}

#menuBorderDiv, #contentBorderDiv {
	padding-top:10px; margin:0px;
}

#menuBorderDiv {
	float:left; width:280px; margin-bottom:10px;
}

#contentBorderDiv {
	margin-left:300px; margin-bottom:20px;
}

#footerDiv {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	clear:left; border:1px solid #45286b;
	background-color:#eeeeee;
	text-align:center;
	margin:10px;
}

#episodeTitleDiv {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center; font-size:13pt;
	background-color:#eeeeee; border:solid 1px #45286b;
	margin-right:10px; margin-bottom:20px;
	padding:2px;
}

#episodeTitlePara, #footerDiv {
	text-shadow:1px 1px 1px #aaaaaa;
}

#navPara {
	font-size:11px;
}

.navText {
	color:#ce003a; text-decoration:none;
}

.navText:hover {
	color:#000000; text-decoration:none; cursor:pointer;
}

.navHighlight {
	color:#ce003a; text-decoration:underline;
}

.navHighlight:hover {
	color:#000000; text-decoration:underline; cursor:pointer;
}

.navDisabled {
	color:#999999; text-decoration:none;
}

/* Extras for within topic content */

a {
	color:#ce003a; text-decoration:none;
}

a:hover {
	color:#000000; text-decoration:none; cursor:pointer;
}
