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

body {
	background: url("../images/default/body-bg.jpg") repeat-y 50% 50%;
	background-color: #2a435b;
}

a, a:visited,
.widget-title,
.widget a:hover { color: #dd774f;  }

a:hover { color: #dd5738; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea
{
	background: #38536d;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #496580;
}

.sf-menu ul {
	background: #273F57;

}

.sf-menu ul a,
.hero h1,
.top-area a,
.top-area a:visited,
#footer, .footer,
.widget, .widget a, .widget a:visited,
.post-comments h2,
#form-wrapper h2,
.post-form label,
.sf-menu > li > span {
	color: #8196AF;
}

.jp-current-time { color: #DD774F; }

.jp-play-bar, .jp-volume-bar-value,
.post-form input[type=submit],
.gform_wrapper input[type=submit],
.wp-pagenavi a, .wp-pagenavi span { background-color: #DD774F; }

.format-icon,
.entry-body .read-more,
.jp-controls li a,
#paging .nav-prev a,
#paging .nav-next a {
	background-image: url('../images/default/sprites.png');
	background-repeat: no-repeat;
}