/*
Theme Name: UVM Web 2010
Theme URI: http://blog.uvm.edu/
Description: UVM theme
Version: 1.0
Author: UVM Enterprise Technology Services
Author URI: http://www.uvm.edu/ets/
Tags: three-column, uvm, right-sidebar, theme-options, custom-colors, custom-header
*/

#uvmtoolbar {
  padding: 1em 0;
  margin: 0;
}
#uvmtoolbar ul {
  padding-right: .25em;
}
#uvmtoolbar li {
  padding: 0 .25em;
}
#cse-search-form {
    max-width: 220px;
}
#uvmtoolbar form.gsc-search-box {
    padding: 0;
    font-size: inherit;
    margin-top: -3px;
}
#uvmtoolbar table.gsc-search-box {
    border-collapse: separate;
}
#uvmtoolbar input.gsc-input {
    font-size: inherit;
    padding: 1px;
    width: 11em;
}
#uvmtoolbar input.gsc-search-button {
    background-color: #666;
    border: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
    text-shadow: none;
}
#uvmtoolbar td.gsc-search-button {
    background: #666;
}
#uvmtoolbar td.gsc-clear-button, #uvmtoolbar td.gsc-search-button {
    border: 1px #666 solid;
}
#uvmtoolbar td {
    padding: 0;
}


li.current_page_item > a {
  font-weight: bold;
}

#uvmsupplinks ol {
  padding-left: 0;
}

#uvmsupplinks form#searchform {
  margin-bottom: 0.5em;
}

div.post > h2, div.post > h3 {
  font-size: 1.4em !important;
  margin-bottom: 0.25em;
}

.post-attribution {
  margin-top: 0;
}

.postmetadata {
  margin-bottom: 3em;
  font-size: smaller;
}

#uvmcustombanner2 {
/*  height: 120px;*/
  margin-left: 200px;
}

#uvmmainmenu .widget_calendar {
  margin-left: 20px;
  margin-right: 20px;
}

.widget_tag_cloud {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#uvmmainmenu ul#mainnavlist li.home a {
  font-weight: normal;
}

#uvmmainmenu ul#mainnavlist li.current_page_item > a {
  font-weight: bolder;
}

.alignleft {
        float: left;
        margin: 5px 15px 7px 0;
}
.alignright {
        float: right;
        margin: 5px 0 7px 15px;
}
