* {
	margin: 0;
	padding: 0;
}

body {
	background: #666;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 928px;
	margin: 5px auto;
	border: 7px solid #FFF;
	background-color: #FFF;
}

/* Header */

#header {
	height: 250px;
	position: relative;
	background: #CDE691 url(images/paddy.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 183px;
	left: 10px;
	font-size: 3em;
	letter-spacing: -2px;
	width: 114px;
}

#header h2 {
	position: absolute;
	top: 225px;
	left: 20px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 928px;
	position: absolute;
	margin: -250px 0;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Content */

#content {
	background: #FFF url(images/gbg.gif) repeat-y;
	border-top: 5px solid #8CC405;
	margin: 0px auto;
	width: 928px;
}

/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 649px !important;
	width: 646px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 0px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post .title {
	height: 50px;
	border-top: 1px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	background: #FFF url(images/cbg.gif) repeat-x;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -73px;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	color: #579700;
}

.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: #D8ECB8;
	float: left;
	width: 249px;
	padding: 10px 10px 0px 10px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #579700;
}

#sidebar h2 {
	background: #CDE691 url(images/sbg.gif) repeat-x;
	border-bottom: 3px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #579700;
	padding-left: 15px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: #005300;
	background: transparent url(images/liston.gif) left center no-repeat;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	background: #CDE691 url(images/cbg.gif) repeat-x;
	border-top: 1px solid #8CC405;
	border-bottom: 5px solid #8CC405;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
}
