/*
Theme Name: BME
Theme URI: http://www.brycemcdonnell.com
Description: A custom made WP template
Author: Bryce McDonnell
Author URI: http://www.brycemcdonnell.com
Tags: custom, three column

	NEI 0.1 Beta

	This theme was built to support the NEI family
	of organizations and their missions

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/wp-content/themes/bme/images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
a {color:#000000;}
#wrap {
	width:900px;
	margin:0 auto;
}
/***  head   ***/

/* Logo */
#header { height:300px; /* margin-bottom: -15px; */}
#logo {
	float: left;
	margin-top: 30px;
	
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 { 	font-size: 3.2em; }

#logo h1 a { color: #000000; }

#logo p {
	padding-top: 27px;
	padding-left:10px;
	text-transform: uppercase;
	font-size:10px;
	color: #000000;
}
#logo a {
	text-decoration: none;
}
/* Menu */

#menu {
	padding:0;
	float: right;
	margin-top: 21px;
	margin-bottom: 23px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(/wp-content/themes/bme/images/img03.jpg) no-repeat center top;
}

#menu .active a {
	background: url(/wp-content/themes/bme/images/img03.jpg) no-repeat center top;
}
/* the main picture and text */
#tagline {
	clear: both;
	height: 109px;
	background: url(/wp-content/themes/bme/images/home.jpg) no-repeat left top;
	padding-top:100px;
	text-align:center;
	color:#EDF4F0;
	font-size:24px;
	font-style: italic;
	letter-spacing:3px;
}

/***  CONTENT   ***/
#content-wrap {
	background-color:#F4F4F4;
	margin-top:0px;
}
#content-main {
	float:left;
	padding:20px;
	padding-top:0;
	width:600px;
	line-height: 25px;
	font-size: 12px;
}

/***  FOOTER   ***/
/* pre-foot */

#pre-foot {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
	margin:0 auto;
}

#pre-foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pre-foot li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#pre-foot li ul {
	line-height: 1.8em;
}

#pre-foot li li {
	display: list-item;
	background: url(/wp-content/themes/bme/images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#pre-foot h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#pre-foot a {
	text-decoration: none;
	color: #CCCCCC;
}

#pre-foot a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 50px;
	margin-bottom: 20px;
	background: url(/wp-content/themes/bme/images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}