/*
Theme Name:
Theme URI: http://numberonedesigner.com/
Description: Makeup 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: 62.5%/1.8em Arial, Tahoma, Verdana, sans-serif;
	color: #363D2F;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
a {
	color: #515847;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 8px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.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}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 107px;
	position: relative;
}

#logo {
	position: absolute;
	top: 12px;
	left: 3px;
	width: 192px;
	height: 60px;
	text-indent: -9999px;
	background: url(i/logo.gif) no-repeat;
}

#nav {
	position: absolute;
	top: 16px;
	left: 228px;
	line-height: 24px;
	font-size: 1.2em;
	background: #E0EFC8 url(i/nav.gif) no-repeat;
}
#nav ul {
	float: left;
	height: 29px;
	padding: 5px 0 0;
	list-style: none;
	background: url(i/nav.gif) 100% 100% no-repeat;
}
#nav li {
	float: left;
	padding: 0 6px;
}
#nav a {
	float: left;
	padding: 0 12px;
}
#nav a:hover,
#nav .current_page_item a {
	background: #97CA49;
	color: #FFF;
	text-decoration: none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 280px 0 0;
	font-size: 1.4em;
}
.post {
	margin: 0 0 30px;
}
#content h2 {
	font: 1.42em/1 Arial, Tahoma;
	margin: 0 0 8px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.post .date {
	font-size: 0.85em;
	margin: 0 0 5px;
}
.entry {
	text-align: justify;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

#content h3 {
	font-size: 24px;
	margin: 0 0 8px;
}
div.pagetitle {
	margin: 5px 0 30px;
	font-weight: normal;
	text-align: center;
	font-size: 22px;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}


#categories {
	border: solid #D6D8D5;
	border-width: 1px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
	padding: 11px 0 14px;
}
#categories ul {
	margin: 5px 0 0;
}
#categories ul ul {
	margin: 0;
}
#categories li {
	list-style: none;
	float: left;
	padding-right: 17px;
}
#categories li li {
	float: none;
	background: url(i/arrow.gif) 0 6px no-repeat;
	padding-left: 6px;
	padding-right: 0;
}
#categories a {
	color: #B9BCB5;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
	font-size: 1.2em;
}

.block {
	background: #F4FAEC url(i/block.gif) no-repeat;
	height: 1%;
	margin: 0 0 15px;
}
.blb {
	background: url(i/block.gif) 100% 100% no-repeat;
	padding: 18px 24px;
}

#sidebar h3 {
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 18px;
}

.news {
	padding: 0 0 18px;
}
.news .date {
	color: #ACAEAA;
	font-size: 1.1em;
}
.all-news {
	text-align: right;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #A8ABA3;
	height: 90px;
	position: relative;
}
#footer a {
	color: #A8ABA3;
}
#search {
	position: absolute;
	top: 0;
	right: 4px;
	width: 232px;
	height: 35px;
	padding: 15px 0 0 18px;
	background: #EDEEEC url(i/search.gif) no-repeat;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
}
.search {
	width: 164px;
	padding: 4px 5px;
	border: none;
	background: #FFF;
}
.go {
	float: left;
	font: bold 11px Arial, Tahoma;
	cursor: pointer;
	border: none;
	background: none;
	margin: 3px 0 0 8px;
	color: #90948B;
	margin-right: -3px;
	width: 40px;
}
.go span {
	text-decoration: underline;
}
a#rss {
	position: absolute;
	top: 58px;
	right: 6px;
	background: url(i/rss.gif) no-repeat;
	padding: 0 0 4px 21px;
	color: #97CA49;
}