/***
 * Social Media in One Button
 * Created by Marijn Kampf is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
 * Source:  http://www.exadium.com/tools/scmob/
 * License: http://creativecommons.org/licenses/by-sa/3.0
 * Original one button two functions idea: Patrick Mackaaij http://www.eenmanierom.nl
 */ 
 
/** quickSocialLink **/
#scmob {
	margin: 0px;
	padding: 0px;
}

#scmob, #scmob a, #scmob a:visited {
	color: white !important;
}

#scmob li {
	background:none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none !important;
}

.scmobIcon {
	margin: 2px;
	margin: 2px !important;
	float: none;
}

.scmobOver {
	position: relative;
	display: inline;
	margin: 0px !important;
	padding: 0px 0px 0px 25px !important;
	overflow: hidden;
}

.scmobBtn {
	position: absolute;
	left: 27px;
	z-index: 1;
}

.scmobTxt {
	position: absolute;
	left: 120px;
	z-index: 2;
	width: 60px;
}

.scmobHalf {
	float: left;
	width: 75px;
}	

.scmobOver li {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
}

#scmob .fb-like {
	padding-top: 3px;
}

#scmob #scmobEmailNews {
	padding-left: 20px;
	width: 160px;
}

#scmobRSS a { width: 100%; height: 100%; display: block; text-decoration:none; }

#scmobFacebook { z-index: 100; }
#scmobFacebook .scmobOver {
	overflow: auto;
}

.IN-widget {
	width: 101px;
}

.IN-widget span {
	text-align: left;
}


#scmobLinkedIn a, #scmobLinkedIn a:visited { color: black !important; font-family: "Myriad","lucida grande",tahoma,verdana,arial,sans-serif; }
#scmobFacebook a, #scmobFacebook a:visited { color: white !important; }
#scmobPinterestPinIt, .twitter-share-button { margin-top: 2px !important; }
#scmobLinkedInShare { margin-top: 3px !important; }

.scmobIcon {	width: 180px;	height: 25px; }
.scmobIcon:hover { width: 180px;	height: 25px; }

#scmob .scmobOver li { height: 25px; line-height: 25px !important; font-size: 12px !important; display: inline; }
#scmob #scmobRSS {	background: #E3702D url(scmob.png) no-repeat 0px 0px; }
#scmob #scmobFacebook {	background: #3C5A98 url(scmob.png) no-repeat 0px -25px; }
#scmob #scmobTwitter { background: #0084b4 url(scmob.png) no-repeat 0px -50px; }
#scmob #scmobLinkedIn { background: white url(scmob.png) no-repeat 0px -75px; }
#scmob #scmobGooglePlus { background: #2F2D2C url(scmob.png) no-repeat 0px -100px; }
#scmob #scmobPinterest { background: #CB2027 url(scmob.png) no-repeat 0px -125px; }
#scmob #scmobEmailNews { background: white url(scmob.png) no-repeat 0px -150px; }
