/*----------------------------------------------*\
	CSS for Footer Social Network Rollover Links
\*----------------------------------------------*/

/* GLOSSARY */
/* COLOR GLOSSARY */
/* Precursor Blue 293: #006AB6 */
/* Precursor Blue 293 20%: #C6D3EC */
/* Precursor Blue 293: 40% #95B1DC */
/* Precursor Blue 293: 60% #6894CE */
/* Precursor Blue orignial web site: #001E82 */
/* END COLOR GLOSSARY */
/* END GLOSSARY */


.TwitterLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/twitterlink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.TwitterLink:hover {
	background-position: 0 0;
}

.FacebookLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/facebooklink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.FacebookLink:hover {
	background-position: 0 0;
}

.GoogleLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/googlelink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.GoogleLink:hover {
	background-position: 0 0;
}

.YouTubeLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/YouTubelink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.YouTubeLink:hover {
	background-position: 0 0;
}


.LinkedinLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/linkedinlink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.LinkedinLink:hover {
	background-position: 0 0;
}

.TumblrLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/tumblrlink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.TumblrLink:hover {
	background-position: 0 0;
}

.YelpLink {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/Precursor/Assets/Images/Yelplink.png') bottom;
	background-size:30px 60px;
	text-indent: -9999px;
}
.YelpLink:hover {
	background-position: 0 0;
}

