* {
    margin: 0;
    padding: 0;
}

body {
    background: #ccc;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p,
ul,
ol,
blockquote {
    margin-bottom: 24px;
}

p,
blockquote {
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ie-hyphens: auto;
    hyphens: auto;
}

ul {
    list-style-type: square;
    margin-left: 30px;
}

ol {
    margin-left: 30px;
}

h1 {
    color: #009874;
    font-weight: 200;
    font-size: 32px;
    line-height: 40px;
    margin-top: 48px;
    margin-bottom: 40px;
}

h2,
h3 {
    color: #009874;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
h2:first-child,
h3:first-child {
    margin-top: 16px;
}




a {
    color: #00f;
    text-decoration: none;
}
a:visited {
    color: #00f;
}
a:hover {
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

th {
    background: rgba(0, 0, 0, 0.1);
    color: black;
    text-align: left;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 6px 6px 12px;

}
td {
    background: rgba(0, 0, 0, 0.1);
    padding: 6px 6px 6px 12px;
}

pre, code {
    font-family: monospace;
    color: black;
    font-size: 80%;
    background: rgba(0, 0, 0, 0.1);
}
code {
    padding: 0 0.5em;
}
pre {
    margin: 0 0 1em 0;
    padding: 1.5em 1.5em;
}
.well {
    background: rgba(0, 0, 0, 0.1);
    padding: 1em;
}
.muted {
    color: rgba(0, 0, 0, 0.4);
}
.caption {
    position: relative;
    top: -0.8em;
}
.asimg {
    margin-bottom: 20px !important;
}
blockquote {
    font-style: italic;
    margin-left: 2em;
    margin-right: 2em;
}


/* Layout *******************************/
#topbar, #footbar {
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
    height: 35px;
    background: #009874;
}
#footbar {
    clear: both;
    padding-top: 2px;
}
#topbar .pad,
#footbar .pad {
    padding: 0 12px;
    height: 35px;
}
#topbar .home,
#footbar .home {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    float: left;
    color: white;
    white-space: nowrap;
}

#page_content {
    margin-bottom: 4.5em;
}
#comments {
    padding-top: 1em;
}

a.previous,
a.pastissues,
a.next {
    display: block;
    padding: 3px 2px 0 2px;
    float: right;
    color: white !important;
    text-decoration: none !important;
    font-size: 20px;
}


/* Content Styling *******************************/

.collapsed {
    position: absolute;
}
.collapsed h1,
.collapsed p {
    text-shadow: 0 0 0.5em white;
    margin-left: 48px;
    margin-right: 48px;
}

#page_content img {
    margin-bottom: 20px;
}

#page_content .inverted_colours,
#page_content .inverted_colours h1,
#page_content .inverted_colours h2,
#page_content .inverted_colours h3,
#page_content .inverted_colours h4,
#page_content .inverted_colours h5,
#page_content .inverted_colours h6 {
    text-shadow: 0 0 0.5em black;
    color: white;
}
#page_content .inverted_colours a {
    color: #9fd1ff;
}


.back_issue_number {
    position: absolute;
    display: inline-block;
    width: 40px;
    padding-top: 4px;
    font-size: 9px;

    text-align: right;
    color: #009874;
    font-weight: bold;
}
.back_issue_name {
    display: block;
    padding-left: 50px;
    padding-bottom: 2px;
}
.social-icons {
    font-size: 80%;
    list-style: none;
    margin-left: -3px;
    padding-left: 40px;
    padding-top: 12px;
}
.social-icons li {
    display: inline;
}

#lead_article {
    display: block;
    width: auto;
    height: 340px;
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
}
#lead_article .title {
    display: inline-block;
    position: relative;
    top: 35px;
    left: 26px;
    font-size: 28px;
    text-shadow: black 1px 1px 0px;
    color: white;
}
#lead_article:hover {
    text-decoration: none;
}
#and_more {
    font-style: italic;
    display: block;
    padding-left: 40px;
    padding-top: 12px;
}




.flex-video {
    position: relative;
    padding-top: 1.38889rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57%;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
