/*
Theme Name: Nano Theme
Theme URI: http://www.pdnx.ru
Description: Эта тема создана на основе дизайна от студии YOOtheme.
Version: 1.1.3
Author: Чулыгин Кирилл
Author URI: http://www.pdnx.ru
*/

@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: white;
	min-width: 980px;
	}
	
a:link, a:visited {
	color: #4488BB;
	text-decoration: none;
	}
	
a:active {
	color: #4488BB;
	text-decoration: none;
	position: relative;
	top: 1px;
	}
	
a:hover {
	color: #DD5500;
	text-decoration: none;
	}
	
#clear {
	clear: both;
	}
	
#hide {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-weight: normal;
	margin: 15px 0 15px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 18px;
}

h4, h5, h6 {
    font-size: 16px;
    line-height: 16px;
}

em, code {
    color: #DD5500;
}

p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
    padding: 0px 0px 15px 0px;
	margin: 0px;
}

ul, ol, dl {
    padding: 0px 0px 15px 30px;
	margin: 0px;
}

.textwidget {
	display: inline;
	}
	
.page {
	display: table;
	clear: both;
	width: 980px;
	margin: 0 auto;
	}
	
	
/* header */

#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
	width: 940px;
	margin: 20px;
	}
	
#header .logo {
	float: left;
	margin: 25px 0px 0px 0px;
	}
	
#header .logo ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#header .logo ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#header .logo ul li a:link, #header .logo ul li a:visited, #header .logo ul li a:active {
	color: #777777;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
    padding: 0 10px 0px 10px;
	margin: 0px 5px 0px 0px;
    text-shadow: 0 1px 1px #FFFFFF;
	float: left;
	height: 30px;
	line-height: 30px;
	}
	
#header .logo ul li a:hover, #header .logo ul li.current-menu-item a {
	color: #444444;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
    padding: 0 10px 0px 10px;
	margin: 0px 5px 0px 0px;
    text-shadow: 0 1px 1px #FFFFFF;
	float: left;
	height: 30px;
	line-height: 30px;
	}
	
#header .search {
	float: right;
	height: 30px;
	margin: 25px 0px 0px 0px;
	}
	
#header .search form {
	border-radius: 4px;
	border: 1px solid #DDDDDD;
    height: 30px;
    padding: 0 25px 0px 25px;
    width: 100px;
	position: relative;
	background: url('/bitrix/templates/blog/images/search.jpg') center left no-repeat;
	}
	
#header .search form p {
	margin: 0px;
	padding: 0px;
	}
	
#header .search form input {
	color: #333333;
    font-size: 14px;
	font-family: Arial,sans-serif;
    height: 30px;
	float: left;
	border: 0px;
    padding: 0;
    width: 100%;
	}
	
#header .search form button {
	display: none;
	}
	
	
/* sidebar */

#sidebar {
	float: left;
	width: 205px;
	padding: 0px 20px 0px 20px;
	}
	
#sidebar h3 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 18px;
    line-height: 18px;
	}
	
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#sidebar ul li {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 6px;
    padding-bottom: 7px;
	list-style-type: none;
	display: block;
	}
	
	
/* content */

#content {
	float: left;
	width: 694px;
	border-left: 1px solid #DDDDDD;
	padding: 15px 20px 0px 20px;
	}
	
#content .item {
	border-bottom: 1px solid #DDDDDD;
    margin: 5px 0px 12px 0px;
    padding-bottom: 18px;
	float: left;
	width: 100%;
	}
	
#content .item h1 {
	font-size: 36px;
    line-height: 36px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content .item h1 a:link, #content .item h1 a:visited, #content .item h1 a:active {
	color: #444444;
	text-decoration: none;
	}
	
#content .item h1 a:hover {
	color: #444444;
	text-decoration: none;
	}
	
#content p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 20px;
	}
	
#content p.links {
	margin: 0px;
	padding: 7px 0px 15px 0px;
	}
	
#content p a img {
	clear: both;
	}
	
#content p.links a:link, #content p.links a:visited, #content p.links a:active {
	color: #4488BB;
	text-decoration: none;
	}
	
#content p.links a:hover {
	color: #DD5500;
	text-decoration: none;
	}
	
#content p.links a:after {
    content: " »";
    font-size: 16px;
}


/* pagination */

#pagination {
	float: left;
	width: 100%;
	margin-top: 20px;
    text-align: center;
	}
	
#pagination > *:first-child {
    margin-left: 0;
	}
	
#pagination a, #pagination span {
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 1px;
    min-width: 15px;
    padding: 0 5px;
	font-weight: normal;
	text-align: center;
	}
	
#pagination span {
	background-color: #EEEEEE;
	}
	
#pagination a:link, #pagination a:visited, #pagination a:active {
	color: #777777;
	text-decoration: none;
	top: 0px;
	}
	
#pagination a:hover {
	color: #444444;
	text-decoration: none;
	background-color: #EEEEEE;
	}
	
	
/* comments */

#comments {
	float: left;
	width: 100%;
	}
	
#comments h3 {
	padding: 0px 0px 10px 0px;
	font-size: 18px;
    line-height: 18px;
	}
	
#comments ul, #comments ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	float: left;
	width: 100%;
	}
	
#comments ul li ul.children {
	width: 90%;
	float: right;
	}
	
#comments .comment-head {
	border: 1px solid #E6E6E6;
    padding: 5px;
	margin-bottom: 10px;
    overflow: hidden;
	display: block;
	}
	
#comments .comment-head img {
	float: left;
    margin-right: 10px;
	}
	
#comments .comment-head h4.author {
	font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 8px 0px 0px 0px;
	}
	
#comments .comment-head p.meta {
	font-size: 11px;
    margin: 3px 0px 0px 0px;
	padding: 0px;
	}
	
#comments .comment-body {
	margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
	}
	
#comments .comment-body .content {
	text-align: justify;
	}
	
#comments .comment-body p.reply {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
#comments #respond {
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 0px 20px 0px;
	}
	
#comments #respond h3 {
	color: #444444;
	font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
	}
	
#comments #respond form.short {
	margin: 0px;
	padding: 0px;
	}
	
#comments #respond form.short > div {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#comments #respond form.short input {
	color: #333333;
	height: 25px;
    line-height: 25px;
    padding: 2px 2px 2px 5px;
    width: 200px;
	}
	
#comments #respond form.short textarea {
	height: 100px;
    max-width: 400px;
    width: 100%;
	padding: 2px;
	margin: 0px;
	}
	
#comments #respond form.short input[type="submit"] {
	color: #333333;
	padding: 2px 3px 2px 3px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial,sans-serif;
	}
	
	
/* footer */

#footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 50px 0px;
	}