@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND COMMUNITY BROWSE MEMBERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_communityBrowseMembers.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav {
		background:url(../../images/nav_bg_community.jpg) 0px 6px repeat-x;
	}
	ul#nav li#navBrowseMembers a {
		background-position:0 -92px;
	}
	#mainCol ul#subNav li#subNavBlog a {
		color:#f6f1e6;
		background-position:0px -60px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#commStatus {
		height:18px;
		margin:8px 0 0 0; padding:0 6px 0 0;
	}
	#commStatus a:link, #commStatus a:active, #commStatus a:visited {
		margin:0 0 0 10px;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#235869;
	}
		#commStatus a:hover {
			color:#fff;
		}
	#commHeader {
		width:867px; height:172px;
		margin:0 0 20px 0; padding:0 0 0 81px;
		background:url(../../images/communityHeader_bg.jpg) no-repeat;
		border-bottom:solid 2px #7d7b61;
	}
		#commHeader ul {
			width:308px;
			margin:70px 0 0 0;
			float:left;
			list-style:none;
			color:#f5f1e6;
		}
			#commHeader ul li {
				padding:0 0 0 10px;
				background:url(../../images/list_square.gif) 0 10px no-repeat;
				font:bold 13px Arial, Helvetica, sans-serif;
				line-height:23px;
			}
				#commHeader ul li.title {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#7d7b61;
					background:none;
				}
		#commHeader .joinLink {
			margin:93px 0 0 0;
			float:left;
		}
			#commHeader .joinLink h2 {
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#f5f1e6;
			}
			#commHeader .joinLink a.btn:link, #commHeader .joinLink a.btn:active, #commHeader .joinLink a.btn:visited {
				width:105px; height:35px;
				margin:5px 0 0 0;
				display:block;
				background:url(../../images/btn_joinNow.png) no-repeat;
			}
				#commHeader .joinLink a.btn:hover {
					background-position:bottom;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	community Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#community {
		color:#8e8f62;
	}
		#community .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#community .titleBar h1#h1_browseMembers {
				width:184px; height:12px;
				background: url(../../images/h1_communityMembers.png) no-repeat;
			}
			
		#community .contentBox {
			padding:17px 0 13px 0;
			border-bottom:1px solid #aca394;
		}
			#community .contentBox .entries {
				padding:0 0 0 13px;
			}
				#community .contentBox .entry {
					margin:0 6px 6px 0; padding:10px 0 0 0;
					width:188px; height:241px;
					background:#f5f1e6;
					color:#8e8f62;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
				}
					#community .contentBox .entry .imgHolder {
						text-align:center;
					}
				#community .contentBox .entry .userInfo .userName {
					width:146px;
					margin:3px 0 0 19px;
					font:normal 13px Arial, Helvetica, sans-serif;
					text-align:center;
					overflow:hidden;
				}	
				#community .contentBox .entry .userInfo .info {
					width:160px;
					margin:13px 0 8px 15px;
					font:normal 11px Arial, Helvetica, sans-serif;
					text-align:left;
					overflow:hidden;
				}
					#community .contentBox .entry .userInfo .info .friendSince {
						display:block;
					}
					#community .contentBox .entry .userInfo .info .location {
						height:14px;
						overflow:hidden;
						display:block;
					}
				#community .contentBox .entry .userInfo a.btnSendMessage:link, #community .contentBox .entry .userInfo a.btnSendMessage:active, #community .contentBox .entry .userInfo a.btnSendMessage:visited {
					margin:0 0 0 15px; padding:0 7px 0 0;
					color:#8e8f62;
					background:url(../../images/btn_communityArrows.png) right 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
				}
					#community .contentBox .entry .userInfo a.btnSendMessage:hover {
						color:#dc4717;
						background-position:right -40px;
					}
				