body{
    font:14px/1.8 Arial, sans-serif;
    color:#434343;
}
.header{
    padding:10px 0;
    margin-bottom:20px;
}

a{
    text-decoration: none;
    color:#3d82a2;
}
a:active{
    position: relative;
    top:1px;
}
a:hover{
    text-decoration: underline;
}
a.logo{
    background: url(http://blog.offerchat.com/wp-content/themes/offerchat/images/logo.png) no-repeat;
    width:142px;
    height:39px;
    display:block;
    margin:20px 0;
}
.post-tags{
    margin-top:10px;
}
.post-tags a{
    text-transform: uppercase;
    font-size:10px;
    font-weight: bold;
    background: #3d82a2;
    color:#fff;
    padding:3px 5px;
    border-radius: 2px;
    text-decoration: none;
    
}
.menu{
    float:right;
}
.menu > ul > li{
    display:inline-block;
    margin-left:20px;
}
.menu a{
    font-size:13px;
}
.post{
    margin-bottom:50px;
}
.post h2{
    font-size:32px;
    font-weight: normal;
    color:#333;
    font-family: 'Cutive', serif;
    line-height: 48px;
    border-bottom:3px solid #f1f1f1;
    padding-bottom:10px;
}
.post h2 a{
    color:#3d82a2;
    text-decoration: none;
}

.post img{
	max-width:100%;
}
.author{
    color:#999;
    margin-top:10px;
    font-size:12px;
}

.entry{
    margin:10px 0;
}
.entry p{
    margin:3px 0 15px 0;
}
.entry blockquote{
    background: #f9f9f9;
    padding:10px 20px;
    border:1px solid #ddd;
    border-left: 3px solid #b5d4ea;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    
}
.entry h3{
   font-size:24px;
    font-weight: normal;
    display: block;
    margin:15px 0;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
    color:#333;
}
.sidebar{
    margin-right:20px;
}
#footer{
    display:block;
    clear: both;
    text-align: right;
}
.fixed{
    position: fixed;
}
.posts-container{
    position: absolute;
    right:0;
}

#respond h2{
    font-size:16px;
}
#respond{
    padding:20px;
    font-size:12px;
    background: #ecf4f9;
}
#commentform input[type=text],#commentform textarea{
    padding:3px;
    font-size:12px;
    min-width: 200px;
    border:1px solid #b8c8d4;
}
#commentform textarea{
    width:90%;
    margin:3px 0 0 2px;
    height:70px;
    resize: none;
}
/* clearfix */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}