@charset "utf-8";
/*
Theme Name: different v.1
Theme URI: http://agita.net.ru/
Description: Unique theme for wordpress. Version 0.8. All updates available on author page. Design by <a href="http://agita.net.ru/" target="blank">http://agita.net.ru</a>.
Version: 1.0
Author: Agita
Tags: dark, one-column, fixed-width
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin:0px;
	background-color: #0c0810;
	background-image: url(images/background.png);
}
p,
h1,
h2 {
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}
p {
	text-indent: 20px;
	line-height: 2;
}
p:first-letter {
	font-weight: bold;
	margin-right: 1px;
}
a:link,
a:visited {
	text-decoration: none;
	color: #645645;
}
a:hover,
a:active {
	text-decoration: none;
	color: #9c8467;
}

/* ---------- header.php */

#header_fon {
	width:100%;
	background-image: url(images/header_fon.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 314px;
}
#header {
	width:100%;
	background-image: url(images/header_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 314px;
}

/* ---------- index.php */

#mainbody {
	width:100%;
}
.navigation {
	margin: 30px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.error {
	font-size: 36px;
	color: #645645;
	padding-top: 30px;
	padding-bottom: 50px;
	font-weight: bold;
}

	/* ---------- mainmenu */

#mainmenu {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/mainmenu_fon.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 102px;
	width: 100%;
}
#mainmenu_links {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	padding-top: 20px;
	letter-spacing: 1px;
	margin:0px;
}
#mainmenu_links li {
	text-transform: uppercase;
	display: inline;
}
#mainmenu_links a:link,
#mainmenu_links a:visited {
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: #645645;
}
#mainmenu_links a:hover,
#mainmenu_links a:active {
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: #9c8467;
}
#mainmenu_links .current_page_item a:link,
#mainmenu_links .current_page_item a:visited {
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: #9c8467;
}

	/* ---------- post */

.post {
	width:964px;
	margin-bottom: 30px;
	background-image: url(images/post_background.png);
	width: 964px;
	background-repeat: repeat-y;
	background-position: center;
}
.post_title {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/post_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 964px;
	text-align: center;
	margin:0px;
}
.post_title h1 {
	padding-top:55px;
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:1px;
}
.post_title a:link,
.post_title a:visited {
	text-decoration: none;
	color: #413321;
}
.post_title a:hover,
.post_title a:active {
	text-decoration: none;
	color: #645645;
}
.post_body {
	background-image: url(images/post_body_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 964px;
	color: #666;
	text-align:left;
}
.post_body img {
	border: 1px solid #18131c;
	padding: 3px;
	margin: 10px;
}
.post_body p {
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 0px;
}
.post_body li {
	margin-left:100px;
	margin-right:100px;
}
.post_body h1,
.post_body h2,
.post_body h3 {
	text-align: left;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}
.post_body a:link,
.post_body a:visited {
	text-decoration: none;
	color: #999;
}
.post_body a:hover,
.post_body a:active {
	text-decoration: none;
	color: #CCC;
}
.post_tag {
	width: 964px;
	height:50px;
	background-image: url(images/post_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:right;
}
.tags {
	font-size:10px;
	color:#413321;
	font-weight:bold;
	text-align:right;
	padding-top: 15px;
	padding-right: 100px;
	text-transform: lowercase;
}
.tags a:link,
.tags a:visited {
	text-decoration: none;
	color: #645645;
}
.tags a:hover,
.tags a:active {
	text-decoration: none;
	color: #9c8467;
}

/* ---------- footer.php */

#footer {
	width:100%;
	background-image: url(images/footer_fon_global.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 293px;
}
#footer_fon {
	width:100%;
	background-image: url(images/footer_fon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 293px;
}

/* ---------- sidebar.php */

#sidebar {
	width:964px;
}
#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
	color: #645645;
}
#sidebar a:hover,
#sidebar a:active {
	text-decoration: none;
	color: #9c8467;
}
.block_table {
	margin-top:37px;
}
.block_table td {
	font-size: 10px;
	color: #999;
}
.block_title {
	font-weight:bold;
	text-transform:lowercase;
	margin-bottom:5px;
}
.counters {
	margin:10px;
}

	/* ---------- список категорий */

#categories {
	padding: 0px;
	margin: 0px;
}
#categories li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #413321;
}
#categories a {
	float: left;
}

	/* ---------- нижнее меню навигации */

#mainmenu_bottom {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	text-align:right;
}
#mainmenu_bottom li {
	text-transform: lowercase;
	display: inline;
}
#most_viewed {
	padding: 0px;
	margin: 0px;
}
#most_viewed li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

	/* ---------- облако тегов */

.tag_cloud {
	width: 100%;
	text-align: center;
}

/* ---------- comments.php */

#commentlist {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin-top: 30px;
}
#commentlist li {
	list-style-type: none;
	margin-bottom: 30px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #171218;
}
#commentlist em {
	color:#900;
}
#commentlist p {
	padding: 10px;
	margin: 0px;
	margin-right: 50px;
	font-size: 12px;
	color: #666;
}
.post_comments {
	text-align: center;
	width: 800px;
	color: #666;
	padding-top: 10px;
	margin-right: 30px;
	font-size: 12px;
}
.form_comment {
	padding-top: 30px;
	width: 500px;
}
.form_comment textarea {
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	border: 1px solid #171218;
	background-color: #0b070b;
	color: #999;
	font-size:12px;
}
.form_comment input {
	border: 1px solid #171218;
	background-color: #0b070b;
	color: #666;
	font-size: 12px;
}
#respond {
	width: 800px;
	margin-bottom: 50px;
}
.comment-meta {
	font-size: 10px;
	color: #666;
}
.comment-reply-link {
	font-size: 10px;
	font-weight: bold;
}
.url,
.fn {
	font-weight: bold;
	text-decoration:none;
	font-style: normal;
}
.fn {
	font-size: 18px;
	text-align: left;
	color: #645645;	
}
#author-data {
	margin-top: 10px;
}
.nocomments {
	padding-bottom:10px;
}
.contakts {
	color: #645645;
	font-weight: bold;
}

/* ---------- addons */

	/* ---------- rulers */

.rulers,
.rulers img {
	background-color: #EEE;
	border: 0px;
	margin-top: 20px;
}
.rulers {
	width: 600px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.rule_code {
	padding: 10px;
	border: 1px solid #999;
	color: #666;
	font-size: 10px;
	width: 400px;
	margin-bottom: 20px;
}

	/* ---------- sitemap */

.ddsg-wrapper {
	text-align:left;
	font-size: 12px;
	color: #999;
	padding-left:200px;
	padding-right:200px;
}
.ddsg-wrapper li {
	padding: 5px;
}
.ddsg-wrapper h2 {
	margin: 0px;
}
.ddsg-wrapper img {
	border:0px;
	margin:0px;
	padding:0px;
}
.children {
	margin-bottom:5px;
}