/*  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 {
		}
		
	.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;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.pfprofile p {
		/*font-size: 15px;*/
		}
		
	.pfprofile a {
		/*font-size: 15px;*/
		/*line-height: 22px;*/
		}
		
		
        .pfdirectory {
            font-size: 0.75em;
        }
	.pfdirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		}
	
    .pfdirectory tr {
        vertical-align: top;
        /*border-bottom: 1px solid #c40109;*/
        }
	.pfdirectory th {
		background-color: #2c2c2c;
		text-align: left;
		border-bottom: 1px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
        background: #202020;
		padding: 3px 6px 3px 6px;
		}
		
	.pfdirectory tr.alternate td {
        background: #181818;
		}
.pfdirectory table.memberdropdown, .pfdirectory table.memberdropdown table {
    border: 0;
    margin: 0;
    padding: 0;
}

.pfdirectory div.memberlisthead,
.pfdirectory table.memberdropdown td.head {
    background: #000000;
    margin: 0;
    padding: 3px 0 3px 3px;
    color: #C40109;
    font-size: 1.1em;
}
.pfdirectory table.memberdropdown td {
    background: #282828;
    border: 1px solid #101010;
    border-top: 0;
    border-bottom: 0;
}
.pfdirectory div.memberlistcontent {
    padding: 0 0 3px 3px;
}
.pfdirectory table.membercredits,
.pfdirectory table.membercontact {
    margin: 0;
    border: none;
    padding: 0;
}
.pfdirectory table.membercredits td,
.pfdirectory table.membercontact td {
    border: 0;
    margin: 0;
    padding: 0 0 0 3px;
}
.pfdirectory table.membercredits td.label,
.pfdirectory table.membercontact td.label {
    border-right: 1px solid #080808;
    padding: 0 3px 0 0;
}
.pfdirectory td.pictd {
    width: 150px;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: right;
}
	.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: #d0d0d0;
		}


