﻿a,a:hover,a:active,a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.top-content{
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #fff;
}
.control-header{
    float: left;
    width: 50%; 
    border: none;
    padding: 0;
    margin: 0;
}
.create-post{
    float:right;
    width: auto;
    font-size: 13px;
    line-height: 4.5em;
    vertical-align:baseline;
}
.blogpost{
    padding: 20px 0 0;
    margin: 0 0 20px;
    border-top: 1px dotted #fff;
}
.blogpost:first-child{
    border: none;
}
.post-controls, .blog-controls{
    float: right;
    text-align: right;
    font-size: 12px;
    width: 25%;
}
.blogpost header,.post header{
    float: left;
    width: 75%;
    font-family:Georgia;
    font-size: 18px;
    font-weight: normal;    
}
.post-snippet{
    color: Silver;
    font-size: 13px;
    margin: 0 0 20px;
}
.blogpost footer,.post footer{
    background: #3a3a3a;
    background:rgba(0,0,0,.2);
    padding: 10px;
    font-size: 11px;
}
.blogpost footer span, .post footer span{
    display: block;
    margin:  3px 0;
}
.back{
    margin: 0 0 15px;
    display: inline-block;
    zoom: 1;
    color:#fff;
    text-transform: lowercase;
    font-family: Georgia;
    font-style:italic;
}
.post-container{
    border-top: 1px dotted #fff;
    padding: 20px 0 0;
}
.post{
    margin: 0 0 30px;
}
.post .post-snippet{
    color: #fff;
}
@media screen and (max-width: 520px) {

  .top-content
  {
      margin: 20px 0 0 0;
  }

}