@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_communtyRegistration.css
	Date:			April 13, 2011
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#communityNav li#navCommProfile a {
		background-position:0 bottom;
	}
		

/*	--------------------------------------------------------------------------------------------------------------------------
	loginBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#loginBlock {
		width:595px;
		padding:0 0 35px 0;
		background:url(../../images/bg_mainCol.png) repeat-y;
		behavior:url(shared/css/iepngfix.htc);
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#fff;
	}
		#loginBlock h1 {
			width:580px; height:29px;
			background:url(../../images/h1_registration.png) no-repeat;
		}
		#loginBlock p {
			padding:10px 0 10px 0;
		}		
		#contentSpace .altCol #friendsComponent {
			display:none;
		}
