/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #334D55;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	color: #000000;
}

h1{
	color: #000000;
	font: small-caps 2em "Times New Roman", Times, serif;
}

h2{
 font-size: 1.7em;
	font-variant: small-caps;
 color: #000033;
}

h3{
 font-size: 1.5em;
	font-variant: small-caps;
 color: #334d55;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #000033;
}

h5{
 font-size: 1.1em;
 color: #334d55;
}

ul{
	list-style-type: square;
	color: #000000;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
img {
	border: none;
	vertical-align: baseline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #FFFFFF;
}

#navBar{
    visibility: visible;
	left: 15in;
}

#content{
	float: right;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
	top: 140px;
	left: 0%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-indent: 7px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: .9em;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: .8em;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
	color: #000000;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: .8em;
}

.story p{
	padding: 0px 0px 10px 0px;
	color: #000000;
}


/************** .mourning styles *****************/

.mourning{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	border: outset #FF0000;
	background: #000000;
}

.mourning h2{
 font-size: 1.7em;
	font-variant: small-caps;
 color: #FF0000;
}

.mourning p{
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
	background: #000000;
}
.mourningTWW {
	color: #FFFFFF;
	font: bold small-caps 1.1em "Times New Roman", Times, serif;
}
.mourning strong {
	color: #FF0000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: .7em;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: text-bottom;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: .9em;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: .9ems;
	left: 15in;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: .9em;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: .9ems;
	left: 15in;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: .9ems;
	left: 15in;
}

/************* #Other custom styles *************/

.imgCenter {
	text-align: center;
	float: none;
	border: none;
}
.imgLeft {
	float: left;
	border: none;
	padding-right: 5px;
}
.imgRight {
	float: right;
	border: none;
	text-align: right;
	padding-left: 5px;
}
.SiteName2 {
	font-size: .7em;
	font-style: italic;
}
.sup {
	vertical-align: super;
	font-size: 0.7em;
}
.SmallFont {
    font-size: .8em;
	}
.show {
	color: #334d55;
	font: bold small-caps 1.1em "Times New Roman", Times, serif;
}
.synopsis {
	text-align: right;
	font-size: .8em;
}
.Season {

	color: #000000;
	font: bold small-caps 1.3em "Times New Roman", Times, serif;
}
.coverArt {
	float: right;
	border: none;
	text-align: right;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.SmLogo {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.ShowList {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	background: left top;
}
.must {
	color: #FF0000;
}
.show2 {
	color: #666666;
	font: small-caps normal 1.1em "Times New Roman", Times, serif;
}
.clips {
	font-weight: bold;
	color: #0000CC;
	font-size: 0.8em;
}
.epshave {
	font-weight: bold;
	color: #000000;
}
dl {
	color: #000000;
}
dt {
	font: bold small-caps 1.3em "Times New Roman", Times, serif;
	color: #334D55;
	padding-top: 10px;
}
.TWW {

	color: #000000;
	font: bold small-caps 1.1em "Times New Roman", Times, serif;
}
.warn {

	color: #FF0000;
	font: bold small-caps 1.1em "Times New Roman", Times, serif;
}
.prodtitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #334d55;
	font-variant: small-caps;
}
.top {
	vertical-align: top;
}
.sezip {
	font: italic bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
strong {
	color: #334D55;
}
.ClipList {
	text-align: left;
	vertical-align: middle;
}
