@charset "utf-8";
/*	-------------------------------------------------------------
	CSS -  BLOG
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		madcon_blog.css
	Date:			April 21, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Active Nav Button Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#nav ul li.navDiscography a {			
		background-position: -262px -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;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	Blog BLock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#discoBlock {
		margin: 10px 0 0 0;
		width: 591px;
		background:url(../../images/contentBG.png) top left repeat-y;
	}
	#discoBottom {
		padding:0 0 21px 0;
		background:url(../../images/contentBottomBG.png) bottom left no-repeat;
	}
		#discoBlock .header {
			padding: 4px 8px 2px 22px;
			height: 19px;
			background: url(../../images/recentnewsBG.gif) top left no-repeat;
		}
			#discoBlock .header h2 {
				width: 132px; height: 18px;
				background: url(../../images/h2_discography.png) top left no-repeat;
				float: left;
			}
	#discoBlock .entries {
		padding:30px 0 0 83px;
	}
		#discoBlock .entry {
			width:426px; height:236px;
		}
			#discoBlock .entry .album {
				width:206px;
				float:left;
			}
				#discoBlock .entry .album a img {
					border:3px solid #76290e;
				}
					#discoBlock .entry .album a:hover img {
						border:3px solid #f12a19;
					}
			#discoBlock .entry .albumInfo {
				padding:20px 0 20px 0; margin:17px 0 0 0;
				width:217px;
				float:left;
				background:#fbf5e2;
				font:normal 15px Georgia, "Times New Roman", Times, serif;
				color:#472418;
				text-align:center;
				border:3px solid #fcdea9;
				border-left:none;
			}
				#discoBlock .entry .albumInfo h3 {
					margin:0 0 5px 0;
					font:bold 15px Georgia, "Times New Roman", Times, serif;
					color:#103f79;
				}
					#discoBlock .entry .albumInfo a.btnViewAlbum {
						margin:10px auto 0 auto;
						width:121px; height:8px;
						display:block;
						background:url(../../images/btn_viewAlbum.png) top left no-repeat;
					}
						#discoBlock .entry .albumInfo a.btnViewAlbum:hover {
							background-position:bottom;
						}


/*	--------------------------------------------------------------------------------------------------------------------------
	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;
					}