/**
 * Historic New England Collections App
 *
 *
 * = Table of Contents =
 * Base
 * Typography
 * Layout
 */


/* = Base = */
.container:before, 
.container:after,
.group:before,
.group:after {
    content: '';
    display: table;
}
.container:after,
.group:after {
    clear: both;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    position: relative;
}
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, cite,
code, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6,
header, html, hr, i, iframe, img, label, li, nav, object, ol, p, pre, section,
span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul, video {
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, audio, canvas, footer, header, nav, section, video {
    display: block;
}

html {
    color: #333;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/* = Typography = */
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.6em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
.page_info {
    font-style: italic;
    padding: 1em 0;
}
.meta {
    color: #888888;
    font-size: 12px;
    margin-bottom: .5em;
    margin-top: -.667em;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
article {
    margin-bottom: 3em;
}

.intro {
    color: #888888;
}

.intro p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: .8em;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #0394cd;
    text-decoration: none;
}

a:hover, 
a:active {
    color: #888888;
}

a:focus {
    outline: thin dotted;
}

ol,
ul,
dl {
    margin-bottom: 1.5em;
    margin-left: 2em;
}

ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd {
    margin-bottom: .7em;
}

ul {
    list-style: disc;
}
.main li {
    font-size: 16px;
}
dt {
    font-weight: bold;
    padding-left: .5em;
}

dd {
    padding-left: 2em;
}
.main li {
    font-size: 1em;
}
sup,
sub {
    font-size: 80%;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: bottom;
}


/* = Layout = */
.torso {
    padding-top: 3em;
    padding-bottom: 3em;
}
.collections .sidebar {
    background-color: #E2E2E2;
    float: left;
    padding: 20px;
    width: 300px;
}
.collections .main { 
    float: right;
    width: 800px;
}
.collections .main .search_results .article-data {
    width: 570px;
}

