@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'PFHandbookProRegular';
	src: url('../fonts/PFHandbookRegular.eot');
	src: url('../fonts/PFHandbookRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cuprum';
	src: url('../fonts/Cuprum.eot');
	src: url('../fonts/Cuprum.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CuprumBold';
	src: url('../fonts/CuprumBold.eot');
	src: url('../fonts/CuprumBold.ttf') format('truetype');
}
html {
	height: 100%;
}
body {
	background: #036 url(../img/noise.png) 50%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: normal 100% 'PFHandbookProRegular';
}
a {
	text-decoration: none;
	color: #3f7cb4;
	border-bottom: 1px solid #3f7cb4;
}
a:hover {
	text-decoration: none;
	color: #09F;
	border-color: #09F;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 24px 'Cuprum';
	color: #333333;
	display: inline-block;
}
h2 {
	font: normal 17px 'Cuprum';
	display: inline-block;
}
h3 {
	font: normal 14px 'CuprumBold';
	display: inline-block;
}
input[type="text"], 
textarea {
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 8px;
	font: normal 13px 'PFHandbookProRegular';
	color: #666;
}
input[type="text"]:focus, 
textarea:focus {
	border-color: #09F;
	outline: none;
}
textarea {
	padding: 8px;
}
label, label span {
	display: inline-block;
}
label {
	font: normal 13px 'CuprumBold';
	padding: 5px 0;
	color: #333;
}
input[type="submit"] {
	cursor: pointer;
	border: 0;
	z-index: 2;
	background: none;
	margin: 0;
	padding: 0;
	font: normal 11px 'PFHandbookProRegular';
	color: color: #666;
	text-shadow: 0px -1px 1px #eee;
}
input[type="submit"]:hover {
	color: #FFF;
	text-shadow: 0px 1px 1px #006699;
}
input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}
img {
	border: 0;
}
.container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.main-page-content-container {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.main-page-content-container td {
	vertical-align: top;
}
.main-page-content-container .news-block {
	width: 65%;
}
.head, .content, .footer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
.logo {
	background: url(../img/logo.png) no-repeat center center;
	display: inline-block;
	width: 300px;
	height: 65px;
	padding: 30px 0;
}
.logo a {
	display: block;
	width: 300px;
	height: 65px;
	border: 0;
}
.get-started {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 19px 0 0 0;
}
.intro-text {
	color: #FFF;
	font-size: 12px;
	padding: 20px 0;
}

/* Меню */
.menu {
	padding: 40px 10px;
}
.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.menu a {
	font: normal 26px 'Cuprum';
}

/* Кнопка */
.button {
	display: inline-block;
	font: normal 11px 'PFHandbookProRegular';
	text-decoration: none;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 1px 1px #003366;
	background: -moz-linear-gradient(top, #4e8bc2 0%, #3f7cb4 50%, #356795 51%, #92b8da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e8bc2), color-stop(50%, #3f7cb4), color-stop(51%, #356795), color-stop(100%, #92b8da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e8bc2 0%, #3f7cb4 50%, #356795 51%, #92b8da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e8bc2 0%, #3f7cb4 50%, #356795 51%, #92b8da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e8bc2 0%, #3f7cb4 50%, #356795 51%, #92b8da 100%); /* IE10+ */
	background: linear-gradient(top, #4e8bc2 0%, #3f7cb4 50%, #356795 51%, #92b8da 100%); /* W3C */
	border: 4px solid #234767;
	cursor: pointer;
}
.button:hover {
	background: -moz-linear-gradient(top, #8db5d8 0%, #689ccc 50%, #4786be 51%, #bcd3e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8db5d8), color-stop(50%, #689ccc), color-stop(51%, #4786be), color-stop(100%, #bcd3e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8db5d8 0%, #689ccc 50%, #4786be 51%, #bcd3e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8db5d8 0%, #689ccc 50%, #4786be 51%, #bcd3e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8db5d8 0%, #689ccc 50%, #4786be 51%, #bcd3e9 100%); /* IE10+ */
	background: linear-gradient(top, #8db5d8 0%, #689ccc 50%, #4786be 51%, #bcd3e9 100%); /* W3C */
	color: #FFF;
	text-shadow: 0px 1px 1px #006699;
	border: 4px solid #34699A;
}
.button:active {
	position: relative;
	top: 1px;
}
.button, .button span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.button span {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 6px 30px 10px 30px;
}

/* Контент */
.breadcrumbs {
	width: 100%;
	padding: 30px 0;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	background: url(../img/separator.png) no-repeat right 50%;
	padding: 0 15px 0 0;
}
.breadcrumbs .current {
	background: none;
	padding: 0 10px;
}
.breadcrumbs li a {
	margin: 3px 10px 5px 10px;
}
.block, 
iframe {
	margin: 0 5px 20px 5px;
	-webkit-border-radius-inner: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid rgba(63,124,180,0.2);
	vertical-align: top;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3); 
}
.block .all-intros {
	display: inline-block;
	font: normal 11px 'PFHandbookProRegular';
	vertical-align: top;
	text-align: center;
	width: 121px;
	height: 22px;
	border: none;
	padding: 2px 0 0 0;
	margin: -5px 20px 0 0;
	float: right;
}
.block .block-bg {
	background: #FFF;
	-webkit-border-radius-inner: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #84AED5;
}
.block .all-intros {
	color: #FFF;
	text-shadow: 0px 1px 1px #003366;
	background: url(../img/all-intros.png) no-repeat 0 0;
}
.block .all-intros:hover {
	text-shadow: 0px 1px 1px #006699;
	background-position: 0 -24px;
}

/* Новости */
.intro-row {
	margin: 40px 0;
	border: 1xp solid red;
}
.intro-row ul {
	margin: 0;
}
.intro-row table {
	width: 100%;
}
.intro-row .date {
	font-size: 11px;
	color: #AAAAAA;
	vertical-align: top;
	width: 18%;
	padding: 0 10px;
	border: 1xp solid red;
}
.intro-row .date img {
	display: block;
}
.intro-row .intro {
	vertical-align: top;
	width: 82%;
}
.intro-row .intro-introtext {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #666;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #EEE;
	vertical-align: top;
	text-align: left;
}
.intro-row .intro-published {
	font-size: 11px;
}
.intro-row .author, .intro-row .comments {
	color: #999;
}
.intro-row .name, .intro-row .count {
	color: #333;
	margin: 0 20px 0 5px;
}

/* Статьи */
.article-text, .poll-text {
	padding: 0 0 20px 0;
	color: #666;
}
.news-img {
	display: inline-block;
	float: left;
}
.article-text img {
	display: inline-block;
	margin: 0 3px;
}
.meta {
	display: inline-block;
}
.meta h1 {
	padding: 0 0 20px 0;
}
.meta .date {
	margin: 0 20px 0 0;
	font-size: 11px;
	color: #AAAAAA;
	vertical-align: top;
}
.meta .intro-published {
	font-size: 11px;
}
.meta .author {
	color: #999;
}
.meta .name {
	color: #900;
	margin: 0 50px 0 5px;
}
.clear {
	height: 40px;
	clear: both;
}
.message {
	font-size: 11px;
	color: #666;
}
.margin-top {
	margin: 10px 0 0 0;
}
/* Пагинация */
.pager {
	padding: 30px 0 0 0;
}
.pager h2 {
	display: block;
	padding: 0 0 10px 0;
}
.pager ul {
	padding: 0;
}
.pager li {
	display: inline-block;
	margin: 0 10px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.pager span {
	color: #FFF;
}
.pager a {
	margin: 0;
}
.pager .current {
	font-size: 13px;
	padding: 0 5px;
	background: #92b8da;
}
.pager .next, .pager .prev {
	font: normal 13px 'Arial';
	border: none;
}

/* Голосования */
.poll {
	font: normal 12px 'PFHandbookProRegular'; 
}
.poll h2 {
	display: block;
	padding: 10px 0 10px 0;
}
.poll-text label {
	display: block !important;
}

/* Галерея */
.gallery,
.albums {
	margin: 0px;
	padding: 40px 0;
}
.gallery li {
	display: inline;
	display: inline-block;
	zoom: 1;
	width: 160px;
	padding: 0 22px 0 0;
	margin: 20px 20px 0 0;
	vertical-align: top;
}
.gallery a {
	text-decoration: none;
}
.gallery img {
	display: block;
	padding: 2px;
	border: 3px solid #3f7cb4;
	-webkit-border-radius-inner: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3f7cb4;
}
.gallery img:hover {
	border: 3px solid #09F;
	-webkit-border-radius-inner: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #09F;
}
.gallery span {
	font: normal 12px 'PFHandbookProRegular';
	word-wrap: break-word;
}
.albums li {
	list-style: none;
}


/* Футер */
.footer {
	font: normal 12px 'PFHandbookProRegular';
}
.footer table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.footer .copyright {
	width: 18%;
	color: #FFF;
	padding: 20px;
}
.footer .sitemaker {
	width: 100%;
	padding: 20px 40px;
}
.footer .counters {
	padding: 0 40px 40px 0;
	text-align: right;
}
.footer .counters a {
	border: 0;
}
a.sign {
	width: 100px;
	height: 33px;
	font: normal 16px 'PFHandbookProRegular';
	background: url(../img/sign/av.png) no-repeat right top;
	display: block;
	padding: 2px 40px 0 0;
	line-height: 0.8em;
	text-decoration: none;
	opacity: 0.3;
	border: none;
	float: right;
	text-align: right;
}
a.sign:hover {
	opacity: 1;
}
a.sign span {
	opacity: 1;
	font-size: 0.64em;
	display: block;
}