/*------------------------------------------------*/
/*------------------[BASE STYLES]-----------------*/
/*------------------------------------------------*/
body {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #413f36;
    background-color: #f4efd6;
    background-image: url(/images/template/bg.jpg);
    font-family: Arial;
}

@media (max-width: 992px) {
    body {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
}

a:link, a:visited { text-decoration: none; color: #413f36; }
a:hover { color: #726f61; }
a { outline: none; }
h1 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 24px; }
h2 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 23px; }
h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 22px; }
ul { list-style-image: url(/images/template/bullet.gif); line-height: 23px;}
blockquote { overflow: auto; padding: 0 10px; margin: 20px 30px; background-color: #ddd5ba; border: 1px solid #c7bea0; }


/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/
.headings { width: 221px; display: block; height: 35px; font-weight: bold; color: #413f36; font-weight: bold; font-style: italic; font-family: Georgia; font-size: 18px; padding-left: 20px; padding-top: 10px; clear: both; background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: bottom; }
#bodywrap { width: 100%; float: left; padding: 56px 0px 0px 0px; }
#bottom-bg { width: 100%; float: left; padding-bottom: 90px;}
#wrapper2 { width: 950px; margin: auto; }

#content {
    background-image: url(/images/template/content-bg.jpg);
    background-repeat: repeat-y;
    background-position: left;
}

@media (min-width: 992px) {
    #content {
        float: left;
        width: 950px;
    }
}

@media (max-width: 992px) {
    #content {
        background-size: 100%;
    }
}

.post-wrapper { width: 636px; margin-top: 15px; }
.rule { clear: both; border-top: 1px solid #eeeedd; width: 636px; margin: 15px 0px; float: left; }
.home-wrapper { width: 636px;}
.home-left { width: 409px; float: left; padding: 19px 0px 0px 0px; background-image: url(/images/template/arrow-2.gif); background-repeat: repeat-y; background-position: right; }
.home-post-wrap { width: 95%; background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: bottom; padding: 0px 19px 19px 19px; margin-bottom: 19px; }
.home-post-wrap-2 { width: 636px; border-bottom: 1px solid #eeeedd; padding: 15px 0px; }
.home-post-wrap-3 { width: 636px; border-bottom: 1px solid #eeeedd; padding: 0px; }
.cat-post-wrap { background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: bottom; padding: 19px 19px 19px 19px; margin-bottom: 19px; }
.single-post-wrap { padding: 19px 30px; }
.single-post-wrap a:link, .single-post-wrap a:visited { text-decoration: underline; }
.home-right { width: 241px; float: left; }
.readmore { width: 69px; height: 27px; font-size: 12px; font-weight: bold; color: #fff !important; padding: 2px 0px 0px 12px; background-image: url(/images/template/readmore-bg-1.jpg); float: right; margin-right: -16px; margin-bottom: -16px; }
.thumbnail-div { background-color: #ddd5ba; border: 1px solid #c7bea0; padding: 4px; float: left; margin-right: 20px; margin-top: 15px; }
#container { width: 950px; }

#left-div {
    float: left;
    margin: 0px 8px;
}

@media (min-width: 992px) {
    #left-div {
        width: 652px;
    }
}

.adwrap { margin-left: -10px; float: left; position: relative; }
.adwrap a, .adwrap a:hover, .adwrap a:visited { margin-right: 1px; margin-bottom: 1px; display: block; float: left; }
.home-sidebar-box { width: 211px; padding: 15px; float: left; clear: both; background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: bottom; }
.home-sidebar-box ul { margin: 0px 0px 15px 15px; padding-left: 0px; float: left; }
.thumbnail-div { border: 1px solid #e7e7d4; float: left; margin-right: 10px; padding: 6px; display: inline; }
.post-info { float: left; clear: both; margin-left: -39px; }
.post-info-single { float: left; clear: both; margin-left: -50px; text-decoration: none; }
.post-info-single a:link { text-decoration: none; }
.logo { width: 950px; height: 65px; margin: auto; }
.logo-image { border: none; float: left; margin-right: 20px; }
.slogan { background: #5e8db9; font-size: 24px; color: #fff; float: left; text-transform: lowercase; padding: 10px 5px 0px 10px; height: 46px; background-image: url(/images/template/slogan-bg.jpg); font-family: Georgia; font-style: italic; margin-top: 3px; }
.current-category { background-color: #ddd5ba; border: 1px solid #c7bea0; padding: 5px; display: block; margin: 17px 0px 10px 16px; width: 609px; }
.post-date { float: left; display: block; font-size: 18px; color: #fff; font-family: Georgia; padding: 7px 0px 7px 12px; height: 43px; background-image: url(/images/template/date-bg-2.gif); min-width: 50px; }
.post-date-inside { float: left; }
.date-right { background-image: url(/images/template/date-bg-2-right.gif); width: 13px; height: 43px; float:left; margin-top: -7px; margin-left: 3px; }
.post-author {float: left; color: #413f36; font-size: 18px; font-family: Geogria; font-style: italic; margin: 8px; }


/*------------------------------------------------*/
/*---------------------[TITLES]-------------------*/
/*------------------------------------------------*/
.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 20px; font-family: Georgia; margin-top: 10px; color: #6a909f; float: left; margin-bottom: 15px; clear: both; }
.post-title { margin: 5px 0px 15px 0px; color: #413f36; float: left; font-size: 36px; line-height: 40px; font-weight: bold; text-decoration: none; }
.post-title-2 a { margin: 15px 0px; color: #413f36; font-size: 25px; font-weight: bold; line-height: 28px; float: left; }
.post-title a:link, .post-title a:hover, .post-title a:visited { margin: 0px 0px 10px 0px; color: #413f36; float: left; font-size: 36px; line-height: 40px; font-weight: bold; display: block; background-image: url(/images/template/arrow-1.gif); background-position: bottom; background-repeat: repeat-x; text-decoration: none; }

/*------------------------------------------------*/
/*--------------------[COMMENTS]------------------*/
/*------------------------------------------------*/
.commentmetadata { text-transform: uppercase; color: #fff; font-size: 11px; text-transform: uppercase; font-weight: bold; margin-top: 10px; background-image: url(/images/template/comment-date-bg.jpg); background-repeat: no-repeat; background-position: bottom; width: 188px; height: 26px; padding: 12px 0px 0px 10px; }
#comments { margin-top: 30px; }
.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited { color: #fff; text-decoration: none; }
.fn, .fn a:link, .fn a:hover, .fn a:visited, .says { color: #4d709b; font-family: Georgia; font-size: 17px; font-style: normal; text-decoration: none; }
.avatar { border: 5px solid #d5cba4; margin-bottom: -15px; margin-right: 10px; width: 40px; height: 40px; }
.comment, .pingback { background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: bottom; margin-bottom: 15px; float: left; clear: both; width: 100%; list-style: none; }
.children .comment { background-image: url(/images/template/arrow-1.gif); background-repeat: repeat-x; background-position: top; padding-top: 15px; border-left: 10px solid #d1c8aa; padding-left: 15px; margin-bottom: 0px; width: 96%;  }
.comment-reply-link, .comment-reply-link:visited { color: #fff !important; display: block; font-weight: bold; background-color: #6a6351; background-image: url(/images/template/readmore-bg-1.jpg); padding: 2px 7px; float: right; text-transform: lowercase; font-size: 11px; margin-bottom: 10px; margin-top: -10px; text-decoration: none !important; }
.commentlist { float: left; margin-left: 0px; padding-left: 10px; }
.comment-reply-link:hover { background-color: #7bab96; color: #fff; }
.cancel-comment-reply a:link, .cancel-comment-reply a:visited { color: #fff !important; display: block; font-weight: bold; background-color: #6a6351; background-image: url(/images/template/readmore-bg-1.jpg); padding: 0px 5px; text-transform: lowercase; font-size: 10px; float: left; clear: both; text-decoration: none; }
#commentform { clear: both; float: left; }
#respond { float: left; width: 100%; }


/*------------------------------------------------*/
/*-----------------[COMMENT FORM]-----------------*/
/*------------------------------------------------*/
#commentform { margin: 10px 0px 0px 20px; }
#commentform textarea { background: #ddd5ba; border: 1px solid #c7bea2; width: 350px; padding: 10px; }
#commentform #email { font-size: 13px; background: #ddd5ba; border: 1px solid #c7bea2; width: 235px; height: 20px;  padding-left: 15px; padding-top: 6px; margin-bottom: 3px; }
#commentform #author { font-size: 13px; background: #ddd5ba; border: 1px solid #c7bea2; width: 235px; height: 20px;  padding-left: 15px; padding-top: 6px; margin-bottom: 3px; }
#commentform #url { font-size: 13px; background: #ddd5ba; border: 1px solid #c7bea2; width: 235px; height: 20px;  padding-left: 15px; padding-top: 6px; margin-bottom: 3px; }
#respond #submit { margin-bottom: 20px; }

/*------------------------------------------------*/
/*---------------[PAGES NAVIGATION]---------------*/
/*------------------------------------------------*/
#pages {
    float: left;
    height: 59px;
    background-image: url(/images/template/nav-bg.jpg);
    margin-top: 7px;
}
@media (min-width: 992px) {
    #pages {
        width: 100%;
    }
}

#pages-inside { width: 950px; margin: auto;  }
#pages-inside ul { list-style-type: none; list-style-image: none; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 0px; }
#pages-inside ul li { float: left; display: block; height: 41px; padding: 0px; margin: 0px; }
#pages-inside ul li a:link, #pages-inside ul li a:visited, #pages-inside ul li a:active { float: left; display: block; height: 41px; font-size: 18px; padding: 10px 15px 0px 15px; margin: 0px; font-weight: bold; text-transform: lowercase;}
#pages-inside ul li a:hover { background-color: #66614e;  color: #fff; background-image: url(/images/template/nav-hover-bg.gif); }
.home-link a, .active a:link, #pages .active a:visited { background-color: #66614e;  color: #fff !important; background-image: url(/images/template/nav-hover-bg.gif); }
		/*-------------[DROPDOWN MENU]------------*/
		.nav, .nav * { margin:0; padding:0; list-style:none; }
		.nav ul { position:absolute; top:-999em; padding-bottom: 3px !important; background-image: url(/images/template/dropdown-bg.gif); background-position: bottom left; background-repeat: repeat-x; }
		.nav li { float:left; position:relative; z-index:99; }
		.nav a { display:block; }
		.nav ul li { width: 100%; }
		.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:33px; }
		.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:220px; top:-8px; }
		.nav li:hover ul, .nav li li:hover ul { top: -999em; }
		.nav li li { display: block; padding: 0px; height: auto !important; }
		.nav li:hover a { background-image: url(/images/template/nav-hover-bg.gif); color: #fff; }
		.nav li li a:link, .nav li li a:visited { width: 190px; display: block; color: #fff; background-image: none; background-color: #66614e; height: auto !important; padding-bottom: 10px !important; padding-right: 35px;  }
		.nav li li a:hover { background-color: #5a5544 !important; background-image: none !important; background-image: url(/images/template/dropdown-arrow.gif) !important; background-repeat: no-repeat; background-position: 180px 10px; }


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }


/*------------------------------------------------*/
/*---------------[ABOUT ME SECTION]---------------*/
/*------------------------------------------------*/
.about-image { background-color: #ddd5ba; border: 1px solid #c7bea0; padding: 4px; float: left; margin-right: 10px;  }


/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/
#sidebar {  visibility: hidden}
		.sidebar-box-wrap { float: left; margin-bottom: 15px; width: 280px; padding: 6px 6px 6px 0px; background-color: #ddd5ba; border-right: 1px solid #c7bea2; border-bottom: 1px solid #c7bea2; border-top: 1px solid #c7bea2; }
		.sidebar-box { width: 273px; padding: 0px 15px 8px 15px; float: left; border-right: 1px solid #c7bea2; border-bottom: 1px solid #c7bea2; border-top: 1px solid #c7bea2; background-image: url(/images/template/sidebar-bg.jpg); }
				.sidebar-box ul li { margin: 5px 3px 3px 5px; clear: both; }
				.sidebar-box ul { list-style-image: url(/images/template/bullet.gif); clear: both; margin-left: 0px; padding-left: 20px; margin-top: 0px; padding-top: 0px; clear: both; }
				.sidebar-box-title { font-size: 18px; color: #FFF; padding: 9px 0px 0px 4px; margin: 0px 0px 2px 0px; float: left; font-size: 18px; font-family: Georgia; background-image: url(/images/template/sidebar-h2-bg.jpg); width: 297px; height: 59px; margin-left: -15px; position: relative; clear: both; }
				.sidebar-box ul li a:link, .sidebar-box ul li a:visited { padding-right: 23px; } 
				.sidebar-box ul li a:hover { background-image: url(/images/template/link-arrow.gif); background-repeat: no-repeat; background-position: top right; color: #413f36; } 
#connect { width: 270px; height: 54px; float: left; padding-top: 46px; padding-left: 10px; margin-top: -46px;   }
#connect2 { width: 270px; height: 54px; float: left; padding-top: 46px; padding-left: 10px; margin-top: -46px;   }
.icon { float: left; margin-left: 5px; border: none; }
.sidebar-box div { float: left; }

#sidebar_mobile {
    visibility: visible;
}

@media (min-width: 992px) {
    #sidebar {
       visibility: visible;  float: right; width: 280px; margin-bottom: 40px;
    }
    #sidebar_mobile {
        visibility: hidden;
    }
}

/*------------------------------------------------*/
/*---------------[FEATURED ARTICLES]--------------*/
/*------------------------------------------------*/
.titles-featured a, .titles-featured a:hover, .titles-featured a:visited, .titles-featured, .post-title a:link, .post-title a:hover, .post-title a:visited { margin: 5px 0px 5px 0px; color: #413f36; float: left; font-size: 22px; line-height: 40px; font-weight: bold;}
.titles-featured a, .titles-featured a:hover, .titles-featured a:visited, .titles-featured { width: 382px; }
.featured-line { width: 382px; float: left; clear: both; background-image: url(/images/template/arrow-1.gif); height: 2px; margin-bottom: 10px;}
.featured-thumb { border: none; }
.featured-thumb-wrapper { width: 210px; height: 210px; background-color: #ddd5ba; border: 1px solid #c7bea0; padding: 4px; float: left; margin-right: 15px; margin-top: 7px; }
.featured-block2 { width: 428px; height: 275px; margin-right: 61px; margin-bottom: 37px; background-color: #ddd5ba; border: 1px solid #c7bea2; padding: 7px; float: left; }
.featured-block { width: 428px; height: 275px; margin-right: 0px; margin-bottom: 37px; background-color: #ddd5ba; border: 1px solid #c7bea2; padding: 7px; float: left; }
.featured-block-inside { width: 100%; height: 100%; border: 1px solid #c7bea2; background-image: url(/images/template/bg-darker.jpg); padding: 22px; position: relative; }
.featured-date { font-size: 18px; font-family: Georgia; color: #fff; display: block; background-image: url(/images/template/date-bg.gif); background-position: right; height: 36px; padding: 7px 25px 0px 0px; position: absolute; margin: -39px 0px 0px -53px; min-width: 100px; }
.featured-date-left { background-image: url(/images/template/date-bg-left.gif); height: 43px; width: 31px; float: left; margin-top: -7px; }
.featured-date-inside { float: left; padding-left: 5px; }
.featured-readmore { width: 84px; height: 25px; font-size: 14px; font-weight: bold; color: #fff !important; padding: 4px 0px 0px 13px; background-image: url(/images/template/readmore-bg-1.jpg); float: right; margin-right: -22px; margin-top: 1px; }
.featured-readmore:hover { font-style: italic; }

/*------------------------------------------------*/
/*--------------------[FOOTER]--------------------*/
/*------------------------------------------------*/
#footer {
    background-image: url(/images/template/footer-bg.jpg);
    float: left;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    #footer {
        width: 100%;
    }
}

#footer-inside { background-image: url(/images/template/footer-top.jpg); background-repeat: repeat-x; background-position: top; width: 100%; float: left; padding-top: 50px; }
#footer-inside-2 { width: 950px; margin: auto; }

.footer-bottom {
    padding: 14px 0px 10px 0px;
    float: left;
    background-image: url(/images/template/footer-bottom-bg.gif);
    background-color: #312e24;
    background-repeat: repeat-x;
    background-position: top;
    text-align: right;
}
@media (min-width: 992px) {
    .footer-bottom {
        width: 100%;
    }
}

.footer-bottom-inside { width: 950px; margin: auto; color: #d4ca92; }
.footer-bottom-inside a { color: #fff; }
.footer-box { width: 290px; float: left; margin-right: 13px; margin-left: 13px; color: #d4ca92; }
.footer-box h3 { background-color: #312e24; border: 1px solid #4d4632; padding: 5px 10px; color: #fff; font-size: 20px; font-weight: bold; float: left; clear: both; margin-bottom: 20px; }
.footer-box ul { margin: 0px; padding: 2px 0px 0px 0px; clear: both; float: left; background-image: url(/images/template/footer-arrow.gif); background-position: top; background-repeat: repeat-x;}
.footer-box li { margin: 0px; padding: 0px; background-image: url(/images/template/footer-arrow.gif); background-position: bottom; background-repeat: repeat-x; padding: 7px; display: block; float: left; width: 270px; }
.footer-box li a:link, .footer-box li a:hover, .footer-box li a:visited { color: #d4ca92; padding-left: 20px; background-image: url(/images/template/footer-bullet.gif); background-repeat: no-repeat; }
.footer-box a { color: #d4ca92; }


/*------------------------------------------------*/
/*--------------------[SEARCH]--------------------*/
/*------------------------------------------------*/
.search_bg { float: right; margin-top: 2px; margin-left: 10px; }
.search_bg #s { background: #565140; font-size:11px; color:#fff; font-family: Arial; width:110px; vertical-align:middle; padding:5px 0px 5px 10px; border: 1px solid #504a38; }
.search_bg #searchsubmit { background-color: #65907D; border: none; color: #fff; font-weight: bold; cursor: pointer; vertical-align:middle; text-transform: lowercase; margin-left: 10px; height: 25px; padding-top: 0px; }
#searchform { margin-right: 20px; margin-bottom: 15px; }
#search-icon { float: right; margin-top: 9px; cursor: pointer; }

@media (min-width: 992px) {
    #search-body {
        position: absolute;
        width: 233px;
        height: 39px;
        background-image: url(/images/template/search-bg.gif);
        top: 50px;
        right: -25px;
        display: block;
        overflow: hidden;
    }
}
#search-wrap { float: right; position: relative; margin-top: -41px; }


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { margin: 0px 0px 15px 15px; }
.pagination a, .pagination a:link { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #c7bea0; color: #413f36; background-color: #ddd5ba; }
.pagination a:visited { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #c7bea0; color: #413f36; background-color: #ddd5ba; }
.pagination a:hover { border: 1px solid #437588; color: #FFF; background-color: #548ca1; }
.pagination li.active a { color: #ffffff; background-color: #65907D; }
.pagination li.active { color: #ffffff; background-color: #65907D; }

a.white{
    color: white;
}

.knopka{
    background-color: #65907D;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    margin-left: 10px;
    padding-top: 0;
    text-transform: lowercase;
    vertical-align: middle;
}

.banner{
    margin-top: -50px;
    margin-bottom: 10px;
}

.zodiaks a{
    margin-left: 2px;
    margin-right: 2px;
}

.zodiaks{
    margin: 20px;
}

.breadcrumb {
    background-image: url("/images/template/sidebar-bg.jpg");
    margin-bottom: 0;
}

  .block_links * {
                background:transparent none repeat scroll 0 0 ;
                border:medium none ;
                clear:none ;
                clip:rect(auto, auto, auto, auto) ;
                font-size:100% ;
                font-style:normal ;
                font-variant:normal ;
                font-weight:normal ;
                height:auto ;
                letter-spacing:normal ;
                line-height:normal ;
                margin:0 ;
                overflow:visible ;
                padding:0 ;
                position:static ;
                text-align:left ;
                text-decoration:none ;
                text-indent:0 ;
                text-transform:none ;
                vertical-align:baseline ;
                visibility:visible ;
                white-space:normal ;
                width:auto;
                word-spacing:normal ;
                z-index:auto ;
                cursor: pointer;
                word-wrap: break-word;
            }
            .block_links li {
                display:list-item ;
                list-style-image:none ;
                list-style-position:outside ;
                list-style-type:none ;
                display: inline;
            }
            .block_links li DIV {
                padding:0.5em ;
            }

            .block_links DIV, .block_links TABLE {
                padding: 5px ;
            }

            .block_links {
                width: 100%;
                font-family: Verdana;
                font-size: 11px;
                border: 1px solid #DDDDDD;
                background-color: #FFFEEB;
                padding:5px;
                position: relative;
                display:block;
                
            }
            .block_links_icnt, .block_links_icnt * {
                text-align: center;
            }

            .block_links_text, .block_links_text A, .block_links_text A:hover {
                color: #000000;
                font-size: 11px;
                text-decoration: none;
            }
            .block_links_url {
                color: #65907d;
                font-size: 11px;
                text-decoration: none;
            }
            .block_links_header, .block_links_header A {
                color: #8c6239;
                font-size: 13px;
                font-weight: bold;
                text-decoration: underline;
            }
            .block_links_sign {
                color: #999999;
                font-size: 10px;
                text-align: center;
                text-decoration: none;
            }

            .block_links_clear {
                clear:both;
            }

            .block_links TABLE {
                width: 100%;
                border: 0px;
            }
