/*  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: For Hire
Plugin URI: http://www.hippycentral.org/
Author: Hippyjim Starbrook
Version: 0.3
Author URI: http://www.hippycentral.org/
*/
	
	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
	.forhireprofile {
		text-decoration: none; 
		border: none;
		}
		
	.forhireprofile h2 {
		}
		
	.forhireprofile h3 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 155px;
		padding: 11px 0px 3px 0px;
		}
		
	.forhireprofile h4 {
		font-size: 14px;
		font-weight: normal;
		border: none;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.forhireprofile p {
		font-size: 15px;
		}
		
	.forhireprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
	.forhiredirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 100%;
		}
	
	.forhiredirectory th {
		background-color: #D9D9D9;
		text-align: left;
		border-bottom: 1px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.forhiredirectory td {
		font-size: 11px;
		padding: 3px 6px 3px 6px;
		}
		
	.forhireback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		}
		
	.forhirepagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.forhirepagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
		
	.forhirewidget {
		}
	
	.forhirewidget h2 {
		}
	
	.forhirewidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
