/*  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 {
		width: 400px;
		padding: 25px;
		}
		
	.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: 38px;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 11px 0px 0px 0px;
		color: #B00D78;
		}
		
	.pfprofile h5 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 11px 0px 0px 0px;
		color: #000;
		text-transform: uppercase;
		border-top: #DFDFDF solid 1px;
		border-bottom: #DFDFDF solid 1px;
		padding: 6px 8px 6px 8px;
		margin: 25px 0 10px 0;
		}
		
	div.avatarPage {float: right;}
	div.avatarPage a img {width: 50px; height: 50px; border: #000 solid 5px; float: left;}

		
	.pfprofile p {
		font-size: 11px;
		margin: 0 !important;
		padding: 0 !important;
		}
		
	p.dolaczyl {font-size: 10px; color: #7F7F7F;}
		
	.pfprofile a {
		font-size: 11px;
		}
		
		
	.pfdirectory table {
		border: 0;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 100%;
		}
	
	.pfdirectory th {
		background-color: #000;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 15px 10px 15px;
		}
	
	.pfdirectory td {
		font-size: 11px;
		padding: 7px 15px 7px 15px;
		border-right: #CFCFCF solid 1px;
		color: #000;
		}
		
	.pfdirectory td a { color: #981C85; }
		
	.pfdirectory tr.moduloTabela td {
		background-color: #CFCFCF;
	}	
	
	.pfdirectory table img {width: 50px; height: 50px; border: #000 solid 5px !important;}
		
	.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: 40px 25px 15px 25px;
		
		}
	
	.pfpagidirect a {
		font-size: 10px;
		background-color:#000000;
		color:#929292;
		font-weight:bold;
		margin-right:3px;
		padding:5px 8px;
        float: left;
        margin-bottom: 5px;
	}
	
	.pfpagidirect span {
		font-size: 10px;
		color:#000;
		font-weight:bold;
		margin-right:3px;
		padding:5px 8px;
        float: left;
	}
		

		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
