@charset "UTF-8";
/* CSS Document */


/*
*	Sharing Links
*/

#social {
	margin-left: 185px;
	width: 250px;
	text-align: center;
}


.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#sharing {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sharing li {
	float: left;
	list-style: none;
}
#sharing li a {
	display: block;
	margin: 0 3px;
	padding: 0;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
}


#sharing li a#twit {
	background-image: url(../calendar09/social/twit.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 3px 3px 3px;
}
#sharing li a#twit:hover {
	background-position: bottom left;
}

#sharing li a#face {
	background-image: url(../calendar09/social/face.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 3px 3px 3px;
}
#sharing li a#face:hover {
	background-position: bottom left;
}

#sharing li a#deli {
	background-image: url(../calendar09/social/deli.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}
#sharing li a#deli:hover {
	background-position: bottom left;
}

#sharing li a#stum {
	background-image: url(../calendar09/social/stum.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}
#sharing li a#stum:hover {
	background-position: bottom left;
}
