/*
Theme Name:
Theme URI: http://numberonedesigner.com/
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/18px Arial, Tahoma, sans-serif;
	width: 100%;
  background: #FFF url(i/bg.gif) repeat-x;
}
a {
	color: #5E8039;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 3px 25px 5px 0}
.alignright {float: right}
img.alignright {margin: 3px 0 5px 25px}

#wrapper {
	width: 990px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 257px;
	position: relative;
  background: #5E8039 url(i/header.jpg) 100% 100% no-repeat;
}

#logo {
	position: absolute;
	top: 36px;
	left: 0;
	width: 254px;
	height: 221px;
  background: #FFF url(i/logo.gif) no-repeat;
  text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 31px;
	background: #516E30 url(i/bg.gif) repeat-x;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav li {
	float: left;
	padding: 2px 0 3px;
	position: relative;
	list-style: none;
}
* html #nav li {behavior:url("ie6hover.htc")}
#nav a {
	float: left;
	color: #FFF;
	padding: 0 16px;
	margin: 0 14px 0 0;
  text-decoration: none;
}
#nav a:hover,
#nav .current_page_item a,
#nav li:hover a,
#nav li.hover a {
	background: #FFF;
	color: #5E8039;
}
#nav ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 168px;
	padding: 10px 14px;
	background: #5E8038;
  border-bottom: 6px solid #496926;
  text-transform: none;
  line-height: 24px;
  font-size: 12px;
}
#nav li:hover ul,
#nav li.hover ul {
	display: block;
}
#nav ul li {
  background: url(i/arrow.gif) 0 10px no-repeat;
	padding: 0 0 0 12px;
	float: none;
}
#nav ul a,
#nav li:hover li a,
#nav li.hover li a {
  text-decoration: underline;
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	color: #FFF;
}
#nav ul a:hover,
#nav li:hover li a:hover,
#nav li.hover li a:hover {
	background: none;
	color: #FAF70B;
  text-decoration: none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 988px;
  border: 1px solid #DADADD;
	border-width: 0 1px 1px;
  background: #FFF url(i/middle-bg.gif) repeat-x;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
  background: url(i/shadow.gif) 682px 0 no-repeat;
}
#content {
	margin: 0 269px 0 0;
	padding: 9px 45px 1px 30px;
  border-right: 1px solid #E5E5E5;
}
.post {
	margin: 0 0 40px;
}
#content h2 {
	font: bold 14px/18px Arial, Tahoma;
  text-transform: uppercase;
	color: #414141;
  background: url(i/arrow2.gif) 0 5px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 21px -13px;
}
#content h2 a,
#content h3 a {
	color: #414141;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	text-decoration: underline;
}
#content h3 {
	font: bold 14px/18px Arial, Tahoma;
  text-transform: uppercase;
	color: #414141;
	margin: 0 0 5px;
}
.entry {
	text-align: justify;
}
.entry img {
  border: 5px solid #DADADD;
}
.post .date {
  font-size: 12px;
	margin: 0 0 18px;
	color: #777;
}


.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 239px;
	margin-left: -270px;
	position: relative;
  border-left: 1px solid #E5E5E5;
	padding: 0 15px 0;
  font-size: 12px;
	color: #4C4C4C;
}

h3#news {
	font: bold 14px/36px Arial, Tahoma;
  text-transform: uppercase;
	color: #333;
  background: #DADADD url(i/arrow3.gif) 15px 14px no-repeat;
	padding: 0 0 0 28px;
	margin: 0 -15px 12px -16px;
  border-left: 1px solid #C4C4C6;
	height: 36px;
}
.news {
  border-bottom: 1px solid #E5E5E5;
	margin: 0 0 9px;
	padding: 0 0 8px;
}
.news .date {
  font-size: 11px;
	color: #858585;
}
.news p {
	margin: 0 0 3px;
}
.news .more {
  text-align: right;
  font-size: 11px;
}
.all-news {
	margin: 17px 0 20px;
}

#search {
	width: 239px;
	overflow: hidden;
  border: 1px solid #D9D9D9;
	border-width: 1px 0;
	margin: 0 -15px -1px;
	padding: 15px 15px 22px;
  background: #F2F2F2;
}
#search h3 {
	font-size: 11px;
  text-transform: uppercase;
	color: #333;
  background: url(i/search.gif) 0 5px no-repeat;
	padding: 0 0 8px 16px;
}
#search input {
	font: 12px Arial, Tahoma;
	float: left;
}
.search {
	width: 194px;
	padding: 4px 5px;
	border: 1px solid #D7D7D7;
}
* html .search {margin: 0 0 0 15px}
*+html .search {margin: 0 0 0 15px}
.go {
	cursor: pointer;
	border: none;
	width: 24px;
	height: 24px;
	background: url(i/go.gif) 50% no-repeat;
	margin: 0 0 0 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #E7E7E7;
	margin-top: 1px;
  font-size: 12px;
	color: #737373;
	padding: 45px 30px 23px;
	height: 1%;
	overflow: hidden;
}
#contacts,
#address {
	float: right;
  border-left: 1px solid #CFCFCF;
	color: #353535;
  line-height: 14px;
}
#contacts {
	width: 175px;
	padding: 0 0 10px 20px;
}
#address {
	width: 220px;
	padding: 0 20px 38px;
}
#copyright {
	margin: 0 0 48px;
}
