@charset "utf-8";
/*	-------------------------------------------------------------
	CSS -  HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		madcon_home.css
	Date:			April 21, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Active Nav Button Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#nav ul li.navNews a {					
		width: 50px;
		background-position: -70px -10px;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		width:591px; height:5px;
		background:url(../../images/hr.png) top left no-repeat;
		clear:both;
		display:block;
	}
		.hr hr {
			display:none;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	News BLock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#newsBlock {
		margin: 10px 0 0 0;
		width: 591px;
		background:url(../../images/contentBG.png) top left repeat-y;
	}
	#newsBottom {
		padding:0 0 21px 0;
		background:url(../../images/contentBottomBG.png) bottom left no-repeat;
	}
		#newsBlock .header {
			padding: 6px 8px 0 22px;
			height: 19px;
			background: url(../../images/recentnewsBG.gif) top left no-repeat;
		}
			#newsBlock .header h2 {
				width: 186px; height: 15px;
				background: url(../../images/h2_recentnews.gif) top left no-repeat;
				float: left;
			}
			#newsBlock .header a.btnViewAll {
				margin: 4px 0 0 0;
				width: 51px; height: 7px;
				float: right;
				background: url(../../images/btn_viewall.gif) top left no-repeat;
			}
				#newsBlock .header a.btnViewAll:hover{
					background-position: bottom left;
				}
		#newsBlock .entry {
			padding:5px 6px 25px 21px;
		}
			#newsBlock .entry .comments {
				margin:0 0 0 536px;
				width:28px; height:22px;
				background:url(../../images/commentBG.png) top left no-repeat;
				text-align:center;
				font:bold 13px Georgia, "Times New Roman", Times, serif;
				color:#eeedc3;
			}
			#newsBlock .entry h3 {
				color:#103f79;
				font:bold 20px Georgia;
			}
				#newsBlock .entry h3 a {
					color:#103f79;
					font:bold 20px Georgia;
					text-decoration:none;
				}
			#newsBlock .entry .date {
				padding:0 0 13px 0;
				color:#777773;
				font:normal 10px Georgia, "Times New Roman", Times, serif;
			}
			#newsBlock .entry p {
				padding:0 5px 0 0;
				color:#472418;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				line-height:20px;	
			}
			#newsBlock .entry a.btnReadMore {
				margin:10px 0 0 0;
				width: 78px; height: 9px;
				background: url(../../images/btn_readMore.gif) top left no-repeat;
				display: block;
			}
				#newsBlock .entry a.btnReadMore:hover {
					background-position: bottom left;
				}


/*	--------------------------------------------------------------------------------------------------------------------------
	Members Online Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#membersOnline{
		padding: 0; margin: 10px 0 0 0;
		width: 321px;
		float: right;
		background:url(../../images/sb_membersOnlineBG.png) top left repeat-y;
	}
	#membersOnline #membersOnlineBottom {
		padding: 0 0 21px 0;
		background:url(../../images/sb_membersOnlineBottomBG.png) bottom no-repeat;
	}
		#membersOnline .header {
			padding: 6px 8px 0 22px;
			height: 19px;
			background: url(../../images/sb_membersOnlineHeaderBG.png) top left no-repeat;
		}
			#membersOnline .header h2 {
				background: url(../../images/h2_membersOnline.png) top left no-repeat;
				height: 15px; width: 217px;
				float: left;
			}
			#membersOnline .header a.btnViewAll {
				margin: 4px 0 0 0;
				width: 51px; height: 7px;
				float: right;
				background: url(../../images/btn_viewall.gif) top left no-repeat;
			}
				#membersOnline .header a.btnViewAll:hover{ 
					background-position: bottom left;
				}
		
		/* Entry */
		#membersOnlineBottom .entries {
			padding:17px 0 29px 19px;
		}
			#membersOnlineBottom .entries .member {
				margin:0 29px 0 0;
				width:71px; height:79px;
				float:left;
				text-align:center;
				overflow:hidden;
			}
				#membersOnlineBottom .entries .member a {
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#253067;
					text-decoration:none;
				}
					#membersOnlineBottom .entries .member a:hover {
						color:#f14719;
					}