/*
Theme Name:
Theme URI: http://numberonedesigner.com/
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #414141;
  border-top: 20px solid #EA5E00;
	width: 100%;
	background: #F3F3F3 url(i/top-bg.gif) 0 20px repeat-x;
}
a {
	color: #C60000;
	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;
	height: 1%;
}
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: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 969px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	position: relative;
  background: url(i/header.png) no-repeat;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 320px;
	height: 93px;
  text-indent: -9999px;
}

#subscribes {
	position: absolute;
	top: 9px;
	right: 5px;
	width: 88px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
	color: #F30;
}
#rss {
	display: block;
	width: 82px;
	height: 86px;
  background: url(i/rss.png) no-repeat;
  text-indent: -9999px;
	margin: 0 auto;
}
#subscribes div {
	padding: 4px 0;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 16px 0;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 394px 0 4px;
}
.post {
	margin: 0 0 50px;
}
#content h2 {
	font: 24px/1 Arial, Tahoma;
	margin: 0 0 18px;
  letter-spacing: -1px;
	color: #103900;
}
#content h2 a {
	color: #103900;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 24px/1 Arial, Tahoma;
	margin: 25px 0 18px;
	color: #103900;
}
#content .entry h3 {font-size: 22px}
#content .entry h4 {font-size: 20px}
#content .entry h5 {font-size: 18px}
#content .entry h6 {font-size: 16px}
.entry {
	text-align: justify;
  border-bottom: 1px solid #E1E1E1;
}
.pmeta {
	font-size: 11px;
	color: #BCBCBC;
	margin: 12px 0 0;
}
.pmeta a {
	color: #BCBCBC;
}
.comments {
	float: right;
  font-weight: bold;
}
.comments a {
	color: #C60000;
	background: url(i/comments.png) no-repeat;
	padding: 1px 0 2px 22px;
}

.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 {
	margin-left: 18px;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 5px 0 40px;
	text-align: center;
	font-size: 20px;
}

.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #DDD;
	padding: 2px;
	margin: -2px 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #888;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform p {margin: 0 0 8px}
#author, #email, #url, #comment, #submit {
	font: 14px Arial, Tahoma;
	padding: 5px;
	width: 190px;
	border: 1px solid #BBB;
}
#comment {
	width: 98%;
	height: 150px;
}
#submit {
	width: 190px;
	height: 28px;
	padding: 0;
	background: #ECECEC;
	cursor: pointer;
	overflow: visible;
}

.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: 328px;
	margin-left: -328px;
	position: relative;
	font-size: 12px;
  line-height: 14px;
	color: #616161;
	overflow: hidden;
}

.section {
  background: #FFF url(i/section.png) repeat-y;
	margin: 0 0 10px;
	height: 1%;
}
.section.green {
  background: #EAFEC4 url(i/section2.png) repeat-y;
}
.section .st {
  background: url(i/section.png) -328px 0 no-repeat;
}
.green .st {
  background: url(i/section2.png) -328px 0 no-repeat;
}
.section .sb {
  background: url(i/section.png) -656px 100% no-repeat;
	padding: 11px 17px 15px;
}
.green .sb {
  background: url(i/section2.png) -656px 100% no-repeat;
}
.section a {
	color: #575757;
}
.section li {
	list-style: none;
}

.section h3 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
	color: #C14E00;
  border-bottom: 1px solid #E3E3E3;
	margin: 0 -13px 10px;
	padding: 0 13px 4px 40px;
}
.green h3 {
	color: #476C02;
  border-bottom: 1px solid #D0E2AE;
}
h3.headline1 {
  background: url(i/icons.png) 17px 1px no-repeat;
	color: #1A5B00;
}
h3.headline2 {
  background: url(i/icons.png) 17px -40px no-repeat;
}
h3.headline3 {
  background: url(i/icons.png) 17px -80px no-repeat;
}
h3.headline4 {
  background: url(i/icons.png) 17px -122px no-repeat;
}
h3.headline5 {
  background: url(i/icons.png) 17px -164px no-repeat;
}
h3.headline6 {
  background: url(i/icons.png) 17px -204px no-repeat;
}

#search {
	width: 303px;
	overflow: hidden;
	position: relative;
	left: -5px;
}
#search label {
  font-size: 12px;
	color: #7F7F7F;
	display: block;
	padding: 0 0 4px;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
	color: #7F7F7F;
}
.search {
	width: 269px;
	padding: 1px 5px 2px;
	border: 1px solid #CFCFCF;
}
.go {
	cursor: pointer;
	border: none;
	width: 16px;
	height: 16px;
	background: url(i/go.gif) no-repeat;
	margin: 1px -3px 0 6px;
}

.section .title,
.section .title a {
	color: #1F1F1F;
}

#categories a {
  text-decoration: none;
}
#categories a:hover {
  text-decoration: underline;
}

.adv {
  text-align: center;
	margin: 0 0 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #FFF;
  font-size: 11px;
}
.footer {
	width: 969px;
	margin: 0 auto;
	padding: 40px 0 37px;
	color: #323232;
}
.footer a {
	color: #323232;
}
