/* Social Slideout Tabs Menu Styles */

/* A universal CSS reset */
*{
	margin:0;
	padding:0;
}

/* Menu Tabs Main Container*/
#wpSlideOutTabs {
	position : fixed;
	
	top : 30%;
	left : 0;
	z-index : 9999999999;
}

/* Menu Tabs */
#wpSlideOutTabs li {
	list-style : none;
	height : 122px;
	width : 34px;
}

/* Menu Tabs Container Style */
#wpSlideOutTabs span {
	width : 0px;
	left : 34px;
	padding : 0;
	position : absolute;
	overflow : hidden;
	font-family : 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 0.6px;
	white-space : nowrap;
	line-height : 39px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

/* Menu Tabs Anchor Tag Style */
#wpSlideOutTabs a {
	background : #fff;
	height : 122px;
	width : 34px;
	display : block;
	position : relative;
}

/* Menu Tabs Anchor Tag Span hover Style */
#wpSlideOutTabs a:hover span {
	width :150px;
	padding : 2px ;
	overflow : visible;
}

/* Menu Tabs Anchor Tag hover Style */
#wpSlideOutTabs a:hover {
	text-decoration : none;
	box-shadow : 0 0 5px #9ddff5;
}

/* Slideout Blog Tab Style */
#wpSlideOutTabs .wpso-blog {
	background : url(images/download.png);
}

/* Slideout Blog Tab hover Style */
#wpSlideOutTabs .wpso-blog:hover { 
	opacity : 0.8;
}

/* Slideout Blog Tab Span Style */
#wpSlideOutTabs .wpso-blog span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout Facebook Tab Style */
#wpSlideOutTabs .wpso-fb {
	background : url(images/fb.png) 2px no-repeat #357ae8;
}

/* Slideout Facebook Tab hover Style */
#wpSlideOutTabs .wpso-fb:hover {
	opacity : 0.8;
}

/* Slideout Facebook Tab Span Style */
#wpSlideOutTabs .wpso-fb span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout Twitter Tab Style */
#wpSlideOutTabs .wpso-twit {
	background : url(images/twitter.png) 2px no-repeat rgb(0, 191, 255);
}

/* Slideout Twitter Tab hover Style */
#wpSlideOutTabs .wpso-twit:hover {
	opacity : 0.8;
}

/* Slideout Twitter Tab Span Style */
#wpSlideOutTabs .wpso-twit span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout YouTube Tab Style */
#wpSlideOutTabs .wpso-yt {
	background : url(images/youtube.png) 2px no-repeat #c82345;
}

/* Slideout YouTube Tab hover Style */
#wpSlideOutTabs .wpso-yt:hover {
	opacity : 0.8;
}

/* Slideout YouTube Tab Span Style */
#wpSlideOutTabs .wpso-yt span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout RSS Tab Style */
#wpSlideOutTabs .wpso-rss {
	background : url(images/rss.png) 2px no-repeat #dea317;
}

/* Slideout RSS Tab hover Style */
#wpSlideOutTabs .wpso-rss:hover {
	opacity : 0.8;
}

/* Slideout RSS Tab Span Style */
#wpSlideOutTabs .wpso-rss span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout Contact Tab Style */
#wpSlideOutTabs .wpso-contact {
	background : url(images/mail.png) 2px no-repeat rgb(80, 150, 1);
}

/* Slideout Contact Tab hover Style */
#wpSlideOutTabs .wpso-contact:hover {
	opacity : 0.8;
}

/* Slideout Contact Tab span Style */
#wpSlideOutTabs .wpso-contact span {
	color : #f5f5f5;
	text-shadow : 1px 1px 0 #222;
}

/* Slideout Tabs Span hover Style */
#wpSlideOutTabs .wpso-blog span:hover, #wpSlideOutTabs .wpso-fb span:hover, #wpSlideOutTabs .wpso-twit span:hover, #wpSlideOutTabs .wpso-yt span:hover, #wpSlideOutTabs .wpso-rss span:hover, #wpSlideOutTabs .wpso-contact span:hover {
	color : #f7f7f7;
}