.main-navigation {
    font-weight: bold;
}

a, a:visited, h1 {
    color: #820000 !important;
}
a:hover {
    color: #8e8e8e !important;
}

.site-info {display:none;}

.site-header h1 {
    font-size: 1em;
}
h1 {
    font-size: 2rem;
    color: #820000 !important;
}

h1, h2, h3, h4, h5, h6 {
    clear: none;
    line-height: 1.5em;
}

.site-header {
    padding: 0px;
}

.site-content {
    margin: 20px 0 0 0;
}

.site-content article {
    border-bottom: 0px double #EDEDED;
    margin-bottom: 0;
    padding-bottom: 0;
}


.entry-header .entry-title {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}
footer.entry-meta {
    display: none;
}

@media only screen and (max-width: 500px) {
    body {
       word-wrap: break-word !important;
    }
}