body{
	margin-bottom: 50px;
}

#social{
	background: #99ccff;
	position: fixed;
	bottom: 0px;
	left: 10px;
	min-width: 800px;
	width:100%;
	font-family:  arial;
	opacity: 0.75;
}


#socialinner{
	width: 100%;
	background: #fff url(../images/socialmediatoolbar/socialtoolbar_background.jpg) bottom repeat-x;
	clip: rect(auto auto 52px auto);
	clear: both;
}

#socialnav{
	margin-top: 5px;
	width: 100%;
}

#socialnav .socialnav, #socialnav .socialnavselected{
	float: left;
	line-height: 3.5em;
	padding: 0 30px 0 40px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#socialnav .socialnavselected{
	background-color: #fff;
}

#socialnav .socialnav a, #socialnav #closebutton a{
	color: #000;
}

.socialcontent{
	display: none;
	padding: 20px;
	overflow: auto;
}

.socialcontent .leftbox {
	float: left;
	text-align: left;
	width: 150px;
	margin-right: 25px;
}

.socialcontent .leftbox a{
	font-size: 0.8em;
}

.socialcontent .leftbox b{
	color: #000;
	font-size: 1.1em;
}

.socialcontent .leftbox .whatis{
	margin-left: 42px;
	text-align: center;
	width: 125px;
}

.socialcontent .rightbox {
	font-size: 0.9em;
	float: right;
	text-align: left;
	width: 100%;
}

.socialcontent .rightbox .title {
	border-bottom: 1px solid #b2b2b2;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.socialcontent .rightbox .rssitem {
	margin: 8px 0 8px 0;
}

.socialcontent .rightbox .smallgray {
	font-size: 0.9em;
	color: #666;
}

#socialnav #closebutton {
	float: right;
	line-height: 3.5em;
	padding: 10px;
	display: none;
	font-size: 0.9em;
}

#socialyoutube .rightbox a img, #socialflickr .rightbox a img {
	border: 5px solid #ccc;
}

#socialyoutube .rightbox a:hover img, #socialflickr .rightbox a:hover img {
	border: 5px solid #99ccff;
	text-decoration: none;
}

.whatis_description {
	font-size: 0.8em;
	width:220px;
	display:none;
	position:absolute;
	top:0;left:0;
	z-index:0;
	text-align:left;
	line-height:1.9em;
	text-align:left;
	border:2px solid #fff;
	background: #000;
	color: #fff;
}
.padding10{
	padding: 10px;
}
