/*

#masthead {
	background-image: url('http://ufsjkd.com/wp-content/uploads/2014/06/logo.png');
	height: 165px;
	background-position: left;
	background-repeat: no-repeat;
}
*/
#masthead {
	display: block;
	margin: 0;
}

body.custom-background {
	background-image: url('http://ufsjkd.com/wp-content/uploads/2014/06/header-tile.png');
	background-repeat: repeat-x;
}

.site-title {
	display: none;
}

.main-navigation {
	font-size: 14px;
	float: none;
	padding-top: 45px;
}

/* Menu Stuff */
.main-navigation li, .main-navigation a {
	color: #cccccc;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a {
	color: #cc0000;
	background-color: #010101;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a:active, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_item > a {
	background-color: #cc0000;
}

#page {
	background-image: url('http://ufsjkd.com/wp-content/uploads/2014/06/header-right-andy.png');
	background-position: top right;
	background-repeat: no-repeat;
}

/* Logo Stuff */
.site-branding {
	background-image: url('http://ufsjkd.com/wp-content/uploads/2014/06/logo.png');
	height: 173px;
	background-position: left;
	background-repeat: no-repeat;
	width: 250px;
	margin-left: 45px;
	padding-top: 10px;
	margin-top: 5px;
}

title, .page-title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.2;
	padding: 5px 5px 10px;
	color: #111;
}

h1.widget-title, h1.sidetitle, h2.widgettitle, .page-title {
	background-color: #ffffff;
}

.page-title {
	background: #d0d0d0;
	padding-bottom: 4px;
	margin-bottom: 0;
	display: none;
}

/* SIGNUP FORM - widgets */
aside#text-3 {
	background-color: #cc0000;
	color: white;
}

aside#text-4 {
	background-color: #cc0000;
	color: white;
}

aside#text-5 {
	background-color: #cc0000;
	color: white;
}

aside#text-6 {
	background-color: #cc0000;
	color: white;
}

aside#text-7 {
	background-color: #cc0000;
	color: white;
}

h1.widget-title, h1.sidetitle, h2.widgettitle, .page-title {
	background-color: #ffffff;
	color: black;
	font-weight: 400;
}

div.training {
	background-color: black;
	width: 250px;
	padding: 10px;
	color: white;
	float: left;
}

div.training h1 {
	color: #cc0000;
	font-size: 20px;
}

div.training_widget {
	background-color: black;
	color: white;
	padding: 10px;
}

div.training_widget h1 {
	color: #cc0000;
	font-size: 20px;
}

#map {
	width: 60%;
	float: left;
}