* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background: #c8d4e0;
}
a {
    color: #0071a1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    margin: 0 10%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
#header {
    background: linear-gradient(135deg, #2e5f9e 0%, #5b8fc7 100%);
    padding: 16px 24px 14px 24px;
}
#header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.5px;
}
#header h1 a {
    color: #fff;
    text-decoration: none;
}
#header p.tagline {
    color: #b8d4f0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}
#nav {
    background: #4478b0;
    padding: 0;
    border-bottom: 2px solid #2e5f9e;
}
#nav a {
    display: inline-block;
    color: #fff;
    padding: 8px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}
#nav a:hover {
    background: #2e5f9e;
}
#main {
    padding: 24px 28px 32px 28px;
    min-height: 400px;
}
#main h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #2e5f9e;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c8daf0;
}
#main h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2e5f9e;
    margin: 18px 0 6px 0;
}
#main h4, #main h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 14px 0 4px 0;
}
#main p {
    margin-bottom: 12px;
}
#main ul, #main ol {
    margin: 6px 0 12px 24px;
}
#main ul li, #main ol li {
    margin-bottom: 5px;
}
.post-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888;
    margin: -8px 0 16px 0;
}
/* Front page blog listing */
.entry {
    border-bottom: 1px solid #e0e8f0;
    padding: 18px 0 16px 0;
}
.entry:last-child {
    border-bottom: none;
}
.entry h2 {
    border-bottom: none;
    margin-bottom: 4px;
    padding-bottom: 0;
}
.entry h2 a {
    color: #2e5f9e;
}
.entry .submitted {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}
.entry .teaser p:last-child {
    margin-bottom: 8px;
}
.read-more {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 6px;
}
