/* http://www.colourlovers.com/palette/268518/Nineteen_Eighty-Four */

.column {
  float: left;
  margin-right: 10px; 
}

/* Body
-------------------------------------------------------------- */

html {
    background-color: #4B5757;
}

body {
    background-color: #E3E3D1;
//    color: #4A4435;
    font-size: 90%;
    font-family: Cochin, Georgia, "Times New Roman", serif;
}

#top-bar {
    display: block;
    position: fixed;
    top: 0;
    height: 1.5em;
    width: 100%;
    background-color: #4B5757;
}


/* Text Elements
-------------------------------------------------------------- */

h1 {
    color: #4A4435;
    font-family: Cochin, Georgia, "Times New Roman", serif;
    font-weight: bold;
}

h2,h3,h4,h5,h6,.article-footnote {
    color: #4A4435;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
}

em, dfn {
    background: none;
}

hr {
    color: #4B5757;
    background-color: #4B5757;
}

blockquote {
    margin-left: 1em;
    padding-left: .5em;
    border-left: 1px solid #58706D;
    color: #615A45;
    font-style: normal;
}

blockquote cite {
    border-left: none;
    border-top: 1px dotted #B0B087;
    font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em;
    display: block;
}

blockquote cite:before {
    content: "Source: ";
}

blockquote[cite]:after {
    content: "Source: " attr(cite);
    border-top: 1px dotted #B0B087;
    font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em;
    display: block;
}


/* Links
-------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

a:link {
	color: #58706D;
}

a:visited {
	color: #7C8A6E;
}

a:hover, a:active {
	color: #4B5757;
    background-color: #FAF5E9;
	text-decoration: underline;
}

.article-title a, .site-title a {
    text-decoration: none;
    color: #4A4435;
}


/* Images
-------------------------------------------------------------- */
a img, img.img-border {
    padding: 2px;
    border: 1px solid #7C8A6E;
}

img.img-noborder {
    padding: 1px;
    border: none;
}

.img-pull-4 {
    /* column pull-4 */
    float: left;
    margin-right: 10px;
    margin-left: -160px;
}

/* Article Styles
-------------------------------------------------------------- */

.dropcap {
    display: block;
    float: left;
    font-size: 500%;
    line-height: 80%;
    padding: 2px;
    text-decoration: none;
}

.date-dayofweek {
    text-align: right;
}

.article-title, .date-dayofweek, .date-header {
    margin-bottom: 0;
}

.article-meta {
    text-align: right;
    margin-bottom: 1.5em;
}

.article-footnote {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;

    /* column pull-4 span-4 */
    float: left; 
    margin-right: 10px;
    margin-left: -160px;
    width: 150px;

    text-align: right;
    font-size: 80%; line-height: 1.44em;
}

.elsewhere-title, .elsewhere-title a {
    font-family: Cochin, Georgia, "Times New Roman", serif;
    font-weight: bold;
    text-decoration: none;
}

.elsewhere-meta {
    color: #615A45;
    font-family: Cochin, Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-size: 80%; line-height: 1.44em;
}

.elsewhere-body {
    color: #615A45;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 80%; line-height: 1.44em;
}

