/*positions and styles elements in the footer*/
#footer {
  background: none repeat scroll 0 0 #1c3b51;
  height: 55px;
  position: relative;
  width: 100%;
	font-size: 100%;
  line-height: 130%;
	margin:0 auto;
}

#footer_content{
	margin-left: auto;
	margin-right: auto;
	height:35px;
}

#footer #social_links{
	float:left;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 20px;
}

#footer #social_links a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px 0 0;
}

#footer #social_links a img{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	opacity: 0.7;
}

/**defines footer social link objects from sprite sheet**/
#footer #social_links a img{
	background-image: url("/static/images/sprite.png");
	background-repeat: no-repeat;
}
#footer #social_links a img.twitter{
	background-position: -18px -38px;
}
#footer #social_links a img.pinterest{
	background-position: -49px -38px;
}
#footer #social_links a img.yt{
	background-position: -80px -38px;
}
#footer #social_links a img.gplus{
	background-position: -111px -38px;
}
#footer #social_links a img.fb{
	background-position: -142px -38px;
}
#footer #social_links a img.forums{
	background-position: -173px -38px;
}
#footer #social_links a:hover img{
	opacity: 1.0;
}
