@charset "utf-8";

/*	-------------------------------------------------------------
	CSS - UNIVERSAL REPUBLIC SETTINGS COMMNUNITY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		unirep_communityHomer.css
	Date:			Sept 24, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	featuredGroups Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.featuredGroups {
		float:left;
		width:285px;
	}
		.featuredGroups .header {
			height:20px;
			margin:0 0 10px 0; padding:5px 10px 0 10px;
			background:#dfefff;
		}
			.featuredGroups .header a.moreGroups:link, .featuredGroups .header a.moreGroups:visited {
				float:right;
				width:79px; height:12px;
				margin:2px 0 0 0;
				background:url(../../images/btn_moreGroups_lightBlue.jpg) no-repeat;
				display:block;
			}
				.featuredGroups .header a.moreGroups:active {
					color:#9e6c00;
				}
				.featuredGroups .header a.moreGroups:hover {
					background-position:bottom;
				}
			.featuredGroups .entries {
				padding:0 10px 0 10px;
			}
				.featuredGroups .entry {
					margin:20px 0 0 45px; 
					background:#FFFFFF;
					border:solid 1px #dfefff;
					height:200px;
					width:220px;		
				}
					.featuredGroups .entry .photo 
					{
					    height:75px;
						width:220px;
						padding:3px 0 0 0;
						margin:0 auto;
					}
						.featuredGroups .entry .photo img {
							display:block;
							width:200px;
							margin: 0 auto;
						}
					.featuredGroups .entry .content {
						padding:0 0 0 8px;
					}
					
						.featuredGroups .entry .content h2 {
							float:none;
							margin:5px 0 0 0;
							font:normal 15px Arial, Helvetica, sans-serif;
						}
						
						.featuredGroups .entry .content p 
						{
						    font:normal 12px Arial, Helvetica, sans-serif;
						    width:200px;
						}
					.featuredGroups .entry .content .tags {
						margin:5px 0 0 0;
						font:normal 9px Arial, Helvetica, sans-serif;
					}
					.entries .entry ul.joinActions {
						margin:10px 0 0 0;
						list-style:none;
						display:block;
						clear:both;
						
					}
						.entries .entry  ul.joinActions li {
							margin:3px 2px 0 0;
							float:left;
						}

