
/* The code for the share box starts here: */

#share{
	/* The share box container */
	width:350px;
	background:#000 url('img/logo_bg.JPG');
	height:320px;
	margin:0px auto;
	overflow:hidden;
}

#stage{
	/* This is where the animation takes place */
	position:relative;
	width:180px;
	height:210px;
	background:;
	float:left;
}

.btn{
	/* This class is assigned to every share button */
	height:220px;
	left:0;
	top:0;
	width:220px;
	position:relative;
	margin:10px 0 05px;
	float:left;
		
}

.bcontent{
	/* Positioned inside the .btn container */
	position:absolute;
	top:auto;
	bottom:06px;
	left:0;
}

/* Individual rules for every share button */


.reddit{	background:url(img/reddit_reflection.png) no-repeat -4px bottom;}
.facebook{	background:url(img/facebook_reflection.png) no-repeat bottom center;}
.dzone{	background:url(img/dzone_reflection.png) no-repeat -7px bottom;}

.thanksto{
	position:absolute;
	bottom:2px;
	right:110px;
	font-size:10px;
}

.thanksto a,.thanksto a:visited{
	color:#BBB;
}

/* Customizing the facebook share button */

span.fb_share_no_count {
	display:block;
}

span.fb_share_count_top.fb_share_no_count {
	line-height:54px;
}

span.fb_share_count_nub_top.fb_share_no_count{
	display:none;
}

span.fb_share_no_count span.fb_share_count_inner {
	background:#3B5998 url(http://static.fbshare.me/f_only.png) no-repeat scroll 20px 5px;
	display:block;
}

/* The styles below are only necessary for the demo page */


.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:350px;
	position:relative;
}

