﻿@import 'categories.css';

* { margin: 0; padding: 0; }

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font: 13px/18px Verdana;
	color: #000;
	background-color:#FFFFFF;
}

strong { font-weight:normal; }
	
a {
	color: #000000; /*#E60000;*/
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000000;/*#AA0001;*/
	text-decoration: underline;
}

p {margin: 0; padding: 1px 0; line-height:17px;}

h1 {margin: 20px 0 0;}
img {border: 0;}

h2 {
	font: normal 16px "Trebuchet MS", Arial, Sans-Serif;
}

blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	border-top: 5px solid #EEE;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	position: relative;
}
#top-nav {
	position: absolute;
	top: 20px;
	right: 0;
	list-style: none;
}
#top-nav li {
	float: left;
}
#top-nav a {
	color: #808080;
	margin: 0 0 0 13px;
	padding: 0 0 0 12px;
	font-size: 12px;
}
#top-nav .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	position: absolute;
	top: 57px;
	right: 0;
}
#searchform input,

#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
}

#s, .search {
	width: 250px;
	padding-right:0px;
	border: 2px solid #ccc;
	margin-right: 35px;
}

#searchsubmit, .go {
		width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(i/search.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#logo {
	position: absolute;
	top: 0px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}



/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 590px;
	float: left;
	padding: 0 15px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 17px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 2px;
}

#content img {
	float: left;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#content .post {
	margin: 0 0 15px;
}
#content .post h2,
#content .post h3 {
	font-size: 20px;
	margin: 0 0 2px;
}

.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
}
.post .postmetadata a {
	color:#000000;
	}

.entry h1 {
	font-size: 18px;
	margin: 15px 0 10px;
}

.entry h2 {
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 13px;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	padding: 0 0 22px;
}
.navigation {
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
}
#order select {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}

h3#comments {
	margin-bottom: -10px;
}
#respond h3 {
	margin: 20px 0 0;
}

ol.commentlist {list-style: none; margin: 20px 0 0; padding:0;}
ol.commentlist li {border: 1px solid #DFDFDF; height: 1%; margin: 0 0 10px; padding: 5px 10px 8px; position: relative;}
ol.commentlist li ul.children li {margin: 0 0 2px;}
ol.commentlist li.comment-author-admin {border-color: #999;}
ol.commentlist li div.vcard cite.fn {font-style: normal; font-weight: bold;}
ol.commentlist li div.vcard img.avatar {border: 1px solid #DDD !important; padding: 2px !important; position: absolute; right: 8px; top: 8px; margin: 0 !important;}
ol.commentlist li div.comment-meta {font-size: 10px; font-weight: bold; color: #888;}
ol.commentlist li div.comment-meta a {color: #888; text-decoration: none;}
ol.commentlist li div.comment-meta a:hover {text-decoration: underline;}
ol.commentlist li div.reply {font-size: 13px; line-height: 16px; width: 100%; overflow: hidden; text-transform: lowercase; }
ol.commentlist li div.reply a {background: #F4F4F4; float: left; color: #AA0001; text-decoration: none; padding: 0 6px 2px; border: 1px solid #CCC;}
ol.commentlist li div.reply a:hover {background: #E60000; color: #FFF; border: 1px solid #E60000;}
ol.commentlist li ul.children {list-style: none; margin: 10px 0 0;}
#cancel-comment-reply small {font-size: 13px}
ol.commentlist li.even {background: #FFF;}
ol.commentlist li.odd {background: #F4F4F4;}

#commentform p {
	padding: 8px 0 3px;
}
#author, #email, #url, #comment, #submit {
	font: 13px Arial, Tahoma;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 528px;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
li.depth-1 #comment {width: 505px}
li.depth-2 #comment {width: 485px}
li.depth-3 #comment {width: 462px}
li.depth-4 #comment {width: 442px}
li.depth-5 #comment {width: 425px}
#submit {
	width: 115px;
	height: 24px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
#submit:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}

#autoriz {
	margin: 0 0 20px;
}
#autoriz label {
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 13px;
}
#autoriz input {
	float: left;
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 0 2px;
}
.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	border: none;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}
#autoriz #enter {
	float: right;
	margin: 0 12px 0 0;
	border: 1px solid #64000D;
	background: #FFFFFF;
	color: #000000;
	width: 60px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	margin: 0 0 20px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 13px;
	font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	background: #EEE;
	border:1px solid #DEE0D5;
}

/* My styles */
#conclusion {
	color:			#000000;
	background-color: 	#CDCFFF;
	border:			1px solid black;
	font-family: 		Tahoma;
	font-size: 		14px;
	text-align:		justify;
	padding:		5px;
}

#conclusion img { 
	border: 0px;
}

#box1 {
	background-color:#F8FAFF;
	border:1px solid #DEE0D5;
	margin-bottom:10px;
	padding:5px 10px;
}

#box1 h2 {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	color:#4E7DA4;
}

#box1 h2 strong {
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	color:#4E7DA4;
}

#box1 h2 strong a {
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	color:#4E7DA4;
}

#box1 h2 a {
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	color:#4E7DA4;
}

#box1 img {

	float: left;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width:100px;
}

#box2 {
	background-color:#F8FAFF;
	border:1px solid #DEE0D5;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	padding:10px;
	float:left;
	width:250px;
	height:320px;
}

#box2 h2 {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 6px;
}

#box2 h2  a{
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform: uppercase;
	color:#4E7DA4;
}

#box2 img {
	float: left;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width:100px;
}

#headermenu{
	background-color:#F8FAFF;
	border:1px solid #DEE0D5;
	margin-bottom:20px;
	margin-top:0px;
	float:left;
	width:980px;
	height:150px;
	padding:5px;
}

#headerbox{
	float:left;
	height:90px;
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
}

#headerbox li {
	list-style: none outside none;
	margin-bottom:3px;
	border-bottom:1px dotted black;
}

#headerbox h1 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#poll strong {
	font-weight:bold;
}

#postmetadata {
	border-bottom: 1px solid #EEE;
	padding: 0 0 6px;
	margin: 0 0 6px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 385px;
	font-size: 12px;
}

* html #sidebar {height: 1%;}

#sidebar:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#sidebar li {
	list-style: none;
	padding: 3px 4px;
	margin: 0;
}

#sidebar li a {
	color: #000000;
}

#sidebar .post {
	margin: 0 0 24px;
}

#sidebar p {
	padding: 0;
}
#sidebar li div strong {
	font-weight:bold;
}

#sidebar .postmetadata {
	font-size: 11px;
}

#readmorelink {
	text-decoration:underline;
	color:navy;
}

#readmorelink:hover {
	text-decoration:underline;
	color:red;
}

#nav {
	list-style: none;
	position: absolute;
	top: 105px;
	left: 0;
	height:23px;
	width: 100%;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #CCC;
	border-top:1px dotted #CCC;
}

#nav li {
	font-size: 13px;
	display: inline;
	text-transform: uppercase;
	float: left;
}

#nav li a {
	margin-left:25px;
	margin-right:25px;
	color: #316087;
	display: block;
	padding: 3px 5px;
	position: relative; /* для IE6, чтобы ссылка была кликабильной по всей своей площади */
	font-weight:bold;
}

#nav li a:hover {
	text-decoration:none;
	background-color:#ABBDC0;
}

#nav li.current_page_item {
	background-color:#ABBDC0;
}


