@charset "utf-8";
/* CSS Document */

/* These are footer ICON styles

This icon div is to be used on sites that have been constructed in traditional html, NOT on the 960 grid system.
This style sheet is for inserting the icons from the standard footer into a customized footer.

 */




#iconwrapper { width:96%; float:left; padding: 10px 2% 10px 2%; }

#iconwrapper #icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#icons ul li {
	float: left;
	height: 25px;
	width: 25px;
	margin-left: 1px;
	margin-bottom: 1px;
	line-height: 25px;
	padding: 0;
	list-style-image: none;
}
#icons img {
	border: 0px;
}

#icons ul li a {
	display: block;
}
#trak {
	background-image: url(../images/icon_trak.gif);
	background-repeat: no-repeat;
}
#wvualert {
	background-image: url(../images/icon_wvualert.gif);
	background-repeat: no-repeat;
}
#give {
	background-image: url(../images/icon_give.gif);
	background-repeat: no-repeat;
}
#itunesu {
	background-image: url(../images/icon_itunesu.gif);
	background-repeat: no-repeat;
}
#facebook {
	background-image: url(../images/icon_facebook.gif);
	background-repeat: no-repeat;
}
#twitter {
	background-image: url(../images/icon_twitter.gif);
	background-repeat: no-repeat;
}
#youtube {
	background-image: url(../images/icon_youtube.gif);
	background-repeat: no-repeat;
}
#mix {
	background-image: url(../images/icon_mix.gif);
	background-repeat: no-repeat;
}

