/*  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 .photo {
		float: right;
		}
	.pfprofile dt {
		margin:0;
		width: 100px;
		clear:both;
		}
	.pfprofile dd {
		margin:0;
		width: 150px;
		}
	.pfprofile .recent-comments, .pfprofile .recent-posts {
		width: 310px;
		float: left;
		}
	.pfprofile .recent-posts {
		margin-right: 8px;
		}

.pfpagisingle {
	float: right;
	width: 150px;
	}

.pfback {
	float: left;
	widht: 150px;
	}

.pfdirectory table {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 15px 0px 0px 0px;
	width: 100%;
	}

.pfdirectory th {
	background-color: #D9D9D9;
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 6px;
	}

.pfdirectory td {
	padding: 3px 6px 3px 6px;
	}

.pfback {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	}

.pfpagidirect {
	padding: 10px 0px 0px 0px;
	}

