.blog h3.entry_title {
    position: relative;
}
.blog div#date {
    position: absolute;
    right: 6px;
    top: 4px;
}
.blog #sidebar{
    float: left;
}
.blog h2.widgettitle.wide {
 border-radius: 0;
}

.blog h2.widgettitle.wide:before {
 display: none;
}
.blog h2.widgettitle:before {
    display: none;
}
.blog h2.widgettitle {
    background: url(../img/bg/point_bg.png) repeat-x;
    margin-top: 0;
    border-radius: 0;
    background-size: contain;
    font-size: 18px;
}
.blog div#date {
    font-size: 15px;
    top: 12px;
}
.blog .execphpwidget {
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
}
.blog .execphpwidget,.tagcloud ,form#searchform{
    padding: 0 15px;
}
.blog .news_content_box{
  position: relative;
}
.blog p.previous {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 8px;
}
.blog h3.entry_title {
    position: relative;
    color: #fff;
}
.blog .dateLabel {
    position: absolute;
    right: 10px;
    bottom: 7px;
}
.blog a.page.larger, a.page.smaller {
    padding: 0 10px;
}
.blog a.nextpostslink ,
.blog a.previouspostslink{
    background-color: #558B2F;
    padding: 4px 7px;
    color: #fff;
}
.blog span.pages {
    margin-right: 10px;
}
.blog span.current{
  font-weight: bold;
  color: #558B2F;
  text-decoration: underline;
}
.blog input#s {
    border: 1px #ccc solid;
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 10px;
    width: 100%;
}
.blog input#searchsubmit {
    background-color: #729C58;
    border: none;
    padding: 2px 12px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    left: 110px;
}
.blog label.screen-reader-text{
    display: none;
}
.blog p.next a, .blog p.previous a {
    color: #739D58;
    margin-top: 10px;
}
.blog li#execphp-2 img {
    display: block;
    margin: 0 auto;
}
.blog li#execphp-2 br {
    display: none;
}
.blog li#execphp-2 p{
  text-align: center;
}