body {
  background-attachment: fixed;
  background-size: cover;
  
  color: #131313;
  
  font-family: Georgia, "Calisto MT", serif;
  font-style: italic;
  font-size: 16pt;
}

* {
  transition: ease 300ms color;
  -ms-transition: ease 300ms color;
  -moz-transition: ease 300ms color;
  -webkit-transition: ease 300ms color;
}

img {
  border: 0px;
}

.search, .post-holder {
  width: 565px;
}

.post-media, object {
  max-width: 565px;
  
  text-align: center;
}
          
.blog-title {
  font-size: 55px;
  
  padding: 10px 0px;
}

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

.header-row {
  padding: 0;
}

img.header-logo {
  background: url( "http://static.tumblr.com/dcdu53r/E75lij2n4/black.png" );
  
  border-radius: 48px;
  
  box-shadow: 0px 3px 3px #131313;
  -webkit-box-shadow: 0px 3px 3px #131313;
  
  display: inline-block;
  
  margin-right: 25px;
}

.header-row * {
  display: inline-block;
  
  vertical-align: middle;
}

.header-link {
  padding-left: 15px;
}

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

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

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

.post-holder {
  background-color: #FFFFFF;
  background-color: rgba(225, 225, 225, 0.8);
  
  box-shadow: 0px 5px 10px #232323;
  -webkit-box-shadow: 0px 5px 10px #232323;
  
  margin: 0px auto 50px auto;
  padding: 30px !important;
  
  position: relative;
  
  font-style: normal;
}

.post-holder a {
 color: #232323;
}
          
.post {
  margin-bottom: 0px;
  margin-top: 25px;
}
          
.post > * {
  word-wrap: break-word;
}

.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;
  
  width: 110px;
  
  word-wrap: break-word;
  
  text-align: center;
}

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

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

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

.post-footer {
  text-align: center;
  
  padding-bottom: 15px;
  
  font-size: 12pt;
}

.footer {
  position: absolute;
  left: 0px;
  
  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;
  
  font-size: 30pt;
  
  margin: 20px 0px;
  padding: 20px 0px;
  
  width: 100%;
}

.footer #up {
  background-image: url( "http://assets.tumblr.com/images/dashboard_master_sprite.png" );
  background-position: -650px -190px;
  background-repeat: no-repeat;
  
  color: transparent;
  
  display: inline-block;
  width: 50px;
  height: 50px;
  
  font-size: 12pt;
  
  margin: 0px;
  padding: 0px;
  
  position: absolute;
  top: 25px;
  right: 25px;
  
  overflow: hidden;
}

.footer #comments {
  font-size: 16pt;
}

.footer > * {
  margin: 15px 30px;
  padding: 0px 15px;
}

.footer * {
  color: #EFEFEF;
}




