/**
 * @package Website_Template
 * @since Website 1.1
 */

/* =Color
----------------------------------------------------------------------------- */
button.tiny, .mejs-controls .mejs-time-rail .mejs-time-loaded {
	/*background: #089bc3;*/
	background: #1768b3;
}
mark, .post .content .tags a:hover, .items .item .tags a:hover, .filter a:hover, .filter a.active {
	background-color: #1768b3;
}
a, .comments .comment cite a:hover, button:hover, .widget a:hover {
	border-color: #1768b3;
	
}
input[type="submit"]:hover {
	border-color: #1768b3 !important;
}
a, #nav-top a:hover, #nav-main a:hover, #nav-main li.sub > a:hover:after, #bottom input[type="submit"]:hover, #footer a:hover, .breadcrumbs a:hover, .post .title a:hover, .comments .comment .meta a:hover, .comments .comment .meta cite a, .pagination a:hover {
	color: #1768b3;
	
}
nav li.current > a, nav li.current > a:after, .widget a:hover {
	color: #1768b3 !important;
	
}