@charset "utf-8";
/* CSS Document */

/* These are footer styles

This footer 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 a footer cluster that is FLOATED LEFT, icons STACKED above copyright.

 */


#sharedfooter {
	width: 100%;
	font-size: 10px;
	margin: 0;
	padding: 20px 0 0 0;
	height: 80px;
	color: #999999;
	float: left;
}

#footercpyrgt { width:96%; float:left; padding: 0 2% 0 2%; margin:0; }

#footercpyrgt a { text-decoration:underline; color:#666666; }

#footercpyrgt a:hover { color:#333333; }

#iconwrapper { width:96%; float:left; padding: 10px 2% 10px 2%; }

#sharedfooter p {
	font-size:1em;
	color:#999999;
	margin: 0;
}
#sharedfooter p a {
	text-decoration:underline;
	color:#333333;
	margin:0;
}
#sharedfooter ul {
	list-style: disc;
	margin-left: 20px;
}

#sharedfooter #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;
	padding: 0;
	line-height: 25px;
	list-style-image: none;
}
#sharedfooter a:hover {
	color: #ffcc00;
}
#sharedfooter a:active {
	color: #ccc;
}
#sharedfooter a:visited {
	color: #6699cc;
}
#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;
}
