@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:#ffffff;
	background-image:url(../image/background.png);
}
p{
	padding:5px;
}
a{
	outline:none;
	font-weight:bold;
	color:#333;
}
a:hover{
	color:#333;
	cursor:pointer;
}
img{
	border:none;
}
img a{
	border:none;
}
code{
	margin:5px;
	padding:10px;
	display:block;
	border:#AAA solid 2px;
	background-image:url(../image/application.png);
	background-repeat:no-repeat;
    white-space:pre;
    font-family:"Lucida Console", Monaco, monospace;
    overflow:auto;
	max-height:500px;
}
h1{
	margin:0.5em;
	padding:0.5em;
	float:right;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#FFF;
}
h1 a{
	color:#FFF;
	text-decoration:none;
}
/*
главный заголовок
*/
h1 a:hover{
	color:#FFF;
}
/*
h2 и класс .titles имеют одинаковое форматирование, но по-разному используются для seo
*/
h2{
	padding:20px;
	border-bottom:#ccc double 4px;
	font-size:20px;
	font-weight:bold;
	color:#333;
}
iframe{
	display:block;
	margin:0px auto;
	border:none;
}
object{
	display:block;
	margin:0px auto;
}
input,select,textarea{
	padding:3px;
	border:#999 solid 1px;
	font-size:12px;
	vertical-align:middle;
}
input:focus,textarea:focus{
	border:#333 solid 1px;
}
input[type="submit"]{
	background-color:#666;
	border-bottom:#333 solid 2px;
	border-top:#999 solid 2px;
	border-left:#999 solid 2px;
	border-right:#333 solid 2px;
	color:#CCC;
	cursor:pointer;
}
input[type="password"]{
	background-image:url(../image/key.png);
	background-repeat:no-repeat;
	background-position:right;
}
input[type="password"]:focus{
	background-image:none;
}
input[type="image"]{
	border:none;
	opacity:0.8;
}
input[type="image"]:hover{
	border:none;
	opacity:1.0;
}
input[type="checkbox"]{
	padding:30px;
	border:#333 solid 1px;
	cursor:pointer;
}
/*
убираем свечение вокруг полей ввода
*/
input:focus, select:focus, textarea:focus{
	outline:none;
}
.container{
	width:800px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#ffffff;
	background-image:url(../image/container_fon.png);
	background-repeat:repeat-y;
	border:#333 solid 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.9);
}
.header{
	
}
.logo{
	height:150px;
	background-color:#666;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
}
.minimenu{
	background-image:url(../image/minimenu.png);
	padding:0.8em;
	font-size:10px;
	color:#FFF;
}
.minimenu a{
	color:#FFF;
	text-decoration:none;
}
.minimenu a:hover{
	color:#F00;
}
.hmenu{
	background-color:#333333;
}
/*
начинается горизонтальное меню
*/
td.menu_left{
	background:url('../image/menu_left.jpg') no-repeat;
	width:9px;height:57px;
}
td.menu_center{
	background:url('../image/menu_center.jpg') repeat-x;
	height:57px;
}
td.menu_right{
	background:url('../image/menu_right.jpg') no-repeat;
	width:283px;height:57px;
} 
ul.topmenu{
	padding:0px 0 0 10px;
	margin:0;list-style:none;
}
ul.topmenu li{
	float:left;
	font-weight:bold;
}
ul.topmenu li a{
	background:url('../image/menuli_a.jpg') no-repeat;
	height:30px;
	float:left;
	padding:11px 15px 0 15px;
	color:#fff;
}
ul.topmenu li a:link{
	background:url('../image/menuli_a.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
}
ul.topmenu li a:visited{
	background:url('../image/menuli_a.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
}
ul.topmenu li a:hover {
	background:url('../image/menuli.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
}
ul.topmenu li a:active{
	background:url('../image/menuli_a.jpg') no-repeat;
	text-decoration:none;
	color:#fff;
}
ul.topmenu li a.last_item{
	background:url('../image/menuli_a.jpg') no-repeat;
	height:30px;
	float:left;
	padding:11px 1px 0 1px;
}
.searchbg{
	padding:13px 0 0 0;
	float:left;
	*padding:16px 0 0 0;
}
input.search_input{
	background:url('../image/sinput.gif') no-repeat;
	width:188px;
	height:23px;
	float:left;
	border:0;
	padding:2px 0 0 10px;
	font-size:14px;
	color:#333;
	*padding:6px 0 0 10px;
}
input.search_but{
	background:url('../image/search.jpg') no-repeat;
	display:block;
	width:69px;
	height:23px;
	line-height:23px;
	margin:0 0 10px 10px;
	background-position:0 -23px;
}
input.search_but:hover{
	background-position:0 -23px;
}
/*
заканчивается горизонтальное меню
*/
.main{
	float:left;
	overflow:auto;
}
.vmenu{
	width:200px;
	background-color:#CCC;
	border-left:#333 solid 10px;
	border-bottom:#333 solid 10px;
	float:right;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:100%;
}
.vmenu_separator{
	background-color:#333;
	padding:10px;
	color:#CCC;
}
.vmenu_submenu a{
	background-color:#666;
	background:url('../image/menuli.jpg');
	background-position:-10px;
	border-top:#444444 solid 2px;
	border-bottom:#222222 solid 2px;
	border-left:#444444 solid 2px;
	border-right:#222222 solid 2px;
	display:block;
	padding:10px;
	text-decoration:none;
	color:#FFF;
}
.vmenu_submenu a:hover{
	background-color:#333;
	background-position:-10px;
	border-top:#222222 solid 2px;
	border-bottom:#444444 solid 2px;
	border-left:#222222 solid 2px;
	border-right:#444444 solid 2px;
	color:#F00;
}
.vmenu_text{
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.vmenu_text a{
	text-decoration:none;
	color:#333;
}
.vmenu_text a:hover{
	color:#F00;
}
.vmenu_text_mini{
	padding:10px;
	font-size:12px;
	font-weight:normal;
}
.vmenu_text_mini a{
	display:inline;
	background:none;
	background-image:none;
	border:none;
	font-weight:normal;
	color:#333;
}
.vmenu_text_mini a:hover{
	background:none;
	background-image:none;
	border:none;
	color:#F00;
}
.vmenu_text_mini ol{
	padding-left:15px;
}
.vmenu_text_mini li{
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
.content{
	width:590px;
	border-top:#333 solid 5px;
	float:left;
}
.prev{
	clear:both;
	border-bottom:#333 solid 5px;
}
.prev:hover{
	background-image:url(../image/bookmark.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.prev img{
	padding:4px;
	/*
	background-color:#666;
	background-image:url(../image/mini_fon.jpg);
	background-repeat:no-repeat;
	*/
}
/*
стиль заголовков
*/
.titles{
	padding:20px;
	border-bottom:#ccc double 4px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
/*
обычный текст
*/
.txt{
	padding:10px;
}
.txt img{
	margin-right:10px;
	margin-bottom:10px;
	border:none;
	float:left;
}
/*
текст поста
*/
.post{
	padding:10px;
}
.post p{
	/*
	letter-spacing:0.1em;
	*/
}
.post p:first-letter{
	font-weight:bold;
	color:#F00;
}
.post img{
	display:block;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #909090;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.6);
}
.info{
	clear:both;
	background-color:#333;
	padding:10px;
	padding-left:40px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:40px;
	font-size:16px;
	color:#ccc;
	text-align:left;
}
.info p{
	border-left:#CCC double 4px;
	text-indent:10px;
}
.info a{
	text-decoration:none;
	color:#ccc;
}
.info a:hover{
	color:#f00;
}
.info span{
	padding:5px;
	font-weight:bold;
	color:#F00;
}
.info img{
	opacity:0.8;
}
.info img:hover{
	opacity:1;
	cursor:pointer;
}
.go{
	clear:both;
	padding:20px;
	border-top:#CCC double 4px;
	background-image:url(../image/tabl.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.go a{
	padding:20px;
	margin-left:50px;
	background-image:url(../image/dalee.png);
	background-repeat:no-repeat;
	background-position:right;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.go a:hover{
	color:#F00;
}
.avatar{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.comments{
	padding:20px;
	border-bottom:#ccc double 4px;
}
.comments_author{
	padding:5px;
	font-size:12px;
	color:#999;
}
.comments_date{
	padding:5px;
	font-size:12px;
	color:#999;
}
.comments_txt{
	width:550px;
	clear:both;
	font-size:14px;
	color:#000;
	overflow:auto;
}
.form_comment{
	padding:20px;
	border-bottom:#ccc double 4px;
}
.str_navigate{
	padding:50px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:right;
}
.str_navigate a{
	margin:2px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
.sn_activ{
	background:#666;
	border:#333 solid 1px;
	color:#fff;
}
.sn_no{
	background:#ddd;
	border:#ccc solid 1px;
	color:#333;
}
.sn_no:hover{
	background:#bbb;
	border:#ccc solid 1px;
}
.footer{
	clear:both;
	padding:10px;
	background-color:#666;
	background-image:url(../image/background.png);
	border-top:#333 solid 10px;
	font-size:12px;
	color:#CCC;
	text-align:center;
}
.conteiner_round_block{
	width:300px;
	margin:0 auto;
}
.header_round_block{
	background:#333;
	background-image:url(../image/angle_t_l.png);
	background-repeat:no-repeat;
}
.logo_round_block{
	background-image:url(../image/angle_t_r.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	text-indent:24px;
	color:#FFF;
}
.format{
	width:510px;
}
.format_head{
	color:#999;
}
.format_head:hover{
	color:#F00;
	cursor:pointer;
}
.format_body{
	display:none;
	padding:5px;
	border:#CCC solid 1px;
}
.red{
	color:#F00;
}
.smiley{
	font-size:36px;
	font-weight:bold;
}
/*
стили для easyTooltip
*/
#easyTooltip{
	padding:10px;
	border:1px solid #333333;
	background-color:#ffffff;
	font-size:14px;
	color:#333333;
}