/* ---------------------------------------------------------------------------

	Family Nurturing Center Of Florida Print Styles
	http://www.fncflorida.org
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

#skip, #nav, #sidebar, #search, #sitesearch, #subnav, #utility {
	display: none;
	}

#foot {
	border-top: 1px dashed #000;
	font-size: 85%;
	text-align: center;
	}


/* links
--------------------------------------------------------------------------- */
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}


/* titles & typography
--------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

h3 {
	font-size: 200%
	}

h3.border-top {
	padding-top: 10px;
	border-top: 1px dashed #000;
	}

h4 {
	font-size: 140%;
	}

h5 {
	font-size: 120%;
	}

h6 {
	font-size: 110%;
	}

p {
	margin: 0 0 15px;
	}


/* lists
--------------------------------------------------------------------------- */

ul, ol {
	margin: 0 0 15px;
	}


/* images
--------------------------------------------------------------------------- */

#mainContent img {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #000;
	}