/* @override 
	http://localhost:8000/static/header.css */

#wrapper {
	width: 900px;
}

#banner {
    height:120px;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    background: url('/static/img/banner.jpg');
}

#sections {
    text-align:right;
    font-size:0.8em;
    height: 26px;
    background: white url('/static/img/banner2.jpg') no-repeat;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    padding: 26px 0 0 0;
}

#sections ul {
    margin:0px;
    padding:0px;
}

#sections li.section {
    list-style:none;
    margin:0px 0px;
    padding:0px 4px;
    display:inline;
}

#sections li.section a {
    color: black;
    text-decoration: none;
}

#sections li.section span.linkbracket {
    color: #CE6E72;
}

#quicksearch {
    display: inline;
}

#quicksearch fieldset {
    display: inline;
    border: none;
    margin: -5px 0;
    padding: 0;
}

#quicksearch input.field {
    border: 1px solid black;
    height: 16px;
    line-height: 16px;
    margin: 0;
    float: left;
}

#quicksearch input.button {
    background-color: #eee;
    border: 1px solid black;
    border-left: none;
    height: 20px;
    margin: 0;
    padding: 0 2px;
    float: left;
}

#quicksearch input.blurred {
    color: #aaa;
}

#tabs {
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    border-top:1px solid #888;
    border-bottom:1px solid #888;
    padding:0px;
    text-align: center;
    background: #fbe2de;
}

#tabs ul {
    margin:0px;
    padding:0px;
}

#tabs li.section {
    list-style:none;
    margin:0px 0px;
    padding-bottom:1px;
    display:inline;
    font-size:1.1em;
}

#tabs li.section a {
    padding:0px 10px;
    text-decoration:none;
    font-size: 0.8em;
    border-left: 1px solid black;
    color: black;
}

#tabs li.section a:hover {
    color: #777;
}

#tabs li.section.first a {
   border-left: 0px solid black;
}

#subtabs {
    text-align:right;
    padding-left:5px;
}


