
@import url("reset.css");

/* не использовать, но пусть лежит */

.clear {clear: both;}

.cl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.cl { /* ie */
	zoom: 1;
	display: block;
}

.oh {
	overflow: hidden;
	zoom: 1; /* ie */
}

/* unreset */

p {
	margin-bottom: 10px;
	line-height: 19px;
}

p:last-child {
	margin-bottom: 0;
}

strong {font-weight: bold;}

ol {list-style-type: decimal;}

img {vertical-align: bottom;}

/* general */

body {
	margin-top: 15px;
	font-family: Georgia, serif;
	color: #333333;
	font-size: 15px;
	background: white;
}

a {
	color: #8A8A8A;
	text-decoration: none;
}

a:hover {
	color: #555555;
}


h3 {
	font-size: 120%;	
	color: #8A8A8A;
	
}



.wrapper,
.footer {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
}

.wrapper2 {
	background: #F5F5F5;
}

/* header */

.header {margin-bottom: 20px;}

.header h1 {
	font-size: 42px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.header h1 a {
	color: #666;
}


.header strong {
	font-size: 16px;
	color: #666;
}


.header p {
	font-size: 21px;
	margin-bottom: 20px;
	margin-left: 20px;
	color:#666;
}

.header .container {
	margin-top: 15px;
	padding: 10px 0 15px 0;
	border-top: 1px solid #F6F6F6;
	background: url("/img/hr-1.png") no-repeat center bottom;
}

.navigation1 {
	float: left;
	height: 37px;
	margin-left: 10px;
	line-height: 37px;
}

.navigation1 li {
	float: left;
	padding: 0 10px;
}



.search{
	float: right;
	height: 35px;
	/*margin-right: 20px;*/
	line-height: 35px;
	background-color: #FAFAFA;
	box-shadow: 0 0 2px #E2E2E2 inset;
	border: 1px solid #E2E2E2;
}

#search-field {
	width: 180px;
	height: 35px;
	padding: 0 10px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	color:#8A8A8A;
	text-shadow: 1px -1px 0 #FFFFFF;
	line-height: 35px;
	vertical-align: top;
	background: none;
	border: none;
}

#search-button {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	vertical-align: top;
	background: url("/img/search-button.png") no-repeat center center;
	border: none;
}

#search-button:hover {
	cursor: pointer;
}

/* content */

.content {margin-bottom: 10px;}

.content h1 {
font-size: 24px;
margin-bottom: 30px;
color:#666;

}

/* slider */

.bx-wrapper {
	position: rrelative;
	margin-bottom: 30px;
}

.bx-window {
	height: 368px;
	border: 1px solid #E2E2E2;
}

.bx-pager {
	position: absolute;
	left: 45%;
	bottom: -14px;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	background: url("../img/more-bg.png") repeat-x;
}

.bx-pager a {
	margin: 0 5px;	
}

.bx-prev {
	display: block;
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 48%;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-radius: 0 4px 4px 0;
	background: url("../img/more-bg.png") repeat-x;
}

.bx-next {
	display: block;
	position: absolute;
	z-index: 2;
	right: -1px;
	top: 48%;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-radius: 4px 0 0 4px;
	background: url("../img/more-bg.png") repeat-x;
}

.slide {
	position: relative;
}

.slide img {
	position: absolute;
	z-index: 0;
}

.slide .inner {
	position: relative;
	z-index: 1;
	width: 50%;
	float: right;
	padding: 20px;
}

.slide .title {
	color: #666666;
    font-size: 19px;
    font-style: italic;
    margin-bottom: 20px;
}

.slide .title,
.slide .description {
	margin-bottom: 20px;
	padding: 10px;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	background: url("../img/pix1.png");
	border-radius: 4px;
}

.container.recent {
	margin-bottom: 0px;
}

.last-comments {
	float: left;
	width: 460px;
}


.last-answers {
	float: right;
	width: 460px;
}


.last-comments h3,
.last-answers h2 {

	padding-bottom: 10px;
	border-bottom: 1px solid #F6F6F6;
}

.last-comments h3,
.last-comments h2,
.last-answers h2 {
	margin-bottom: 20px;
	font-size: 19px;
	font-style: italic;
	color: #666;
}

.last-comments h2 {
	margin-bottom: 10px;
	font-size: 24px;

}


.last-comments a{
	color: #333;
}

.last-comments .item,
.last-answers .item {
	margin-bottom: 40px;
}

.last-comments .post {
	margin-bottom: 15px;
}


.last-comments .submitted {
	margin-bottom: 0px;
}

.last-comments .date {
	font-weight: bold;
	color: #CFCFCF;
}

.last-comments .submitted a {
	color: #333333;
}

.last-comments .submitted a:hover {
	color: #8A8A8A;
}

.last-comments .body {
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: justify;	
}


.last-answers .post {
	margin-bottom: 20px;
}

.last-answers .pic {
	float: left;
	margin-right: 10px;
}
.last-answers .pic a {
	display: block;
	width: 50px;
	height: 50px;
}

.last-answers .meta {
	margin-bottom: 10px;
	color: #CFCFCF;
	font-style: italic;
	font-weight: bold;
}

.last-answers .meta a {
	font-weight: normal;
}
.last-answers .link {
	float: right;
	color: #9D9C9C;
	font-style: italic;
	margin-top: -10px;
}

.last-answers .link a:hover {
	color: #333;
}

.more a,
.item-list .body .more a {
	float: right;
	margin: 0;
	height: 27px;
	display: block;
	padding: 0 10px;
	color: #555555;
	line-height: 27px;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	background: url("../img/more-bg.png") repeat-x;
}

.container.albums {
	margin-bottom: 20px;
	border-top:  1px solid #F6F6F6;
	padding-top: 20px;
	}

.container.albums .row {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 1px solid #F6F6F6;
}

.container.albums .row:hover {
	border-left: 1px solid #E5E5E5;
}

.container.albums .info {
	float: left;
	width: 220px;
	text-align: right;
}

.container.albums .amount,
.amount2 {
	margin-bottom: 10px;
	color: #CFCFCF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.container.albums .amount strong,
.amount2 strong {
	color: #555555;
	font-size: 16px;
}

.container.albums h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

.container.albums .photos {
	float: right;
}

.container.albums .photo {
	float: left;
	margin-left: 40px;
}

.extra .title {
	margin-bottom: 10px;
}

/* sidebar */

.sidebar {
	float: right;
	width: 200px;
	margin-left:20px;
}

.sidebar .container {
	margin-bottom: 30px;
}

.sidebar ul {
	padding-left: 10px;
	line-height: 19px;
}

.sidebar .extra {
	margin-bottom: 20px;
}

/* main */

.main {
	padding-right: 20px;
	border-right: 1px solid #F6F6F6;
	/*margin-right: 220px;*/
	
	/* Чтобы внутри можно было использовать clear:right */
/*	display:table;  */
	width:720px;
	margin-right:-1px;
	float:left;
}

.breadcrumbs {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-style: italic;
	border-bottom: 1px solid #F6F6F6;
}

.content-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #F6F6F6;
}

.soc {
	float: right;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #F6F6F6;
	border-radius: 4px 4px 4px 4px;
}

.soc a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url("../img/soc.png") no-repeat;
	opacity: 0.5;
}

.soc a:hover {
	opacity: 1;
}

.soc a:last-child {
	margin-right: 0;
}

.soc a.soc1 {background-position: 0 0;}
.soc a.soc2 {background-position: -24px 0;}
.soc a.soc3 {background-position: -48px 0;}
.soc a.soc4 {background-position: -72px 0;}
.soc a.soc5 {background-position: -96px 0;}
.soc a.soc6 {background-position: -120px 0;}
.soc a.soc7 {background-position: -144px 0;}
.soc a.soc8 {background-position: -168px 0;}
.soc a.soc9 {background-position: -192px 0;}
.soc a.soc10 {background-position: -216px 0;}
.soc a.soc11 {background-position: -240px 0;}

.list-info {
	float: left;
	width: 374px;
	margin-bottom: 20px;
}

.list-info p {
	color: #8A8A8A;
}

.list-info .title,
.content-info .title {
	margin-bottom: 10px;
	font-size: 30px;
	color: #808080;
}

.item-list .title {
	margin-bottom: 20px;
	font-size: 25px;
}

.item-list .title a {
	color: #000000;
}

.item-list .title a:hover {
	color: #555555;
}

.item-list .info {
	float: left;
	width: 190px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid #E5E5E5;
}

.item-list .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F6F6F6;
}

.photos-author,
.text-author,
.user,
.date,
.email,
.city {
	margin-bottom: 10px;
}

.item-list .date,
.content-info .date {
	color: #CFCFCF;
    font-weight: bold;
}

.item-list .body {
	margin-left: 220px;
}

.item-list .body a {
	float: left;
	margin-right: 20px;
}

.item-list .body h4 {
	margin-bottom: 10px;
	font-size: 22px;
	font-style: italic;
	color: #666666;
}

.item-list .body .more {
	margin-top: 10px;
}

.photos-links {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F6F6F6;	
}

/* comments-form */

.comments-form {
	margin-top: 30px;	
	
}

.comments-form h5 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #666;
}

.comments-form table {
	width: 720px;
}

.comments-form td {
	padding: 10px;
	vertical-align: middle;
	background: #F6F6F6;
	border: 1px solid white;
}

.comments-form td:first-child {
	width: 150px;
	text-align: right;
}

.comments-form td:last-child {
	width: 242px;
}

#captcha {
	width: 50px;
	margin-right: 10px;
}

.required {
	font-weight: bold;
	color: red;
}

.comments-form label:hover {
	cursor: pointer;
}

.comments-form input[type="text"] {
	width: 250px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}

.comments-form input[type="checkbox"] {
	margin-right: 10px;
}

.comments-form textarea {
	width: 350px;
	height: 100px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}

.comments-form .comment-item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E5E5E5;
}

.comments-form .comment-item .submitted {
	margin-bottom: 10px;
	color: #999;	
}

/* terms */

.terms {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #8A8A8A;
	font-size: 80%;
	font-weight: lighter;	
}

/* content-info */

.content-teaser {
	padding-bottom: 20px;
}

.content-teaser,
.content-body {
	border-bottom: 1px solid #F6F6F6;
}

.content-teaser a img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.content-info,
.content-teaser,
.content-body {
	margin-bottom: 20px;
}

.content-teaser .title {
	margin-bottom: 20px;
}

.amount2 {
	margin-bottom: 20px;
}

.paging {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F6F6F6;
}

.current-page {
	float: left;
}

.current-page span {
	color: #8A8A8A;
}

.pager {
	float: right;
}

.pager span, 
.pager ul, 
.pager li {
	float: left;
	margin-right: 10px;
}

/* item-photo */

.item-photo {
	display: inline-block;
	width: 450px;
	margin: 0 10px 30px 10px;
	vertical-align: top;
	text-align: center;
}

.item-photo .image,
.item-photo .description {
	margin-bottom: 20px;
}

.item-photo .description .data {
	padding: 10px;
	background: #F6F6F6;
}

.item-photo .description p {
	text-align: justify;
}

/* vopros-otvet */

.fs1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.more.fs1 {
	margin-bottom: 20px;
}

.top a {
	float: right;
	display: block;
	height: 14px;
	padding-right: 14px;
	background: url("/img/top.gif") no-repeat right 5px;
}

/* otvety */

.main-question {
	padding: 10px;
	background: #F6F6F6;
	margin-bottom: 20px;
}

.comment {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F6F6F6;
}

/* footer */

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url("/img/hr-1.png") no-repeat center top;
}

.navigation2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.footer .container {
	display: inline-block;
	margin: 0 50px;
	text-align: left;
	vertical-align: top;
}

.sidebar h4,
.footer h4 {
	margin-bottom: 15px;
	font-size: 19px;
	font-style: italic;
	color: #666666;
}

.sidebar li,
.navigation2 li {
	line-height: 22px;
	padding-left: 16px;
	background: url("/img/list-img1.png") no-repeat left 10px;
}

/* pretty photo */

.pp-image,
.data-column {
	display: inline-block;
	vertical-align: top;
}

.data-column {
	width: 300px;
	padding-left: 10px;
	line-height: 18px;
}

.pp-image,
.data-column .title,
.data-column .description,
.data-column .comments-form textarea,
.data-column  .comment-item.date,
.data-column  .comment-item .info,
.data-column  .comment-item .body {
	margin-bottom: 10px;
}

.data-column .comments-form,
.data-column .data,
.data-column .comment-item {
	margin-bottom: 20px;
}

.data-column .data {
	background: #F6F6F6;
	padding: 10px;
}

.data-column .comments-form h5 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}

.data-column .comments-form textarea {
	width: 288px;
}

.data-column .comment-item .userpic {
	float: left;
	margin-right: 10px;
}

.data-column .comment-item {
	border-bottom: 1px dotted #E5E5E5;
}



.epigraf {
	font-weight: bolder;
	width: 550px;
	margin-bottom: 20px;	
}


.vynoska {
	font-size: 95%;
	color: #999;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 280px;
	border: 1px solid #ccc;
	float: right;
	font-weight: lighter;
}



.reply_p {

	background-color: #eee;
	margin-top: 20px;
	padding: 10px;	
}


.error_red {
	font-size: 150%;
	color: #900;	
	
}


/*----------------------------------
	Поиск Google
----------------------------------*/
.gsc-inline-block {*display:inline !important; *zoom:1;} /* IE7 */

/* Поисковая форма внутри контента */
#___gcse_1 .gsc-search-box input.gsc-input {font-size:14px !important; color:#555 !important;}
input.gsc-search-button {background:#777 !important; border:1px solid #666 !important;}

/* Поисковая форма в шапке */
.header td.gsc-search-button {background:transparent !important;}
.header table.gsc-search-box {position:relative; width:237px !important; margin:0 !important; border-collapse:collapse !important; border:none !important; padding:0 !important;}
.header form.gsc-search-box {width:237px !important; margin:0 !important; padding:0 !important; background:#FAFAFA !important; border:1px solid #E2E2E2 !important; box-shadow:#E2E2E2 0 0 2px inset !important;}
.header .gsc-search-box td.gsc-input {padding-right:23px !important;}
.header .gsc-search-box td.gsc-input input {color:#666; font:italic 12px/35px Georgia, serif; height:35px !important; padding:0 10px !important; text-shadow:#FFFFFF 1px -1px 0 !important; background:#FAFAFA !important; border:1px solid #E2E2E2 !important; box-shadow:#E2E2E2 0 0 2px inset !important; width:180px !important; background:transparent !important; border:none !important; box-shadow:none !important;}
.header td.gsc-search-button {width:0 !important; padding:0 !important;}
.header input.gsc-search-button {position:absolute; top:0; right:0; text-indent:-999px; margin:0 !important; background:url("/img/search-button.png") 50% 50% no-repeat !important; border:none !important; height: 35px !important; line-height: 35px !important; margin:0 !important; padding:0 !important; vertical-align:top !important; width:35px !important; min-width:0 !important; cursor:pointer;}
.header .gsc-clear-button,
.header .gsc-branding {display:none !important;}

/* Вкладки */
.cse .gsc-tabHeader, .gsc-tabHeader {padding:4px 8px 2px !important;}

/* Контейнер с инфой */
.gsc-above-wrapper-area, .gsc-above-wrapper-area * {font:15px Georgia, serif !important; padding:0 !important; color:#8a8a8a !important;}
.gsc-above-wrapper-area {margin-bottom:14px !important;}
/* Sort by */
.gsc-selected-option-container, .gsc-orderby-container * {border:none !important; padding:0 !important; margin:0 !important; display:inline !important; height:auto !important; width:auto !important;}
.gsc-option-menu-container {cursor:pointer !important;}
.gsc-orderby-label {margin-right:3px !important;}
.gsc-selected-option {font-size:14px !important;}
.gsc-option-menu-invisible {display:none !important;}
.gsc-option-selector {display:none !important;}
.gsc-option-menu-item {display:block !important; padding:5px 6px !important; text-align:left;}

/* Контент */
.gsc-wrapper, .gsc-wrapper * {font:15px Georgia, serif !important; box-shadow:none !important; border:none !important; padding:0 !important; margin:0 !important; color:#333 !important; clear:none !important; float:none !important;}
.gsc-wrapper p {line-height:19px !important;}
.gsc-result {margin-bottom:28px !important;}
.gsc-table-result {clear:both !important;}
.gs-title, .gs-title * {font-size:23px !important; color:#000 !important; text-decoration:none !important;}
.gs-title:hover, .gs-title:hover * {color:#555 !important;}
img.gs-image {max-width:147px !important; max-height:147px !important; *width:auto !important; *height:auto !important;}
.gs-image-box {width:auto !important; text-align:left !important; margin-right:20px !important;
width:147px\0/ !important; text-align:center\0/ !important; *text-align:center !important; *width:147px !important;  /*IE*/ }
.gs-visibleUrl, .gs-visibleUrl * {color:#8a8a8a !important; margin-top:5px !important;}

/* Рекламный блок */
.gsc-adBlock {margin-bottom:20px !important;}

/* Вкладка картинки */
.gsc-imageResult {float:left !important;}
.gs-imageResult .gs-image-popup-box {background:#fff; border:1px solid #DDD !important; box-shadow:0 4px 16px rgba(0, 0, 0, 0.2) !important; padding:10px !important;}
.gs-imageResult .gs-image-box {text-align:center !important; margin-right:0 !important;}
.gs-imageResult .gs-image-thumbnail-box {padding:5px !important;}
.gsc-imageResult .gsc-result {margin-bottom:2px !important;}

/* Переключатель страниц */
.gsc-cursor-box {border-top:1px solid #e5e5e5 !important; width:100% !important; padding:7px 0 !important; clear:both !important;}
.gsc-cursor-page {padding:2px 6px !important; margin:0 3px !important; text-decoration:none !important; display:inline-block !important; *display:inline !important; *zoom:1;}
.gsc-cursor-page:hover {border-bottom:2px solid #333 !important;}
.gsc-cursor-current-page {color:#fff !important; border-bottom:2px solid #333 !important;}

/* Google копирайты */
.gcsc-branding * {font-size:10px !important; color:#999 !important; clear:both;}
.gcsc-branding img {margin:0 4px !important;}
.gsc-webResult:after {display:none !important; clear:none !important;}

/* Автозаполнение */
.gssb_c.gstl_0 {width:237px !important;}
.gsc-completion-container {color:#666; font-size:13px !important; font-family:Georgia, serif !important;}