body {
	background-color: #ececec;
	font-family: Tahoma;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

.clear {
	clear: both;
}

a {
	color: #4a5c84;
}

.wrapper {
	width: 980px;
	padding: 22px;
	margin: 22px auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	background-color: #fff;
	position: relative;
}

.banner {
    margin: 20px 0;
}

header {
	overflow: hidden;
	position: relative;
}

header .banner {
	margin-top: 0;
}

header .current-time {
	float: right;
}

header .logo {
	float: left;
}

header .logo a.ban {
	font-size: 10px;
	font-style: italic;
	color: #003fde;
}

header .informer {
	float: right;
	margin-right: 80px;
}

#main {
	margin: 30px auto;
	overflow: hidden;
	position: relative;
	width: 940px;
}

#content {
	float: left;
	width: 600px;
	position: relative;
}

#content img {
	max-width: 100%;
}

.news-list .item {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.news-list .item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.news-list .item .item-date {
	background-color: #de9c21;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 17px;
}

.news-list .item .item-image {
	float: left;
	width: 165px;
}

.news-list .item .item-description {
	float: right;
	width: 410px;
}

.news-list .item .item-description h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

.news-list .item .item-description h3 a,
.news-list .item .item-description p a {
	text-decoration: none;
	color: #000;
}

.page-navigation {
	margin: 40px 0 20px;
	text-align: center;
}

.page-navigation span,
.page-navigation a {
	display: inline-block;
	padding: 4px 6px;
	margin-right: 2px;
}

.page-navigation span {
	color: #fff;
	background-color: #ed930b;
}

.page-navigation a {
	color: #000;
	background-color: #efefef;
	text-decoration: none;
}

aside {
	float: right;
	width: 300px;
	text-align: center;
}

aside > div {
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
}

aside .voting {
	width: 300px;
	margin-bottom: 30px;
}

aside .voting .block-title {
	background-color: #a76a00;
	color: #fff;
	font-size: 20px;
	padding: 15px 20px;
}

aside .voting .title {
	font-size: 16px;
	margin: 20px 10px;
}

aside .voting .options {
	margin: 20px;
}

aside .voting .option {
	margin-bottom: 10px;
	overflow: hidden;
}

aside .voting .option input[type="radio"] {
	display: block;
	float: left;
}

aside .voting .option label {
	display: block;
	float: left;
	margin-left: 10px;
	width: 200px;
}

aside .voting .submit {
	margin: 20px 0;
}

input[type="submit"] {
	background-color: #a76a00;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

aside .voting .links {
	font-size: 12px;
}

aside .voting .links a {
	color: #000;
}

aside .add-news-link a,
aside .competitions-link a {
	display: block;
	width: 239px;
	height: 70px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	box-sizing: border-box;
}

aside .add-news-link a {
	background-image: url("/bitrix/templates/nashkamensk/images/add-news-icon.png");
	background-color: #de9c21;
	padding: 11px 20px 8px 75px;
}

aside .competitions-link a {
	background-image: url("/bitrix/templates/nashkamensk/images/competitions-icon.png");
	background-color: #4fb4de;
	padding: 25px 20px 26px 75px;
	line-height: 18px;
}

.detail-text {
	margin: 20px 0;
}

p.success {
	color: green;
}

.default-form .field label {
	display: block;
	margin-bottom: 5px;
}

.default-form .field {
    margin-bottom: 20px;
}

.default-form .field input[type="text"],
.default-form .field input[type="email"],
.default-form .field input[type="password"],
.default-form .field textarea {
	display: block;
	padding: 10px;
	width: 350px;
	outline: 0;
}

.default-form .field textarea {
	height: 200px;
}

footer {
	overflow: hidden;
}

footer .copyright {
	border-bottom: 1px dotted #c7c7c7;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

footer .links {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 10px;
}

footer .counters {
	float: left;
}

footer .studio {
	float: right;
}

footer .studio a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	width: 200px;
}

footer .studio a img {
	float: left;
	margin: -2px 11px 0 0;
}
/*
     */
/*
*/