﻿/*  
EarthFest Web Site Template
http://www.knox-earthfest.org
Author: DN Bailey
Author URI: http://www.dnbailey.org
*/

/*----------General Style----------*/

html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #5F3919;
	font-family: verdana,arial,sans-serif;
	font-size: .75em;
	line-height: 1.35em;
	color: #fff;
	}

/*----------Layout----------*/

#container {
	width: 800px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background: #FECF0C;
	overflow: hidden;
	}
#header {
	height: 126px;
	margin: 0;
	padding: 10px;
	background: #fff url('images/trc.jpg') no-repeat right top;
	}
#logo {
	width: 221px;
	height: 126px;
	float: left;
	}
	.header {
		padding: 0 20px;
		}
	#ten {
		margin-bottom: 20px;
		}
#top_nav {
	height: 40px;
	margin: -16px 0 0 0;
	background: #fff url('images/lbc.jpg') no-repeat left bottom;
	color: #4D8988;
	}
#sidebar {
	width: 190px;
	margin: 10px 0 35px 0;
	padding: 10px;
	float: left;
	font-size: .95em;
	line-height: 1.5em;
	}

	#ad {
		text-align: center;
		margin: 10px 0;	
	}
		#ad a:before {
			content: "" !important;
		}

#content {
	width: 460px;
	min-height: 300px;
	margin: 25px 0 0 0;
	padding: 20px 20px 35px 20px;
	float: right;
	background: #fff url('images/lbc.jpg') no-repeat left bottom;
	color: #666;
	}
	#content_trc {
		width: 15px;
		height: 15px;
		float:right;
		margin: -20px -20px 0 0;
		background: url('images/trc.jpg') no-repeat;
		}
	.float_left {
		float: left;
		padding: 5px 15px 15px 0;
		}
	.float_right {
		float: right;
		padding: 5px 0 15px 15px;
		}
#footer {
	width: 720px;
	min-height: 25px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	color: #FECF0C;
	font-size: .95em;
	}
img {
	border: 0;
	text-decoration: none;
}
	img.right {
		float: right;
		padding: 0 0 0 10px;
		}
.sponsor_container {
	margin: 0 0 25px 0;
	}
	.sponsor {
		vertical-align: middle;
		padding: 0 5px;
		}
		
		a img {
			border:none;
			text-decoration: none;
			}

/*----------Typography----------*/

p {
	padding: 0 0 15px 0;
	margin: 0;
	}
small {
	font-style: italic;
	color: #FECF0C;
	}
a {
	color: #78933F;
	text-decoration: none;
	font-weight:bold;
	}
h1 {
	color: #78933F;
	font-size: 1.5em;
	text-transform:uppercase;
	margin: 0 0 25px 0;
	}
h2 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #5f3919;
	}
h3 {
	color: #5f3919;
	font-size: 1.2em;
	margin: 10px 0;
	}
strong {
	font-weight: 700;
	padding: 0 0 15px 0;
	}
hr {
	color: #667A36;
	background-color: #667A36;
	height: 1px;
	border: 0;
	margin-top: 10px;
	}
#sidebar a {
	color: #667A36;
	font-weight: 700;
	}
	#sidebar a:before {
		content: "";
		}	
	#sidebar ul {
		padding: 0 0 15px 0;	
		}	
	#sidebar li:before {
		content: "" !important;
		}
	
/*----------Lists----------*/

ul {
	padding: 0 0 0 25px;
	margin: 0;
	}
	li {
		list-style: none;
		color:#667A36;
		}
	li:before {
		content: "> "
		}

/*----------Navigation----------*/

#top_nav ul {
	margin: 0;
	padding: 10px 10px;
	}
	#top_nav li {
		display: inline;
		padding: 0 5px;
		margin: 0;
		font-size: 1.2em;
		font-weight: 700;
		}
	#top_nav li:before {
		content: "";
		}
	#top_nav a:hover {
		color: #333;
		}
	.current  {
		color: #FECF0C;
		}

/*----------Contact Form----------*/

fieldset {
	border: none;
	}
	label {
		padding: 10px;
		margin-left: 10px;
		font-weight: 700;
		vertical-align: top;
		}
	input {
		width: 300px;
		float: left;
		border: #333 solid 1px;
		padding: 5px;
		}
	textarea {
		width: 300px;
		height: 150px;
		border: #333 solid 1px;
		padding: 5px;
		}
	.button {
		width: 150px;
		border: 0;
		margin-left: 10px;
		cursor: pointer;
		background: #FECF0C;
		color: #5F3919;
		}