/* Menu */
#main-menu #sf-menu-container > ul > li > a:hover,
#main-menu #sf-menu-container > ul > li > a.active {
	border-color: #fc781f;
}

@media screen and (max-width : 960px) {
	#main-menu #sf-menu-container > ul > li > a:hover,
	#main-menu #sf-menu-container > ul > li > a.active {
		border-color: transparent !important;
	}
}

#main-menu #sf-menu-container > ul > li.current > a {
	color: #fc781f;
}

.sf-menu ul a {
	background: #515151;
	border-bottom: 1px dotted black;
}

.sf-menu ul a:hover {
	background-color: #dc1d25;
}

/* Read More Button */
.slider-post-info .more-link a,
.categories-right .more-link a,
#top-button a {
	background-color: rgb(252, 120, 31) !important;
	background-color: rgb(20,57,102)\0/ !important;
}

/* Comment Reply */
div.comment-reply a.comment-reply-link {
	color: #143966 !important;
}

div.comment-reply a.comment-reply-link:hover {
	color: #16283d !important;
}

/* Dropcap */
.dropcap2 span.large-cap {
	color: #143966;
}

/* Pagenation Button */
.pagenation li {
	border-color: #c3c3c3;
	color: #000;
	background: #eee;
}

.pagenation li.active {
	color: #fff;
	background: #143966;
}

.pagenation li a {
	color: #000;
}

.pagenation li.active a {
	color: #fff;
}

/* Contact Button */
.contact-form input[type="submit"] {
	background: #143966;
}

/* Tags */
#sidebar .tagcloud a,
#sidebar .tags-widget a {
	background: #fc781f;
	color: #fff;
}

/* Back to Top */
#top-button a {
	background-color: rgba(20,57,102, .9);
	background-color: rgb(20,57,102)\0/;
}

#top-button a:hover {
	    background-color: rgb(85, 85, 85) !important;
	filter:alpha(opacity=80)\0/;
}