/*
Theme Name: Aleatha
Theme URI: https://aleatha.uralensis.com/
Author: Uralensis
Author URI: https://aleatha.uralensis.com/
Description: 
Version: 1.4
Tags: 
Text Domain: aleatha
Domain Path: /languages
License: 
License URI:
*/

body{ 

    background-color: #b1d7e4;
    position: relative;
}
.haslayout{
    width:100%;
    float:left;
    position:relative;
}
.wrapper{
    width:990px;
    margin:0 auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(000,000,000,0.5);
    box-shadow: 0 0 8px 0 rgba(000,000,000,0.5);
}
.content{width: 100%;background-color: #fff; padding:10px 10px 70px 10px;min-height:550px;}
.header{width: 100%; margin-top: 15px;}
.top-header{height: 70px;width: 100%;}
.sub-header{height:37px;width: 100%;}
.navbar{margin-bottom:0px;min-height:36px;}
.navbar-default{background-color: #1d5eaa; border-bottom: 2px solid #b1d7e4; border-radius: 0px;border-top:0px;border-right:0px;border-left:0px;}
.nav>li>a {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-color: #1d5eaa;
    display: block;
    text-align: center;
    position: relative;
    display: block;
    padding: 6px 15px 6px 15px;
}
.navbar-default .navbar-nav>li>a{ color: #fff;font-weight:bold;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #b1d7e4;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333;
    background-color: #b1d7e4;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#main{
    width:960px;
    margin:50px auto;
}
