html, body { }
body {
    font-size: 0.75em; /* 12/16 */
    margin-bottom: 0;
    background: #254247 url(../images/background.png) no-repeat left top;
}
h1, h2, h3, h4 {
}
a {
    color: #4a72a1;
}
a:hover {
    color: #2a5281;
}
a:hover img {
    /*opacity: 0.8; */
}
.container {
    width: 960px;
}
ul.horz-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.horz-nav li {
    float: left;
}
ul.horz-nav li a {
    display: block;
    padding: 0.2em 0.5em;
}
#MainHeader {
    margin-top: 50px;
    margin-bottom: 20px;
}
#SiteName {
    margin-bottom: 10px;
}
#SiteName h1 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 2.3em;
    letter-spacing: 19px;
    width: 400px;
    float: left;
}
#SiteName h2 {
    color: white;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 6px;
    width: 400px;
    float: right;
    margin-top: 10px;
    text-align: right;
}
#Logo {
    width: 129px;
    height: 97px;
    margin-right: 10px;
    float: left;
}
#PrimaryNav {
    background: transparent url(../images/navBack.png) repeat left top;
    color: white;
    font-size: 1.4em;
    padding-top: 20px;
    height: 77px;
    width: 820px;
    float: left;
}
#PrimaryNav li {
}
#PrimaryNav a {
    padding: 10px 25px;
    text-decoration: none;
    color: white;
}
#PrimaryNav a:hover, #PrimaryNav li.current_page_item a {
    color: #222;
}


#ContentWrapper {
    background: transparent url(../images/BodyBackground.png) repeat-y left top;
    margin-bottom: 20px;
}

#MainContent, #Sidebar {
    float: left;
}
#MainContent {
    width: 682px;
    padding: 0 10px 20px 10px;
    background-color: #CFDACB;
}
#Sidebar {
    width: 228px;
    padding: 20px 10px 20px 10px;
    margin-right: 10px;
    background-color: #A1B697;
    color: white;
}
#Sidebar a {
    color: white;
}
#Sidebar a:hover {
    color: black;
}
#Sidebar .quote {
    color: white;
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 30px;
    padding: 0 10px;
}
#Sidebar .quote strong {
    font-weight: normal;
}
#Sidebar h2 {
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
}
#Sidebar .docs {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.2);
    padding: 10px;

}
#Sidebar .docs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
    padding: 0;
}
#Sidebar .docs ul li {
    margin-bottom: 10px;
}
#Sidebar .docs ul li a {
}

a.pdf {
    background: transparent url(../images/small_pdf_icon.gif) no-repeat left center;
    padding-left: 25px;
}


#MainFooter {
    background-color: #626262;
    color: white;
    padding: 20px 10px 10px 10px;
    width: 940px;
    text-align: right;
    margin-bottom: 40px;
}

#MainContent .entry-header {
    background-color: white;
    color: black;
    margin-left: -10px;
    padding-left: 10px;
    width: 692px;
}

#MainContent .post-list .entry-header {
    background-color: transparent;
    margin-left: 0;
    padding-left: 0;
    width: auto;
}
#MainContent .post .entry-header {
     background-color: transparent;
    margin-left: 0;
    padding-left: 0;
    width: auto;

}


#MainContent .entry-header h1 {
    font-size: 1.7em;
    padding: 10px 0;
}
#MainContent .post .entry-header h1 {
    font-size: 2em;
}

#MainContent h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
#MainContent h3 {
    font-size: 1.2em;
    margin-bottom: 1.15em;
    font-weight: bold;
}
#MainContent h4 {
    font-size: 1em;
    margin-bottom: 0.8em;
    line-height: 1;
}
#MainContent .clear {
    clear: both;
}

#MainContent a {
    color: #718667;
}
#MainContent a:hover {
    color: #444;
}

#RotateContainer {
    margin-bottom: 20px;
}



a.read-more {
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.post-list h1 {
    font-size: 2em;
}
.post-list h1 a {
    text-decoration: none;
}
.entry-header .entry-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.entry-header .pubdate {
    font-weight: normal;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: block;
    margin: 0;
    padding: 0;
    color: #333;
}
.entry-header .pubdate span {
    margin-right: 5px;
    font-style: normal;
    font-weight: bold;
}
.post-list .post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A1B697;
}

.pagination a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
}
.pagination a:hover {
}
.pagination .nav-previous {
    float: left;
}
.pagination .nav-next {
    float: right;
}

.pub-archive{
     margin-bottom: 20px;
    background-color: rgba(0,0,0,0.2);
    padding: 10px;

}
.single-publication {
}
.publication_title {
    color: #444 !important;
    font-size: 1.2em !important;
}
.publication_authors {
    display: none;
}
.publication_download .title {
    display: none;
}
.publication_download .descrition {
}
.publication_download .descrition a {
    font-size: 1.1em !important;
}
.publication_download .descrition a img {
    display: none;
}

#Sidebar .docs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
    padding: 0;
}
#Sidebar .docs ul li {
    margin-bottom: 10px;
}
#Sidebar .docs ul li a {
}

