body {
    font: 15px/24px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    background: #efefef; 
    color: #555;
}

h2, p {
    margin: 0 0 1.5em;
}

p:last-child {
    margin: 0;
}

#post-container header {
    height: 960px;
    background: #1a1a1a;
    position: relative;
    color: #fff;
    margin-bottom: 25px;
    overflow: hidden;
}

#cover-image {
    background: #565656;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

#cover-image:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#post-container .post-titles {
    position: absolute;
    z-index: 6;
    text-align: center;
    color: #fff;
    top: 54%;
    width: 100%;
    margin-top: -157px;
}

#post-container .post-titles h1, #post-container .post-titles h2 {
    margin: 0;
    width: 90%;
    display: inline-block;
    word-wrap: break-word;
}

#post-container .post-titles h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 65px;
    font-size: 6vw;
    line-height: normal;
    margin: 0 0 1% 0;
    text-align: center;
}

#post-container .post-titles h2 {
    line-height: normal;
    font-size: 45px;
    font-size: 3vw;
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-style: italic;
}

.author-meta {
    font-family: "adobe-garamond-pro", serif;
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 3%;
    font-style: italic;
    font-size: 19px;
    -webkit-transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1);
    -webkit-transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1.23);
    -moz-transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1.23);
    -ms-transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1.23);
    -o-transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1.23);
    transition: all 340ms cubic-bezier(0.42, 0, 0.585, 1.23);
}

.author-meta span
{
    display:block;
    white-space:nowrap;
}

.author-meta .username {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold;
    font-family: "europa", sans-serif;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    font-style: normal;
}

.author-meta .post-date
{
    display:block;
    font-size:12px;
    letter-spacing:2px;
    font-style:normal;
    text-transform:uppercase;
}

.author-avatar
{
    border:none;
}

.author-avatar,.author-avatar img
{
    position:relative;
    display:block;
    margin:0px auto;
    background:transparent;
    width:100px;
    border-radius:100%;
    height:100px;
    margin:0 auto 40px auto;
    display:block;
}

.author-meta .author-avatar
{
    border:none;
}

.author-meta .author-avatar,.author-meta .author-avatar img
{
    width:52px;
    border-radius:100%;
    height:auto;
    margin:0 auto 10px auto;
    display:block;
}

.author-avatar img
{
    box-shadow:0 0 0 5px rgba(255,255,255,0);
}

.author-avatar img:hover
{
    box-shadow:0 0 0 5px rgba(255,255,255,0.1);
}

.full-width img 
{
    width: 100%;
    height: auto;
    background: #efefef;
    border: none;
}

.inline-album *
{
    box-sizing: border-box;
}

.text-section, .inline-album
{
    width: 80%;
    max-width: 800px;
    background-color: white;
    margin: 0px auto;
    padding: 0px 50px;
}

.text-section
{
    padding: 25px 50px;
}

#content > div:last-child
{
    margin-bottom:25px;
}

.inline-album img 
{
    background: #efefef;
    width: 100%;
    height: 100%;
    border: 7px solid #fff;
}

.inline-album .photo {
    position: relative;
    float: left;
    overflow: hidden;
}

.inline-album:after {
    clear: both;
    content: ' ';
    display: block;
    visibility: hidden;
}

#content h1{
    text-align: center;
    margin: 0.4em 0;
    font-size: 2.3em;
}

#content h2{
    text-align: center;
    font-size: 1.3em;
    font-style: italic;
    color: #666
}

#logo{
    color: #888888;
    font-family: Wire One;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-align: center;
}

#post-container header a,#post-container header a:link,#post-container header a:hover
{
    color:#fff;
    text-decoration:none;
}

#post-container header .author-meta a
{
    /*mdk*/border-bottom:solid 1px transparent;
}

#post-container header .author-meta a:hover
{
    border-bottom:solid 1px #fff;
}