::-webkit-scrollbar-thumb {background: #8a8a89;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
a:hover {
    color: #8a8a89;
}

/****************************
/* Top Bar
****************************/
/* Top Menu */
.t_menu ul li a:hover {
    color: #8a8a89;
}
.t_menu ul li ul li a:hover{
    color: #8a8a89;
}

/****************************
/* Navigation
****************************/
ul.main_menu li.current-menu-item,
ul.main_menu li:hover, ul.main_menu li.current-menu-ancestor {
    border-bottom: 3px solid #8a8a89;
}
ul.main_menu li:hover {
    border-bottom: 3px solid #8a8a89;
}

/*Drop Down*/
ul.main_menu li ul li a:hover {
    color: #8a8a89;
}

/****************************
/* Breaking News
****************************/
.breaking_news span.ticker_title {
    background: #8a8a89;
    border-color: #787878;
    color: #fff;
}
.ticker_bg span.wrap_arrow {
    background-color: #8a8a89;
}
/****************************
/* Search FOrm
****************************/
.submit-container {
    background: #8a8a89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
    background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: linear-gradient(top, #aeaeae, #8a8a89);
}
.submit-container:hover {
    background: #aeaeae;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a89), to(#aeaeae));
    background-image: -webkit-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -moz-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -ms-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -o-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: linear-gradient(top, #8a8a89, #aeaeae);
}
/****************************
/* Main Content
****************************/
.block_title h2 {
    background: #8a8a89;
}
.block_title h2:after {
    background: #8a8a89;
}
a.read_more {
    color: #aeaeae;
}
a.read_more:hover {
    color: #8a8a89;
}

/****************************
/* Tabs Category Style 2
****************************/
.tabs_cat ul.tabs_head li:hover:before, .tabs_cat ul.tabs_head li.ui-state-active:before{
    background: #8a8a89;
    border-top: 1px solid #8a8a89;
    border-bottom: 1px solid #8a8a89;
}
.tabs2_head li.ui-state-active, .tabs2_head li:hover {
    border-bottom: 3px solid #8a8a89;
}
/****************************
/* Blog Style 2
****************************/
span.post_type {
    background: #8a8a89;
}
/****************************
/* sidebar
****************************/

/****************************
/* sidebar Widgets
****************************/

/* Tabs Widget */
.tabs_widget_head li.ui-state-active,
.tabs_widget_head li:hover {
    border-bottom: 3px solid #8a8a89 !important;
}

/* Search Form Widget */
#searchsubmit {
    background: #8a8a89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
    background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: linear-gradient(top, #aeaeae, #8a8a89);
}
#searchsubmit:hover {
    background: #aeaeae;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a89), to(#aeaeae));
    background-image: -webkit-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -moz-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -ms-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -o-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: linear-gradient(top, #8a8a89, #aeaeae);
}

/* News Letter */
.newsletter .nsb {
    background: #8a8a89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
    background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: linear-gradient(top, #aeaeae, #8a8a89);
}

/* TagCloud */
.sidebar .tagcloud a:hover {
    background: #aeaeae;
}

/* WP Widgets */
.sidebar .widget_recent_comments ul li
.sidebar .widget_links  ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li{
    color: #8a8a89;
}
/* Calender */
#calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today { background: #8a8a89; }


/* twitter */
.sidebar .widget .tweet_list a:hover {
    color: #8a8a89;
}

/* Login */
#login-form #log:focus, #login-form #pwd:focus {
	border-color: #8a8a89;
}
#login-form .login-button {
	background: #8a8a89;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
	background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
	background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
	background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
	background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
	background-image: linear-gradient(top, #aeaeae, #8a8a89);
}

/****************************
/* Footer
****************************/
/****************************
/* Footer Widgets
****************************/

/* footer Tagcloud */
footer .tagcloud a:hover {
    background: #aeaeae;
}

/* Twitter List */
footer ul.tweet_list li a:hover {
    color: #aeaeae;
}
/****************************
/* Copyright
****************************/
.copyright a:hover{
    color: #aeaeae;
}
/****************************
/* Post
****************************/
/* Post Nav */

.post-nav a:hover {
	color: #aeaeae;
}
/* POst Tags */
.post_tags a:hover {
    background: #aeaeae;
}

/* Related Posts */
.related_list h3 a:hover,
.related_posts li h3 a:hover {
    color: #aeaeae;
}
/*------------------------------------------*/
/*   comments
/*------------------------------------------*/

.commentlist h4,
.commentlist h4 a{
    color: #aeaeae;
}
.post-comment #submit {
    background: #8a8a89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
    background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: linear-gradient(top, #aeaeae, #8a8a89);
}
.post-comment #submit:hover {
    background: #aeaeae;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8a89), to(#aeaeae));
    background-image: -webkit-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -moz-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -ms-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: -o-linear-gradient(top, #8a8a89, #aeaeae);
    background-image: linear-gradient(top, #8a8a89, #aeaeae);
}
/*------------------------------------------*/
/*   Meta box 
/*------------------------------------------*/

.slidePager a:hover {
    background:#aeaeae;
}
.slidePager a.activeSlide {
    background:#aeaeae;
}
.blog_masonry .slidePager a:hover {
    background:#aeaeae;
}
.blog_masonry .slidePager a.activeSlide {
    background:#aeaeae;
}
/*------------------------------------------*/
/*   Pagination 
/*------------------------------------------*/
.pagination span.current {
    background: #aeaeae;
}
/*------------------------------------------*/
/*   Pages
/*------------------------------------------*/
.page_title i{
    color: #aeaeae;
}
/*------------------------------------------*/
/*   404
/*------------------------------------------*/
.error_page h2.errorMessage {
    color: #aeaeae;
}
/*--------------------------------------------------*/
/*	Contact Form
/*-------------------------------------------------*/
.contact_form .send_comment {
    background: #8a8a89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), to(#8a8a89));
    background-image: -webkit-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -moz-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -ms-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: -o-linear-gradient(top, #aeaeae, #8a8a89);
    background-image: linear-gradient(top, #aeaeae, #8a8a89);
}
.news_box5 .read_more:hover {
    background: #8a8a89;
    border-color: #7c7c7c;
}
.bblock_title h2 {
    background: #8a8a89;
}
.def_slider {
    border-bottom-color: #7c7c7c;
}