/*	-==========================- ENGINE -==========================-  */
/*------------------------------ Post image ------------------------------*/
.post-body .post-image {
    float: left;
    width: 300px;
    padding: 5px;
    background: #fff;
    border: 1px solid #c6c6c6;
    box-shadow: 1px 0 3px #949494;
    margin-right: 10px !important;
}

/*------------------------------ pagination ------------------------------*/
.pagination {
    display: table;
    margin: 0 auto;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
    text-decoration: none;
}

.pagination .active a {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: not-allowed;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/*------------------------------ other ------------------------------*/
.br_line {
    line-height: 0px;
}

#search_box h1 {
    margin-top: 0px;
    margin-bottom: 25px;
}

/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
html {
    background: #fafafa;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

input[type="text"]:focus {
    outline: none;
}

* html .clearfix {
    height: 1%;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1 {
    font-weight: normal;
    font-size: 21px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 10px 0px;
}

img {
    border-width: 0px;
}

body {
    width: 100%;
    min-width: 980px;
    color: #616161;
    font-family: arial;
    font-size: 12px;
    position: relative;
    background: url(../images/bg.png);
    padding: 0;
    margin: 0;
}

#all {
    background: url("../images/background.jpg") no-repeat;
    padding-bottom: 10px;
}

.wrapper {
    max-width: 1000px;
    padding: 0 100px;
    margin: 0 auto;
}

#headstyle-arc {
    background: url("../images/bg-arc.png") repeat-x bottom center;
    position: absolute;
    top: 427px;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
}

.container {
    width: 100%;
}

a {
    color: #2d98de;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.post_ttl, .post-caption h1 {
    color: #252525;
}

h2 a.post_ttl:hover {
    text-decoration: underline;
}

a.post_ttl {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 2px #3077a6;
}

/*------------------------------ HEADER ------------------------------*/
#header .container {
    position: relative;
}

#secondarymenu-container {
    position: relative;
}

#logo {
    position: absolute;
    top: 50px;
    left: 0;
}

.menusearch {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
    background: none;
    border: none;
    float: left;
    height: 24px;
    line-height: 26px;
    color: #515151;
    font-size: 12px;
    width: 150px;
}

.searchform {
    height: 26px;
    background: #fff;
    margin: 10px 0;

}

.searchtxt {
    padding: 0 10px;
    width: 190px;
}

.searchbtn {
    height: 26px;
    width: 69px;
    margin-right: 0;
    float: right;
    border: none;
    background: url(../images/search.png) 50% no-repeat;
    margin-left: 5px;
    cursor: pointer;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content {
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

#content-top {
    height: 0;
}

#content {
    background: #fff;
    border: 1px solid #c8c8c8;
}

#content .container {
    min-height: 400px;
    padding: 0;
    margin-top: 20px;
}

/*	-==========================- ARTICLES -==========================-  */
.articles {
    margin: 0;
}

.articles .post-caption {
    margin: 0;
    padding: 0px 0 23px;
    background: url(../images/shadow-h.png) right bottom no-repeat;
}

.articles .post-body {
    overflow: hidden;
    padding: 0 0px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    margin: 0 10px;
}

.post-body img {
    max-width: 600px;
    width: 99%;
    display: block;
    margin: 0 auto;
}

.highslide img {
    max-width: 670px;
    width: 99%
}

.post_content {
    margin-left: 10px
}

.articles .post-caption p {
    padding: 12px 0;
    margin: 0;
}

.articles .post-caption h2, .articles .post-caption h1 {
    background: url(../images/back-h.png) repeat-y right;
    margin: 0 -15px;
    padding: 10px 15px;
    color: #fff;
}

.articles .post-caption p img {
    margin: 0px 5px;
    margin-bottom: -4px;
}

.featured_image {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    background: #fff;
}

.alignleft {
    float: left;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignright {
    float: right;
}

a.readmore {
    float: right;
    text-decoration: none;
    padding: 4px 15px;
    text-align: center;
    clear: both;
    margin-top: 20px;
}

/*	-==========================- WIDGETS -==========================-  */
.tab_widget, .widget {
    padding: 10px;
}

.tab_widget ul, .widget ul {
    overflow: hidden;
}

.tab_widget ul li, .widget ul li {
    padding: 10px 0;
    margin-top: -2px;
    margin-bottom: -1px;
}

.tab_widget p, .widget p {
    margin: 2px 0;
}

.widget_posts ul li img {
    float: left;
    padding: 4px;
    margin-right: 10px;
    margin-top: 0px;
    width: 80px;
    border: 1px solid #c6c6c6;
}

.widget_posts ul li {
    overflow: hidden;
}

.widget_posts ul {
    overflow: hidden;
}

.videofeed img {
    width: 230px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    padding: 4px;
    height: 139px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
    color: #8b8b8b;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: 0px;
}

#footer .container {
    padding: 10px 0;
}

#footer h3 {
    color: #868686;
    font-size: 14px;
    text-transform: none;
}

#footer .footer_txt {
    padding: 10px 0;
    background: none;
    margin: 0 auto;
}

#footer .footer_txt .container {
    background: #2d98de;
    border: none;
    color: #fff;
    text-align: center;
    padding: 2px 0;
}

.footer-widgets {
}

#footer .footer_txt .container a {
    color: #fff;
    text-decoration: underline;
}

#footer .inner a {
    color: #2d98de;
}

#footer .inner a:hover {
    text-decoration: underline;
}

/*------------------------------ WIDGETS AND SLIDER ------------------------------*/

.content-r #main_content, .content-r2 #main_content, .content-lr #main_content {
    padding: 0 30px 10px 15px;
}

.content-l #main_content, .content-l2 #main_content {
    padding: 0 15px 10px 30px;
}

.sidebar {
    margin-top: -10px;
}

.sidebar.right {
    position: relative;
    float: right;
    overflow: hidden;
    padding-bottom: 20px;
    height: 100%;
    width: 272px;
}

#content .widget .caption h3 {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 2px #7d7d7d;
    text-transform: uppercase;
    padding: 10px 15px;
    background: url("../images/back-widget-r.png") repeat-y top;
}

#content .widget .caption h3, .content-r2 #content .widget .caption h3 {
    background: url("../images/back-widget-r.png") repeat-y top;
}

#content .widget .caption, .content-r2 #content .widget .caption {
    background: url(../images/shadow-widget-r.png) no-repeat bottom left;
    padding: 0 0 23px;
    margin: 0 -10px;
}

#content .widget .caption h3, .content-l2 #content .widget .caption h3 {
    background: url("../images/back-widget-l.png") repeat-y top;
}

.content-l #content .widget .caption, .content-l2 #content .widget .caption {
    background: url(../images/shadow-widget-l.png) no-repeat bottom right;
    padding: 0 0 23px;
    margin: 0 -10px;
}

.content-lr .sidebar.right .widget .caption h3 {
    background: url("../images/back-widget-r.png") repeat-y top;
}

.content-lr .sidebar.right .widget .caption {
    background: url(../images/shadow-widget-r.png) no-repeat bottom left;
    padding: 0 0 23px;
    margin: 0 -10px;
}

/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
    height: 136px;
    position: relative;
    z-index: 20;
}

#secondarymenu {
    float: right;
    background: url(../images/back-secondarymenu.png) no-repeat center top;
    height: 59px;
    position: relative;
    margin-top: 10px;
}

#secondarymenu a {
    text-decoration: none;
    padding: 9px;
    display: block;
    color: #fff;
    font-size: 14px;
}

#secondarymenu a:hover {
    background: #a5a5a5;
}

#header-block {
    position: relative;
}

#mainmenu-container {
    background: url(../images/back-menu.png) repeat-x top;
    height: 65px;
    z-index: 18;
    margin: 0 auto;
    position: relative;
}

#mainmenu li a {
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: none;
    color: #fff;
}

#mainmenu li {
    position: relative;
}

#mainmenu li a:hover {
    text-shadow: 0 0 2px #3a87b8;
    background: #4095cd;
}

#header #mainmenu li ul {
    top: 44px;
}

#header li ul {
    top: 38px;
}

#header li ul .transparent {
    background: #575757;
    opacity: 0.90;
    box-shadow: 3px 3px 3px #1d2f41;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    margin-bottom: 1px;
    *margin-left: -3px;
}

#header li ul .inner {
    padding: 0;
    border: none;
    height: 100%;
    z-index: 2;
    position: relative;
}

#header ul.children li, #header .sub-menu li {
    padding: 0 !important;
    margin: 0 !important;
    height: 25px;
    line-height: 25px;
}

#header ul.children li a, #header .sub-menu li a {
    color: #fff !important;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px !important;
    text-align: left;
    border-bottom: 1px dashed #ababab;
}

#header ul.children li:last-child a, #header .sub-menu li:last-child a {
    border-bottom: none !important;
}

#header ul.children li a:hover, #header .sub-menu li a:hover {
    background: #2d98de !important;
}

#header #mainmenu li ul .transparent {
    background: #0072bc;
    box-shadow: 3px 3px 3px #6f7475;
    opacity: 1;
}

#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
    color: #fff !important;
    font-size: 12px;
    text-transform: none;
    text-align: left;
    border-bottom: 1px dashed #80b9de;
    padding: 0 20px !important;
}

#header #mainmenu ul.children li:last-child a, #mainmenu .sub-menu li:last-child a {
    border-bottom: none !important;
}

#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
    background: #616161 !important;
}

#header .sub-menu .sub-menu {
    top: 0 !important;
}

/*	-==========================- SUBMENU -==========================-  */
#header .sub-menu li {
    background: none;
    width: auto;
    float: none !important;
    display: block !important;
    clear: left;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    padding: 0px 15px !important;
    margin: 0px 10px;
    margin-top: -2px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    word-wrap: normal;
    white-space: nowrap;
}

#header ul.children li a, #header .sub-menu li a {
    font-family: arial !important;
    border: none;
    font-size: 13px !important;
    text-transform: none;
    text-shadow: none !important;
    line-height: 20px;
    height: 20px;
}

#header .sub-menu .sub-menu {
    left: 100%;
    top: -8px;
}

/*	-==========================- DROP DOWN MENU -==========================-  */
#header li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 45px;
    height: auto;
    min-width: 154px;
}

#mainmenu li, #secondarymenu li {
    position: relative;
    float: left;
}

/*------------------------------ SLIDER ------------------------------*/
.slider {
    position: relative;
    display: block;
    width: 100%;
}

.slider-container {
    margin: -21px auto 0;
    height: 365px;
}

.fp-next, .fp-prev {
    height: 47px;
    margin: 159px -47px;
    width: 47px;
}

.fp-prev-next-wrap {
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 0;
}

.fp-prev-next {
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
}

.fp-prev {
    float: left;
    width: 50px;
    height: 52px;
    background: url(../images/slide-left.png) left top no-repeat;
}

.fp-next {
    float: right;
    width: 50px;
    height: 52px;
    background: url(../images/slide-right.png) right top no-repeat;
}

.fp-nav {
    display: none;
}

.fp-title {
    font-size: 13px;
}

.fp-slides {
    margin: 0 auto;
    padding: 0px;
    height: 370px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fp-slides-items {
    width: 100% !important;
}

.fp-content-fon {
    position: absolute;
    padding-bottom: 0px;
    height: 80px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    bottom: 30px;
    right: 520px;
    left: 30px;
    background: #444;
    border: 1px solid #aaa;
}

.fp-content {
    position: absolute;
    height: 70px;
    padding: 5px 20px;
    bottom: 30px;
    right: 520px;
    left: 30px;
    overflow: hidden;
}

.fp-content a, .fp-content p {
    color: #fff;
}

.fp-content p {
    padding-bottom: 10px;
    margin: 0px;
}

.fp-content-fon, .fp-content {

    left: 0;
    right: 0;
    top: 285px;
    text-align: left;
    font-size: 13px;
}

/* posts */
.post-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #797a7d;
    text-decoration: none;
}

.post_date {
    background: url(../images/post-date-icon.png) 0 3px no-repeat;
    padding-left: 15px;
}

.post_tags {
    background: url(../images/post-format.png) 0 3px no-repeat;
    padding-left: 16px;
    display: block;
    margin-top: 10px;
}

.post_views {
    background: url(../images/single_post_views.png) 0 3px no-repeat;
    padding-left: 16px;
}