@charset "windows-1251";

/* titles */
.cat-title {
	font-size: 16px;
	margin-bottom: 10px; 
	color: #777A89;
	font-weight: normal;
}
.article h1 {
	font-size: 28px;
	font-weight: normal;
	color: #b4282e;
}
.article h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.article h2 {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

.article p {font-size: 14px;}
.article .align-right {text-align: right;}
.article em, .article i {font-family: arial, helvetica, tahoma;}

/* art-info */
.art-info {
	font-size: 12px;
	color: #777a89;
	margin: 10px 0 15px 0;
}
.art-info li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #e0e0e0;
	padding: 1px 2px 1px 7px;
}
.art-info li:first-child, .art-info li.first-child {
	border: none;
	padding-left: 0;
}
.art-info em {font-style: normal;}

/* article */
.article {
	color: #484848;
	margin-bottom: 20px;
}
.article .anons {
	color: #000;
	font-weight: bold;
}
.article p {
	margin-bottom: 15px;
	line-height: 1.3em;
}
.article p.tags {
	color: #777a89;
	font-size: 12px;
}
.article p.tags a {color: #b4282e;}

.article .artlist {
	font-size: 14px;
	margin: 0 0 10px 20px;
}
.article .artlist li {
	list-style: disc;
	padding: 3px 0 5px 0;
}
.pl {
	background: #f7f8fa;
	border: 1px solid #e8ebee;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3em;	
}
.pl h1 {color: #000;}

h1.margin1 {margin-bottom: 20px;}

.article img {
	max-width: 720px;
	margin-right: 10px;	
}
.article .right-aligned img, .article .left-aligned img {margin-bottom: 5px;}
.article .right-aligned small, .article .left-aligned small {
	display: block;	
	font: 12px/16px tahoma, Helvetica, sans-serif;	
	margin-bottom: 10px;
}
.art {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}
.art td {
	vertical-align: top;
	padding: 0 11px 10px 0;
	text-align: center;
	font-size: 12px;
}
.art td span {
	font: 12px/16px tahoma, Helvetica, sans-serif;	
	display: block;
	padding-top: 5px;
}
.art td a {	color: #505050; font-size: 12px;}
.art h3 a {font-size: 18px;}

.art td a img { margin: 0 !important; }
.art td a br { display: block; }
.art td .comment {font-weight: normal;}

blockquote {
	margin-bottom: 10px;
	color: #b4282e;
	font-weight: bold;
}
.article dl {font-size: 14px;	}
.article dt {font-weight: bold;}
.article dd {line-height: 1.3em; margin-bottom: 10px;}

.longest {width: 90%;}
.long {width: 70%;}
.normal {width: 50%!important;}
.slim {width: 30%;}

.nomargin {margin-bottom: 0;}

h3.interview {
	font-size: 14px;
	font-weight: bold;
	color: #484848;
}
.interview strong {color: #B4282E;}
p.interview .bullet {padding-left: 13px; background: url(intervie.png) no-repeat 0 4px;}

.pl:after, 
.pages:after,
.photo-inline:after,
.gallery ul:after,
.item:after,
blockquote:after,
.pl:after
 {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ==================== анкета ==================== */
#questionnaire {
	font: 12px Tahoma,Verdana,sans-serif;
	clear: both;
}
#questionnaire div {margin-bottom: 10px;}

#questionnaire .inputlike {
	display: block;
	float: left;
	margin-top: 3px;
}
#questionnaire input, #questionnaire select {
	padding: 2px;
	border: 1px solid #B6B2B4;
	font: 12px Tahoma,Verdana,sans-serif;
	background: #fff;	
	color: #505050;
}
#questionnaire input {
	line-height: 16px;
	height: 16px;
	width: 137px;
}
#questionnaire input.radio {
	width: auto;
	height: auto;
	float: none;
	border: none;
	vertical-align: middle;
}
#questionnaire select {
 	height: 20px;
	margin-right: 10px;
}
#questionnaire textarea {
	padding: 2px;
	font: 12px Tahoma,Verdana,sans-serif;
	background: #fff;
	border: 1px solid #b6b2b4;
	width: 592px;	
}
#questionnaire .note {
	padding: 8px 0 0 112px;
	margin-bottom: 8px;
	font: 12px Tahoma,Verdana,sans-serif;
	color: #b6b2b4;
	clear: both;
}
#questionnaire input#realname {width: 300px;}
#questionnaire select#bday {width: 73px; }
#questionnaire select#bmonth {width: 127px; margin-right: 10px;}
#questionnaire select#byear {width: 86px;}
#questionnaire .place .labellike {margin-top: 21px;}
#questionnaire .place label {
	margin: 0 20px 0 0;
	color: #b6b2b4;
	width: 143px;
}
#questionnaire .quiz p {
	overflow: hidden;
	font: 12px tahoma, verdana, sans-serif;
	display: inline-block;
}

form#questionnaire div {
	clear: left;
	margin-bottom: 10px;
}

#questionnaire label {
	display: block;
	margin-bottom: 3px;
}
#questionnaire .labellike {margin-right: 5px;}
