/* Fuzz Productions */

html {
	
}

body {
	background: black;
}
#centerer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#wrap {
	background: transparent url(../images/graypaint.jpg) top center no-repeat;
	color: darkgray;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	width: 960px;
	min-width: 960px;
	min-height: 768px;
	padding-top: 20px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

/* Menu */
#menu {
	background: transparent;
	float:left;
	width: 15%;
	padding-top: 40px;
}
#menu img {
	padding: 20px;
}
#menu ul {
	padding: 0px 0 0 40px;
}
#menu ul li {
	padding-bottom: 0.5em;
}
#menu ul li a {
	color: aqua;
	text-decoration: none;
}
#menu ul li a:visited {
	color: darkturquoise;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: dodgerblue;
}
#menu ul li a#current {
	color: yellow;
}

#big img#logo{
	width:420px;
	padding: 85px 0 0 135px;
}

/* Content */
.content {
	background: transparent;
	float:left;
	width: 85%;
	font: 13px/1.45 courier, 'times new roman', 'Liberation Sans', FreeSerif, serif;
}
.content .columns{
	width: 100%;
	float: left;
}

.fourcolumn {
	float: left;
	position: relative;
	width: 21%;
	padding: 1%;
	margin: 1%;
	background: limegreen;
	color: black;
	height: 660px;
}
.fourcolumn .box {
	padding: 10px 20px 20px 20px;
	left: 5px;
	position: relative;
}

.columns .odd {
	background: transparent url(../images/swatchgreen1.png) no-repeat -40px 0px;
}
.columns .even {
	background: transparent url(../images/swatchgreen2.png) no-repeat;
}

.twocolumn {
	float: left;
	position: relative;
	width: 46%;
	padding: 1%;
	margin: 1%;
	background: yellow;
	color: black;
	min-height: 582px;
}

.twocolumn .box {
	padding: 10px 20px 0 30px;
}

.1column {
	width: 99%;
}

#info h2 {
	font-size: 2.5em;
	color: darkgreen;
	margin: auto;
}


.content p {
	padding-bottom: 0.5em;
}

.horizontal {
	padding-left: 0px;
	margin-bottom: -20px;
	width: 1035px;
}

.horizontal li {
	display: inline;
	position: relative;
	padding: 0 20px;
}
.vertical {	
	position: relative;
	width: 150px;
	float: right;
	top: -750px;
	margin-bottom: -750px;
}


.logos li {
	display: table-cell;
	min-height: 150px;
	vertical-align: middle;
}
.vertical li {
	float: right;
	display: block;
	padding: 10px;
	min-height: 55px;
	width: 150px;
	text-align: center;
}

/* Page Specific */
#donate p {
	background: yellow;
}
#donate #line1 {
	background: transparent url('../images/swatchyellow1.png') no-repeat 0px 0px;
	padding: 25px 300px 20px 25px;
	color: darkgreen;
}
#donate #line2 {
	background: transparent url('../images/swatchyellow2.png') no-repeat 0px 0px;
	padding: 35px 290px 40px 60px;
	color: darkred;
}
#donate #line3 {
	background: transparent url('../images/swatchyellow3.png') no-repeat 0px 0px;
	padding: 15px 15px 20px 5px;
	color: purple;
}
#donate #line4 {
	background: transparent url('../images/swatchyellow4.png') no-repeat 0px 0px;
	padding: 25px 200px 25px 50px;
	color: maroon;
}
#donate #line5 {
	background: transparent url('../images/swatchyellow5.png') no-repeat 0px 0px;
	padding: 20px 30px 40px 40px;
	color: darkred;
}
/* roster */
#roster #header {
	background: transparent url('../images/swatchvyellow3.png') no-repeat 0px -20px;
	padding: 10px 100px 20px 20px;
	color: darkred;
	width: 635px;
}
#roster .left {
	background: transparent url('../images/swatchvyellow1.png') no-repeat -40px 0px;
}
#roster .right {
	background: transparent url('../images/swatchvyellow2.png') no-repeat -0px 0px;

}
#roster .left .box {
	padding-left: 50px;
	padding-right: 20px;
}
#roster .right .box {
	padding-left: 60px;
	padding-right: 20px;
}
#roster .box img {
	float:right;
	position: relative;
	margin-left: -60px;
	top: 40px;
	left: 30px;
}

/* info */
#footer {
	font: 13px/1.5 courier, 'times new roman', 'Liberation Sans', FreeSerif, serif;
	background: transparent url('../images/swatchwhite1.png') no-repeat 0px -0px;
	padding: 75px 30px 30px 40px;
	color: purple;
	float: left;
	position: relative;
	z-index: 10;
	top: -150px;
	left: 30px;
}
#footer ul {
	padding: 0 20px 0 10px;
	width: 805px;
}
#footer li {
	font-size: smaller;
	display: inline;
	position: relative;
	padding: 0 0.25em;
	color: black;
}

#footer li span {
	font-weight: bold;
}

/*sponsor*/
#sponsor h2 {
	background: transparent url('../images/swatchorange1.png') no-repeat 100px 0px;
	width: 790px;
	float: left;
	font-size: 1.25em;
	color: darkgreen;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 30px 0px;
}

#sponsor div{
	float: left;
}

#sponsor div div{
	float: left;
	line-height: 1.35em;
	color: black;
	background: transparent url('../images/swatchorange2.png') no-repeat 0px 0px;
	padding: 25px 140px 40px 95px;
	min-height: 608px;
}





/* CLEAR */
/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}