/* -----------------------------------------------
Style Sheet for Nightmare Manor 2009

date: July 24, 2009
author: jess zimmerman
email: jess.zimmerman@gmail.com
website: www.winstonwebworks.com
------------------------------------------------*/

/* Defaults and resets
----------------------------------------------- */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* Colors

Nav dk orange #f65a00
schedule date yellow #fcee21
Light yellow-orange #FFDA17
Light orange #FFAC17

----------------------------------------------- */

/* Body layout
----------------------------------------------- */
body  {
	font: 1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	min-width: 750px;
	color: #fff;
}

#wrapper { 
	width: 750px;
	background: #000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

@font-face {
	font-family: 'Underwood Champion Regular', Courier, "Courier New", monospace;
	src: url('underwood_champion.eot');
	src: local('Underwood Champion Regular'), local('UnderwoodChampion-Regular'), url('underwood_champion.ttf') format('truetype');
}

/* Header
The header div contains the Flash movie ONLY.
----------------------------------------------- */

/* News
----------------------------------------------- */

#news h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px; 
	border-bottom: 2px solid red;
	padding: 5px;
}

/* Main Content
----------------------------------------------- */
#maincontent {
	width: 550px;
	float: right;
	padding-top: 10px;
}

#maincontent h2 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}

#maincontent h3 {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

#maincontent h4 {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

#maincontent p {
	text-align: center;
}

#text {
	text-align: left;
	font-family: 'Underwood Champion Regular', Courier, "Courier New", monospace;
	padding: 5px 10px 5px 15px;
	border: 2px solid orange;
	margin-bottom: 10px;
}

#text p {
	text-align: left;
	padding-top: 10px;
	color: #f65a00;
	line-height: 110%;
}

.floatright {
	float: right;
}

/* Nav
----------------------------------------------- */
#nav ul {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	list-style-type: none;
	text-align: left;
	float: left;
	width: 170px;
}

#nav a {
	display: block;
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
	
#nav ul li a {
	text-decoration: none;
	color: #f65a00;
}
#nav ul li a:link {
	color: #f65a00;
}

#nav ul li a:hover {
	color: black;
	background-color: #f65a00;
}

/* Schedule table
----------------------------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 15px;
	color: #fcee21;
}

td {
	padding: 5px;
	padding-bottom: 30px;
	border: 1px solid #f65a00;
}

.closed {
	background-color: green;
}

.open {
	background-color: green;
	color: white;
	font-weight: bold;
}

.sepdate {
	color: orange;
}

.day {
	width: 45px;
	background-color: #f65a00;
	padding: 5px 0 5px 5px;
	border-right: 2px solid black;
	color: black;
}

/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	font-weight: normal;
	border-top: 2px solid red;
}

#footer h3 {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	color: orange;
}

#footer h4 {
	font-size: 0.6em;
	padding-bottom: 10px;
}

#footer a {
	color: white;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	color: grey;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

#footer a:active {
	text-decoration: underline;
	color: white;
}

#sitemeter {
	text-align: center;
}

#footer img {
	padding-top: 10px;
	border: none;
}


/* Contact form
----------------------------------------------- */
form {
	padding-bottom: 15px;
	padding-left: 50px;
}

.formlabel {
	float: left;
	text-align: right;
	width: 120px;
}

.formcontrol {
	width: 300px;
	padding-left: 10px;
}

.row {
	clear: both;
	padding-top: 10px;
}

.spacer {
	clear: both;
	height: 10px;
}

/* Directions page
----------------------------------------------- */

#directions {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.column {
	float: left;
	width: 540px;
}

.clear {
	clear: both;
}

#directions h1 {
	text-align: left;
	color: #FFDA17;
	font-size: 1.75em;
	margin: 0;
}

#directions p {
	width: 540px;
	color: yellow;
	text-align: left;
	padding: 10px 0 10px 0;
}

.column h3 {
	text-align: left;
	color: red;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: -10px;
}

#directions h3 {
	text-align: left;
	color: #FFAC17;
	font-size: 1em;
}

.column ol {
	font-size: 0.8em;
	color: #FFEB83;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-left: 20px;
}

.column ol li {
	padding-top: 5px;
}



/* Misc classes
----------------------------------------------- */

.yellow {
	color: #fcee21 !important;
}

.orange {
	color: #f65a00 !important;
}

.red {
	color: red !important;
}