/* CSS Document */

#social_bookmarking p {
height: 35px;
margin: 0;
padding: 0;
background-image: url(/social_images/tell_the_world.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 35px;
}

#social_button {
color: #000000;
text-decoration: underline;
height: 30px;
cursor: pointer;
}

#social {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 15px;
width: 480px;
border-top: 2px solid #FF0000;
}

#social li {
float: left;
list-style: none;
padding: 0;
margin: 8px 15px 0 0;
text-indent: 20px;
height: 15px;
}

#facebook {
background-image: url(/social_images/facebook.gif);
background-position: left center;
background-repeat: no-repeat;
}

#delicious {
background-image: url(/social_images/delicious.gif);
background-position: left center;
background-repeat: no-repeat;
}

#technorati {
background-image: url(/social_images/technorati.gif);
background-position: left center;
background-repeat: no-repeat;
}

#stumble {
background-image: url(/social_images/stumble.gif);
background-position: left center;
background-repeat: no-repeat;
}

#reddit {
background-image: url(/social_images/reddit.gif);
background-position: left center;
background-repeat: no-repeat;
}

#twitter {
background-image: url(/social_images/twitter.gif);
background-position: left center;
background-repeat: no-repeat;
}

#digg {
background-image: url(/social_images/digg.gif);
background-position: left center;
background-repeat: no-repeat;
}

#social li a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#social li a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
}

#social li a:hover {
	color: #f55c10;
	text-decoration: underline;
}
#social li a:active {
	text-decoration: underline;
}