/*
Theme Name: RP Default
Theme URI: http://RPPerformanceRacing.org/
Description: The default WordPress theme hacked for RP Performance
Version: 0.1
Author: Kevin Hutchens
Author URI: http://designed.com/
Tags: default theme, hack
*/

*
{
	padding: 0;
	margin: 0;
}

BODY
{
	font-size: 11pt;
	font-family: Arial;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Tahoma;
	margin-bottom: 2px;
}

TEXTAREA 
{
	font-size: 0.9em;
}

OPTION
{
	padding-left: 3px;
}

UL
{
	padding-top: 2px;
	margin-left: 10px;
}

LI
{
	padding-top: 2px;
	padding-bottom: 2px;
}



.smaller
{
	font-size: smaller;
}

.clear { clear: both; }

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

.left50
{
	float: left;
	width: 50%;
}
.right50
{
	text-align: right;
	float: right;
	width: 50%;
}

.pad5 { padding: 5px; }
.pad10 { padding: 10px; }