@charset "utf-8";

h1.entry-title{
    font-size: 25px;
    padding-left: 10px;
    border-left: 5px solid #8086c0;
    margin-top: 15px;
}

div.entry-content{
    margin: 50px 0;
}

span.posted-on{
    margin-left: 20px;
}

span.posted-on a{
    text-decoration: none;
    color: #000;
}

.entry-content:after {
	display:block;
	content:'';
	clear:both;
}
