/** ----------------------------------------------------------------------------
                                                                              
_|_|_|    _|_|_|_|  _|_|_|    _|    _|  _|_|_|    _|        _|_|_|  _|    _|  
_|    _|  _|        _|    _|  _|    _|  _|    _|  _|          _|    _|  _|    
_|_|_|    _|_|_|    _|_|_|    _|    _|  _|_|_|    _|          _|    _|_|      
_|    _|  _|        _|        _|    _|  _|    _|  _|          _|    _|  _|    
_|    _|  _|_|_|_|  _|          _|_|    _|_|_|    _|_|_|_|  _|_|_|  _|    _| 

5/30/2012
-------------------------------------------------------------------------------**/

#header_wrapper {
	width: 100%;
	margin: auto;
	background: #000;
	height: 45px;
	margin-bottom: 24px;
}
.logo {
	float: left;
	margin: 10px 5px 10px 35px;
}
.logo_tagline {
	display: block;
	padding: 4px 10px 4px 4px;
	background: WHITE !important;
	color: #E64946;
	font-size: 12px;
	font-family: 'Oswald';
	text-transform: uppercase;
}
input[type=text], input[type=password], select {
	padding: 10px!important;
	font-size: 13px;
	margin: 0px;
	border: 2px;
	border-style: solid!important;
	border-color: black!important;
	background: #ffffff;
	font-family: Helvetica, Arial ,Verdana,sans-serif;
	color: #000;
}
input.blur[type="text"], textarea.blur {
	color: rgb(227, 70, 61);
	font-style:bold;
}

label {
	color:#ffffff !important;
	letter-spacing:0;
}
.wp-caption-text {
	font-size:10px;
	color: rgb(227, 70, 61);
} 

/* This is to prevent all the empty space between two video players on one page. - dbreck */
.vimeography-bugsauce {
	clear: both;
	margin: 20px auto;
	width: 100%;
	max-height:650px;
	overflow:hidden;
}