/*
Theme Name: qox.ru
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;
}
html {height: 100%}
body {
	font: 12px/1.1 Tahoma, Arial, Verdana, sans-serif;
	color: #292929;
	width: 100%;
	height: 100%;
}

a {
	color: #2772B3;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 8px 0;
	line-height: 18px;
}
li {
	line-height: 18px;
}
img {border: none;}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<865?'870px':'');
	min-width: 870px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 61px;
 	background: #135579 url(i/header-bg.gif) repeat-x;
}
.header {
	width: 870px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	background: url(i/logo.gif) no-repeat;
	top: 0;
	left: 42px;
	height: 80px;
}
#logo {
	font: normal 28px/45px Georgia, "Times New Roman";
	cursor: pointer;
	color: #FFF;
	letter-spacing: 1px;
	padding: 0 0 0 84px;
	text-decoration: none;
	display: block;
}
#logo b {
	position: absolute;
	top: 10px;
	left: 84px;
	width: 332px;
	height: 30px;
	background: url(i/title.gif) no-repeat;
}

#menu {
	position: absolute;
	top: 13px;
	right: 0;
	font: 11px Tahoma, Arial;
	border-left: 1px solid #494E41;
	list-style: none;
}
#menu li {
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
}
#menu a {
	color: #EBEBEB;
	padding: 3px 7px;
	text-decoration: none;
	background: #2B6587 url(i/menu-bg.gif) repeat-x;
	position: relative;
}
#menu a:hover {
	text-decoration: underline;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 870px;
	margin: 0 auto;
	padding: 40px 0 80px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	float: left;
	width: 537px;
	padding-left: 53px;
}
.post {
	margin: 0 0 40px;
}
#content h2 {
	font: 18px Georgia, "Times New Roman";
	color: #333;
	padding: 0 0 5px;
}
#content h2 a {
	color: #333;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.postmetadata {
	font-size: 10px;
	color: #ADADAD;
	margin: 6px 0 3px 5px;
}
.postmetadata a {
	color: #989898;
}
.comments {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 15px 25px 0;
	background: url(i/line.gif) 50% 100% no-repeat;
}
.comments a {
	background: url(i/comments.gif) 0 2px no-repeat;
	padding: 0 0 1px 16px;
}

.entry {text-align: justify;}

h3.pagetitle {
	margin: 0 0 30px !important;
	font-weight: normal;
	text-align: center;
	font-size: 16px !important;
}
#content h3 {
	font: 18px Georgia, "Times New Roman";;
	margin: 0 0 10px;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {padding: 8px 8px 2px;}
.alt {background: #F7F7F7;}

#author, #email, #url, #comment, #submit {
	font: 12px Tahoma, Arial;
	padding: 2px;
	width: 180px;
	border: 1px solid #BFBFBF;
}
#comment {
	width: 420px;
	height: 170px;
}
#submit {
	width: 80px;
	height: 20px;
	padding: 0;
	background: #E9E9E9;
	cursor: pointer;
	overflow: visible;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}


/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 244px;
	position: relative;
	padding-left: 27px;
}

#search {
	height: 30px;
}
#search input {
	float: left;
	font: 11px Tahoma, Arial;
}
.search {
	border: 1px solid #8AB9D2;
	width: 216px;
	padding: 0 2px 1px;
}
.go {
	width: 16px;
	height: 16px;
	background: url(i/go.gif) no-repeat;
	border: none;
	margin: 0 0 0 5px;
	cursor: pointer;
}

#right h3 {
	text-transform: uppercase;
	color: #FFF;
	background: #749993;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 0 3px 9px;
}
#right ul {
	list-style: none;
	margin: 12px 0 20px 2px;
	font-size: 11px;
}
#right ul ul {
	margin: 0 0 0 5px;
}
#right li {
	line-height: 14px;
	background: url(i/arrow.gif) 0 5px no-repeat;
	padding-left: 10px;
}
#right li a {
	text-decoration: none;
	color: #585858;
}
#right li a:hover {
	text-decoration: underline;
}

#rss {
	display: block;
	width: 60px;
	height: 63px;
	background: url(i/rss.gif) no-repeat;
	margin: 30px auto;
	padding: 10px 0 0 72px;
	font: 32px Georgia;
	text-decoration: none;
	color: #2772B3;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<865?'870px':'');
	min-width: 870px;
	height: 52px;
	margin-top: -52px;
	text-align: center;
	font: 10px/52px Tahoma, Arial;
	color: #898989;
	background: #E9E9E9;
}
#footer a {
	color: #898989;
}