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

	/*  General rules */
	
* {
	margin:0;
	padding:0;
	}	
	
body {
	font:12px/1.5em "trebuchet ms", arial, sans-serif;
	}		
	
img	{
	display: block;
border:0;
	}	

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

ol li {margin-left:2em;}
	

address {
	font-style:normal;
	}
	
	
/*  forms */	
	
.text {
	font-family: arial, sans-serif;
	}	
	
.hidden {
	display:none;
	}
	
.checkbox {
	display:inline;
	}			
	
.btn, .radio, .checkbox {
	background:none;
	}	
#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 {
	font-size:18px;
	line-height:1em;
margin-bottom:.5em;
	font-family: arial, sans-serif;
	}	
	
h2  {
	font-size:15px;
	line-height:1.2em;
	font-family: arial, sans-serif;
	}	
	
h3 {
	font-size:14px;
line-height:1em;
margin-bottom:.285em;
	font-family: arial, sans-serif;
	}	
	
input.text, textarea.text {border:1px solid #ccc; padding:.25em;}	

	/* 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-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */