/*  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;
		position:relative;
		}
		
	.pfprofile h2 {
		}
		.nick {border-bottom:1px dashed #FAFAFA;
font-size:2.2em;
font-weight:700;
position:relative;
top:1px;}
p  {
margin:0px 0;}
	.pfprofile h3 {
		border-bottom:1px dotted #D9D9D9;
clear:left;
font-size:20px;
font-weight:700;
padding:10px 0 3px;
		}
		
	.pfprofile h4 {
		border-bottom:1px solid #FFFFFF;
color:#355D79;
font-size:15px;
font-weight:700;
margin:0 0 10px;
padding:11px 0 0;
clear:left;
		}
		
	.pfprofile p {
		font-size: 15px;
		}
		
	.pfprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
	.pfdirectory table {
		border:1px solid #C0DAE2;
border-collapse:collapse;
font-size:1.3em;
margin:1px 0 0;
width:100%;
		-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
		
		}
	
	.pfdirectory th {
		background-color: #53777a;
		text-align: left;
		border-bottom: 1px solid #659fb2;
		font-size: 15px;
		padding: 5px 0px 5px 6px;
		color:#fff;
		
		
		}
	
	.pfdirectory td {
		font-size: 12px;
		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;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
		#nivel{background:#999;}

