/*
   pages/profile.css
   Biip.no
   
   Created by Jesper Thøgersen on 2010-04-19.
*/


/*
	Import Dependencies
	--------------------------------------------------
	Imports external stylesheets
	--------------------------------------------------
*/	

	@import url(modules.css);



/*
	Profile Framework
	--------------------------------------------------
	--------------------------------------------------
*/

	.profile-wrapper { float: left; width: 827px; }

	.profile-header { background-position: center top; background-repeat: no-repeat; height: 55px; padding: 0 2px; position: relative; }
	.profile-header-inner { height: 55px; }
	.profile-body { padding: 0 2px; }
	.profile-footer { background-position: center bottom; background-repeat: no-repeat; height: 15px; }
	
	.profile-content { background: #fff; border-style: solid; border-width: 1px 0; padding-top: 7px; padding-bottom: 7px; }
	.UILayout-RightCol .profile-content { border-width: 1px 1px 1px 0; }
	.UILayout-LeftCol .profile-content { border-width: 1px 0px 1px 1px; }
	
	.profile-sidebar { border: none !important; }
	.profile-sidebar-inner { border: none !important; padding: 7px 5px; }



	/*
		++++++++++++++++++
		Profile Header
		++++++++++++++++++
	*/
	
		/* ++++ Profile Alias ++++ */
		.profile-alias { position: absolute; top: 8px; left: 8px; width: 256px; height: 40px; }
		.profile-alias .UIUserAlias { background-position: right center; background-repeat: no-repeat; color: #888; display: block; font-size: 18px; line-height: 40px; white-space: nowrap; }
		.profile-alias .UIUserAlias .UIIcon-Single { margin-left: 4px; }
		.profile-alias .UIUserImage + .UIUserAlias { line-height: 22px; width: 190px; }
		.profile-alias .UIUserGender-1 { background-image: url(/Assets/gfx/icons/gender-male.png); }
		.profile-alias .UIUserGender-2 { background-image: url(/Assets/gfx/icons/gender-female.png); }
		.profile-alias img { display: block; margin-right: 6px; float: left; vertical-align: middle; width: 40px; height: 40px; }
		.profile-alias-extra { font-size: 10px; line-height: 18px; }
		
		
		/* ++++ Profile Menu ++++ */
		.profile-menu { position: absolute; bottom: -1px; right: 0px; width: 558px; }


	/*
		++++++++++++++++++
		Profile Sidebar
		++++++++++++++++++
	*/
	
		/* ++++ Profile User Badge ++++ */
		.profile-userbadge { margin-bottom: 20px }
		.profile-userbadge-left { float: left; width: 120px; }
		.profile-userbadge-right { float: right; width: 125px; }
		
		.profile-userbadge .profile-image img { display: block; }
		
		.profile-userbadge .profile-badges { margin-top: 6px; }
		.profile-userbadge .profile-badges ul { margin: 0; padding: 0; list-style: none; }
		.profile-userbadge .profile-badges ul li { float: left; margin-left: 3px; }
		.profile-userbadge .profile-badges ul li:first-child { margin-left: 0; }
		.profile-userbadge .profile-badges img { display: block; }
		
		.profile-userbadge .profile-basicinfo { font-size: 12px; font-weight: bold; }
		.profile-userbadge .profile-basicinfo dl { float: left; font-size: 9px; font-weight: normal; margin: 5px 0 0; }
		.profile-userbadge .profile-basicinfo dt { clear: left; font-weight: bold; float: left; width: 60px; }
		.profile-userbadge .profile-basicinfo dd { float: left; margin: 0; padding-left: 10px; overflow: hidden; width: 65px; }
		.profile-userbadge .profile-basicinfo dt, .profile-userbadge .profile-basicinfo dd { padding: 2px 0; }
		
		
		/* ++++ Profile Status ++++ */
		.profile-status { background: #fff; font-size: 12px; padding: 5px; }
		.profile-status-text { display: block; }
		.profile-status-text img { vertical-align: middle; }
		.profile-status-time { display: block; font-size: 10px; margin-top: 6px; }
		.profile-status-edit { font-size: 10px; }
		.profile-status-edit input[type="text"] { border: 1px solid #ddd; margin-bottom: 4px; width: 235px; }
		
		



/*
	Profile Sub Pages
	--------------------------------------------------
	--------------------------------------------------
*/

	/*
		++++++++++++++++++
		Album
		++++++++++++++++++
	*/
	
		/* ++++ Image Listing ++++ */
		.album-latest, .album-album { position: relative; }
		
		.album-album { background: #eee; border: 1px solid #ddd; padding: 5px; }
		.album-album .UIPaginator { margin: 7px 0; }



/*
	Groups
	--------------------------------------------------
	--------------------------------------------------
*/

	/*
		++++++++++++++++++
		General
		++++++++++++++++++
	*/
	
		.group-menu { position: absolute; top: 15px; right: 15px; }


	/*
		++++++++++++++++++
		Group Front
		++++++++++++++++++
	*/
	
		.page-group-front .profile-sidebar-inner { position: relative; top: -53px; }
		.page-group-front .group-menu { right: 270px; }
		
