/*

plein air interactive
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pleinairinteractive.com
http://facebook.com/gopleinair
http://twitter.com/gopleinair

RESET.CSS 

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background: transparent;}
ol, ul { list-style: none; }
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
strong {font-weight:bold;}
em {font-style:italic;}
img {border:none;}
a img {border:none;}
:focus {outline: 0;} 

 
/* = headings 
----------------------------------------------------------- */

h1 {font-family: 'Oswald', sans-serif;font-weight:400;font-size:3em;line-height:1.2em;font-weight:normal;}
h2 {font-family:'Oswald', sans-serif;font-weight:400;font-size:2em;line-height:1.2em;margin-bottom:0.5em;}
h3 {font-size:1.2em;line-height:1.25;font-weight:bold;}}
h4 {font-size:1em;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}


h2 a, h2 a:visited {color:#ccc;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

#content h3, #content h4, #content h5, #content h6 {margin-top:.5em;}

/* text elements
----------------------------------------------------------- */
h1 {margin-bottom:.25em;}
p {margin-bottom:.5em;}
 
/* lists 
----------------------------------------------------------- */
#content ul, #content ol {
	margin:1em;
	padding-left:1em;
	}
#content ul li, #content ol li {margin-bottom:1em;}
#content ul li {list-style-type:circle;}
#content ol li {list-style-type:decimal;list-style-position:inside;}
	
/* get rid of bullets on forms in main column */
#content form ul, #content form ol {
	margin-left:0;
	padding-left:0;
	}
#content form ul li {list-style-type:none;}
#content form ol li {list-style-type:none;}	

#content ul.nobullets, #content ul.nobullets li, #content ol, #content ol.nobullets li {
	margin:0;
	padding:0;
	list-style-type: none;
	}

/* = tables
---------------------------------------------------------- */
table {
	font: 100% 'Helvetica Neue', Helvetica, arial, helvetica, sans-serif;
	margin-bottom:1em;
	width:100%;
	}
	
table caption {text-indent: -7777px;}	

table th {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	color:#666;
	border-bottom:1px solid #dfdfdf;
	}	

table td {
	padding:.6em 0;
	/* width:50%; */
	border-bottom:1px solid #dfdfdf;
	}	


/* = helpers
---------------------------------------------------------- */
.left, .img_left { 
	float:left; 
	margin:0 20px 20px 0;
	}
.right, .img_right { 
	float:right; 
	margin:0 0 20px 20px;
	}		
.text_left{ text-align:left; }
.text_center{ text-align:center; }	
.text_right{ text-align:right; }

.up {text-transform:uppercase;}
.off {text-indent: -7777px;height:1px;line-height:1px;}
.hide {display:none;}		
.underline{ text-decoration:underline; }
.help {
	font-size:90%;
	padding-top:.5em;
	}	
.clear { clear: both; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }


/* = for development
---------------------------------------------------------- */
.fix {color:#f00;}  /* add "display:none; declaration in production to remove these notes */
/* div {border:1px solid #ccc;} */

/* = misc
---------------------------------------------------------- */
#breadcrumb {display:none;}

/* = skip nav
---------------------------------------------------------- */
#skips {
	position: absolute; 
	top: -7777px; 
	margin: 0; 
	}
	