/*
 * These are the overrides from the Bootstrap 2.3 defaults we use on our sites.
 */

textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input
{
    font-size: 13px;
    line-height: 18px;
    height: 18px;
}

select, label, input, button, select, .btn, body, li
{
    font-size: 13px;
    line-height: 18px;
}

select, input[type="file"]
{
    height: 28px;
    line-height: 28px;
}

input[type="radio"], input[type="checkbox"]
{
    margin: 2px 0 0;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container
{
    width: 940px;
}

.navbar, .alert, .table
{
    margin-bottom: 18px;
}

.navbar
{
    color: #999;
}

.navbar-inner
{
    background: inherit;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar .nav > li > a
{
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 12px 10px 9px 10px;
}

.navbar .nav > li > a:hover
{
    color: #fff;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav .active > a, .navbar .nav .active > a:hover
{
    color: #fff;
    background-color: #222;
}

.navbar .divider-vertical
{
    width: 1px;
    background-color: #222222;
    border-right: 1px solid #333333;
    border-left: none;
}

h1
{
    font-size: 30px;
    line-height: 36px;
}

h2
{
    font-size: 24px;
    line-height: 36px;
}

h3
{
    font-size: 18px;
    line-height: 27px;
}

h4, h5, h6
{
    line-height: 18px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
}

.navbar-right
{
    float: right !important;
    padding-right: !important;
}
