/*
Plugin Name: Profiler
Plugin URI: http://www.visualguides.org/profiler/
Description: An enhanced version of the Profiler plugin with support for multiple users. It allows you to display the information of every registered user on your site in a special members area. Each user has their own profile which can be modified from the WordPress admin interface by either the user or an administrator.
Author: Eric Schulz
Version: 1.2.1
Author URI: http://www.visualguides.org/
*/
	
	/*
	Formatting for the user profiles and member directory
	*/
	.pfprofile {
		text-decoration: none; 	
	
	background-color: #EFEFEF;
		}
	
	.pfprofile h1 {
	
	}
		
	.pfprofile h2 {
		}
		
	.pfprofile h3 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 155px;
		padding: 11px 0px 3px 0px;
		}
		
	.pfprofile h4 {
		font-size: 14px;
		font-weight: normal;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.pfprofile p {
		}

	.bio, .infos, .infos2 {

	margin-bottom: 15px;
	}
/*
	.bio {
		background-color:#F5F5F5;
	}

	.infos {
		background-color:#F1F2FF;
	}

	.infos2 {
		background-color:#F1F2FF;
	}
*/
fieldset {
	border: 1px solid #ccc;
	padding: .5em 2em 1em;
	margin: 1em 1em 1em 0;
	background-color: #EFEFEF;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}


	.pfdirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 100%;
		}
	
	.pfdirectory th {
		background-color: #D9D9D9;
		text-align: left;
		border-bottom: 1px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
		font-size: 11px;
		padding: 3px 6px 3px 6px;
		}
		
	
	.pfback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		}
		
	.pfpagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
