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

	/*  General rules */
	
* {
	margin:0;
	padding:0;
	}	
	
body {
	font:12px/1.125em arial, sans-serif;
color:#111;
	}		
	
img	{
	display: block;
	}
	
li {	
margin-bottom:1em;
	}	

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

ol li {margin-left:2em;}
	

address {
	font-style:normal;
	}
	
	
/*  forms */	
	
.text {
	font-family: arial, sans-serif;
border:0;
display:block;
	}	

label {display:block;margin-bottom:1em;}
	
.hidden {
	display:none;
	}
	
.checkbox {
	display:inline;
	}			

#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:30px;
margin:.5em 0;
	line-height:1em;
	}	
	
h2  {
	font-size:15px;
font-weight:normal;
	line-height:1em;
margin:0 0 1em;
letter-spacing:.07em;
	}	
	
h3 {
	font-size:15px;
font-weight:normal;
line-height:1em;
margin-bottom:.5em;
margin-top:.5em;
	}	



	/* 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 */ 