body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 14px/18px Trebuchet MS, Tahoma, Verdana, sans-serif;
	height: 100%;
	background:#f3ebdb url('../images/apple-pattern.gif');
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}

strong{	font-weight:700;}

em{	font-style:italic;}

input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1004px;
	max-width: 1240px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#e1d6c2;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #f3ebdb;
	border:0px solid #cc0;
}

.blueline{
	height:25px;
	background:#58788b;
	padding:5px 5px 5px 15px;
}

#authnet{
	position:relative;
	padding-right: 20px;
	top: 3px;
}

#hbuilding{	position:relative;
	background:url('../images/hbuilding.gif') no-repeat center center;
	height:270px;
}

#hsitename{
	background:#f3ebdb;
	height:100px;
	text-align:center;
	position:relative;
}

#whsitename{
	background:#f3ebdb url('../images/whbuilding.gif') no-repeat 390px 30px;
	height:115px;
	text-align:left;
	position:relative;
}

#whsitename img{
    width:394px;
    /*height:45px;*/
    border:0px solid #ccc;
    margin-top:55px;
    margin-left:15px;
}

#hsitename img{    width:394px;
    height:45px;
    margin:0 auto;
    border:0px solid #ccc;
    margin-top:23px;
}

#hdesc{
	background:#443d30;
	font-family:Georgia;
	padding-top:8px;
	padding-bottom:9px;
	font-size:18px;
	color:#fff;
	height:18px;
	position:relative;
}

#hdesc table{
	position:absolute;
	left:20%;
	top:-6px;
	border:0px solid #fff;
	height:54px;
}

#hdtext{	padding-bottom:10px;
	padding-right:10px;}

#hdaddtext{
  	padding-bottom:10px;
  	padding-left:10px;
}

#hdaddtext A{	color:#fff;}

#hdlogo{
	position:absolute;
	text-align:left;
	left:590px;
	bottom:-13px;
	width:149px;
	height:54px;
}

#hmenucont{
	background:#e1d6c2;
	padding:30px 0;
}

#hmenu{
	padding:15px;
	background:#f3ebdb;
	font-size:18px;
	color:#736242;
}

#hmenu A{
	color:#736242;
	margin-right:30px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 150px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 380px 0 0;
}

#textsearch{
	background:#58788b;
	/*margin-top:30px;*/
	padding:15px;
	margin-bottom:5px;
	overflow:hidden;
	/*border-radius: 8px;*/
}

#txtsrchtbbox{
	margin-right:120px;
}

#txtsrchbtbox{
	width:105px;
	float:right;
}

#txtsrchtb{
	width:98%;
	padding:5px;
	border: 1px solid #cecece;
	/*border-radius: 8px;*/
}

#paramsearch{
	background:#fff;
	padding:15px;
	/*border-radius: 8px;*/
}



/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 335px;
	margin-left: -380px;
	position: relative;
	padding:0 15px 30px 30px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -150px auto 0;
	min-width: 1004px;
	max-width: 1240px;
	height: 150px;
	position: relative;
	font-size:12px;
}

#tfoot{
	padding:15px;
	height:70px;
	background:#443d30 url('../images/fhouses.gif') no-repeat 98% 90%;
	color:#fff;
}

#bfoot{
	padding:15px;
	background:#58788b url('../images/bigapple.gif') no-repeat 98% 60%;
	color:#fff;
	height:20px;
}
#bfoot A{
	color:#fff;
}


#tfoot p{
	margin:0;
	line-height:1.5;
}

/* Common
------------------------------------------------------------------------------*/
h2,.pubtitle,.pubtitle A{
	font-family:Georgia;
	font-size:24px;
	color:#366b8a;
	line-height:1.2;
}

h1{
	font-family:Georgia;
	font-size:26px;
	color:#366b8a;
	/*margin-bottom:30px;*/
	padding:10px;
	background:#f3ebdb;
}

ul.big{	/*margin-top:15px;*/}

ul.big A{
	font-size:18px;
	color:#736242;
	line-height:1.5;
}

ul.small li{	background:url('../images/whiteline.gif') no-repeat center 10px;
	margin-bottom:25px;}

ul.small li.current{
	background:url('../images/redline.gif') no-repeat center 10px;
	margin-bottom:25px;
}

ul.small li.current A{
	font-size:14px;
	color:#c00;
	padding-left:5px;
	background:#e1d6c2;
}

ul.small A{
	font-size:14px;
	color:#736242;
	padding-left:5px;
	background:#e1d6c2;
}

#regform{
	margin:15px;
	font-size:13px;
}

#regform table td{
	vertical-align:top;
	padding-bottom:15px;
	padding-right:15px;
}

#regform input,select{
	
}

#ac_content{
	padding:0 15px;
}

.ac_user{
	font-size:16px;
	color:#3a3531;
	margin-top:30px;
	margin-bottom:30px;
	font-style:italic;
	font-family:Georgia;

}

#ac_menu{
	width:180px;
	float:left;
	padding-top:15px;
}

#ac_menu li{
	margin-bottom:15px;
	background:#cec2ac;
	padding:7px;
	font-size:18px;
}

#ac_menu li A{
	color:#756649;
}

#ac_info{
	margin-left:180px;
	padding:15px;
	background:#f3ecdc;
}

.obertka{
	overflow:hidden;
}

#ac_submenu{
	width:130px;
	float:left;
}

.buttonlink{
	display:block;
	border:1px solid #33627c;
	background: #4488af url('/media/images/button_b.gif') repeat-x;
	text-shadow: 2px 1px 1px #2e5c76;
	color:#fff;
	text-align:center;
	padding:5px;
	vertical-align:baseline;
	font-size:14px;
	text-decoration:none;
	height:18px;
}

.button_add{
	display:block;
	border:1px solid #336179;
	background: #4488af url('/media/images/button_add.gif') no-repeat right bottom;
	color:#fff;
	padding:7px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	width:100px;
	height:30px;
}

UL.pubstatus{
	margin-top:30px;
}

UL.pubstatus LI{
	margin-bottom:10px;
	font-size:13px;
}

.tbpubs{
	width: 100%;
}

.tbpubs td{
	padding:5px;
	border:1px solid #cac2ad;
}

#rubpubs{
	float:right;
	width:220px;
	padding:0 15px;
}

#maininfo{
	margin-right:250px;
}

#flogin{	width:400px;
	margin:auto;
	padding:15px;
	border:2px solid #443d30;
	text-align:center;
	margin-bottom:30px;
	background:#f3ebdb;}

.captcha{width:182px; margin-top:5px;margin-bottom:5px;}

#flogin table{	text-align:center;
	margin:0 auto;}

#flogin td{	padding:5px;
	border:0px solid #443d30;}

#flogin input[type=submit]{	padding:10px;
	font-size:14px;}

.randimg{	margin-top:15px;
	border:2px solid #d8cdb9;}

.authortxt{	color:#366b8a;}

.authortxt span{
	color:#010101;
	font-style:italic;
	font-family:Trebuchet MS;
}

#artbox{	overflow:hidden;
	padding:30px 0px;}

#b_tags{	margin-bottom:30px;
	color:#736242;}

#b_hits{	margin-bottom:30px;
	color:#736242;}

.rightblock{	text-align:right;}

.rightblock A{	color:#736242;
	font-size:13px;}

#b_periods{	width:130px;
	padding-right:30px;
	float:left;
	text-align:right;}

#b_pubs{	margin-left:160px;}

#b_nophoto{
	margin-left:15px;
}

.pubitem{	padding:10px;}

.pubitem_new{
	background: none repeat scroll 0 0 #EFE7D4;
	border: 1px solid #FFE8D4;
}

.smalltext{	font-size:12px;}

.pubtitle{	margin-bottom:10px;}

.ph_pubimage{
	background-color:#655f55;
	width: inherit;
	overflow:hidden;
	text-align:center;
}

.ph_pubimage img{
	height: auto;
    max-width: 100%;
}

.pubimage{
	/*width: inherit;
	overflow:hidden;*/
	margin-top:10px;
	margin-bottom:10px;
}

.pubimage img{
	width:300px;
    max-width: 100%;
}


.pubtext{
	margin-top:10px;
	margin-bottom:20px;
}

.pubtext .text_folllink{color:#736242;}

.pubtext p{
	text-indent:30px;
}

.countimg{	font-size:12px;
	color:#366b8a;
}

.blue{	color:#366b8a;}

.margleft15{	margin-left:15px;}

.b_photos{	overflow:hidden;}

.b_photos li{	float:left;
	margin-right:10px;
	margin-bottom:5px;}

#pubstat{	margin:15px 0;}

.b_count{	float:left;
	background: #f3ebdb url('/media/images/i_apple.gif') no-repeat right bottom;
	padding:11px;
	font-size:18px;
	margin-right:10px;}

.b_like{	float:left;	margin-left:20px;
	width:160px;
	height:40px;
	font-size:18px;
	font-style:italic;}

#descpub{	padding:15px;
	background:#f3ebdb;
	margin-bottom:30px;}

#tags{	margin-top:20px;
	font-family:Georgia;
	font-size:16px;
	color:#366b8a;}

.seltaglink{color:#cc0000 !important;background-color:#F3EBDB; 
text-decoration:none;}
#tag_buttons A{color: #736242;font-size: 18px; margin-right: 15px;}
#tag_buttons{margin-bottom:20px;text-align: left;}
.taglist{font-size:10pt !important; line-height: 2em;}
.taglist A{font-size:10pt !important;padding:5px;}
.tag_lettle{margin-top:15px;}


#tags A{	font-family:Trebuchet MS;
	font-size:14px;
	color:#000;}

#sitecounters{	position:absolute;
	right:15px;
	top:15px;}

#sitecounters li{	float:left;
	margin-left:5px;}

.floatpubimage{	float:left;
	width:250px;
	margin-right:15px;}

.fader{	opacity:0;
	display:none;
}

.uBlock {
	border: 1px solid #333333;
	width:500px;
	padding:15px;
}

#upBlock {
	position:fixed;
	bottom:15px;
	right:15px;
	color:#000000;
	padding:6px;
	text-align:center;
	z-index:9999999999;
	display:none;
}

h3{	font-family:Georgia;
	font-size:20px;}

#combox h3{
	color:#366B8A
}

#combox{	margin-top:60px;
}

ul#crt{	width:585px;
	margin-top:30px;}

ul#crt li {
    margin: 7px 0 7px 7px;
}

ul#crt li a {	position:absolute;
	top:5px;
	right:5px;
}

ul#crt li .comcontent {
    border: solid 1px #ccc;
    padding: 5px 10px;
    position:relative;
}
ul#crt li h6 {
    color: green;
}
ul#crt li h6 span {
    color: #666;
    font-size: 11px;
    margin-left: 5px;
}

ul#crt li .comment{
    margin-top: 5px;
}

ul#crt li a.reply {
    font-size: 11px;
}

/*  Форма комментариев */
#newComment, .loader {display: none;}
#cancelComment
{
    float: right;
	cursor: pointer;
	margin:0;padding:0;
}

#newComment input
{
    height: 26px; width: 250px; padding: 0 5px ; margin-left: 50px;
    border: solid 1px #ccc;
}
#newComment textarea
{
    width: 350px;  height: 100px; margin-left: 5px;
    vertical-align: middle; border: solid 1px #ccc;
}
#newComment button
{
    margin-left: 102px; margin-top: 10px;
}

#showoldcom{	cursor:pointer;}

.allpublink{
color:#736242;
}

#acc_infotable {
border-collapse:separate;
border-spacing: 10px 0px;
margin: auto auto;
}

#acc_infotable th{
font-weight:bold;
}

#showoldcom{	padding:10px;
	margin:15px 0;
	background:#ddd;
	width:300px;
	text-align:center;
}

/*	=	кнопки submit */
.submit {
	cursor: pointer;
	border: 1px solid #cecece;
	background: #f6f6f6;
	box-shadow: inset 0px 20px 20px #ffffff;
	border-radius: 8px;
	padding: 8px 14px;
	width: 120px;
}
.submit:hover {
	box-shadow: inset 0px -20px 20px #ffffff;
}
.submit:active {
	margin-top: 1px;
	margin-bottom: -1px;
	zoom: 1;
}

/*	=	CheckBox */
/* Стилизируем чекбокс, точнее скрываем его */
.check input[type=checkbox] {
	position: absolute;
	left: -10000px;
}
.check {	background: url('../images/sprite.png') 0 0 no-repeat;
	background-position: 0 3px;
	padding-left: 25px;
	cursor: pointer;
	position: relative;
}
.check.active {
	background-position: 0 -27px;
}

.checkboxes{	margin:15px 0;
	width:100%;}

table.checkboxes td{	padding:5px;
}

.centerbox{	text-align:center;}

#authform{	color:#000;
	border:0px solid #ccc;}

#authform strong{	color:#fff;
	font-style:italic;}

#reglinks{
position:relative;
float:right;
}

#authrem{
	font-style:italic;
	margin-left:20px;
	color:#fff;
}

#authform input[type=text],#authform input[type=password]{	padding:3px;
	width:151px;
	font-size:80%;}

#authform A.butlink{
	padding:2px;
	border:1px solid #ccbca0;
	color:#666;
	/*background:#f3ebdb;*/
}

.authlink{	color:#fff;
	font-style:italic;
	/*font-weight:700;*/
	margin-left:5px;}

.authreg{
	color:#fff;
}

.authrulelink{	font-size:85%;
	font-style:italic;
	color:#000;
	margin-left:10px;}

#auth1line{
	text-align:left;
	margin-bottom:5px;
}

#auth2line{	font-size:90%;    font-style:italic;
}

#auth2line A{	margin-left:155px;	font-size:85%;
	color:#990000;
	font-weight:normal !important;}

.acclink A{
	margin-left:15px;
	color:#fff;
}

#acab{	padding-left:21px;
	background:url('../images/icons/user_orange.png') 0px 3px no-repeat;}

#ames{
	padding-left:21px;
	background:url('../images/icons/mail_yellow.png') 0 3px no-repeat;
}

#afav{
	padding-left:21px;
	background:url('../images/icons/heart.png') 0px 3px no-repeat;
}

#aout{
	padding-left:21px;
	background:url('../images/icons/door_out.png') 0 3px no-repeat;
	float: right;
}

.clear{clear:both}

.comments-all{font-size:12px;background-color:#f3ebdb; margin-top:10px;margin-bottom:20px;padding:10px 20px; height:20px}
.add-comment{border-bottom:1px dashed #000; cursor:pointer; float:right}
.comment-title{font-size:12px; background-color:#f3ebdb; margin-top:10px; padding:5px 20px;height:20px}
.comment-message{font-size:12px; background-color:#F1F2F2; padding:5px 20px}

.comment{padding:40px 50px}
.editor{display:none; margin-top:1px;padding-top:20px; padding-left:20px;background-color:#f3ebdb}
.comment-ans{float:right; border-bottom:1px dashed #444; cursor:pointer}
#uname{font-size:16px; font-weight:bold;padding:5px;margin:10px 10px 10px 0}
#submit{padding:10px;margin:15px 0;font-weight:bold}

#navline{	height:30px;
	background:#f3ecdc;
	overflow:hidden;
	position:relative;
	margin:0 auto;}

#hotkeyline{
	width:585px;
	font-size:10pt;
	color: #736242;
	text-align:center;
	position:relative;
	margin:0 auto;
}

#actnavprev{	position:absolute;
	left:10px;
	top:5px;
	background:url('../images/actlarr.gif') no-repeat center left;
	padding-left:33px;
	color:#736242;}

.act_ads{
	color:#c1b091;
	text-decoration:none;
	font-size:8pt;
}

#inactnavlike{
	color:#736242;
	height: 33px;
    position: relative;
    text-align: center;
    top: 5px;
}

#actnavprev A, #actnavnext A,#inactnavlike A{
	color:#736242 !important;
}
#inactnavprev{	position:absolute;
	left:10px;
	top:5px;
	background:url('../images/inactlarr.gif') no-repeat center left;
	padding-left:33px;
	color:#c1b091;}

#inactnavnext{	position:absolute;
	right:10px;
	top:5px;
	background:url('../images/inactrarr.gif') no-repeat center right;
	padding-right:33px;
	color:#c1b091;}

#actnavnext{
	position:absolute;
	right:10px;
	top:5px;
	background:url('../images/actrarr.gif') no-repeat center right;
	padding-right:33px;
	color:#736242;
}

#breadcrumbs{	margin-left:15px;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;}

#breadcrumbs A{	color:#366b8a;
	font-weight:normal;}

.message1{	padding:15px;
	border:2px solid #f3ebdb;
	background:#fff;}

#avtdiv{
	color:#777;
	visibility:hidden;
}

.error{	margin:5px 0;
	color:#c00;
	font-style:italic;}

#authorline{
	font-family:Georgia;
	font-size:26px;
	color:#366b8a;
	/*margin-bottom:30px;*/
	padding:10px;
	background:#f3ebdb;
	margin-bottom:30px;
	padding:15px;
	overflow:hidden;
}

#authorline a {color:#366b8a;}

#user_avatar{
	float:left;
	margin-right:15px;
}

#user_col{
	float:center;
}

#user_cname{
	float:left;
	font-family:Georgia;
	font-size:18pt;
}

#user_cname img{
	height:18pt;
}

#user_cbut{
	float:right;
	padding-right:5px;
}

#user_cage{	font-size:12pt; vertical-align: middle;  padding-left: 5px;}

#user_cdesc{
	font-size:12pt;
	font-style: italic;
	padding-left: 5px;
	height: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    vertical-align: middle;		
}
.pubauthor a {color: #736242; line-height: 1.5;}

#acc_fav_pubcontainer{
	float:left;
	width:70%;
	padding-right: 30px;
	border-right: 1px solid #CAC2AD;
}

#acc_fav_autcontainer{
	float:right;	
	padding-left: 10px;
    width: 25%;
}	

.acc_favaut{
	float:left;
	font-family:Georgia;
	padding-bottom:3px;
	width:100%;
	border-bottom: 1px solid #e1daca;
}

.acc_favaut_avatar{
	height:18pt;
	margin-right:5px;
}

#acc_favacount{
	color: #B5A581;
	margin-bottom:5px;
}

.pageblock {
	color: #B0A187;
    
	text-align: center;
    padding-left: 5px;
}

.pageblock A{color: #736242;	}

.pagination{
	font-size: 12pt;
	margin-top: 20px;
}

.pegin_next{padding-left:15px;}
.pegin_prev {padding-right:15px;}

.pegin_first,.pegin_last,.pegin_next,.pegin_prev {
font-family:Georgia;
}

.com_add_captcha input{width:180px;}

#addCommentContainer{padding:5px !important;}
#addCommentContainer div{margin-top:10px;}

#addCommentContainer .editor input{
	width:490px;
}

#addCommentContainer #submit{
	font-weight: normal;
    margin-top: 10px;
    padding: 2px;
}

#addCommentContainer .editor textarea{
	width:490px;
}

.com_add_name input,.com_add_text textarea{width:490px;}

.unread{font-weight:bold !important;}

.mess_buts{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cbc2b1;
    color: #958a76;
    font-weight: bold;
    padding: 9px;
    text-decoration: underline;
    vertical-align: middle;
	}