/**************************************************/
/*** Link button sidebar***/

#link_button_sidebar{position:fixed; top:240px; right:0; border:0 solid white;}
#link_button_sidebar{ 
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-moz-box-shadow: 0 0px 10px 10px #ffffff;
	-webkit-box-shadow: 0 0px 10px 10px #ffffff;
	box-shadow: 0 0px 10px 10px #ffffff;

/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');

*/}

#link_button_sidebar .link_button{display:block; width:60px; height:60px; font-size:26px; color:white; text-decoration:none; padding-top:11px;}
#link_button_sidebar .link_button:hover{ font-size:36px; color:white; text-decoration: none; padding-top:6px;}

#link_button_sidebar #twitter_link{ background-color:rgb(44, 168, 210);}
#link_button_sidebar #bookmark_me_link{ background-color:rgb(148, 190, 71);}
#link_button_sidebar #print_link{ background-color:rgb(31, 60, 92);}

/* font-size transition */
.link_button {
    -webkit-transition: font-size 0.2s, padding 0.2s;
       -moz-transition: font-size 0.2s, padding 0.2s;
         -o-transition: font-size 0.2s, padding 0.2s;
            transition: font-size 0.2s, padding 0.2s;
}