/*  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;
		}
		
	.pfprofile h2 {
	color:#222;
	margin-bottom:15px;
		}
		
	.pfprofile h3 {
		font-size: 18px;
		font-weight: normal;
		margin: 0px;
		color: #222222;
		padding: 11px 0px 3px 0px;
		}
		
	.pfprofile h4 {
		font-size: 14px;
		font-weight: normal;
		border: none;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.pfprofile p {
		font-size: 15px;
		}
		
	.pfprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
	.pfdirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 100%;
		}
	
	.pfdirectory th {
		background-color: #E9E9E9;
		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;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
		
	/* GOVO lists */
	.profilemeta {padding:0 0 0 10px!important;background-color:transparent!important;}
	.pfmeta { padding:3px; font-size:12px;width:200px;color:#333;letter-spacing:1px; }
	.pfmeta a { color:#333; }
	.pfmeta { list-style-type:none; list-style-position:outside; margin-bottom:0; }
	.pfmeta li{ padding-left:30px;margin-bottom:10px;}
	.pfmeta .telefoon { background:url(images/bg-contact-info.png) no-repeat 0 -132px; }
	.pfmeta .adres{ background:url(images/bg-contact-info.png) no-repeat 0 0; }
	.pfmeta .e-mail{ background:url(images/bg-contact-info.png) no-repeat 0 -66px;  }
	/* GOVO profiles */
	p.functies {font-weight:bold;margin-top:15px!important;}
	.pfdiv { font-size:12px;line-height:16px; }
	.pftab { width: 200px; background-color:#EB2D2E;float:left; height:35px; }
	.pftab_navigation { width: 200px; text-align:right;float:right;height:35px; }
	.pftab_navigation a { font-size:18px;font-weight:bold;padding:10px;color:#444444 !important;line-height:16px!important;display:inline-block; }
	.bedrijf { background-color:#EB2D2E!important}
	.pftab h3, .pfbodyinner h3 { font-weight:bold; }
	.pftab h3 { padding-left:25px !important;color:#fff!important; }
	.pfheader { background-color:#fff;padding-top:2px;}
	.pfheader_geenlid { background-color:#fff;padding-top:2px;}
	.pfheader_geenlid p { font-size:12px;line-height:22px;}
	.pfbody {background-color:lightgrey;padding:10px;}
	.pfbodyinner {background-color:#fff}
	.pfbodyinner tr {border-bottom: 1px dotted #D9D9D9;display: block;}
	.pfbodyinner td {padding:10px;vertical-align:text-top;}
	a.pf_teruglink { margin:10px;display:block; }
	.pfbody a {font-size:12px!important;}
	.pf_dropdownform { margin-bottom:5px; }
	div.pf_dropdownmenus { padding:10px; }
	div.pf_dropdownmenus_bedrijven { padding:20px 0 10px 10px; }
