@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Laura Bell Bundy : Community Fans
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		llb_community_fans.css
	Date:			July 31, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Active Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#subNav li#subNavFriends a, ul#subNav li#subNavFriends a:hover {
		background-position:-370px -64px;
	}	
	ul#nav li#navFans a {
		background-position:-419px -44px;
	}
				

/*	--------------------------------------------------------------------------------------------------------------------------
	community  Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#community {
		color:#766044;
	}
		#community .entry {
			padding:15px;
			background:none !important;
		}
		#community .titleBar {
			height:25px;
			padding:4px 10px 0 9px;		
		}
			#community .titleBar h1 {
				font:normal 18px Arial, Helvetica, sans-serif;
				float:left;
			}
			#community .titleBar .selectBox select {
				width:150px; height:20px;
				padding:1px 0 0 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				border:solid 1px #b4ac9a;
				float:right;
			}
		#community .contentBox {
			padding:13px 0 13px 0;
			border-bottom:1px solid #aca394;
		}
			#community .contentBox .entries {
				
			}
				#community .contentBox .entries .fan-status {
					padding:0 0 0 15px;
					font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
				}
					#community .contentBox .entries .fan-status a.remove-fan {
						width:100px; height:18px;
						margin:10px 0 0 0;
						display:block;
						cursor:pointer;
					}
						#community .contentBox .entries .fan-status a.remove-fan:hover {
							background-position:0 -18px;
						}
					#community .contentBox .entries .fan-status a.add-fan {
						width:100px; height:18px;
						margin:10px 0 0 0;
						display:block;
						cursor:pointer;
					}
						#community .contentBox .entries .fan-status a.add-fan:hover {
							background-position:0 -18px;
						}
			#community .contentBox .stats {
				height:14px;
				margin:0 0 8px 0; padding:0 0 0 13px;
				font:normal 11px Arial, Helvetica, sans-serif;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	community fans Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.entries .allfans ul.entry {
		margin:0; padding:5px 0 0 0;
		background:none !important;
	}
		.entries .allfans ul.entry li {
			width:143px; height:112px;
			padding:17px 0 17px 0;
			float:left;
		}
			.entries .allfans ul.entry li .userpic {
				width:50px;
				padding:1px;
			}
			.entries .allfans ul.entry li .info {
				
			}					
				.entries .allfans ul.entry li .info a {
					font:bold 13px Tahoma, Arial, Helvetica, sans-serif;
					text-decoration:none;
					line-height:30px;
				}
				.entries .allfans ul.entry li .info .loc {
					font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
					line-height:11px;
				}
				.entries .allfans ul.entry li .info .date {
					font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
					line-height:11px;
				}

				
					
