body {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap {
    border: none;
    max-width: 1200px;
    padding: 0px;
    background-color: inherit;
}

.headerbar {
    /*background: url("./images/header-bg.gif") repeat-x;*/

    background: rgba(212,228,239,1);
    background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
    background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
    height: 92px;
    border: 1px solid #5D97C3;
}

.site_logo {
    background-image: url("./images/wizard_logo.png");
    background-repeat: no-repeat;
    background-size: 95% 95%;
}

#site-description h3 {
    margin-top: 0;
    border-bottom-color: transparent!important;
}


#site-description {
    float: left;
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
}

#search-box {
    -moz-border-bottom-colors: #728355 #c2ceaf;
    -moz-border-left-colors: #728355 #c2ceaf;
    -moz-border-right-colors: #728355 #c2ceaf;
    -moz-border-top-colors: #728355 #c2ceaf;
    background: rgba(0, 0, 0, 0.2);
    border-color: #728355;
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    color: #111;
    display: block;
    float: right;
    margin: 20px 20px 0 0;
    padding: 8px 20px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}
#search-box #keywords, #search-box .button2:hover {
    background: #fff url("./images/input.gif") repeat-x scroll left bottom;
    width: 125px;
}
#search-box input {
    -moz-border-bottom-colors: #9a9a9a #fff;
    -moz-border-left-colors: #9a9a9a #fff;
    -moz-border-right-colors: #9a9a9a #fff;
    -moz-border-top-colors: #9a9a9a #fff;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    padding-left: 2px;
}
#search-box .button2 {
    background: #fff url("./images/input.gif") repeat-x scroll left top;
}
#search-box a {
    color: #000;
    font-size: 10px;
    text-decoration: none;
    padding: 4px 5px;
}
#search-box a:hover {
    color: #222;
}
#search-box input.button1 {
    padding: 1px 5px;
}
#search-box li {
    margin-top: 4px;
    text-align: right;
}
#search-box img {
    margin-right: 3px;
    vertical-align: middle;
}

ul.navlinks {
    background: #d5d5d5 url("./images/input.gif") repeat-x scroll left top;
    border: 1px solid #555;
}

.navbar {
    background-color: transparent!important;
    padding: 3px 0;
}

.page-body .time {
    text-align: right;
}

ul.navlinks {
    font-weight: bold;
    padding: 0 15px!important;
}




