body {
    background-color: #EFEFEF;
    background-attachment: fixed;
    background-size: cover;
    color: #131313;
    font-family: Georgia, "Calisto MT", serif;
    font-style: italic;
    min-height: 100%;
}

* {
    transition: ease 300ms all;
    -moz-transition: ease 300ms all;
    -webkit-transition: ease 300ms all;
}
            
.blog-title {
    color: #131313;
    font-size: 55px;
    padding: 60px;
}

.blog-title > a {
    margin-left: 10px;
    text-decoration: none;
}

logo.header-logo {
    background: url('http://static.tumblr.com/dcdu53r/E75lij2n4/black.png');
    border-radius: 50%;
    margin-right: 70px;
    padding: 15px;
}

img.header-logo {
    background: url('http://static.tumblr.com/dcdu53r/E75lij2n4/black.png');
    border-radius: 5px;
    margin-right: 70px;
}

.header {
    margin: 100px auto 100px 0px;
}

.header-row  > li {
    display: inline;
}

#search-form {
    margin-bottom: 25px;
}

.search {
    background-color: transparent;
    border-width: 0px;
    font-size: 15px;
    height: 25px;
}

.post-holder {
    background-color: rgba(225, 225, 225, 0.8);
    box-shadow: 0px 5px 10px #232323;
    -webkit-box-shadow: 0px 5px 10px #232323;
    margin: auto;
    padding: 50px;
    position: relative;
}
            
.post {
    margin-bottom: 25px;
    margin-top: 25px;
}
            
.post > * {
    word-wrap: break-word;
}
            
a {
    color: #EFEFEF;
}

.header-link > a {
    background: url('http://static.tumblr.com/dcdu53r/E75lij2n4/black.png');
    border-radius: 35px;
    color: #EFEFEF;
    margin: 15px;
    padding: 10px;
}

.header-link > a:hover {
    background: none;
}

.user-portrait {
    position: absolute;
    left: -150px;
    text-align: center;
}

.user-portrait-image {
    border-radius: 5px;
}

.post-title {
    font-size: 25px;
}

.page-title {
    font-size: 35px;
}

.post-media, object {
    margin: auto;
    position: relative;
}

.post-footer {
    text-align: center;
}

.footer {
    background: url('http://static.tumblr.com/dcdu53r/E75lij2n4/black.png');
    box-shadow: 0px -3px 3px #131313;
    -webkit-box-shadow: 0px -3px 3px #131313;
    color: #EFEFEF;
    left: 0px;
    margin-top: 55px;
    padding-bottom: 65px;
    position: absolute;
    width: 100%;
}

.footer > * {
    margin-left: 75px;
    margin-right: 75px;
    padding-top: 25px;
}