/*
Theme Name: Herbmcd
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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(images/desk.jpg);
	background-color:#999999;
	border: none;
	color: #FFFFFF;
	background-attachment: scroll;
}

h2,
h3 {
	font-family: "Freestyle Script", Arial, sans-serif;
	font-size: 2em;
	color: #000033;
	background: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 15px;
	width:835px;
}

ul {
	list-style-image: url(/wp-content/themes/herbmcd/images/bullet.png);
	font-family: "Freestyle Script", Arial, sans-serif;
	font-size: 1.5em;
	padding-left: 10%;
	margin-left: 20%;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div.frame p {
	margin-left: 15%;
	margin-right: 5%;
}


img { border: none }
a:link,
a:visited {
	color: #A84731;
}

a:hover {
	color: #993333;
}

a:active {
	color: #993333;
}
h2.title {
	padding:20px 0px;
	font-size:36px;
	line-height:1.25em;
}
h2.pagetitle{
	/***  STUPID IE FIX    ***/
	padding-right:40px;
	padding-left:20px;
	width:660px;
}
#banner {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav {
	list-style:none;
	display:block;
	text-align:center;
	margin:0; padding:20px 0; 
}
#nav li {
	display:inline;
	padding:10px 40px;
	margin:10px 0;
	font-size:120%;
}
#nav li a,
#nav li a:hover,
#nav li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer {
	clear:both;
	font-size: 1em;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin:40px auto;
}
#footer #copy {
	font-style: normal;
}
#copy small {
	font-size:12px;
}
#sideshadow {
	height: 100%;
	width: 4px;
	float: right;
}
#herb {
	display:block;
	position: relative;
	top: -180px;
	left:30px;
	float: right;
	padding:0; margin:0;
}

#map {
	position: relative;
	top: -6%;
	right: -6%;
	float: right;
}
#contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#copyright {
	font-size: 0.8em;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
}


#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #993333;
	color: White;
	font-size:1.2em;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #993333;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color:#660000;
	color: #fff;
}
#punch {
	position: relative;
	right: 80px;
	float: left;
	top: 60px;
}
#redline {
	width: 2px;
	margin-left: 100px;
	height: 100%;
	float: left;
}
#menu {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.frame {
	background-color:#FFFFFF;
	border: 5px none #43280B;
	margin:0 auto;
	color: #000000;
	background: url(/wp-content/themes/herbmcd/images/bodyback.png) repeat-y top left;
	text-align: left;
	min-height: 400px;
	padding: 0px;
	width: 850px;
}