/**
 * Facebook Fan Box CSS
 *
 * See http://wiki.developers.facebook.com/index.php/Fan_Box for more information
 * Facebook caches this style sheet. If you update it, you may need to include a cachebreaker on the including page, like .css?rev=2.
 *
 * About this "Simple Version"
 *
 * This hides the image and the Facebook text and shows only the link and the button.
 *
 * Example
 *
 *	Ananda Sangha
 *	Become a Fan
 *
 */

.fan_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fan_box .connect_top,
.fan_box .connect_action {
	padding: 0;
}
 
.fan_box .name_block {
	font-size: 108%;
}

.fan_box .name {
	font-weight: bold;
}

.fan_box .connect_button {
	font-size: 13px;
}

.fan_box a {
	text-decoration: none;
	color: #0575bd;
}

.fan_box img,
.fan_box .name_block {
display: none;
}


