/* -----------------------------------------------
Style Sheet for Haunted Woods at Crumland Farms 2009

date: September 09, 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

Base lime green: #98CB00
dark lime: 	#7ca503
light lime: #c7f933
yellow-lime: #dff933
green: #78e024
dk green: #5aa91a
blue: #6288d7
dk purple: #7262d7
bright purple: #9f40f7

----------------------------------------------- */

/* 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: 2px solid #8CB907;
	text-align: left;
}

/* fontface
----------------------------------------------- */

@font-face {
	font-family: 'Underwood Champion Regular';
	src: url('underwood_champion.eot');
	src: local('Underwood Champion Regular'), local('UnderwoodChampion-Regular'), url('underwood_champion.ttf') format('truetype');
}

@font-face {
	font-family: 'WC ROUGHTRAD BETA Bold';
	src: url('WC_RoughTrad.eot');
	src: local('WC ROUGHTRAD BETA Bold'), local('WCROUGHTRADBETA-Bold'), url('WC_RoughTrad.otf') format('opentype');
}

@font-face {
	font-family: 'Nervous Rex Regular';
	src: url('nervous_rex.eot');
	src: local('Nervous Rex Regular'), local('NervousRex-Regular'), url('nervous_rex.ttf') format('truetype');
}

@font-face {
	font-family: 'Edo Regular';
	src: url('edo.eot');
	src: local('Edo Regular'), local('Edo-Regular'), url('edo.ttf') format('truetype');
}


.edo {
	font-family: 'Edo Regular', sans-serif;
}

.rex {
	font-family: 'Nervous Rex Regular', sans-serif;
}

.champ {
	font-family: 'Underwood Champion Regular', sans-serif;
}

.rough {
	font-family: 'WC ROUGHTRAD BETA Bold', sans-serif;
}

/* Header
The header div contains the Flash movie ONLY.
----------------------------------------------- */

#header {
	border-bottom: 2px solid #8CB907;;
}

/* 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 h1 {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 1.7em;
	color: #9f40f7;
}

#maincontent h2 {
	font-size: 1.6em;
	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;
}

.floatright {
	float: right;
}

/* Nav
----------------------------------------------- */
#nav ul {
	font-family: 'Underwood Champion Regular', sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	list-style-type: none;
	text-align: left;
	float: left;
	width: 170px;
	background-image: url(images/main_divider.jpg);	
	background-position: right top;
	background-repeat: no-repeat;
}

#nav a {
	display: block;
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
	
#nav ul li a {
	text-decoration: none;
	color: #98CB00;
}
#nav ul li a:link {
	color: #98CB00;;
}

#nav ul li a:hover {
	color: black;
	background-color: #98CB00;
}

/* Schedule table
----------------------------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 15px;
	color: #98CB00;
}

td {
	padding: 5px;
	padding-bottom: 30px;
	border: 1px solid #7ca503;
}

.closed {
	background-color: green;
}

.open {
	background-color: #7262d7;
	color: white;
	font-weight: bold;
}

.sepdate {
	color: #7ca503;
}

.day {
	width: 45px;
	background-color: #98CB00;
	padding: 5px 0 5px 5px;
	border-right: 2px solid black;
	color: black;
}

/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	font-weight: normal;
	background-image: url(images/footer_bkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer h3 {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
	color: white;
}

#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;
}


/* 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: 180px;
}

.column3 {
	float: left;
	width: 250px;
}

.clear {
	clear: both;
}

#directions h1 {
	text-align: left;
	color: #FFDA17;
	font-size: 1.75em;
	margin: 0;
}

.column h3 {
	text-align: left;
	color: red;
	font-size: 1.3em;
	margin: 0;
}

#directions h3 {
	text-align: left;
	color: #FFAC17;
	font-size: 1em;
}

#directions h4 {
	text-align: left;
	color: #98CB00;
	font-size: 0.85em;
}

.column ol {
	font-size: 0.8em;
	color: #FFEB83;
	padding-right: 25px;
	padding-bottom: 10px;
}

.column3 ol {
	font-size: 0.8em;
	color: #FFEB83;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-left: 20px;
}

.column ol li {
	padding-top: 5px;
}

.column3 ol li {
	padding-top: 10px;
}



/* Misc classes
----------------------------------------------- */

.yellow {
	color: #fcee21 !important;
}

.orange {
	color: #f65a00 !important;
}

.red {
	color: red !important;
}

.lime {
	color: #c7f933;
}

.green {
	color: #78e024;
}

.purple {
	color: #9f40f7;
}

.dkpurple {
	color: #7262d7;
}

.blue {
	color: #6288d7;
}