@charset "utf-8";
/*	-------------------------------------------------------------
	CSS -  BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		madcon_bio.css
	Date:			April 21, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Active Nav Button Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#nav ul li.navExtras a {					
		background-position: -658px -10px;
	}		


/*	--------------------------------------------------------------------------------------------------------------------------
	Bio BLock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#extrasBlock {
		margin: 10px 0 0 0;
		width: 591px;
		background:url(../../images/contentBG.png) top left repeat-y;
	}
	#extrasBottom {
		padding:0 0 21px 0;
		background:url(../../images/contentBottomBG.png) bottom left no-repeat;
	}
		#extrasBlock .header {
			padding: 6px 8px 0 22px;
			height: 19px;
			background: url(../../images/recentnewsBG.gif) top left no-repeat;
		}
			#extrasBlock .header h2 {
				width: 73px; height: 15px;
				background: url(../../images/h2_mobile.png) top left no-repeat;
			}
		#extrasBlock h3.wallpaperHeader {
			margin:20px 0 0 18px;
			width:133px; height:18px;
			background:url(../../images/h3_wallpapers.png) top left no-repeat;
		}
		#extrasBlock h3.buddyIconHeader {
			margin:40px 0 0 18px;
			width:147px; height:18px;
			background:url(../../images/h3_buddyIcons.png) top left no-repeat;
		}
			#extrasBlock .wallpaperHolder {
				margin:0 0 0 18px;
			}
				#extrasBlock .wallpaperHolder .wallpaper {
					margin:15px 24px 0 0;
					width:265px;
					float:left;
					display:inline;
				} 
				#extrasBlock .wallpaperHolder .wallpaper.fix {
					margin:15px 0 0 0;
				}
					#extrasBlock .wallpaperHolder .wallpaper ul {
						margin:0 auto;
						width:170px;
						text-align:center;
						list-style:none;
					}
						#extrasBlock .wallpaperHolder .wallpaper ul li {
							float:left;
							line-height:20px;
						}
							#extrasBlock .wallpaperHolder .wallpaper ul li.break {
								display:block;
							}
							#extrasBlock .wallpaperHolder .wallpaper ul li a {
								font:bold 12px Georgia, "Times New Roman", Times, serif;
								color:#103f79;
								text-decoration:none;
							}
								#extrasBlock .wallpaperHolder .wallpaper ul li a:hover {
									color:#db6f10;
								}
			#extrasBlock .download {
				padding: 10px; margin:20px 0 0 18px;
				width:400px;
				background:fbf5e2;
				border:3px solid #fcdea9;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#472418;
			}
				#extrasBlock .download h4.wall {
					margin:0 0 9px 0;
					width:207px; height:13px;
					background:url(../../images/download_wallpapers.png) top left no-repeat;
				}
				#extrasBlock .download h4.buddy {
					margin:0 0 9px 0;
					width:217px; height:13px;
					background:url(../../images/download_buddyIcons.png) top left no-repeat;
				}
				#extrasBlock .buddyIconHolder {
					margin:15px 0 0 18px;
				}
					#extrasBlock .buddyIconHolder img {
						margin:0 20px 0 0;
						float:left;
						display:inline;
					}
					#extrasBlock .buddyIconHolder a img {
						border:1px solid #76290e;
					}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	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;
					}
