#sidebar {
    float: left;
    width: 219px;
    margin: 0 0 250px;
    padding: 0;
    overflow: hidden;
    }
#sidebar .padding {
    padding: 0 0 24px 32px;
    margin: 0 0 0 7px;
    border: 1px solid #0167B8;
    border-style: none solid solid none;
    background: #F6F5F3 url("/_images/nav-bg.gif") repeat-y;
    }


#searchform {
    margin: 0 0 0.75em;
    }
#s { width: 90px; } /* backwards-compatibility */
#q { width: 90px; }
#searchsubmit {
    width: 60px;
    }
.powered-by-google {
    color: #666666;
    font-weight: bold;
    font-size: 7.5pt;
    }
.powered-by-google a {
    font-weight: bold ! important;
    font-size: 7.5pt ! important;
    }
.powered-by-google img {
    margin-bottom: -5px;
    }

#sidebar h4 {
    margin: 2em 0 0.5em;
    padding: 28px 0 0 0;
    background: url("/_images/nav-headings/navigation.gif") top left no-repeat;
    overflow: hidden;

    height: 0px !important;
    height /**/: 28px;
    }
#sidebar h4.archive {
    background: url("/_images/nav-headings/archive.gif") top left no-repeat;
    }
#sidebar h4.convocations {
    background: url("/_images/nav-headings/convocations.gif") top left no-repeat;
    }
#sidebar h4.search {
    margin-top: 0;
    background: url("/_images/nav-headings/search.gif") top left no-repeat;
    }



#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#sidebar ul li {
    margin: 0 0 0;
    padding: 0;
    }
#sidebar ul li a {
    text-decoration: none;
    font: bold 10pt 'Trebuchet MS', sans-serif;
    color: #1B4F90;
    }
#sidebar ul li a:hover {
    color: #9A0000;
    }
#sidebar ul li a.selected {
    color: black;
    }
#sidebar ul li a.selected:hover {
    color: #9A0000;
    }


#sidebar #wp-calendar {
    margin: 0 0 0 12px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    }
* html #sidebar #wp-calendar {
    margin-top: 24px;
    }
#sidebar #wp-calendar caption {
    margin: 24px 0 0 11px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    border-style: solid solid none;
    }
#sidebar #wp-calendar thead th {
    border: 1px solid #CCCCCC;
    text-align: center;
    }
#sidebar #wp-calendar tbody th,
#sidebar #wp-calendar tbody td {
    border: 1px solid #CCCCCC;
    padding: 2px;
    text-align: right;
    }
#sidebar #wp-calendar tfoot #next {
    text-align: right;
    }
