/* @override http://localhost:8888/wordpress/wp-content/themes/DanielsCustom2/style.css */

/*  
Theme Name: Custom by Daniel, Mark 2
Theme URI: 
Description: Custom theme by Daniel, Mark 2
Version: 1.0
Author: Daniel Jordan, Jay Shaffstall
Author URI: 
*/

@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E3CB81;
	font-family: "Comic Sans MS";
	font-size: 100%;
	color: #000;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: auto;
	vertical-align: text-top;
	float: none;
	clear: none;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
	width: 760px;
	background-image: url(buttonwood_color_banner.jpg);
}
#nav {
	height: 28px;
}
#navcontainer
{
	width: 100%;
	float: right;
	background-color: #426208;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: comic sans MS;
font-size: .9em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #426208;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #94B473;
}

#navcontainer ul li a:hover
{
background-color: #7B9D25;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	background: #7B9D25;
	text-align: left;
	text-transform: uppercase;
	font-family: "Comic Sans MS";
	font-size: .9em;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
#banner {
	height: 200px;
	color: #FFFFFF;
}
#leftColumn {
	float: left;
	width: 114px;
	height: 900px;
	font-family: "Comic Sans MS";
	font-size: .8em;
	color: #000;
}
#leftColumn ul li
{
    list-style: none;
}
#sidebar {
	float: left;
	width: 114px;
	height: 900px;
	font-family: "Comic Sans MS";
	font-size: .8em;
	color: #000;
}
#sidebar ul li
{
    list-style: none;
}
#rightColumn {
	float: left;
	width: 646px;
	height: 900px;
	font-family: "Comic Sans MS";
	text-align: center;
}
#content {
	float: left;
	width: 500px;
	height: 900px;
	font-family: "Comic Sans MS";
    font-size: 1.15em;
	text-align: left;
	margin-left: 75px;
	margin-top: 25px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Comic Sans MS;
}
h1 {
	font-size: 12pt;
	color: #000;
}
h2 {
	font-size: 18pt;
	color: #000;
}
h3 {
	font-size: 8pt;
	color: #000;
}

