@charset "utf-8";

@font-face {
	font-family: 'MonAmourTwo-Medium';
	src: url('../fonts/monamourtwo.eot');
	src: url('../fonts/monamourtwo.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/monamourtwo.woff') format('woff'),
			 url('../fonts/monamourtwo.ttf') format('truetype'),
			 url('../fonts/monamourtwo.svg#monamourtwo') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

html, body { 
	
}

a {
	color: #15445b;
	text-decoration: none;
	cursor: pointer;
}



body {
	color: #454447;
	font-family: Arial;
	font-size: 14px;
	line-height: 130%;
}

#site {
	width: 1020px;
	min-height: 100%;
	margin: 0 auto;
}	

#header {
	height: 250px;
	position: relative;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
}

a#logo { 
	position: absolute;
	top: 50px;
	left: 115px;
	display: block;
	font-family: 'MonAmourTwo-Medium';
	font-size: 48px;
	color: #f23f19;
	text-decoration: none;
	width: 164px;
	height: 60px;
	line-height: 110%;
}

#header_description {
    padding-left: 220px;
    padding-top: 95px;
    font-size: 28px;
    font-family: 'MonAmourTwo-Medium';
}

a#logo span {
	color: #2468b0;
}
	
ul#menu {
	position: absolute;
	bottom: 0;
	right: 7px;
	width: 1000px;
	height: 50px;
	margin-right: 20px;
}
	
#menu li {
	display: block;
	float: right;
	height: 50px;
	background: url(../images/menu_blue.png) 100% 0 no-repeat;
	list-style: none;
	margin-right: -20px;
}
		
#menu li.main {
	background: url(../images/menu_blue_first.png) 100% 0 no-repeat;
}
		
#menu li.main.active {
	background: url(../images/menu_red_first.png) 100% 0 no-repeat;
}
	
#menu li a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	color: #094751;
	padding: 15px 30px;
	height: 20px;
}
	
#menu li.active {
	color: #fff;
	background: url(../images/menu_red.png) 100% 0 no-repeat;
}
	
#menu li.active a{
	color: #fff;
}
	
#menu li:hover {
	color: #fff;
	background: url(../images/menu_red.png) 100% 0 no-repeat;
}
	
#menu li:hover a{
	color: #fff;
}

#content_box {
	margin: 0 16px 36px 12px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	padding-bottom: 46px;
	background: #f9fbfc url(../images/site_bg.png) 13px 100% no-repeat;
}

#content {
	float: left;
	width: 668px;
}

.article_block {
	padding: 6px 0;
	margin: 6px 0 15px 9px;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	background-color: #fff;
}

h2.article_title {
	background-color: #f0fbff;
	height: 21px;
	padding: 2px 5px;
}

h2.article_title a {
	font-size: 18px;
	font-weight: normal;
	color: #2468b0;
	cursor: pointer;
	text-decoration: none;	
}

.article_top {
	color: #4f4f4c;
	padding: 5px;
}

.article_top a {
	text-decoration: none;
	cursor: pointer;
        color: #a20300;
}

.article_text p {
	padding: 0 5px;
	line-height: 120%;
}

.article_text h1, .article_text h2, .article_text h3 {
	padding-left: 5px;
	font-size: 20px;
}

.article_bottom {
	padding: 20px 5px 0 5px;
}

a.more {
	display: block;
	float: left;
	color: #2468b0;
	cursor: pointer;
	text-decoration: none;
	padding-left: 15px;
}

.comments-cloud {
	display: block;
	float: right;
	color: #2468b0;	
	cursor: pointer;
	text-decoration: none;
	background: url(../images/discuss_img.png) 0 0 no-repeat;
	padding: 0 10px 0 25px;
}

#pages {
	text-align: center;
	padding: 4px 0 15px 0;
}

#pages span {
	color: #505151;
}

#pages a {
	color: #15445b;
	text-decoration: none;
	cursor: pointer;
}

#sidebar {
	float: right;
	width: 280px;
}

.sidebar_block {
	position: relative;
	padding-top: 147px;
}

.sidebar_block .side_img {
	width: 334px;
	height: 190px;
	position: absolute;
	top: 0;
	right: -17px;
}

.widget_header {
	width: 317px;
	height: 14px;
	font-size: 12px;
	color: #231f20;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	top: 85px;
	right: -17px;
}

.widget_header span {
    font-size: 15px;
}

p.is_link, .widget-content {
	margin: 0px 30px 13px 23px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	padding: 30px 7px 7px 11px;
	background-color: #fff;
}

p.is_link {
	text-align: center;
	color: #a20300;
	font-size: 12px;
}

.is_link li {
	display: block;
	list-style: none;
	background: url(../images/circle.png) 0 7px no-repeat;
	padding-left: 12px;
}

.is_link li a {
	text-decoration: none;
	cursor: pointer;
	color: #d55803;
	line-height: 140%;
}

#footer {
	height: 29px;
	margin: 0 265px 0 0;
	text-align: center;
	color: #4e4c4c;
	font-size: 12px;
	line-height: 110%;
}

#footer a{
	text-decoration: none;
	color: #0d6795;
}

.clear {
	clear: both;
}

.article_text ul, .article_text ol {
    padding-left: 20px;
}

.article_text a {
    color: #004C96;
    text-decoration: none;
}

/* Pagination */
div.pagination {
    font-size:8pt;
    margin:25px 0 25px 0;
    text-align:center;
}
div.pagination strong {background:#648cb4; color:white; padding:2px;}


.category, .leave_a_comment, h1.comments, .page_comments_count, .archive, .wrap h1 {
    padding: 10px;
    font-size: 25px;
}

.show_rss_text, .info , .category_desc, .sitemap-link {
    padding-left: 10px;
}

.type_page {
    padding: 10px;
}
