/*
-----------------------------------------------
natwoodard.com basic styles
Author:   Nat Woodard
Version: December 30, 2006
----------------------------------------------- */

	/*  General rules */
	
* {
	margin:0;
	padding:0;
border:0;
word-spacing:.125em;
	}	
	
body {
	font:12px/1.5em arial, sans-serif;
	}		
	
img	{
	display: block;
	}

ul li {	list-style-type:none;}

ol li {margin-left:2em;}
	

address {
	font-style:normal;
	}
	
	
/*  forms */	
	
.text {
font-size:11px;
	font-family: arial, sans-serif;
line-height:1.88em;margin-bottom:.25em;
padding:1px;
	}	
	
.hidden {
	display:none;
	}
	
.checkbox {
	display:inline;
	}			
	
.btn, .radio, .checkbox {
	background:none;
	}	

.btn {
	text-transform:uppercase;
	}

#mainerror {
	background-image:url(../i/alert.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	padding-left:22px;
	}

.error {
	background-color:#FF6;
	color:#f00;
	}				


	/*  Typography */
	
h1, h2, h3 {
margin:.75em 0 .25em;
	font-family:Georgia, "Times New Roman", Times, serif;
word-spacing:-.05em;	
}
	
h1 {
	font-size:24px;
line-height:1.5em;
	}	
	
h2  {
	font-size:18px;
line-height:1em;
	}	
	
h3 {
	font-size:16px;
line-height:1.125em;
	}	

	/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
	background: transparent;
	}

a:hover {
	text-decoration: underline;
	background: transparent; 
	}

a:active {
	text-decoration: none;
	background: transparent;  
	}

a.pdf {
	background-image:url(/i/pdf.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
padding:4px;
	padding-left:16px;
	}	
		 
	/* fixes */	 
	 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix  {display: block;}
	/* End hide from IE-mac */	 