﻿/* share bar */
.widget{
	width:880px;
	position:fixed;
	bottom:0;
	height:34px;
	left:50%;
	margin:0 0 0 -440px;
	display:none;
}
.widget .open{
	display:block;
	background:url(/images/sharebar/bg-widget.png) no-repeat;
	width:880px;
	height:34px;
}
.widget .close{
	background:url(/images/sharebar/bg-close.png) no-repeat;
	width:78px;
	height:34px;
	overflow:hidden;
	display:none;
	float:right;
}
.widget .close a{
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
    cursor:pointer;
}
.widget .open .share-block{
	width:224px;
	float:left;
	margin:9px 0 0;
	padding:0 0 0 14px;
}
* +html .widget .open .share-block{width:224px;}
* html .widget .open .share-block{width:230px;}
.widget .open .share-block .share,
.widget .open .block .follow{
	margin:2px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/sharebar/text-headings.gif) no-repeat;
	width:33px;
	height:10px;
	float:left;
}
.widget .open .social{
	margin:0 -10px 0 0;
	padding:0 0 0 5px;
	list-style:none;
	float:left;
}
.widget .open .social li{
	float:left;
	margin:0 4px 0 0;
}
.widget .open .social a,
.widget .open .links a{
	float:left;
	text-indent:-9999px;
	display:inline;
	overflow:hidden;
	width:16px;
	height:16px;
	background:url(/images/sharebar/bg-social.gif) no-repeat;
}
.widget .open .social .buzz{background-position:0 0;}
.widget .open .social .technorati{background-position:0 -20px;}
.widget .open .social .stumbleupon{background-position:0 -40px;}
.widget .open .social .reddit{background-position:0 -60px;}
.widget .open .social .twitter{background-position:0 -80px;}
.widget .open .social .myspace{background-position:0 -100px;}
.widget .open .social .facebook{background-position:0 -120px;}
.widget .open .social .digg{background-position:0 -140px;}
.widget .open .social .delicious{background-position:0 -160px;}
.widget .open .block{
	width:318px;
	float:left;
	padding:0 0 0 10px;
	margin:8px 0 0;
}
* html .widget .open .block{padding:0 0 0 10px;}
.widget .open .block .follow{
	margin:4px 0 0;
	background-position:0 -15px;
	width:106px;
	height:13px;
}
.widget .open .links{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.widget .open .links li{
	margin:0 0 0 10px;
	float:left;
}
.widget .open .links .twitter{
	background-position:0 -180px;
	width:12px;
}
.widget .open .links .youtube{
	background-position:0 -200px;
	width:41px;
	margin:1px 0 0;
}
.widget .open .links .facebook{
	background-position:0 -120px;
	width:16px;
	margin:1px 0 0;
}
.widget .open .links .flickr{
	background-position:0 -236px;
	width:17px;
	height:18px;
}
.widget .open .popup-holder{
	width:289px;
	float:left;
	position:relative;
	padding:0 0 0 19px;
	height:34px;
	background:url(/images/sharebar/bg-popup-holder.gif) repeat-x;
	z-index:10;
}
.widget .open .popup-holder .popup .networks,
.widget .open .popup-holder .open{
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	width:145px;
	float:left;
	height:12px;
	background:url(/images/sharebar/text-life-stream.gif) no-repeat;
	position:relative;
	z-index:6;
}
.widget .open .popup-holder .open{
	width:218px;
	margin:0;
	position:relative;
	float:left;
	cursor:pointer;
}
.widget .open .popup-holder .open:hover{background-position:0 -12px;}
.widget .open .popup-holder .open.active{background-position:0 -25px;}
.widget .open .popup-holder .hide{
	width:42px;
	height:13px;
	background:url(/images/sharebar/bg-btn.gif) no-repeat;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.widget .open .popup{
	position:absolute;
	bottom:34px;
	z-index:-1;
	width:342px;
	clear:both;
	right:-9px;
	overflow:hidden;
}
* html .widget .open .popup{bottom:33px;}
* +html .widget .open .popup{bottom:33px;}
.widget .open .active .popup{display:block;}
.widget .open .popup .heading{
	width:268px;
	overflow:hidden;
	background:url(/images/sharebar/bg-heading.png) no-repeat;
	padding:32px 31px 9px 41px;
}
.widget .open .popup .heading .networks{width:200px;} /* Set width to 200 to hide arror */
.widget .open .popup .heading .close{
	width:42px;
	height:10px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	background:url(/images/sharebar/bg-btn.gif) no-repeat 0 -15px;
	display:block;
	cursor:pointer;
}
.widget .open .popup .holder{
	width:277px;
	padding:5px 31px 5px 34px;
	background:url(/images/sharebar/bg-popup.png) repeat-y;
}
.widget .open .popup .content{
	width:274px;
	overflow:auto;
	height:440px;
	padding:4px 0 0;
	margin:0;
	list-style:none;
	background:#fff;
}
.widget .open .content li{
	width:245px;
	overflow:hidden;
	vertical-align:top;
	padding:8px 0 7px;
	border-bottom:1px solid #eee;
}
.widget .open .content li .blog,
.widget .open .content li .facebook,
.widget .open .content li .twitter,
.widget .open .content li .youtube{
	float:left;
	width:18px;
	height:18px;
	margin:0 7px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/sharebar/bg-social.gif) no-repeat 0 -257px;
}
* html .widget .open .content li .blog,
* html .widget .open .content li .facebook,
* html .widget .open .content li .twitter,
* html .widget .open .content li .youtube{margin:0 4px 0 0;}
.widget .open .content li .facebook{background-position:0 -279px;}
.widget .open .content li .twitter{background-position:0 -299px;}
.widget .open .content li .youtube{background-position:0 -318px;}
.widget .open .popup .text-holder{
	height:1%;
	overflow:hidden;
	color:#000;
	padding:0 0 0 2px;
	font:11px/12px Arial,Helvetica,sans-serif;
}
.widget .open .section{
	background:url(/images/sharebar/bg-popup-holder.gif) repeat-x;
	position:absolute;
	height:24px;
	left:-10px;
	top:0;
	padding:10px 20px 0;
	width:279px;
}
.widget .open .popup .text-holder p{margin:0;}
.widget .open .popup .date{color:#9a9a9a;}
.widget .open .popup .date a{color:#3B8576;}
.widget .separator{
    float:left;position:relative;width:1px;z-index:20;
}