﻿.intro {
	width:225px;
	height:auto;
	position:relative;
	left:78%;
	top:10px
}
.intro .text {
	font-size:1.2em;
	font-variant:small-caps;
	text-align:left;
	float:left;
	margin-right:10px
}
/* Facebook share */
.intro .fb-share-button {
	position:relative;
	top:10px;
	float:left;
	margin-right:20px
}
/* Social Media Container */
.intro ul.social {
	position:relative;
	top:0;
	float:left;
	margin-right:20px;
	z-index:9999
}
.intro ul.social li {
	display:inline;
	float:left;
	width:200px;
	height:72px;
	margin:2px;
}

.intro ul.social li a{
	display:inline;
	float:left;
	width:200px;
	height:72px;
	margin:2px;
}
/* Social Media Icons */
.intro li.facebook a{
	background-image:url('blue-social/facebook-square.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.twitter a{
	background-image:url('blue-social/twitter.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.googleplus a{
	background-image:url('blue-social/googleplus-square.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.youtube a{
	background-image:url('blue-social/youtube.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.linkedin a{
	background-image:url('blue-social/linkedin.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.pinterest a{
	background-image:url('blue-social/pinterest.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.instagram a{
	background-image:url('blue-social/instagram.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.rss a{
	background-image:url('blue-social/rss-feed.png');
	background-repeat:no-repeat;
	width:100%;
}

.intro li.flickr a{
	background-image:url('blue-social/flickr.png');
	background-repeat:no-repeat;
	width:100%;
}
.intro li.tumblr a{
	background-image:url('blue-social/tumblr.png');
	background-repeat:no-repeat;
	width:100%;
}