/* @override 
	http://lynnwoodequestrian.com/wp-content/themes/lynnwood/style.css */



/*
Theme Name: Lynnwood
Theme URI: http://winkbox.com
Description: Lynnwood Equestrian Center
Version: 3.0
Author: Winkbox
Author URI: http://winkbox.com
Tags: 


@import "reset.css";
@import "typography.css";
@import "layout.css";
*/

body {
	font-size: 100%;
	font-size: 85%;
	background: #006838 url("top_repeat.png") repeat-x;
	color: #fff;
}

h1 {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 45px;
	font-size: 4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #eace3c;
	font-family: Times, Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 3em;
	margin-bottom: 10px;
	border-top: 1px dotted #004c38;
}

h3 {
	font-size: 2em;
	margin-bottom: 8px;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0;
}

#header {
	height: 285px;
	background: url("lynnwood_equestrian.png") no-repeat;
}

#nav {
	border-bottom: 1px dotted #004c38;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.menu li {
	float: left;
	margin-right: 0px;
}

.menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0;
	width: 90px;
	height: 50px;
	text-align: center;
	font: 14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.menu li a:hover {
	color: #00351D;
}

#content img {
	border: 3px solid #004c38;
}

#content img.noborder {
	border: none;
}

#content a {
	color: #ebb66d;
}

#content a:hover {
	color: #eace3c;
	text-decoration: none;
	background-color: #008754;
}

#content p.scoutformlink a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border: 1px solid #00351D;
	background-color: #004c38;
}

#content p.scoutformlink a:hover  {
	color: #00351D;
	background-color:#ebb66d;
	border: 1px solid #004c38;
}

#content p.hnclink a:hover {
	background-color:#006838;
}

#footer {
	width: 100%;
	height: 100%;
	background-color: #00351D;
	text-align: center;
	margin-top: 100px;
	padding-top: 35px;
	padding-bottom: 70px;
	font-size: 75%;
	letter-spacing: 1px;
}

#footer a {
	color: #fff;
}

