/*
Theme Name:
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Author: Dimox
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/15px Arial, Tahoma, Verdana, sans-serif;
	color: #595959;
	width: 100%;
}
a {
	color: #0E6441;
	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: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 145px;
	position: relative;
  background: #D8D2B5 url(i/header.jpg) no-repeat;
  border-bottom: 2px solid #707B6C;
}
#home #header {
	height: 255px;
  background: #D8D2B5 url(i/header2.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 42px;
	left: 240px;
	width: 450px;
	height: 70px;
  text-indent: -9999px;
}
#home #logo {
	top: 30px;
	left: 250px;
}

#order {
	position: absolute;
	top: 17px;
	right: 36px;
	width: 103px;
	height: 103px;
  background: url(i/order.jpg) no-repeat;
  text-indent: -9999px;
}
#home #order {
	top: 100px;
}

#description {
	position: absolute;
	top: 124px;
	left: 268px;
  line-height: 18px;
	width: 550px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
  background: url(i/middle-bottom.gif) 0 100% no-repeat;
	padding: 2px 0 9px;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 40px 31px 1px 42px;
	margin: 0 0 0 1px;
  border-left: 258px solid #EDE6C7;
	height: 1%;
	overflow: hidden;
}
#home #content {
	padding: 40px 0 1px 42px;
}

#leftColumn {
	float: left;
	width: 300px;
	padding: 10px 0 0;
}

.post {
	margin: 0 0 60px;
}
.date {
	float: left;
	display: inline;
	width: 45px;
  border: 1px solid #EDE6C7;
  text-align: center;
  font-size: 24px;
  line-height: 1;
	color: #95907D;
	padding: 0 0 3px;
	margin: -2px 13px 9px 0;
}
.date span {
	display: block;
	background: #95907D;
	color: #FFF;
  font-size: 10px;
	height: 13px;
	margin: 0 0 4px;
	padding: 3px 0 0;
}
#content h2 {
	font: 12px/15px Arial, Tahoma;
}
#single #content h2 {
  font-size: 18px;
  line-height: 1;
	margin: 0 0 18px;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 18px/1 Arial, Tahoma;
	margin: 0 0 18px;
}
#content .entry h3 {font-size: 17px}
#content .entry h4 {font-size: 15px; font-weight: bold;}
#content .entry h5 {font-size: 14px; font-weight: bold;}
#content .entry h6 {font-size: 13px; font-weight: bold;}
img.image {
	float: left;
	padding: 6px;
  background: url(i/shadow.gif) no-repeat;
	margin: 0 12px 10px 0;
	clear: both;
}
.ptags, .pcat {
  font-size: 10px;
  line-height: 18px;
}
.comments {
	margin: 8px 0 0 -5px;
}
.comments a {
	margin: 0 5px;
}

.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;
}

#content h3 {
	font-size: 18px;
  font-weight: normal;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 0 0 30px;
	text-align: center;
	font-size: 17px;
}

.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: 4px 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 {padding: 0 0 20px}
#commentform p {margin: 0 0 8px}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #BBB;
}
#comment {
	width: 450px;
	height: 150px;
}
#submit {
	width: 160px;
	height: 24px;
	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;
}

#rightColumn {
	float: right;
	width: 373px;
}
#rightColumn h3 {
	line-height: 43px;
  background: #EDE6C7 url(i/headline.gif) no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 18px;
  font-size: 24px;
  font-weight: normal;
}
#rightColumn img.image {
	margin: 0 12px 18px 0;
}
#rightColumn .post {
	margin: 0 0 20px;
	overflow: hidden;
	height: 1%;
}
#rightColumn .entry {
	clear: none;
	display: table;
	height: 1%;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 258px;
	margin-left: -100%;
	position: relative;
	left: 1px;
	background: #EDE6C7 url(i/sidebar.gif) no-repeat;
}

#contacts {
  background: url(i/sidebar.gif) -258px 100% no-repeat;
  border-bottom: 3px solid #FFF;
	padding: 25px 0 25px 28px;
	height: 1%;
}

#nav li {
	list-style: none;
}
#nav a {
	display: block;
  background: url(i/nav.gif) no-repeat;
	padding: 0 0 0 33px;
  border-bottom: 3px solid #FFF;
  text-decoration: none;
  text-transform: uppercase;
	font: 18px/50px "Arial Narrow", Tahoma, Arial;
	color: #484340;
	height: 1%;
}
#nav a:hover {
  text-decoration: underline;
}

.section {
  background: url(i/sidebar.gif) no-repeat;
	height: 1%;
  border-top: 3px solid #FFF;
}
.sb {
  background: url(i/sidebar.gif) 100% 100% no-repeat;
	padding: 15px 28px;
}
.section h3 {
  font-size: 15px;
  line-height: 1;
	margin: 0 0 15px;
}
.section ul {
	padding: 0 0 5px 10px;
}
.widget_tag_cloud {
	padding-bottom: 25px;
}
.widget_tag_cloud a {
  line-height: 20px;
	margin: 0 3px;
}

#widbot {
	height: 5px;
	overflow: hidden;
  background: #EDE6C7;
  margin-top: -5px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 2px 0 1px;
	padding: 25px 28px 0 17px;
	height: 41px;
  background: #EDE6C7 url(i/footer.gif) no-repeat;
}
.links {
  text-align: center;
}
#home .links {
	float: right;
}
