/*
Theme Name: INW Honor Flight
Theme URI: http://www.inwhonorflight.org
Description: Theme for the Inland Northwest Honor Flight Site
Version: 1.0
Author: Bonnie Woodworth
Author URI:
Tags: honor flight, veterans, non-profit
*/

html,body {
	background-color: #39507a;
	color: #314977;
	font-family: "Trebuchet MS", helvetica, arial;
}

a {
	color: #085ad7;
}

h3 {
	color: #7b161e;
	margin-top: 40px;
}

#header {
	background-color: #809fbe;
	background-image: url('images/header_bg.jpg');
	background-position: 0px 152px;
	background-repeat: repeat-x;
	height: 206px;
	line-height: 1em;
	width: 100%;
}
#header h1 {
	visibility: hidden;
}
.header_image {
	background-image: url('images/header.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 206px;	
}

#main_menu {
	list-style: none;
	margin-left: 185px;
	margin-top: 172px;
	padding: 0;
}

#main_menu li {
	background-image: url('images/main_menu_seperator.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline;
	margin: 0;
	margin-right: 15px;
	padding-left: 15px;
}

#main_menu li.first {
	background-image: none;
	margin-left: 30px;
}

#main_menu li a {
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
}

#main_menu li a:hover {
	color: #D26161;
}

#pictorial {
	background-image: url('images/pictorial_bg.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 247px;
	line-height: 1em;
	width: 100%;
}

#content_container {
	margin-bottom: 45px;
}

#content {
	background-color: #FFFFFF;
	padding-top: 30px;
	width: 100%;
}

#content p {
	line-height: 1.6em;
}

#content .content_left {
	padding-left: 15px;
	padding-right: 5px;
}

#content .content_left img {
	margin-bottom: 15px;
}

#content .content_right {
	border-left: 2px solid #EFEFEF;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#content .content_right img {
	margin-bottom: 25px;
}

#footer {
	background-color: #39507a;
	background-image: url('images/footer_bg.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #809fbe;
	height: 50px;
	padding-top: 10px;
	width: 100%;
}

#footer a {
	color: #809fb3;
}

span.required {
	color: red;
}

fieldset {
	padding: 5px;
}

div.form-label {
	margin-top: 15px;
}

legend {
	font-weight: bold;
}

p.error {
	color: red;
}

div.form-submit {
	margin-top: 15px;
}

#content_right ul, #content_right li {
        list-style: none;
}