/* Enter Your Custom CSS Here */
.content-in {
    background-color: #FFF;
}

.half-height {
    display:none;
}

.post-content .entry-title h1 {
    display: inline-block;
		font-family: 'Open Sans';
}

h1, h2 {
    display: inline-block;
		font-family: 'Open Sans';
}

.content-in h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0;
}

.post-content .entry-header .entry-meta .posted-on {
    display: block;
		font-family: 'Open Sans';
}

.single .byline, .group-blog .byline {
    display: inline;
		font-family: 'Open Sans';
}

.comment-reply-title {
    font-size: 18px;
  	font-family: 'Open Sans';
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    position: relative;
}