/* Oregon Gridiron - Reset and Utility */

/***************************************************************************************
* Reset & Utility
***************************************************************************************/

* {
    margin: 0; padding: 0;
}

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
}

a, a:visited {
    outline: none;
	text-decoration: none;
	color: #ff0;
}

a:hover, a:active {
	outline: none;
	text-decoration: none;
	color: #ff0;
}

a img {
    border: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    min-height: 1300px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}