/*------------------------

	Cord of Three
	Design by Kyle Cato
	kylecato.com
	
------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*------------------------

	Fonts
	
------------------------*/

h1, h2, h3, h4, h5 { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; color: #795914; }

h1 { font-size: 2em; margin: 0; padding: 20px 0 10px; }
h2 { font-size: 1.7em; margin: 0; padding: 15px 0 5px; }
h3 { font-size: 1.5em; margin: 0; padding: 10px 0 0; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }

p {
	font-size: .9em;
	color: #795914;
	line-height: 1.2em;
}


/*------------------------

	Header
	
------------------------*/

#header {
	margin: 30px auto 0;
	padding: 0;
	width: 960px;
	height: 150px;
	background: transparent url(../images/header_bg.png) bottom center no-repeat;
}

#header h1 {
	margin: 0 100px 0 0;
	padding: 0;
	float: right;
}

#header h1 a {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 140px;
	background: transparent url(../images/logo.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
}

#header h2 {
	margin: 60px 0 0 30px;
	padding: 0;
	width: 572px;
	height: 58px;
	background: transparent url(../images/heading.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}


/*------------------------

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

#nav {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 40px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#nav a {
	margin: 0;
	padding: 0;
	background: transparent url(../images/nav.png) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#nav a.home { background-position: 0 0; width: 110px; height: 40px; }
#nav a:hover.home { background-position: 0 -41px; }
#nav a.home.current { background-position: 0 -82px; }

#nav a.about { background-position: -110px 0; width: 149px; height:  
40px; }
#nav a:hover.about { background-position: -110px -41px; }
#nav a.about.current { background-position: -110px -82px; }

#nav a.calendar { background-position: -259px 0; width: 152px; height:  
40px; }
#nav a:hover.calendar { background-position: -259px -41px; }
#nav a.calendar.current { background-position: -259px -82px; }

#nav a.registration { background-position: -411px 0; width: 196px;  
height: 40px; }
#nav a:hover.registration { background-position: -411px -41px; }
#nav a.registration.current { background-position: -411px -82px; }

#nav a.contact { background-position: -607px 0; width: 175px; height:  
40px; }
#nav a:hover.contact { background-position: -607px -41px; }
#nav a.contact.current { background-position: -607px -82px; }

#nav a.newsletter { background-position: -782px 0; width: 178px;  
height: 40px; }
#nav a:hover.newsletter { background-position: -782px -41px; }
#nav a.newsletter.current { background-position: -782px -82px; }

#nav a.new_client { background-position: -782px 0; width: 178px;  
height: 40px; }
#nav a:hover.new_client { background-position: -782px -41px; }
#nav a.new_client.current { background-position: -782px -82px; }


/*------------------------

	Content Area
	
------------------------*/

#content_area {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: transparent url(../images/content_bg.gif) top center repeat-y;
}


/*------------------------

	Subnavigation
	
------------------------*/

#subnav {
	margin: 0;
	padding: 0;
	background: #faeed5 url(../images/subnav_bg.png) bottom center repeat-x;
	float: left;
	width: 198px;
	border: 1px solid #cfb681;
}

#subnav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 170px;
}

#subnav li {
	margin: 0;
	padding: 0;
	width: 170px;
	border-top: 1px solid #fff5e0;
	border-bottom: 1px solid #cfb681;
}

#subnav li a {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 25px;
	font-size: 13px;
	text-decoration: none;
	color: #795914;
	display: block;
}

#subnav li a:hover {
	background-color: #fff5e0;
}

a.donate {
	margin: 0;
	padding: 0;
	width: 198px;
	height: 235px;
	background: transparent url(../images/donate.jpg) top center no-repeat;
	text-indent: -9999px;
	display: block;
}


/*------------------------

	Content Column
	
------------------------*/

#content_column {
	margin: 0 auto;
	padding: 10px 10px 10px 20px;
	width: 350px;
	background-color: #fff;
	float: left;
}

#content_large_column {
	margin: 0 auto;
	padding: 10px 20px;
	width: 720px;
	background-color: #fff;
	float: left;
}


/*------------------------

	Event Widget
	
------------------------*/

#event {
	margin: 0;
	padding: 20px 0 20px 40px;
	border-top: 1px solid #795914;
	background: transparent url(../images/bullet.png) left center no-repeat;
}

#event p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}


/*------------------------

	Tertiary Column
	
------------------------*/

#tertiary_column {
	margin: 0 auto;
	padding: 10px;
	width: 360px;
	background-color: #fff;
	float: left;
}


/*------------------------

	Flash
	
------------------------*/

#flash {
	margin: 30px 0;
	padding: 0;
	width: 350px;
}


/*------------------------

	Newsletter Signup
	
------------------------*/

#newsletter_signup {
	margin: 0;
	padding: 0;
	width: 350px;
	background: #b3e788 url(../images/newsletter_bg.png) bottom center no-repeat;
}

#newsletter_signup h3 {
	margin: 0;
	padding: 0;
	width: 350px;
	height: 45px;
	background: transparent url(../images/newsletter_header.png) top center no-repeat;
	text-indent: -9999px;
}

#newsletter_signup form {
	margin: 0;
	padding: 10px 20px;
}

#newsletter_signup label {
	margin: 0;
	padding: 0;
	color: #795914;
	display: block;
}

#newsletter_signup input {
	margin: 0 0 15px;
	padding: 3px;
	font-size: 1.2em;
	width: 300px;
	color: #795914;
	border: 1px solid #693;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#newsletter_signup input.button {
	padding: 0;
	border: none;
	width: 174px;
	height: 30px;
}


/*------------------------

	Footer
	
------------------------*/

#footer {
	margin: 0 auto 30px;
	padding: 0;
	width: 960px;
	height: 139px;
	background: transparent url(../images/footer_bg.png) bottom center no-repeat;
	display: block;
}

/*------------------------

	Misc

------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
