/*

plein air interactive 
28 Maple Street 
Suite 301 
Portland, Maine 04101 
+1 207.221.2520

http://pleinairinteractive.com 
http://facebook.com/pleinair 
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 !important;}
em {font-style:italic !important;}
img {border:none;}
a img {border:none;}
:focus { outline: 0; } 

 
/* headings 
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1.2;}
h2 {font-size:2em;line-height:1.2;}
h3 {font-size:1.5em;line-height:1.2;}
h4 {font-size:1.2em;line-height:1.25;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}
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;}

#content blockquote {
	font-style:italic;
	margin-left:1em;
	margin-right:1em;
	padding-left:1em;
	padding-right:1em;
	}
 
/* lists 
----------------------------------------------------------- */
#content ul, #content ol {
	margin-left:1em;
	padding-left:1em;
	}
#content ul li {list-style-type:disc; margin-bottom: 6px;}
#content ol li {list-style-type:decimal; margin-bottom: 6px;}
	
/* 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 p {
	margin-bottom: 6px;
	margin-top: 18px;
	}

/* tables 
----------------------------------------------------------- */


/* helpers
---------------------------------------------------------- */
.left, .img_left { float:left; }
.right, .img_right { 
	float:right; 
	margin:0 0 20px 20px;
	}	
	
.img_left {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	}	
	
.img_right {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.text_left{ text-align:left; }
.text_center{ text-align:center; }	
.text_right{ text-align:right; }

.up { text-transform:uppercase; }
.off {text-indent:  -7777px;}
.hide {display:none;}		
.underline{ text-decoration:underline; }	
.clear { clear: both; }


.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }

* html .clearfix {
	height: 1%; /* IE5-6 */
	}


/* = for development
---------------------------------------------------------- */
.fix {color:#f00;}  /* add "display:none; declaration in production to remove these notes */
/* div {border:1px solid #ccc;} */

/* = misc
---------------------------------------------------------- 
#breadcrumb {display:none;}*/


/* HTML5 Reset Stylesheet from http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content p {
	margin-bottom: 18px;
	margin-top: 8px;
	}
	
h2 {
	margin-bottom: .3em;
	font-size: 1.5em;
	margin-top: 1.5em;
	font-family: "NewsGothicMT-Bold", sans-serif;
	}
	
h3 {
	margin-bottom: .2em;
	margin-top: 1.5em;
	font-size: 1.3em;
	font-family: "NewsGothicMT-Bold", sans-serif;
	}
	
h4 {
	margin-bottom: .2em;
	margin-top: 1.5em;
	font-size: 1.1em;
	font-family: "NewsGothicMT-Bold", sans-serif;
	}
	
sup {font-size:xx-small; vertical-align:top;}	
sub {font-size:xx-small; vertical-align:bottom;}	
	
	