@charset "UTF-8";
#containshare {
	margin:1em 0 0 0;
	clear:both;
	position:relative;
}
#containshare p {
	padding-top:1em;
	font-size:0.6em;
}
#sharebtn {
	position:absolute;
	top:0;
	right:10px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#333;
	background: url(img/user_16x16.gif) 94% 40% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -moz-linear-gradient(top, #555, #222);
	border: 1px solid #000;
	border-left:1px solid #555;
	border-top:1px solid #666;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	text-align:left;
	padding: 6px 35px 6px 12px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0.1em;
	cursor:pointer;
	font-size:0.7em;
	box-shadow: 3px 3px 22px rgba(0,0,0,.6);
	-webkit-box-shadow: 3px 3px 22px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 1px 22px rgba(0,0,0,.6);
}
#sharebtn:hover {
	color:#fff;
	background-color:#e00;
	background: url(img/user_16x16.gif) 94% 40% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e00), to(#300));
	background: -moz-linear-gradient(top, #e00, #300);
	-webkit-transition: all .8s ease-in;
	-moz-transition: all .8s ease-in;
}
#sharebtn a, #sharebtn a:link, #sharebtn a:visited {
	text-decoration:none;
	color:#fff;
}
#sharebtn a:hover {
	color:#fff;
	background-color:transparent;
}
#share {
	position:absolute;
	top:22px;
	right:25px;
	font-size:0.7em;
	line-height:2em;
	text-align:left;
	margin-top:10px;
	border:1px solid #222;
	padding:8px 10px;
	background-color:#333;	/*#336*/
	z-index:50;
	display:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow: 3px 3px 22px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 3px 22px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 22px rgba(0,0,0,.5);
}
#share a, #share a:link, #share a:visited {
	color:#ccc;	/*#756832;*/
	text-decoration:none;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
#share a:hover {
	color:#f00;	/*#756832;*/
	background-color:transparent;
}
#share .fb_share_button a:before {
	content: url("img/facebook_16.png");
}
#share .twtr_share_button a:before {
	content: url("img/twitter_16.png");
}
#share .gb_share_button a:before {
	content: url("img/google_16.png");
}
#share .digg_share_button a:before {
	content: url("img/digg_alt_16.png");
}
#share .mail_share_button a:before {
	content: url("img/email_16.png");
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
