body{
    background-color:#F0F6FF;
}
#header{
    background: #333 url(../img/bg_header.png) repeat-x;
    height:40px;
}

#header .form-search{
    margin-top:6px;
    float: right;
}
#logo_container{
    margin-top:8px;
}

#site_name h1{
    margin:0;
    color:white;
    font-size:1.2em;
    font-weight: normal;
    line-height: 40px;
}
#site_name h1 a{
    color:white;
    text-decoration: none;
}

#top_right ul,
#top_right ul li{
    display:block;
    margin: 0;
    padding: 0;
}

#top_right ul{
    float:right;
    margin-top:8px;
    text-align: right;
}

#top_right ul li{
    margin: 0 5px;
    padding: 0 10px;
    display:inline;
}
#top_right ul li,
#top_right ul li a{
    color:white;
}

#search form{
    margin-top:10px;
    background: transparent url(../img/bg_search.png) no-repeat;
}
#search form *{
    margin: 0;
    padding: 0;
    display:block;
    float:left;
    height:30px;
    border: none;
    background-color:transparent;
    line-height:30px;
}
#search form .text{
    margin-left: 15px;
    width: 465px;
    text-align: center;
    color: #777;
    font-size: 1.2em;
    vertical-align: middle;
}
#search form .submit{
    background: transparent url(../img/search_button.png) no-repeat;
    width:140px;
}


#page{
    background:transparent url(../img/gray_bg.png);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #3997b9;
}

.inside{
    background-color: white;
    margin:0 5px 5px 5px;
    padding:5px 0 3px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#content{
    background-color:white;
}
h1#page-title,
h2.post-title{
    display: block;
    margin: 05px 0 15px 0;
    border-bottom: 1px solid #5f9ea0;
}
h1#page-title,
h2.post-title a{
    font-size: 30px;
    font-weight: normal;
    color: #5f9ea0;
    text-decoration: none;
}

#sidebar h3{
    displau:block;
    margin: 5px 0 10px;
    font-size:17px;
    font-weight: normal;
    color:#333333;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
}

.post-body{
    margin: 10px 0;
    padding: 10px;
}

.post-body,
.post-body *{
    font-size:15px;
    line-height: 18px;
}
.clear{
    clear:both;
}
.post-meta{
    font-size:12px;
    text-align: right;
    color: #777;
}

.post-separator{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin: 0;
    text-align: center;
    color: #0E3460;
    height:1px;
    overlow:hidden;
}

#sidebar ul.pages,
#sidebar ul.pages li{
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}

#sidebar ul.pages li a{
    text-decoration:none;
    font-size:16px;
    display:block;
    color:#88aacc;
    line-height:150%;
    margin:0 10px;
}
#sidebar ul.pages li:hover{
    background-color:#fafafa;
}

table caption{
    font-weight:bold;
    text-align:center;
    padding:3px;
}

table td,
table th{
    padding:3px;
    border:1px solid #ededed;
}
table th{
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

#footer{

}



#images h3{
    font-size:18px;
    border-bottom:1px solid #ddd;
    display:block;
}
#images ul{
    display:block;
    margin:0 0 10px 0;
    padding:5px;
    background-color:#f7f7f7;
    border:1px solid #f0f0f0;
}
#images ul li{
    display:inline-block;
    margin:4px;
    padding:4px;
    background-color:white;
    border:1px solid #f0f0f0;
}

#images ul li:hover{
    background-color:#ddd;
    border-color:white;
}

#latest-posts{
    border:1px solid #efefef;
    padding:0 5px;
    margin:0 0 10px 0;
    background-color:#ededed;
}
#latest-posts .post{
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin: 5px 0;
    height:125px;
}

#latest-posts div.post-image{
    float:left;
    margin:5px;
    padding:5px;
    background-color:white;
    border:1px solid #efefef;
}
.post-image{
    border:1px solid #ddd;
    padding:5px;
    margin:10px 10px 10px 0;
    float:left;
}
#latest-posts div.post-separator{
    border:none;
    height:0;
    overflow: hidden;
    clear:both;
}

#latest-posts h3 a{
    text-decoration:none;
    color:#888;
    margin-left:10px;
    height:1.25em;
    display: block;
    overflow: hidden;
}
#latest-posts h3{
    display:block;
    margin:0;
}


#latest-posts .post-intro,
#latest-posts .post-links{
    margin-left:10px;
}

#latest-posts .post-intro{
    height:60px;
    overflow: hidden;
}
#latest-posts .post-links{
    text-align:right;
    margin-top:10px;
}

#main-menu > ul{
    display:block;
    margin: 0;
    padding: 0;
    float:right;
    margin-top:13px;
    margin-right:30px;
}

#main-menu ul li{
    display:block;
    float:left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height:25px;
}

#main-menu a{
    color:white;
}

#main-menu ul ul{
    display:block;
    visibility:hidden;
    position:absolute;
    padding-botton:5px;
    background-color:#444
}

#main-menu ul ul li{
    min-width:100px;
}

#main-menu ul li:hover{
    background-color:#444
}

#main-menu ul li:hover ul{
    visibility:visible;
}

#main-menu a{
    text-decoration: none;
    display: block;
    line-height: 25px;
    margin: 0;
    padding: 0 20px;
}


/**
 * jFlow specific css
 **/
.hidden
{
display: none;
}

#front_page_slideshow{
    height:250px;
    overflow: hidden;
    margin: 0;
    width:620px;
}

#front_page_slideshow .slide_image{
    height:248px;
    overflow: hidden;
    background-position: center center;
    position:absolute;
    width:618px;
    background-color:white;
    border: 1px solid #ccc;
}

.slide_image .text{
    padding: 10px;
    background-color: #333;
    color:white;
    opacity:0.7;
    float:left;
    max-width: 300px;
    font-size:25px;
    margin: 20px;
    max-height: 210px;
    overflow: hidden;
}

#front_page_slideshow .text a{
    color:white;
    text-decoration:none;
    line-height: 1.2em;
}

#front_page_slideshow div.img{
    height:250px;
    overflow: hidden;
}
.slideimg { background-position: center top; background-repeat: no-repeat; height:250px;overflow: hidden;}

#firstline { background-color: #333; }
#secondline { background-color:red; float:left; display:block; clear:both; }

#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }




#top_left_small{
    height:180px;
    width:200px;
    float:left;
    margin: 0 10px;
}

#top_left_small ul{
    display:block;
    margin: 0;
    padding: 0;
    height:178px;
}

#top_left_small ul li{
    display:block;
    height:35px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
}

#top_left_small ul li a{
    line-height:35px;
    height:35px;
    display:block;
    font-size:1.5em;
    color:#bbb;
    text-align: center;
    text-decoration:none;
}


.nav-tabs{
    border:none;
}
.nav-tabs .active{
    margin-bottom: 0;
}
.nav-tabs li{
    background-color: transparent !important;
}
.nav-tabs li a{
    background-color: transparent !important;
}
.nav-tabs .active a{

}

.nav-pills li a{
    background-color: #eee;
}
.nav-pills li:hover a{
    background-color: #B2CBFF;
    color:#003366;
}

p{
    margin:0 0 10px 0;
}

#page_logo_text h1{
    font-size:2.2em;
    line-height: 1.6em;
    margin:20px 0;
    font-weight:normal;
}


.listing{
    clear:both;
    height:85px;
    margin:1px 0;
}
.listing img{
    margin:5px 10px 5px 0;
}
.listing h3 a{
    font-weight:normal;
    font-size:1.1em;
}

small{
    font-size: 0.8em;
    color:#777;
}

.carousel-indicators{
    right:15px;
    position:absolute !important;
    z-index:999;
}
.carousel-indicators li{
    display:inline-block;
    border:1px solid #ccc;
    width:6px;
    height:6px;
    color:white;
    background-color:#fff;
    border-radius:10px;
    cursor:pointer;
}
.carousel-indicators li.active{
    background-color:#777;
}

.carousel-control{
    top:50% !important;
    opacity:0.05;
}
.carousel:hover .carousel-control{
    opacity:0.2;
}
.carousel:hover .carousel-control:hover{
    opacity:0.5;
}