/*
-----------------------------------------------
natwoodard.com basic styles
Author:   Nat Woodard
Version:  February 6, 2006
----------------------------------------------- */

	/*  General rules */
	
*{
margin:0;
padding:0;
border:0;
}
html{
font:0.8125em arial, helvetica, sans-serif;
}

body{
line-height:1em;
color:#3c3d3f;
}		
	
img	{
	display: block;
	}
	
li {	
	list-style-type:none;
	line-height:1.1em;
	}	
	
th, dt	{
	font-weight: bold;
	}
	
address {
	font-style:normal;
	}
	
	
/*  forms */	
	
input.text, select, textarea, label {
	font-family: Arial, sans-serif;
	padding:3px;
	display:block;
	}	
	
select {
	padding:1px;
	}	
	
input.text, select, textarea {
	background-color:inherit;
	border:1px solid #ccc;
	}	
	
input.text {
color:inherit;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}
	
.hidden {
	display:none;
	}
	
.checkbox {
	display:inline;
	}			
	
.btn, .radio, .checkbox {
	background:none;
	}	

input.btn {
display:inline;
	background-color:#ccc;
	text-transform:uppercase;
	border:1px solid #999;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	color:#444;
	font-size:85%;
	padding:1px;
vertical-align: top;
	}

#mainerror ul {
	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, dt	{
	font-weight: bold;
	margin:0;
	margin-top: 1.5em;
	margin-bottom: .5em;
	padding:0;
	line-height:1.2em;
	}
	
h1 {
	font-size:200%;
	}	
	
h2  {
	font-size:150%;
	}	
	
h3 {
	font-size:125%;
	}	
	
p, dd, li, td	{
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

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