/* Simple Reset. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

img {
    border: none;
}

a:active, .archive-link {
    color: blue;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:focus, .archive-link {
    text-decoration: underline;
    text-shadow: 2px 2px 2px rgba(170, 170, 170, 0.75);
    cursor: pointer;
}

a:hover.posttag, a:focus.posttag {
    text-decoration: none;
}

body {
    color: #222;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

p {
    margin: 1em 0;
}

abbr {
    border-bottom: 1px dotted #666;
    font-variant: normal;
    cursor: help;
}

.mainheader {
    line-height: 1.25;
    text-align: center;
    padding: 2em;
    margin: 0 auto;
}

.logo {
    width: 5em;
    background-color: #FF530D;
    padding: 0.25em;
}

.footer {
    text-align: center;
    margin-bottom: 2em;
    opacity: 0.9;
}

#footername {
    color: #0e8ea0;
}

.posttitle {
    margin: 0 0 10px;
    font-size: 2.5em;
    display: block;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.postmetadata {
    margin: 0 0 6px;
}

.postcontent {
    margin: 9px 0;
    font-size: 22px;
}

.postfooter {
    margin: 6px 0;
}

.posttag {
    background-color: #ccc;
    text-decoration: none;
    padding: 2px;
}

.posttag:hover, .posttag:focus {
    background-color: #eee;
}

.postmetadata time {
    color: #27417D;
}

.postheader {
    padding: 8px 0px 1px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#content article {
    text-align: justify;
}

article {
    margin-bottom: 12px;
    background-color: #fff;
    padding: 20px;
}

article h2 {
    font-size: 1.25em;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
}

article img, article video, article object, article embed {
    max-width: 100%;
    height: auto;
}

.separator {
    margin: 4em 0;
    text-align: center;
}

.separator-ruler {
    margin: 3em 1.5em;
    background-color: #ccc;
    display: inline;
    padding: 0 10%;
}

.separator .glyphicon {
    font-size: 2em;
    top: 0.25em;
}

blockquote {
    margin: 1em;
    margin-right: 0;
    padding: 1em;
    background-color: #eee;
    font-family: Verdana, sans-serif;
    font-style: italic;
    color: #BF3F0A;
}

.fb-like, .twitter-share-button {
    vertical-align: top;
}

.social {
    margin: 2em 0;
    text-align: center;
}
