/*
 *  Horizon HS Drama
 *	Cascading Style Sheet
 *  Last Modified: 01-21-04
*/

/*	COLORS      
 *  RED: 		#FE0E00
 *	MAROON: 	#5C0100
*/


body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
}

img {
	display: block;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	color: #000;
}

p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 13px;
}

h1	{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}

h2	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	color: #FE0E00;
	text-decoration: underline;
	background: transparent;
}

/* Centered Content */

.center			{margin-left: auto;
				 margin-right: auto;
				}
			
div.center			{text-align: center;}
div.center table	{margin-left: auto; margin-right: auto; text-align: left;}	



.bottomRed {
	border-bottom: 1px solid #FE0E00;
}

.rightRed {
	border-right: 1px solid #FE0E00;
}

/*  HOME PAGE STYLES  */

#home p {
	color: #FFF;
}

#home a:link, #home a:visited {
	color: #FFF;
	text-decoration: underline;
	background: transparent;
}

#home a:hover {
	color: #FE0E00;
	text-decoration: underline;
	background: transparent;
}

#hMiddle {
	padding-top: 17px;
	border-bottom: 1px solid #FE0E00;
	background-image: url(images/curtainMiddle.jpg);
	vertical-align: top;
	height: 219px;
}

#hMenu {
	width: 172px;
	vertical-align: top;
}

#hMenu p {
	font-family: 'Arial Narrow', Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 18px;
}

#hMenu a:link, #hMenu a:visited {
	color: #FFF;
	text-decoration: none;
	background: transparent;
}

#hMenu a:hover {
	color: #FE0E00;
	text-decoration: none;
	background: transparent;
}

#hBody {
	padding-right: 80px;
	vertical-align: top;
}

#hFooter {
	width: 750px;
	height: 153px;
	padding-top: 12px;
	padding-left: 182px;
	background-image: url(images/curtainBottom.jpg);
	vertical-align: top;
	color: #FFF;
}


/*  INTERNAL PAGES   */

#lMargin {
	width: 26px;
	background-color: #5C0100;
}

#iMenu {
	vertical-align: top;
	width: 143px;
	background-color: #FFF;
	padding-top: 15px;
	padding-left: 20px;
	border-right: 1px solid #FE0E00;
}

.mainMenu {
	font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 18px;
	font-weight: bold;
}

.subMenu {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

#iMenu a:link, #iMenu a:visited {
	color: #000;
	text-decoration: none;
	background: transparent;
}

#iMenu a:hover {
	color: #FE0E00;
	text-decoration: none;
	background: transparent;
}

#iBody {
	width: 529px;
	vertical-align: top;
	background-color: #FFF;
	padding: 15px;
}

#rMargin {
	width: 26px;
	background-color: #5C0100;
}

.here {
	color: #FE0E00;
}

.season ul {

}

.season li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

.show ul {

}

.show li {
	margin-left: -15px;
	list-style-type: disc;
	font-weight: normal;
}

.playTitle {
	margin-top: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color:  #5C0100;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.playDescription {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.listHeader {
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #5C0100;
}

.role {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 35%;
	border-bottom: 1px solid #CCC;
}

.actor {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 60%;
	border-bottom: 1px solid #CCC;
}

.noLine {
	padding-top: 2px;
	padding-bottom: 2px;
}

.backTop {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.spacerRow {
	height: 13px;
	background-color: #5C0100;
}
