* {
	margin: 0;
	border: 0px;
}
body {
	background: url("background.gif");
	text-align: center;
	font-family: "Verdana";
	font-size: 10px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #A6CF00;
	border: 6px solid #FFFFFF;
	border-top: 0px;
	float: left;
	left: 50%;
	margin-left: -450px;
	position: relative;
}

#content {
	text-align: left;
	float: left;
	width: 70%;
	padding: 5px;
}

#content a, #sidebar a {
	color:#CAFFAF;
	text-decoration: none;
}

#content a:hover, #sidebar a:hover {
	color: #FFF15F;
}

div.post h1 {
	font-family: "Trebuchet MS";
	color: #CDFF00;
	font-size: 3em;
}
div.post h1 a {
	text-decoration: none;
	color: #CDFF00;
}

div.post h1 a:hover {
	color: #FFD100	
}

div.post {
	margin-bottom: 50px;
}

div.post div.entrybody {
	border-left: 5px solid #BAFF6F;
	padding-left: 10px;
	margin-top: 10px;
	line-height: 1.5em;
}

div.pots div.entrybody p {
	text-indent: 20px;
}

div.footer {
	padding-top: 10px;
}

#header {
	height: 200px;
	background-color: #FFFFFF;
	background-position: bottom center;
	background-image: url("banner.jpg");
	border-bottom: 4px solid #A4DF45;
}
#header ul {
	padding-top: 140px;
	padding-right: 5px;
	float: right;
}

#header li {
	list-style:none;
	display:inline;
}

#header li a {
	font-family:"Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFB93F;
}

#header li a:hover {
	color: #FFDD3F;
}

#sidebar {
	float: right;
	width: 15%;
}
div.sb_item {
	margin-bottom: 20px;	
}
.sb_item h1 {
	font-family: "Trebuchet MS";
	padding-bottom: 5px;
	color: #CDFF00;
	text-align: left;
}

.sb_item ul {
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}
.sb_item li {
	text-align: left;
	list-style: none;
	padding: 0px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	left: 50%;
	margin-left: -450px;
	position: relative;
	clear:both;
	float:left;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
	color:#D5EFC2;
}
#footer a {
	text-decoration:none;
	color:#B9CFA8;
}
.entrybody h2 {
	font-family: "Trebuchet MS";
	font-size:20px;
	margin: 5px;
	padding: 5px;
}
.tools a {
	color: #00848F !important;
}

.tools a:hover {
	color: #00A2AF !important;
}

/* Comments */

#comments .commentlist li {
	padding: 10px;
}

#comments cite {
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-style: normal;
	color: #809F00;
}

#comments h3 {
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: #738F00;
}

#comments form input, #comments form textarea {
	background-color: #D4EF68;
	border: 1px solid #738F00;
	font-size: 10px !important;
	font-family: "Verdana";
	color: #4B8F00;
	padding: 4px;
	margin: 4px;
}

