/*  
Theme Name: Sustainable Budget Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1
Author: Anthony Dupre
Author URI: 
*/

body {
	background: #C9AC81;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: white;
}

#middle a, #middle a:active, #middle a:focus, #middle a:hover, #middle a:link, #middle a:visited {
	text-decoration: underline;
}



b, strong {
	color: #DDDDDD;
}

#menu li {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: .6em .1em;
}

p {
	padding: 0;
	margin: .6em .1em;
}

#page {
	width: 780px;
	margin-left: auto;	
	margin-right: auto;	
}
#left {
	width: 200px;
	float: left;
}
#center {
	margin-top: -0.5em;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #7C3838;
	border: white solid 5px;
	padding: .5em;
}

#latest {
	background: #304055;
	margin-top: -5px;
	border: white solid 5px;
	padding: .5em;
}
#latest h2 {
	font-size: 1em;
}
#latest p {
	font-size: .8em;
}

#content {
	background: #828C4C;
	border: white solid 5px;
	padding: 0 0 0 .5em;
}

#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.0em;
}

div.contact {
	color:#304055;
	margin-top:.5em;
	font-size:0.8em;
	text-align:center;
	width:100%;
}

#content p, #content li, #content td {
	font-size: .8em;
}

#middle {
	margin-left: 195px;
}

#header {
	background: url('images/sustainable_budget_logo.gif') no-repeat bottom left;
/*	padding-top: 35px;*/
}

#header a, #header a:active, #header a:focus,#header a:hover,#header a:link,#header a:visited {
	color: #304055;
}

#header h1  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #304055;
	margin-left: 100px;
	margin-top:0px;
	height: 20px; 
	padding-top: 40px;
}
#header h2  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 1em;
	color: #304055;
	margin-left: 100px;
	text-align: right;
}

#footerbar {
	font-size: 1em;
	clear: both;
}
#footer {
	text-align: center;
	font-size: .8em;
	color: #304055;
	margin-top:.5em;
}

.front-page {
	float: right;
	margin-left: .5em;
}

