/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 2em 0;
	float: right;
}

.social-icons li.headline {
	color: #000;
	font-size: 13px;
	margin: 5px 0 0;
	text-indent: 0;	
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}

.social-icons li:hover {background-position: 0 -38px;}

/* Social Widget Icons */
a.amazon,
a.behance,
a.blogger,
a.deviantart,
a.dribbble,
a.dropbox,
a.evernote,
a.facebook,
a.forrst,
a.github,
a.googleplus,
a.instagram,
a.jolicloud,
a.last-fm,
a.linkedin,
a.picasa,
a.pintrest,
a.rss,
a.skype,
a.spotify,
a.stumbleupon,
a.tumblr,
a.twitter,
a.vimeo,
a.wordpress,
a.xing,
a.yahoo,
a.youtube,
#social a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;

	text-indent: -9999px;
	background-position: 0 -38px;
}

#social a {
	float: left;
}
#social a img{
	border: none;
}

/* Icon List */
.amazon {background: url("../images/social/amazon.png") no-repeat;}
.behance {background: url("../images/social/behance.png") no-repeat;}
.blogger {background: url("../images/social/blogger.png") no-repeat;}
.deviantart{background: url("../images/social/deviantart.png") no-repeat;}
.dribbble {background: url("../images/social/dribbble.png") no-repeat;}
.dropbox {background: url("../images/social/dropbox.png") no-repeat;}
.evernote {background: url("../images/social/evernote.png") no-repeat;}
.facebook {background: url("../images/social/facebook.png") no-repeat;}
.forrst {background: url("../images/social/forrst.png") no-repeat;}
.github {background: url("../images/social/github.png") no-repeat;}
.googleplus {background: url("../images/social/googleplus.png") no-repeat;}
.instagram {background: url("../images/social/instagram.png") no-repeat;}
.jolicloud {background: url("../images/social/jolicloud.png") no-repeat;}
.last-fm {background: url("../images/social/last-fm.png") no-repeat;}
.linkedin {background: url("../images/social/linkedin.png") no-repeat;}
.picasa {background: url("../images/social/picasa.png") no-repeat;}
.pintrest {background: url("../images/social/pintrest.png") no-repeat;}
.rss {background: url("../images/social/rss.png") no-repeat;}
.skype {background: url("../images/social/skype.png") no-repeat;}
.spotify {background: url("../images/social/spotify.png") no-repeat;}
.stumbleupon {background: url("../images/social/stumbleupon.png") no-repeat;}
.tumblr {background: url("../images/social/tumblr.png") no-repeat;}
.twitter {background: url("../images/social/twitter.png") no-repeat;}
.vimeo {background: url("../images/social/vimeo.png") no-repeat;}
.wordpress {background: url("../images/social/wordpress.png") no-repeat;}
.xing {background: url("../images/social/xing.png") no-repeat;}
.yahoo {background: url("../images/social/yahoo.png") no-repeat;}
.youtube {background: url("../images/social/youtube.png") no-repeat;}

