/*

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, h2, h3, h4, h5, h6 {
 	font-family: "egizio-urw",sans-serif;
	}

h1 {font-size:2.5em;line-height:1.2;margin:.5em 0 0 0;}
h2 {font-size:2em;line-height:1.2;margin:.5em 0;}
h3 {font-size:1.5em;line-height:1.25;margin:.5em 0;}
h4 {font-size:1em;}
h5 {font-size:1em;}
h6 {font-size:1em;}

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
----------------------------------------------------------- */
p {margin-bottom:.6em;}

/* images
----------------------------------------------------------- */
img {margin-bottom:.6em;}

/* lists 
----------------------------------------------------------- */
#content ul, #content ol {
	margin-left:1em;
	padding-left:1em;
	}
#content ul li {list-style-type:square;}
#content ol li {list-style-type:decimal;}
	
/* 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;}	


/* = tables
---------------------------------------------------------- */
table {
	/* font: 90% 'Helvetica Neue', Helvetica, arial, helvetica, sans-serif; */
	font-size:90%;
	margin:1em 0;
	width:100%;
	}
	
table caption {text-indent: -7777px;}	

table th {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	color:#666;
	border-bottom:2px 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; }
.cap {text-transform: capitalize;}
.off {text-indent:  -7777px;height:0;}
.hide {display:none;}		
.underline{ text-decoration:underline; }	
.clear { clear: both; }


.fixed {position:fixed;}
.relative {position:relative;}

/* clear bullets */
.nobullets, .nobullets li {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }

/* = skip nav
---------------------------------------------------------- */
#skip {
	position: absolute; 
	top: -7777px; 
	margin: 0; 
	}

/* = responsive design
---------------------------------------------------------- */
iframe, #content img, #sidebar img {
	max-width:100%;
	}

iframe {
	width:100%;	
	}
	
/* = for development
---------------------------------------------------------- */
.fix {color:#f00;}  /* add "display:none; declaration in production to remove these notes */
/* div, nav, section {border:1px solid #f03;} */

/* = misc
---------------------------------------------------------- */
#breadcrumb {display:none;}




