* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url("../images/body_bg.jpg") #FFFFFF repeat-x;
	}
#leftheader{
	background: url("../images/leftheader_bg.jpg") no-repeat;
	width: 50px;
	height: 201px;
	position: absolute;
	}

#leftheader a {
	text-size: 10px;
	padding-bottom: 190px;
	text-decoration: none;
}

#leftheader a strong {
	visibility: hidden;
}

#header {
	background: url("../images/header_bg.jpg") #B3E87C no-repeat;
	background-position: bottom right;
	width: 750px;
	height: 201px;
	}

#header a.tags {
	background: url("../images/tags.gif");
	background-position: 0 0;
	}
#header a.categories {
	background: url("../images/categories.gif");
	background-attachment: fixed;
	background-position: 0 -10;
	}	
#header a.categories:hover {
	background-position: 0 0;
	}

#header a.tags:hover {
	background-position: 0 10;
}

#content {
	background: url("../images/main_bg.jpg") #84AA3D;
	width: 750px;
	float: left;
}

#post {
	float: left;
	margin: 25px;
	padding: 10px;
	background: url("../images/content-bg.jpg") #8AF37D repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	}

#post p a {
	background-color:#CECF74;
	color: #FF0033;
	text-decoration: none;
}

#post p a:hover {
	background-color:#EFD4A4;
}

#post div.footer {
	margin-top: 10px;
}

#post .entrybody {
	line-height: 1.7em;
}

#post p {
	text-indent: 20px;
	margin-bottom: 5px;
	text-align: justify;
}

#post h1 {
	color:#990099;
	font-size: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	}

#post h1 a {
	text-decoration: none;
	color: #990099;
}

#post h1 a:hover {
	color: #0A93AF;
}

#post ul {
	padding-left: 2em;
}

#tags a, #categories a {
	/*background-color:#C4EF95;*/
	color:#BFFFF9;
	padding: 2px;
	text-decoration: none;
}

#tags a:hover, #categories a:hover  {
	color: #B3E87C;
	/*background-color:#affffc;*/
}


#header ul {
	list-style: none;
}

#header li {
	list-style: none;
	margin: 3px;
	padding: 0px;
	}

#tags-outer, #tags-outer div {
	float: right;
}

#tags-outer div {
	width: 100%;
}

#tags-outer {
	margin: 10px;
	width: 600px;
	background: url("../images/tags_top-right.gif") #96cc5e top right no-repeat;
}

#tags-inner {
	background: url("../images/tags_bottom-right.gif") transparent bottom right no-repeat;
}

#tags {
	background: url("../images/tags_bottom-left.gif") transparent bottom left no-repeat;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 10px;
}

#tags h1 {
	text-indent:-9999px;
	background: url("../images/tags_top-left.gif") transparent top left no-repeat;
	height: 50px
}

#tags ul {
	margin: 10px;
	list-style: none;
}

#tags ul li {
	display: inline;
	float: left;
}

#footer {
	clear:both;
	float:left;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
	color:#D5EFC2;
}
#footer a {
	text-decoration:none;
	color:#B9CFA8;
}

#footer a:hover {
	color: #8FBF6B;
}

.commentsblock {
	font-family: "Verdana";
	padding: 10px;
	margin: 25px;
	width: 306px;
	float: left;
	background-color: #B3E87C;
}

.commentsblock cite {
	font-style:normal;
	font-size: 14px;
	text-transform: capitalize;
}

.commentsblock p {
	padding-top:5px;
	padding-bottom: 5px;
}

.commentsblock ol {
	list-style: none;
	font-size: 10px;
}

.commentsblock ol li {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.commentsblock h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #459F75;
}

.commentsblock a {
	text-decoration: none;
}

.commentsblock a {
	color: #41AF81;
}

.commentsblock a:hover {
	color: #358F69;
}

.commentsblock form textarea {
	width: 300px;
}

.commentsblock form input {
	margin-right: 10px;
}

.commentsblock form small {
	font-size: 10px;
}

.commentsblock form textarea, .commentsblock form input {
	border: 1px solid #B3E87C;
	background-color: #D9FFAF;
	font-family: "Verdana";
	font-size: 10px;
	padding: 2px;
}

.commentsblock form textarea:focus, .commentsblock form input:focus {
	border: 1px solid #6BBFB5;
}
.commentsblock #submit {
	font-size: 10px;
	font-family: "Verdana";
	padding: 2px;
}

.commentsblock #respond {
	padding-top: 20px;
}
