.postWrapper {
	background: url("../images/bkg_post_item_list_blog.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.postTitle {
	background: url("../images/bkg_title_first_post_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 77px;
    width: 663px;
}
.postTitle table{width:645px;} 
.postTitle table td{ vertical-align: middle;}
.postTitle .date {
	color: #686859;
    font-size: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-top: 13px;
    text-align: center;
    width: 60px;
}
.postTitle .title {
	line-height: 22px;
    padding-left: 15px;
    padding-top: 14px;
}
.postTitle .title a{text-decoration:none; color:#ffffff; font-size:22px;} 
.postTitle .title a:hover{text-decoration:underline; }

.postTitle_2 {
	background: url("../images/bkg_title_first_post_blog_2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 77px;
    width: 663px;
}
.postTitle_2 table{width:645px;}
.postTitle_2 table td{ vertical-align: middle;}
.postTitle_2 .date {
	color: #686859;
    font-size: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-top: 13px;
    text-align: center;
    width: 60px;
}
.postTitle_2 .title {
	line-height: 22px;
    padding-left: 15px;
    padding-top: 14px;
}
.postTitle_2 .title a{text-decoration:none; color:#ffffff; font-size:22px;}
.postTitle_2 .title a:hover{text-decoration:underline; }

.postContent {
	padding: 10px;
}
.postContent p{ color:#79796A;}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	height: 45px;
    margin: 5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em!important;
}
.tag-count-2{
	font-size:1.2em!important;
}
.tag-count-3{
	font-size:1.4em!important;
}
.tag-count-4{
	font-size:1.6em!important;
}
.tag-count-5{
	font-size:1.8em!important;
}
.tag-count-6{
	font-size:2em!important;
}
.tag-count-7{
	font-size:2em!important;
}
.tag-count-8{
	font-size:2em!important;
}
.tag-count-9{
	font-size:2em!important;
}
.tag-count-10{
	font-size:2em!important;
}

.block-blog .head h4{
padding-left: 20px;
}

.block-blog .block-title strong {
background-image:url(../images/icon_blog.png);
background-repeat:no-repeat;
padding-left:21px;
text-align:left;
}

.postWrapper .poster{
	display:inline;
}
.input-box.aw-blog-comment-area{width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0;padding:5px 9px;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }

.conten_btn_readmore_blog{ text-align:right;}
.read_more_bottom_blog{
	background: url("../images/btn_read_more_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: kite_oneregular;
    font-size: 16px;
    height: 44px;
    width: 128px;
}

/*blog pagination */
 .blog_posts_content_main_show{display:block;}
 .blog_posts_content_main_hidden{display:none;}
 
 
/*------------------------------------styles blog------------------------*/
.pagination_posts{
	border-top: 1px dashed #CCCCCC;
    height: 30px;
    margin: 30px auto 0;
    padding: 30px 5px 5px;
    text-align: center;
}
.pagination_posts ul{
	list-style: none outside none;
	margin:0px;
	padding:0px auto;
	display: inline-table;
}
.pagination_posts li{
    cursor: pointer;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.pagination_posts a{
	color: #FFFFFF;
    text-decoration: none;
	font-size: 10px;
    font-weight: bold;
	top: -4px;
	position: relative;
}
.pagination_posts .active{
	background: url("../images/active_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts .deactive{
	background: url("../images/deactive_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #464637;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts .deactive:hover{
	background: url("../images/active_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts .previous{
	background: url("../images/previuos_pagination_blog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    margin-right: 10px;
    width: 56px;
}
.pagination_posts .next{
	background: url("../images/next_pagination_blog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 34px;
    margin-left: 10px;
    width: 56px;
}


/*------------------------------------styles testimonial------------------------*/
.pagination_posts2{
	/*border-top: 1px dashed #CCCCCC;
    height: 30px;*/
    margin: 30px auto 0;
    padding: 30px 5px 5px;
    text-align: center;
}
.pagination_posts2 ul{
	list-style: none outside none;
	margin:0px;
	padding:0px auto;
	display: inline-table;
}
.pagination_posts2 li{
    cursor: pointer;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.pagination_posts2 a{
	color: #FFFFFF;
    text-decoration: none;
	font-size: 10px;
    font-weight: bold;
	top: -4px;
	position: relative;
}
.pagination_posts2 .active{
	background: url("../images/active_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts2 .deactive{
	background: url("../images/deactive_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #464637;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts2 .deactive:hover{
	background: url("../images/active_pagination_blog.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.pagination_posts2 .previous{
	background: url("../images/previuos_pagination_blog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    margin-right: 10px;
    width: 56px;
}
.pagination_posts2 .next{
	background: url("../images/next_pagination_blog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 34px;
    margin-left: 10px;
    width: 56px;
}
/* ======================================================================================= */

/*----------------------------------------categories menu right----------------------------------------*/
.categories_menu_right_blog{}
.categories_menu_right_blog select{width:260px; height:40px;}
/*----------------------------------------tags menu right----------------------------------------*/
.menu_tags_right .title{
	background: url("../images/bkg_tags_title_right_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 24px;
    height: 46px;
    margin: 20px auto 10px;
    padding-top: 9px;
    text-align: center;
    width: 227px;
}
.menu_tags_right .tagcloud {overflow:hidden; padding-left:10px; padding-right:10px;}
.menu_tags_right .tagcloud li {
	float: left;
    margin-right: 10px;
}  
.menu_tags_right .tagcloud li a{color:#9F9D00;}  