/*
Theme Name: GBM
Theme URI: http://www.greenbananamarketing.com/
Author: Odegy
Author URI: http://www.odegy.com/

*/


* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #aed0ef;
  background-image: url(images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: small;
}
#header h1 a {
  width: 351px;
  height: 146px;
  display: block;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
#header h2 {
  width: 619px;
  height: 43px;
  background-image: url(images/strapline.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
#header ul.menu {
  width: 267px;
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  height: 36px;
  margin-bottom: 16px;
}
#header ul.menu li {
  position: absolute;
  margin: 0;
}
#header ul.menu li a {
  display: block;
  text-indent: -9999px;
  height: 36px;
  background-position: top left;
  width: 89px;
}
#header ul.menu li a:hover, ul.menu a {
  background-position: 0 -36px;
}
#header ul.menu li.about a {
  background-image: url(images/about_button.png);
}
#header ul.menu li.contact a {
  background-image: url(images/contact_button.png);
}
.clear {
  clear: both;
}
#header ul.menu li.about {
  left: 0;
}
#header ul.menu li.contact {
  right: 0;
}
div#container {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 16px;
}
#container li {
  margin-left: 1.5em;
}
#container ul, #container p, #container h2 {
  margin: 1em 0;
}
#container  li ul {
  margin-top: 0;
  margin-bottom: 0;
}
#container li.nested {
  list-style-type: none;
}
.contact p {
  text-align: center;
}
div#content {
	width: 600px;
	float: left;
}
div#sidebar {
	width: 185px;
	float: left;
	margin-left: 10px;
}
textarea#comment {
	width: 550px;
	height: 100px;
}
#container a {
	color: #50740e;
	text-decoration: underline;
}
#container a:hover {
	color: #aed0ef;
	background-color: #50740e;
	text-decoration: none;
}
#container .post h2 a {
	color: #000000;
	text-decoration: none;
}
#container .post h2 a:hover {
	color: #000000;
	text-decoration: underline;
	background: none;
}
p.copyright {
	text-align: center;
	color: #777777;
	font-size: 0.8em;
}