* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
}

body, input, textarea, select {
        font-family: Arial, Helvetica, sans-serif !important;
	color: #070707;
	margin: 0px auto;
}

.clear {
	line-height:0%;
	font-size:0%;
	clear:both;
	height:0%
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
 font-weight: bold;
 font-size: 15px !important;
}

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;
}


/* Wrapper */

#wrapper {
	width: 988px;
	margin: 5px auto;
	border: 7px solid #FFF;
	background-color: #FFF;
}

/* Header */

#header {
	height: 224px;
	position: relative;
	background: #586d32 url(images/top-back41.jpg) no-repeat;
	margin: 0px auto;
}

#header .logo1 {
 position: absolute;
 margin: 45px 0 0 30px;
 border: 0px;
}

#header .logo1 img, #header .logo2 img, .logo2-big img {
 border: none;		
 margin: 0px;		
}
 
#header .logo1 a img, #header .logo2 a img {
 border: none;		
 margin: 0px;			
}

#header .logo2 {
 position: absolute;
 margin: 6px 0 0 745px;
 border: 0px;
}

.logo2-big {
 position: absolute;
 margin: 0 0 0 705px;
 border: 0px;
 z-index: 100;
}


/* #header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

/* Menu */

#menu {
	width: 988px;
	position: absolute; 
	margin-top: 189px;
	background: url(images/menu-bg.gif) repeat-x;
        padding: 0px;
}

#menu ul {
	list-style: none;
	text-align: left;
	padding: 3px 0px 10px 27px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

#menu li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
        font-size: 22px;
        font-family: Arial, Helvetica,!important;
}

#menu li a.active
{
	color: #f80004;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: none;
}

/* Content */

#content {
/*	background: #FFF url(images/gbg.gif) repeat-y;*/
	border-top: 5px solid white;
	margin: 0px auto;
	width: 988px;
}

/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 739px !important;
	width: 736px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 15px 0px 0px 5px;
}

/* Post */

.post {
margin-bottom: 20px;
padding-bottom: 20px;
margin-right: 10px;
border: 1px solid black;
font-family: Arial, Helvetica !important;
}

.post .title {
font-weight: bold;
padding: 10px 10px 20px 10px;
font-size: 24px;
width: 510px;
}

.post .title a {
text-decoration: none;
color: #070707;
}

.post .title a:hover {
text-decoration: underline;
color: #070707;
}

.post .date {
margin-top: -73px;
text-align: right;
padding: 10px 10px 0px 0px;
font-size: 14px;
font-weight: bold;
}

.post .entry {
padding: 10px 10px 10px 10px;
font-size: 17px;
}

.post p {
text-align: justify;
}

.post .meta {
float: right;
font-size: 14px;
font-weight: bold;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: white;
	float: left;
	width: 229px;
	padding: 15px 0px 0px 0px;
        margin-left: 5px;
}

#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;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

.footer-right {
 float: right;
}

.footer-left {
 float: left;
 width: 350px;
 height: 250px;
 background: #fff url(images/bottom1.jpg) no-repeat;
}

.counters {
 position: absolute;
 margin: 110px 0 0 10px;
 border: 0px;
 width: 300px;
 padding-bottom: 20px;
 text-align: center;
}

.footer-left .text {
 position: absolute;
 margin: 150px 0 0 10px;
 border: 0px;
 font-size: 14px;
 color: white;
 width: 300px;
 text-align: center;
}

.footer-left .text p {
 padding: 0px;
 margin: 0px;
}

.counters span {
padding-left: 10px;
}

.nextprev { margin: 10px; text-align: center; }

.entry img {
 border: none;		
 margin: 0px;		
}

.book {
text-align: center;
margin-bottom: 40px;
}

.book img {
border: 1px solid black;  
}

.book a, .book a:hover  {
color: #ff0510;
font-size: 18px;
text-decoration: none;
}

.commentlist {
margin-top: 10px;
} 

.comment {
width: 100%;
}

.admin-comment {
width: 100%;
/*background: #909090;*/
}

.admin-comment img {
float:left;
margin:0 10px 10px 0;
}

.comment .comment-meta {
border-bottom: 1px solid black;
float: right;
width: 100%;
}


.admin-comment .comment-meta {
border-bottom: 1px solid black;
float: right;
width: 87%;
}

.left-meta {
float: left;
}

.right-meta {
float: right;
}
.comments-num {
width: 100%;
background: #738261;
padding: 10px 0px 10px 0px;
text-align: right;
}

.comments-num span {
padding-right: 10px;
}

.comments h2 {
padding-bottom: 0px;
margin-bottom: 0px;
}

h2.comments {
padding: 0xp;
margin: 0px;
}

#commentform p {
padding: 0px;
margin: 4px 0px;
}

#submit {
font-size: 15px;
font-weight: bold;
}

.subscribe-to-comments {
font: normal Arial, Helvetica, sans-serif;
color: #070707;
}


cite {
font-style: normal;
font-size: 18px;
}

cite a, cite a:hover {
text-decoration: none;
}

.more-link {
font-weight: bold;
}

