/*
	=========================================================
	Master CSS Reset
	Author: Mark Garity
	=========================================================
*/

ul#icon-list
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#icon-list li
{
	padding: 0px 3px 0px 0px;
	display: inline;
	background: none;
}

li#facebook {
	background:url(/wp-content/uploads/2009/06/facebook-btn.jpg) no-repeat top left;
	width:400px;
	height:50px;
	padding:12px 10px 0 70px;
	}

li#twitter {
	background:url(/wp-content/uploads/2009/06/twitter-btn.jpg) no-repeat top left;
	width:400px;
	height:50px;
	padding:20px 10px 0 70px;
	}

li#rss {
	background:url(/wp-content/uploads/2009/06/rss-btn.jpg) no-repeat top left;
	width:400px;
	height:50px;
	padding:20px 10px 0 70px;
	margin:-8px 0 0 0;
	}