/**
 * @package Website_Template
 * @since Website 1.1
 */

/* =Color
----------------------------------------------------------------------------- */
mark, .post .content .tags a:hover, .items .item .tags a:hover, .filter a:hover, .filter a.active {
	background-color: #fcc531;
}
a, .post .content button:hover, .comments .comment cite a:hover, .widget a:hover {
	border-color: #fcc531;
}
input[type="submit"]:hover {
	border-color: #fcc531 !important;
}
 #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, .comments .comment .meta a:hover, .comments .comment .meta cite a, .pagination a:hover {
	color: #fcc531;
}


a:hover {
	color:#0066cc;
}

a {
	color:#0066cc;
}

.content a {
	border-bottom-style:dotted !important;
	border-bottom-width: 1px !important;
	border-bottom-color:#0066cc !important;
}
.title a{

	border-bottom-style:none!important;

}

.content a:hover {
		border-bottom-style:double !important;
		border-bottom-color:#0066cc;
}

.widget a:hover {
	color: #fcc531 !important;
}