/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif; color: #3c3d3d; font-size: 14px; }
body { margin: 0; font-size: 1em; line-height: 1.2; }

::-moz-selection { background: #3a70d2; color: #fff; text-shadow: 0 1px #002957; }
::selection { background: #3a70d2; color: #fff; text-shadow: 0 1px #002957; }

a {
	color:#65c8d8;
	outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

p { margin: 0 0 1em; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


*:-moz-placeholder:focus {
    color: transparent !important;
}
*[autofocus]:-moz-placeholder:focus {
    color: graytext !important;
}

*::-webkit-input-placeholder:focus {
    color: transparent !important;
}
*[autofocus]::-webkit-input-placeholder {
    color: graytext !important;
}

textarea, input {
    resize: none;
    outline: none;
    color:#000;
}



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

body {
    margin:0;
    padding:0;
    background:#FFF;
}

.ul_reset {
    padding:0;
    margin:0;
    list-style: none;
}

#page {
    width:1100px;
    margin:0 auto;
}

#header {
    background:url("../img/bg_header.jpg") no-repeat top;
    width:1100px;
    height:422px;
    position: relative;
}

#top_line {
    background:url("../img/bg_top.png");
    position: absolute;
    top:0;
    left:0;
    right:0;
    height: 108px;
}

#logo {
    position: absolute;
    top:25px;
    left:38px;
}

#contact {
    position: absolute;
    top:25px;
    right:16px;
}

#contact li {
    background:url("../img/icon_adress.png") no-repeat left;
    padding-left:20px;
    line-height: 20px;
    color:#FFF;
    font-size:16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
    margin-bottom:2px;
}

#contact li + li {
    background:url("../img/icon_tel.png") no-repeat left 3px;
}

#contact li + li + li {
    background:url("../img/icon_mail.png") no-repeat left 6px;
}

#nav {
    position: absolute;
    top:130px;
    left:34px;
    right:34px;
    background: url("../img/bg_nav.png") repeat-x;
    height:37px;
    border-radius: 5px;
    border:1px solid rgba(44, 94, 105, 0.75);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.59);
}

#nav ul {
    display: table;
    width:100%;
}

#nav ul li {
    display: table-cell;
    background:url("../img/separator.png") no-repeat right;
    padding-right:2px;
}

#nav ul li.last {
    background: none;
    padding:0;
    border-radius: 0 5px 5px 0;
}

#nav ul li.first {
    border-radius: 5px 0 0 5px;
}

#nav ul li a {
    display: block;
    text-align: center;
    line-height: 37px;
    font-size:20px;
    font-weight: bold;
    color:#FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.68);
}

#nav ul li:hover {
    background:url("../img/bg_nav_hov.png") repeat-x;
}

#nav ul li.first a {
    text-indent: -9999px;
    background:url("../img/icon_home.png") no-repeat center;
    height:37px;
    min-width:24px;
}

#top_text {
    position: absolute;
    left:547px;
    top:227px;
    right:153px;
    background:url("../img/bg_top.png");
    padding:10px;
    color:#FFF;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
    line-height: 16px;
}

#top_text span {
    font-size:30px;
}

#items_top {
    margin-bottom:20px;
}

#items_top ul {
    overflow: hidden;
}

#items_top ul li {
    float: left;
    width:21%;
    padding:0 2%;
    text-align: center;
    font-size:16px;
    font-weight: bold;
    padding-top:96px;
    background:url("../img/icon_i1.png") no-repeat center 8px;
}

#items_top ul li + li {
    background:url("../img/icon_i2.png") no-repeat center 12px;
}

#items_top ul li + li span {
    margin:0 -50px;
}

#items_top ul li + li + li {
    background:url("../img/icon_i3.png") no-repeat center 5px;
    margin:0;
}

#items_top ul li + li + li span {
    margin:0;
}

#items_top ul li + li + li + li {
    background:url("../img/icon_i4.png") no-repeat center 0;
}

#items_top ul li span {
    color:#65c8d8;
    font-size:22px;
}

#main:after, .items1 ul:after, .article_info ul:after {
    content:'.';
    clear: both;
    display: block;
    height:0;
    visibility: hidden;
}

#content {
    float: left;
    width:780px;
    padding-left:27px;
}

.title {
    text-align: center;
    background:url("../img/bg_title2.png") no-repeat bottom;
    padding-bottom:34px;
    font-weight: bold;
    color:#65c8d8;
    font-size:20px;
    margin:0 0 17px 0;
}

.items1 {
    margin-bottom:40px;
}

.items1 ul {
    margin-right:-20px;
}

.items1 li {
    float: left;
    width:250px;
    margin-right:16px;
    text-align: center;
}

.items1 li img {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.56);
}

.items1 li > a {
    color:#3c3d3d;
    font-weight: bold;
    display: inline-block;
    margin-top:12px;
    text-decoration: none;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.items1 li > a:hover {
    text-decoration: underline;
}

.post {
    margin-bottom:10px;
}

.post header {
    position: relative;
    margin-bottom:5px;
}

.post header a {
    font-weight: bold;
    font-size:18px;
}

.date {
    position: absolute;
    top:0;
    right:0;
    display: block;
    color:#65c8d8;
}

.post figure {
    float: left;
    width:210px;
}

.post_content {
    margin-left:218px;
    font-weight: bold;
}

.post footer {
    position: relative;
    clear: both;
    padding-top:4px;
    color:#65c8d8;
}

.more {
    position: absolute;
    top:4px;
    right:0;
}

#main > aside {
    width:244px;
    float: right;
    margin-right:17px;
}

#main > aside .title {
    background:url("../img/bg_title.png") repeat-x;
    line-height: 49px;
    padding:0;
    font-size:18px;
    color:#ffffff;
    border-radius: 5px 5px 0 0;
    border:1px solid rgba(44, 94, 105, 0.75);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.59);
}

.block2 {
    margin-bottom:20px;
    background: #e4f1f4;
    border-radius: 5px;
    padding:0 0 14px 0;
}

.block2 .title {
    margin-bottom:10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.68);
}

.form {
    text-align: center;
}

.form select {
    width:204px;
    margin-bottom:13px;
}

.weather {
    overflow: hidden;
    margin:0 -10px 20px 0;
}

.weather img {
    float: left;
}

.item2 {
    padding:0 10px;
    font-weight: bold;
}

.item2 img {
    margin-bottom:10px;
}

.item_info {
    position: relative;
    margin:5px 0;
    color:#65c8d8;
}

.item_info .more {
    font-weight: normal;
    top:0;
}

.btn {
    text-align: center;
}

.btn a {
    display: inline-block;
    background:url("../img/btn.png") repeat-x;
    line-height: 28px;
    border-radius: 5px;
    border:1px solid rgba(44, 94, 105, 0.75);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.59);
    color:#FFF;
    text-decoration: none;
    padding:0 20px;
    font-size:18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.68);
}

#footer {
    position: relative;
    height:63px;
    margin-top:20px;
    background:url("../img/bg_footer.jpg") no-repeat;
}

#counter {
    position: absolute;
    bottom:3px;
    right:34px;
}

#flogo {
    position: absolute;
    left:73px;
    bottom:3px;
}

#menu_bot {
    position: absolute;
    top:0;
    left:455px;
}

#menu_bot li {
    float: left;
    margin-right:20px;
    line-height: 63px;
}

#menu_bot li a {
    font:11px Tahoma;
    text-transform: uppercase;
    color:#FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.68);
}

.pages {
    text-align: center;
    color:#65c8d8;
    line-height: 24px;
}

.pages a, .pages span {
    display: inline-block;
    padding:0 9px;
}

.pages span {
    background:url("../img/bg_page.png") repeat-x;
    border-radius: 5px;
    border:1px solid rgba(44, 94, 105, 0.75);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.59);
    line-height: 22px;
    color:#FFF;
    font-size:18px;
}

.article {
    margin-bottom:20px;
    font-weight: bold;
}

.article footer {
    clear: both;
    padding-top:10px;
    position: relative;
}

.article .item_info {
    font-weight: normal;
}

.soc {
    position: absolute;
    top:10px;
    right:0;
}

.article_info ul li {
    float: left;
    margin-right:24px;
    font-weight: normal;
}

.article_info ul li span {
    float: left;
    display: block;
    margin-right:5px;
}

.rate {
    position: relative;
    float: left;
    margin-top:2px;
}

.title2 {
    font-weight: bold;
    color:#65c8d8;
    font-size:20px;
    margin-bottom:20px;
}

.rel_items {
    margin-bottom:20px;
}

.rel_items ul {
    margin-right:-34px;
    overflow: hidden;
}

.rel_items ul li {
    float: left;
    width:130px;
    margin-right:32px;
}

.rel_items ul li img {
    margin-bottom:6px;
}

.rel_items ul li a {
    color:#3c3d3d;
    font-size:12Px;
    font-weight: bold;
    text-decoration: none;
}

.rel_items ul li a:hover {
    text-decoration: underline;
}

.comment {
    overflow: hidden;
    margin-bottom:20px;
}

.comment figure {
    float: left;
    width:54px;
}

.comment figure img {
    border:1px solid #6e6f70;
}

.comment_body {
    margin-left:60px;
}

.comment_top {
    position: relative;
    margin-bottom:5px;
}

.comment_top a {
    text-decoration: none;
    font-weight: bold;
    color:#3c3d3d;
}

#addcform td {
    padding-bottom:10px;
}

#addcform input[type="text"] {
    background: #f6f6f6;
    border:1px solid #bdbdbd;
    padding:0 10px;
    height:23px;
    width:
}

#addcform button {
    background: #7b766d;
    color:#FFF;
    padding:0 20px;
    height:29px;
    border:none;
    font-size:16px;
}