/*  Copyright 2008 Eric Schulz. All Rights Reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Plugin Name: Profiler
Plugin URI: http://www.visualguides.org/profiler/
Author: Eric Schulz
Author URI: http://www.visualguides.org/
*/
	
	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
	.pfprofile {
		text-decoration: none; 
		border: none;
		width:500px;
		
		margin-left:25px;	
		}
		
	.pfprofile h2 {
	font-size:22px;
color:#CC0033;
		}
		
	.pfprofile h3 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 500px;
		padding: 11px 0px 3px 0px;
		color:#CC0033;
		}
		
		.pfprofile h4{
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 500px;
		padding: 11px 0px 3px 0px;
		color:#f29400;
		}

		
	.pfprofile p {
		font-size: 15px;
		}
		
	.pfprofile a {
		font-size: 12px;
		line-height: 22px;
		color:#CC0033;
		}
		
	
	.pfdirectory {
		border: 1px solid #000;
		width:500px;
		}
		
	.pfback {
		width:60px;
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 10px 10px;
		text-align:right;
		}
		
	.pfpagisingle {
		margin-left:30px;
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
		.thumbnail {
		float:left;
		width:150px;
		height:138px;
		margin:10px;
		text-align:center;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		clear:left;
		text-align:center;
		}
		
	.pfwidget {
		
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
