/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
  		/* float: center; */
}

p { 
  margin-bottom: 14px; 
  font: 12px Arial,Sans-serif;
  line-height: 22px;
}

h1 { 
  font-size: 24px; 
  line-height: 42px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #00480b;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: #333 url(img/grass1.jpg) repeat;
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 860px;
	margin: 40px 0px 10px;
	background: #fff;
	border: 0px solid #00800b;
	position:absolute;
	left: 50%;
	width:860px;
	margin-left: -430px; /*set to a negative number 1/2 of your width*/
}

#main {
	background: url(img/bg-content.png) repeat-x top left;

}

#content {
	width: 570px;
	padding: 20px 20px 0;
	float: right;
}

a {
	color: #00480b;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	/* background: url(img/bg-head.png) repeat-x bottom left; */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* Slogan */

#slogan {
	background: url(img/blank.jpg) repeat-x;
	padding: 0px 0px 0;
	color: #fff;
	font: 100% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 10px;
}

#sidecontainer {
	clear: both;
        float: left;
        margin: 0px;
}

#eobclogo {
	width: 200px;
	margin: 140px 30px 21px 0px;
	_margin-right: 15px;
	padding: 5px 10px;
        text-align: center;
}

/* MENU */

#menu {
	width: 200px;
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	border: 3px solid #00480b;
	border-width: 3px 0;
	background: #f8f8f8;
	padding: 5px 10px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "»  ";
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 24px;
	text-decoration: none;
}

#menu li a:hover {
	background: #00480b;
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding-left: 20px;
	padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
	border-top:  2px solid #00480b;
	clear: both;
}

#footertext {
	font-size: 85%;
        font-weight: bold;
        color: #ffffff;
}
