@charset "utf-8";
/* CSS Document */

/*

	File: styles.css
	Media: screen
	Author: Brock Huffman
	Copyright: (c) 2015 Oklahoma Crew
	
	
/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}


/* Basic Selectors
--------------------------------------------------------------------------------------- */
html{
	background-color: #282828;
}

#wrapper-outer{
	background: #e3e3e3 url(images/bg.png) repeat-x;	
}

#wrapper-outer-child{
	background: #e3e3e3 url(images/bg-child.png) repeat-x;	
}

#wrapper-inner{
	max-width: 1050px;
	margin: 0 auto;	
	overflow: hidden;
}

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
	margin: 0 auto;
	color: #333;
}

h2{
	font-family: "Oswald";
	color: #660000;	
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 15px;
}

h3{
	margin-bottom: 15px;
}

a{
	color: #2a91c1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;	
}

a:hover{
	color: #660000;	
}

address{
 font-style: normal;
 margin-bottom: 15px;	
}

p{
	margin-bottom: 15px;
	line-height: 1.15em;	
}

/* Header
--------------------------------------------------------------------------------------- */
#header{	
	height: 70px;

}

#header h1{
 background: url(images/logo-header.png) no-repeat;
 text-indent: -9999px;
 width: 421px;
 height: 90px;
 float: left;	
}

nav{
 padding: 38px 0;
 font: #fff "Arial Narrow", Arial, Helvetica, sans-serif;
 font-weight: bold;	
 font-size: 1em;
}

nav a{
	text-decoration: none;
	color: white;	
}

nav a:hover{
	color: #ccc;	
}

nav ul li{
	display: inline;
	color: #fff;	
	text-transform: uppercase;
	padding-left: 22px;
}

nav ul li:first-child{
	padding-left: 10px;	
}

.blue-btn{
	background-color: #2a91c1;
	padding: 12px 8px;
	border-radius: 5px;
	margin-left: 5px; 	
}

.blue-btn:hover{
	background-color: #237ba4;
	color: white;
}

/* Content
--------------------------------------------------------------------------------------- */
#content{
	clear: both;	
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 30px;
}

#slider{
}

#content ul{
	margin-bottom: 15px;
	padding-left: 20px;
	margin-left: 20px;	
}

#content ul li{
	line-height: 1.5em;	
	list-style: square;
}

#separator{
	background: url(images/oar-icon.png) center no-repeat;
	height: 99px;
}

#column-left{
	float: left;
	width: 58%;	
}

#column-right{
	float: right;
	width: 38%;	
}

#column-left h2, #column-right h2{
	background: url(images/oars-separator.png) no-repeat bottom center;	
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 15px;
}

#content-box{
	background-color: #ece9e9;
	padding: 15px;		
}

#content-box h3{
	margin-bottom: 5px;
	padding: 0;	
	text-transform: uppercase;
}

#content-box li{
	border-bottom: 1px dashed #333;
	padding: 15px 0;	
}

#content-box li p:last-child{
	margin-bottom: 0;	
}

#content-box li:first-child{
	padding-top: 0;	
}

#content-box li:last-child{
	border-bottom: none;
	padding-bottom: 0;	
}


/* Footer
--------------------------------------------------------------------------------------- */
#footer{
	background: #282828 url(images/footer-border.png) repeat-x top;
	clear: both;
	padding: 25px 0;
	color: #e3e3e3;
	min-height: 100px; 
	overflow: hidden;	
}

#footer-inner{
width: 1050px;
margin: 0 auto;
height: 100px;
}

#footer h2{
	color: #e3e3e3;	
}

#footer a{
	color: #fff;	
	text-decoration: underline;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#footer a:hover{
	color: #e3e3e3;
	text-decoration: underline;	
	opacity: .6;
}

#footer-left{
	float: left;
	width: 45%;
}

#footer-right{
	float: left;
	width: 40%;
}

#social-buttons{
	float: right;	
}

element.style {
}

#facebook {
width: 44px;
height: 44px;
text-indent: -9999px;
background: transparent url(images/social-btns.png) no-repeat -44px 0;
display: inline;
float: left;
margin: 0px;
}