/*

Pemaquid Communications, LLC
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pemaquid.com
http://facebook.com/pemaquid
http://twitter.com/pemaquid

RESET.CSS 

Last update: 11/16/09

*/

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-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;}
 
/* lists 
----------------------------------------------------------- */
#content ul, #content ol {
	margin-left:1em;
	padding-left:1em;
	}
#content ul li {list-style-type:circle;}
#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 
----------------------------------------------------------- */

/* responsive 
----------------------------------------------------------- */
#content img, #sidebar img, .nugget img {
	max-width:100%;
	height:auto;
	}


/* = helpers
---------------------------------------------------------- */
.left, .img_left { float:left;margin:5px 20px 5px 0px; }
.right, .img_right { 
	float:right; 
	margin:5px 0px 5px 20px;
	}		
.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;}
