29/* ________________________________________________________________________________________________________________

                                                  @ 4. Blog Section
   ________________________________________________________________________________________________________________ */
  /* Search post */
  .search_post{
  	margin-bottom: 30px;
  	border-bottom: 1px solid rgba(204,204,204,.3);
  	padding-bottom: 30px;
  } 
.sticky{
    background-color: rgba(204,204,204,.2)!important;
    display: block;
    overflow: hidden;
    padding: 20px
}
#nav-below{
display: block;
}
a.post-edit-link{
	overflow:hidden;
	clear:both;
}
  .blog_img{
    margin-bottom:10px;
    display:block;
    position: relative;
  }
  .standard-blog{
    background: none;
    margin-bottom: 50px;
  }
  article.standard-blog:last-child{
  	margin-bottom: 0;
  }
.post_info p {
    margin-bottom: 0;
}
.post_info p:last-child {
    padding-bottom: 0;
}
.metabox .meta_time{
   background-image: url("../images/date_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    padding-left: 22px;
}
.metabox {
  margin:10px 0px;
}
.metabox .post_by {
    background-image: url("../images/author_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-left: 22px;
}
.post_comment{
    background-image: url("../images/comment.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-left: 22px;
}
h4.blog_post_title {
    margin-top: 0 !important;
    padding-bottom: 10px;
}
.comments {
    background-image: url("../images/comments_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    font-size: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 145px;
    z-index: 1;

  }
.comments strong a {
    color: #FF6C00;
}
	/* @ comments style
----------------------------------------------------------------------------------------------------*/
.commentlist .bypostauthor {}
#comments {	clear: both;}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}

h3#comments-title:after, #reply-title:after {
    background-color: rgba(127, 127, 127, 0.5);
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 6px;
    position: relative;
    top: -5px;
    width: 50px;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	 margin: 0 0 30px;
	position: relative;
 	overflow:hidden;

}
.commentlist li .description {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.comment span.parent{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(127,127,127,.1);
    border-color: rgba(127,127,127,.2);
    border-image: none;
    border-right: 1px solid rgba(127,127,127,.2);
    border-style: solid;
    border-width: 3px 1px 1px;
    display: block;
    overflow: hidden;
    padding: 30px;
}

.comment-author.vcard {
    float: left;
    margin-right: 6px;
}
.commentlist li1.comment:before{
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(127, 127, 127, 0.3);
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: 85px;
	position: absolute;
	top: 25px;
	width: 0;
	z-index:99;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
ol.commentlist {
	margin:0px;
	padding:0px;
}

#entry-author-info{
	background-color: rgba(127, 127, 127, 0.1);
    border: 1px solid rgba(127, 127, 127, 0.2);
    overflow: hidden;
    padding: 30px;
    border-top: 4px solid rgba(127, 127, 127, 0.3);
    margin-bottom: 30px;
}
#entry-author-info h4{
	padding-bottom:0px;
	color: #ed4b1f!important;
}
#author-link{
	float:right;
	font-style:italic;
}
.comment-author cite, .comment-author cite a {
  color: #333;
    font-size: 17px;
    font-style: normal;
    text-transform: uppercase;
}
.comment-body p{
	padding-bottom: 0;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}
cite.fn{
	text-align:left;
}
.comment-meta a:link, .comment-meta a:visited {
	text-decoration: none;
}
.reply {
    margin-top: 10px;
}

#mid_container_wrapper .commentmetadata a {
	color:#8c8c8c!important;
}
.commentmetadata a:hover, a.comment-edit-link:hover, .reply a:hover {
	color:#ed4b1f!important;
}

.commentlist .children {
	list-style: none;
	margin: 30px;
	padding:0px;
	}
.commentlist .children li {
	border: medium none;
	margin: 0 0 0 93px;
	overflow: hidden;
	padding: 0;
}
.commentlist .children li .children li {
	border: none;
	margin: 0;
	margin: 20px 0 0 35px;
	overflow:hidden;
}

.commentlist li:first-child ul {
    margin-bottom: 15px;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #1d1d1d;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* comments Form
-----------------------------------*/
input[type=submit] {
}
#respond {
	margin: 40px 0 0px 0px;
	overflow: hidden;
	position: relative;
	clear:both;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	margin:5px 0!important;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
.reply a, #author-link a{
	color: #838383!important;
}
 .comment-author cite a:hover, .reply a:hover, #mid_container_wrapper .commentmetadata a:hover, #author-link a:hover{
 	color:#333!important;
 }
#respond span{
color:red;
}
#respond textarea{
width:97.5%!important;
}
#respond input {
display:block;
}
#respond .one_half_last input {
    width: 95% !important;
}
#respond p {
margin-bottom:0px!important;
}
#respond .form-allowed-tags {
	color: #7B7979;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 10px 0 0 0px;
}
#respond .form-submit{
	padding-bottom: 0;
}
.avatar {
	padding:3px;
	border:1px solid rgba(127,127,127,.3);
	width:auto;
}
#author-description p{
	padding-bottom: 15px;
}
/* @ Pagination style
------------------------------------------------*/
.pagination{
	clear:both;
	font-weight:bold;
	position: relative;
	bottom:0px;
	text-align:left;
	bottom:0px;
	width:auto;
	float:left;
	margin-top:30px;
}
#mid_container_wrapper .pagination a, #mid_container_wrapper .pagination a:link, #mid_container_wrapper .pagination a:visited {
	background-color: #333;
	background-image: url("../images/pagination_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
}
#mid_container_wrapper .pagination a:hover {
	color:#ccc !important;
}
.pagination .current, .pagination  span a.current, ul.page-numbers .current {
	background-color: #F75454;
	background-image: url("../images/pagination_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
}