/* Social Networking Menu */

.soc {
	height: 36px;
	margin: 0 auto;
	padding: 0px 0px 0px 4px
}

.soc ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}

.soc li {
	height: 36px;
	display: inline-block;
	list-style: none;
	display: inline;
	float: left;
	padding-right: 12px;
}

.soc a {
	text-decoration: none;
	border: 0px;
	float: left;
	height: 36px;
}

.soc a.twitter,
.soc a.facebook,
.soc a.rss {
	width: 42px;
}

.soc a.wordpress {
	width: 52px;
}

/* Menu image positions */

.soc a.wordpress,
.soc a.twitter,
.soc a.facebook,
.soc a.rss {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Menu image locations */

.soc a.wordpress {
	background: url("../img/soc_menu/wordpress.png");
}

.soc a.twitter {
	background: url("../img/soc_menu/twitter.png");
}

.soc a.facebook {
	background: url("../img/soc_menu/facebook.png");
}

.soc a.rss {
	background: url("../img/soc_menu/rss.png");
}

/* Menu image hover declaration - Must be placed AFTER image url's! */

.soc a:hover {
	background-position: 0px -36px;
}
