/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
#wrapper { 	background: #FFFFFF url(images/img01.jpg) repeat-x; }
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 190px;
	background: url(images/img07.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
  width: 240px; 
	margin-left: 20px;
  overflow: hidden;
}

#logo h1 {
	margin-top: 52px;
	text-align: center;
	font-size: 4em;
	height: 70px;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: -10px;
	letter-spacing: -1px;
	font-size: 1.8em;
	text-align: center;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#primary_navigation {
	float: right;
	height: 190px;
	width: 600px; 
	overflow: hidden;
}

#primary_navigation ul {
	margin: 0;
	list-style: none;
}

#primary_navigation li {
	display: inline;
}

#primary_navigation a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#primary_navigation a:hover {
	height: 161px;
	background: url(images/img08.jpg) repeat-x top left;
}

#primary_navigation .active a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#location_0 {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 10px;
}

#location_1 {
	float: right;
	width: 290px;
	background: url(images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#location_1 .component, #location_1 .blog_post {
	padding-bottom: 10px; 
	background: url(images/img04.gif) repeat-x left bottom;
}

.blog_post { margin-bottom: 10px; }
#location_0 .blog_post { margin-bottom: 30px; }
#location_1 .component.last, #location_1 .blog_post.last { background: none; }

.blog_post .comments { display: inline; }
.blog_post .post_wrapper { position: relative; }
.blog_post .metadata { position: absolute; top: 15px; left: 0px; }
.blog_post h3.title {
	margin: 0;
	font-size: 26px;
}
.blog_post h3 a { text-decoration: none; }

.blog_post .metadata, .blog_post .date {
	margin: 0;
	font-size: 11px;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}
.blog_post .date { padding-bottom: 25px; }
.blog_post .metadata a, .blog_post .date a {
	color: #BABABA;
}

.blog_post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 100px;
	margin: 0px auto 20px;
	background: url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

