/* GLOBAL: #Default Color
================================================== */

a, a:visited {
	color: #d7604b;
}

a:hover {
	color: #994230;
}

input[type=text]:focus, textarea:focus,
.box-item:hover .box-wrap {
	border-color: #d4594b;
}

#logo h1 a,
#logo h1 a:visited {
	color: #f7c842;
}

.btn, input[type=submit], .btn:visited {
	color: #fff;
	border: 1px solid #4E265F;

	background-color: #411E50;
	background-image: linear-gradient(bottom, #411E50 0%, #4E265F 100%);
	background-image: -o-linear-gradient(bottom, #411E50 0%, #4E265F 100%);
	background-image: -moz-linear-gradient(bottom, #411E50 0%, #4E265F 100%);
	background-image: -webkit-linear-gradient(bottom, #411E50 0%, #4E265F 100%);
	background-image: -ms-linear-gradient(bottom, #411E50 0%, #4E265F 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #411E50),
		color-stop(1, #4E265F)
	);
}

.btn:hover {
	background-color: #6c2b80;
	background-image: linear-gradient(bottom, #6c2b80 0%, #4E265F 100%);
	background-image: -o-linear-gradient(bottom, #6c2b80 0%, #4E265F 100%);
	background-image: -moz-linear-gradient(bottom, #6c2b80 0%, #4E265F 100%);
	background-image: -webkit-linear-gradient(bottom, #6c2b80 0%, #4E265F 100%);
	background-image: -ms-linear-gradient(bottom, #6c2b80 0%, #4E265F 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #6c2b80),
		color-stop(1, #4E265F)
	);
}

#nav-hold, .load-more, .load-more:visited, #bottom-widget,
.ias_trigger a, .ias_trigger a:visited {
	background-color: #0057ad;
}

#nav-hold, #bottom-widget {
	border-bottom: 5px solid #0057ad;
}

#bottom-widget {
	border-top: 1px solid #0057ad;
}

.load-more {
	border: 1px solid #0057ad;
}

.sf-menu ul {
	background: #0057ad;
	border: 1px solid #0057ad;
}

.load-more:hover, .ias_trigger a:hover {
	background-color: #D9654B;
	background-image: linear-gradient(bottom, #D9654B 0%, #D2544B 100%);
	background-image: -o-linear-gradient(bottom, #D9654B 0%, #D2544B 100%);
	background-image: -moz-linear-gradient(bottom, #D9654B 0%, #D2544B 100%);
	background-image: -webkit-linear-gradient(bottom, #D9654B 0%, #D2544B 100%);
	background-image: -ms-linear-gradient(bottom, #D9654B 0%, #D2544B 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D9654B),
		color-stop(1, #D2544B)
	);
}

#header {
	background-color: #d6d6d6;
}

#quote-text,
.link-container {
	background-color: #411E50;
	background-image: linear-gradient(bottom, #411e50 0%, #4E265F 100%);
	background-image: -o-linear-gradient(bottom, #411e50 0%, #4E265F 100%);
	background-image: -moz-linear-gradient(bottom, #411e50 0%, #4E265F 100%);
	background-image: -webkit-linear-gradient(bottom, #411E50 0%, #4E265F 100%);
	background-image: -ms-linear-gradient(bottom, #411E50 0%, #4E265F 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #004589),
		color-stop(1, #0064c6)
	);
}

#footer {
	background: #004589;
	color: #d5d5d5;
}

#footer a, #footer a:visited,
#bottom-widget a, #bottom-widget a:visited {
	color: #ffffff;
}

#footer a:hover,
#bottom-widget a:hover {
	color: #ffffff;
}

body {
	background: #d6d6d6;
}

.jp-play-bar {
	background: #F8CC51;
}

