/* Main Stylesheet */
@import url("main.css");

#banner {
    background: url(../img/v2/headers/southern-apsects-mt-cook-2.jpg) no-repeat top left;
}

#answers {
    padding-top: 50px;
    padding-bottom: 50px;
}
#content p {
    margin-bottom: 1em;
}
#content h1, #content h2 {
    margin-bottom: 0.5em !important;
}
#content ul, #content ol {
    margin-left: 2em;
    margin-bottom: 0.5em;
}
#content ul {
    list-style-type: square;
}
h2#section-title {
    padding-top: 30px;
    border: none;
}
h3 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.post-title {
    font-size: 25px;
    font-weight: normal;
    padding: 10px 0;
}
.post-title a {
    text-decoration: underline;
}
/* Fade the sidebars to draw attention to the main content */
#metabar1 * {
    color: #999;
}
#metabar1 * a, #metabar1 * a strong {
    color: #7D8E96;
}
#metabar1 * a:hover, #metabar1 * a:hover strong {
    color: #8f0;
}
