/*  
Theme Name: ColdBlue
Theme URI: http://webrevolutionary.com/coldblue/
Description: ColdBlue - A WordPress theme created by WebRevolutionary.
Version: 1.2
Author: WebRevolutionary
Author URI: http://webrevolutionary.com/
*/

#socialIcons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
        overflow:auto;
}
#socialIcons .twitter {
	background-image: url(images/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#socialIcons .facebook {
	background-image: url(images/icon_facebook.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#socialIcons .linkedin {
	background-image: url(images/icon_linkedin.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#socialIcons .buzz {
	background-image: url(images/icon_buzz.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#socialIcons li a:hover {
	filter: alpha(opacity=90); /* internet explorer */
	opacity: 0.9;
}
#socialIcons li {
	float: left;
	display: inline;
}
#socialIcons li a {
	float: left;
	font-size: 10px;
	width: 50px;
	height: 10px;
	padding-top: 40px;
	text-align: center;
	text-decoration: none;
	color: #5a6d7b;
	margin-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.3px;
	display: inline;
}
