/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* fontsquirrel.com */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: local('☺'), url('/fonts/Chunkfive-webfont.woff') format('woff'), url('/fonts/Chunkfive-webfont.ttf') format('truetype'), url('/fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* html5 */
header, section, footer, aside, nav, article, figure {
    display: block;
}

/* site styles */
article {
    overflow: hidden;
}
body {
    background: #f2f2f2;
    color: #262626;
}
a:link {
    color: #3c5f87;
}
a:visited {
    color: #5f87aa;
}
section#body {
    background: #fff;
    width: 920px !important;
    padding: 20px;
    line-height: 1.5em;
    font-family: Georgia, Times New Roman, Times, Serif;
    overflow: hidden;
}
section#body p {
    font-size: 1.125;
    margin-bottom: 1em;
}
.nine-sixty {
    width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
}
blockquote {
    margin: 1em auto;
    padding: 1em 0em;
    position: relative;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    font-size: 1.25em;
    font-style: italic;
}
blockquote:before {
    content: "“";
    color: #bbb;
    font-size: 2em;
    position: absolute;
    top: 0.5em;
    left: 0px;
}
blockquote:after {
    content: "”";
    color: #bbb;
    font-size: 2em;
    position: absolute;
    bottom: 0px;
    right: 8px;
}
blockquote>p {
    padding: 0em 2em;
}
blockquote>p.quote-credit {
    font-size: 0.75em;
    text-align: right;
    font-style: normal;
}
header {
    height: 77px;
    margin: 2em auto 0em;
    background: url('/img/header.png') no-repeat;
}
h1, h2 {
    font-family: ChunkFiveRegular, Georgia, Times New Roman, Times, Serif;
    font-weight: normal;
    clear: both;
}
header>h1>a {
    color: #b13533 !important;
    text-decoration: none;
    font-size: 3em;
    margin: 0em 0em 0em 0.2em;
    display: block;
}
header>h1>a+span {
    display: block;
    margin-left: 0em;
    color: #3c5f87;
    font-size: 1.125em;
}
h2 {
    font-size: 1.65em;
    margin-bottom: 0.5em;
}
footer {
    text-align: center;
    margin: 1em auto;
    font-size: 0.75em;
}
footer, footer a {
    color: #b8b8b8;
    font-family: Arial, Helvetica, Sans;
}
.contain {
    overflow: hidden;
    margin-bottom: 20px;
}
.half {
    width: 450px;
    margin-right: 20px;
}
.half.right {
    margin-left: 20px;
    margin-right: 0px;
}
.last {
    margin-right: 0px;
}
.left {
    display: block;
    float: left;
}
.right {
    display: block;
    float: right;
}
.inner-right {
    text-align: right;
}
.clear {
    display: block;
    clear: both;
}
.photo-meta {
    margin-bottom: 10px;
    font-size: 0.8em;
}
.photo-credit {
    display: block;
    font-style: italic;
    color: #888;
}
#featured-stories {
    margin-bottom: 20px;
}
#featured-stories li {
    overflow: hidden;
}
#featured-stories li:not(:last-child) {
    margin-bottom: 40px;
}
#featured-stories li p {
    margin-bottom: 0px !important;
}
#featured-stories li img {
    margin-right: 20px;
}
#featured-stories li a {
    font-family: ChunkFiveRegular, Georgia, Times New Roman, Times, Serif;
    font-weight: normal;
    font-size: 1.125em;
}
aside#sidebar {
    background: #f9f8b4;
    font-size: 0.75em;
}
aside#sidebar>ul, aside#sidebar>p {
    margin: 1em;
}
aside#sidebar>h2, aside#sidebar>h3 {
    margin: 1em;
}
aside#sidebar ul>li:not(:last-child) {
    margin-bottom: 1em;
}
ul.bulleted {
    list-style: disc;
    margin-bottom: 1em;
}
ul.bulleted li {
    margin-bottom: 0em;
    margin-left: 2em;
}
#header-banner, #footer-banner {
    width: 728px;
    height: 90px;
    margin: auto;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
}
#header-banner {
    margin-bottom: 20px;
}
#footer-banner {
    margin-top: 20px;
}
#back-to-top {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    background: #eee;
}
#back-to-top:hover {
    background: #f9f8b4;
}
#further-reading>li {
    margin-bottom: 1em;
}
#further-reading>li:nth-child(even) {
    margin-right: 0px;
}
#further-reading>li:nth-child(odd) {
    clear: left;
}
#calendar>li {
    padding: 2em;
    border-bottom: 2px solid #d0d0d0;
}
#calendar>li>h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.25em;
}
#calendar>li:nth-child(even) {
    background: #f8f8f8;
}
#calendar>li>p {
    margin: 1em auto;
}
#calendar>li>p:last-child {
    margin-bottom: 0em;
}
.notify {
    padding: 1em;
    font-size: 1.25em;
    background: #f8d8d8;
    border: 1px solid #f2b2b1;
    margin-bottom: 20px;
}
.titlecase {
    text-transform: capitalize;
}
.slideshow-container {
    width: 620px;
    height: 533px;
    margin: auto;
}
#contest-photos img {
    display: block;
    width: 261px;
    margin: auto;
}
#contest-photos li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 450px;
    text-align: center;
}
#contest-photos li:nth-child(odd) {
    clear: left;
}
#contest-photos li:nth-child(even) {
    margin-right: 0px;
}
#contest-photos-new {
    margin-left: -5px;
    margin-top: -5px;
}
#contest-photos-new li {
    width: 450px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px;
}
#contest-photos-new li.l {
    height: 245px;
}
#contest-photos-new li.p {
    height: 500px;
}
#contest-photos-new li.p:nth-child(even) {
    float: right;
    margin-right: 10px;
}
#contest-photos-new li a {
    text-decoration: none;
}
#contest-photos-new li span.credit {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 430px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}
#contest-photos-new li img {
    position: absolute;
}

