/*
Theme Name: Healthy Androscoggin
Description: Print CSS media=print.
Version: 1.0
Author: Richard Stroud
Author URI: http://thcreations.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 10pt; 
	font-family: "Times New Roman", Times, serif;
	background: #ffffff;
	color: #000;
	text-align: center;
	display: block;
	margin-right: 15px;
	padding-right: 15px;
	}

#page {
	background: none;
	border: none;
	text-align: left;
	cellpadding: none;
	cellspacing: none;
	display: block;
	}

#header {
	background: none;
	display : none;
	}
	
#print_header {
	display: block;
	text-align: center;
	}

#topline {
	display : none;
	}
	
.tagline {
    border:none;
	color:#3C7354;
	font-family:"Century Gothic", Arial;
	font-size:2.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
    }

#subpage {
	background : none;
	border:0;
	width:95%;
	}

#baseline {
	background: none;
	height: 26px;
	border: none;
	}

#footer {
	display : none;
	}
	
a {
  color: #016143;
  text-decoration: underline;
  }


/* Begin Sidebar */

#sidebar {
display : none;
}

/* End Sidebar */

/*  Begin Content */
#content {
	font-size:1.3em;
	line-height:1.5;
	float: left;
	top: 0px;
	}
	
.header, h1, h1 a {
	font-size:1.4em;
	font-weight:bold;
	color:#016143;
	line-height:0.8;
	}
	
.subheader, .subheader a, h2, h2 a {
	font-size:1.0em;
	font-weight:bold;
	color:#016143;
	line-height:1.0;
	padding-top: 5px;
	padding-bottom:0px;
	}
	
h3, h3 a {
	font-size:0.9em;
	font-weight:bold;
	color:#016143;
	padding-top: 2px;
	padding-bottom:2px;
	}
	
.errors {
   font-size: 1.2 em;
   color: red;
   font-weight: bold;
   }
	
h4, h4 a {
	font-size:0.9em;
	font-weight:normal;
	color:#016143;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 5px;
	}
	
.footnote, .footnote a {
	font-size:10px;
	font-weight:normal;
	}
	
/*  End Content  */

.clearer {
	clear: both;
}



/* Begin Images */

img, img a {
    border: 1px solid #000000;
	padding: 0;
	margin: 0;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */


/*   Site Map   */

#sitemap ul {
	font-size:18px;
	font-weight:bold;
	color:#016143;
	list-style: none;
	padding: 5px 0px 4px 0px;
}

#sitemap ul li ul {
	font-size:14px;
	font-weight:bold;
	color:#016143;
	list-style: none;
}

#sitemap ul li ul li ul {
	font-size:12px;
	font-weight:normal;
	color:#016143;
	list-style: none;
	padding: 3px 0px 3px 0px;
}

/*  End Site Map */