body, table, input, textarea, select, button {
	font: 100% Helvetica, Arial, Sans-Serif;
	line-height: 1.6em;
	color: #333;
	}
	
body {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #EDEDED;
	}
		
a, a:visited {
	color: #66C;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
		
ins {
	text-decoration: none;
	color: #900;
	font-style: italic;
	}
	
code {
	color: #555;
	}
	
pre {
	margin-left: 2em;
	padding-left :2em;
	border-left: 1px solid #ccc;
	}
	
blockquote {
	margin-left: 2em;
	border-left: 1px solid #ccc;
	font-style: italic;
	}
	
dt {
	font-weight: bold;
	}
	
th, td {
	padding: .5em 1em;
	line-height:1.5em;
	}
	
th {
	background: #eee;
	}
	
td {
	border-bottom: 1px solid #eee;
	}
	
caption {
	font-style: italic;
	color: #777;
	margin: .5em 0;
	}
	
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
	
legend {
	padding: 2px 5px;
	}
	
form div.col {
	clear: none;
	}
	
form div.first {
	clear: both;
	}
	
form div {
	overflow: hidden;
	}
	
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border: 1px solid #AAA;
	padding: 5px;
	background: #FFF;
	width: 150px;
	line-height: 1em;
	margin: 0;
	}
	
select {
	width: 312px;
	}
	
textarea, .area {
	overflow: auto; 
	height: 150px; 
	width: 400px;
	}
	
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background: #f5f5f5;
	outline: none;
	}
	

	
/* --- LAYOUT --- */

#outerwrap {
	width: 1008px;
	margin: 0 auto 0 auto;
	background: url(gfx/page_bg.png) repeat-y center top;
	}
	
.innerwrap {
	width: 850px;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 150px;
	padding-top: 20px;
	background: url(gfx/logo.png) no-repeat right top;
	}

#navbar {
	height: 32px;
	margin-bottom: 20px;
	background: url(gfx/nav_bg.png) repeat left top;
	}
	
#breadcrumb {
	margin-bottom: 10px;
	color: #999;
	}
	
#main {
	width: 500px;
	margin-right: 100px;
	float: left;
	}
	
#sidebar {
	width: 250px;
	float: right;
	}

#footer {
	width: 1008px;
	height: 161px;
	margin: 0 auto 0 auto;
	background: url(gfx/foot_bg.png) no-repeat center bottom;
	clear: both;
	text-align: right;
	}
	
/* --- TEXT STYLES --- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
	color: #000;
	}
	
h1 {
	font-size: 2em;
	margin-bottom: .5em;
	}
	
h1#title a {
	color: #333;
	letter-spacing: -1px;
	}
	
h2 {
	font-size: 1.5em;
	margin-bottom: .5142em;
	padding-top: .2em;
	}
	
h2#subtitle {
	font: italic 1.3em Georgia, Times, serif;
	color: #CCC;
	}
	
h2.widgettitle {
	margin-top: 10px;
	}
	
h3 {
	font-size: 1.2em;
	margin-bottom: .7em;
	padding-top: .3em;
	}
	
h4 {
	font-size: 1.25em;
	margin-bottom: .6em;
	}
	
h5#datestuff {
	color: #966;
	font-size: 0.9em;
	margin-bottom: 15px;
	}
	
h5, h6 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
	}
	
p, blockquote, ol, dl, form, table, pre {
	line-height: inherit;
	margin: 0 0 1.5em 0;
	}
	
#footer p {
	font-size: 0.8em;
	margin: 0;
	line-height: 1.2em;
	color: #666;
	}
	
p#copy {
	margin-top: 5px;
	}
	
blockquote, dd { 
	padding: 0 0 0 2em;
	}
	
pre, code, samp, kbd, var {
	font: 100% mono-space, monospace;
	}
	
pre {
	overflow: auto;
	}
	
abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
	}
	
abbr[title], acronym[title] {
	cursor: help;
	}
	
small {
	font-size: .9em;
	}
	
sup, sub {
	font-size: .8em;
	}
	
em, cite, q {
	font-style: italic;
	}
	
img {
	border: none;
	}
		
table {
	width: 100%;
	border-collapse:collapse;
	}
	
th,caption {
	text-align: left;
	}
	
hr.purple {
	border: 1px solid #669;
	margin-bottom: 20px;
	}
	
#main ul li {
	margin-bottom: 2px;
	}
	
/* --- LINKS --- */

#footer a, #footer a:visited {
	text-decoration: none;
	text-transform: lowercase;
	color: #CCC;
	}
	
#footer a:hover {
	color: #FFF;
	}
	
h2#posttitle a, h2#posttitle a:visited {
	color: #000;
	}
	
#easy_tooltip {
	padding: 2px 10px;
	background: #309;
	color: #FFF;
	font-weight: bold;
	}
/* --- SIDEBAR --- */

fieldset {
	margin-bottom: 15px;
	}

#leaflet {
	margin-top: 40px;
	padding-bottom: 15px;
	}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/* --- MAIN NAVBAR --- */

#nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	display: inline;
	position: relative;
	line-height: 32px;
	height: 32px;
	margin-right: 1.5em;
	}

#nav a, #nav a:visited {
	color: #666;
	font-size: 1em;
	padding: 12px 0 12px 10px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #309;
	}

#nav li a.current_page_item {
	color: #C06;
	}
	
#nav ul {
	position: absolute;
	left: 0;
	top: 32px;
	padding: 2px 0;
	width: 150px;
	background: #EEE;
	display: none;
	z-index: 1000;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
	}

#nav ul li {
	float: none;
	display: block;
	}

/* WP IMAGES */

.wp-caption img {
	margin: 0;
	padding: 8px;
	border: 1px solid #EFEFEF;
	}

.alignleft {
	float: left;
	margin: 0 25px 0 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 0 25px;
	}
	
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
		
a.alignleft {
	float:left; 
	margin: 10px 10px 10px 0;
	}
	
a.alignright {
	float:right; 
	margin: 10px 0 10px 10px;
	}	

a.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
	
.wp-caption {

	}

.wp-caption, p.wp-caption-text {
	font-size: 0.9em;
	text-align: left;
	color: #999;
	padding: 2px 0 2px 0;
	}