* {
    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: 15px;
    color: #2e5f9e;
    margin: 18px 0 6px 0;
}
#main p {
    margin-bottom: 12px;
}
#main ul {
    margin: 6px 0 12px 24px;
}
#main ul li {
    margin-bottom: 5px;
}
.intro {
    background: #eef5ff;
    border-left: 4px solid #4478b0;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-size: 14px;
}
.post-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888;
    margin: -8px 0 16px 0;
}
.section-label {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin: 24px 0 10px 0;
}
.story-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.story-list li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.story-list li:last-child {
    border-bottom: none;
}
.story-list a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.story-list p {
    margin: 4px 0 0 0;
    color: #555;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
