/*
	Design by: Tim Blumer
	Print CSS by: Thuy Copeland
	URL: www.mindemannfarms.com
	Last Edit: 2009-03-09
*/
body, p{
	background: white;
	font-size: 12pt;
	color: black;
}
a, a:link, a:visited{
	color: green;
	background: transparent;
	text-decoration: underline;
}
#nav, #footer, #header{
	display: none;
}
#container, #wrapper, #content{
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
}
#content{
	margin: 0 5%;
}
#content a:after, #content a:link:after, #content a:visited:after{
	content: " (" attr(href) ") ";
	font-size: 80%;
}
#content a[href^="/"]:after{
	content: " (http://www.mindemannfarms.com" attr(href) ") ";
}
#content ul{
	list-style-type: square;
	font-size: 10pt;
	list-style-position: inside;
}
#content ol{
	list-style-type: lower-alpha;
	font-size: 10pt;
	list-style-position: inside;
}
table{
	font-size: 6pt;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
table th, table td{
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
