/* GLOBAL: #Default Color
================================================== */
#header {
	border-top: 5px solid #403B5A;
}

a, a:visited,
#head-contact b,
#portfolio-filters a.active-item,
.sf-menu a:hover { color: #5C5683;}

a:hover { color: #736C9F; }

.current_page_item > a,
.current_page_item > a:visited { color: #736C9F; }

.visit-work, .visit-work:visited {
	background-color: #403B5A;
}

.visit-work:hover {
	background-color: #5C5683;
}

.btn, a.btn, a.btn:visited,
input[type=submit] {

	border: 1px solid #403B5A;

	background-color: #403B5A;
	background-image: linear-gradient(bottom, #403B5A 0%, #5F5786 100%);
	background-image: -o-linear-gradient(bottom, #403B5A 0%, #5F5786 100%);
	background-image: -moz-linear-gradient(bottom, #403B5A 0%, #5F5786 100%);
	background-image: -webkit-linear-gradient(bottom, #403B5A 0%, #5F5786 100%);
	background-image: -ms-linear-gradient(bottom, #403B5A 0%, #5F5786 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #403B5A),
		color-stop(1, #5F5786)
);
}

#footer {
	background: #403B5A; /* url("../images/colors/default/footer_bg.jpg");*/
}

#footer .widget-title {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	color: #fff;
}
