/*
Farm Aid Print Stylesheet
ISITE Design, Inc.

Crucial notes
*/

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,fieldset,legend,label,input,img { margin:0; padding:0; border:0; }
hr,#mainnav,#accessibility,#supportnav,form,.btn,#concertnav,#goodfoodnav,#familynav,#aboutnav,#communitynav,.subnav,#cart ul,#checkout{ display:none; }

body {
	color: #000;
    font: 11pt/16pt Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
} 

p, ul, ol { margin: 0 0 1em 0; }

/* ------------ LINKS -------------- */
a { color: #666; text-decoration: none; }

h1,h2,h3,h4,h5,h6 { color: #ef3f45; font-family: Georgia, "Times New Roman", Times, serif; } 
h1	{ font-size:140%; color: #2b4067; margin-bottom: 10pt; }
h2	{ font-size:120%; clear: left; }
h3	{ font-size:110%; }
h4	{ font-size:100%; }
h5	{ font-size:100%; }
h6	{ font-size:90%; } 
p img { border: 1px solid #78725F; float: left; margin: 0 10pt 10pt 0; }

/* ----------- LAYOUT ----------- */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 95%;
}
#header {
	border-bottom: 1px solid #2b4067;
	margin: 0 0 10pt 0;
	padding: 0 0 2pt 0;
}
	#brand {
		color: #ef3f45;
		font: bold 18pt Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
	}
		#brand em { color: #2b4067; font: normal 12pt Arial, Helvetica, Verdana, sans-serif; font-style: italic; text-transform: none; }

#content {}
	.page #splash {
		border-bottom: 1px solid #2b4067;
		margin: 0 0 10pt 0;
		padding: 0 0 4pt 0;
	}	
	.callout em {
		color: #000;
		font-style: normal;
		font-weight: bold;
	}
	.photo { font-size: 10pt; }
		.photo img { display: block; }
		
	.quote img {
		float: left;
		margin: 0 6pt 6pt 0;
	}	
	
.action {
	border: 1px solid #999;
	float: left;
	margin: 10pt 10pt 10pt 0;
	padding: 4pt;
	width: 44%;
}
.page #content ul.stories {
	list-style: none;
	margin: 10pt 0 0 0;
	width: 100%; 
}	
	.stories li { float: left; }
	.page .stories a {	
		color: #000;
		display: block;
		min-height: 11em;
		margin: 0 21px 20px 0;
		width: 150px;
	}
		.page .stories a span {
			color: #000;
			display: block;
			font-weight: bold;
		}
		.stories a img {
			border: 1px solid #ccc;
			height: 104px;
			padding: 3px;
			width: 148px;
		}
.highlight {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 1em 20px;
	padding: 14px;
	width: 240px;
}
	.highlight h3 	{ margin: .6em 0 .3em 0; }
	.highlight img 	{ display: block; margin: 0 auto; }
	.highlight ul 	{ margin-left: 10px; }
.boardlist {
	margin-bottom: 2em;
	overflow: hidden;
}
.page #content .boardlist ul {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 210px;
}

.profile { margin: 1em 0 0 0; overflow: hidden; }
	.profile img {
		float: right;
		margin: 0 0 12px 20px;
	}
.page #content ul.products {
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 5px;
}		
#cart { margin-top: 12pt; }
#footer {
	border-top: 1px solid #2b4067;
	clear: both;
	font-size: 10pt;
	margin: 10pt 0 0 0;
	padding: 2pt 0 0 0;
}
	#footer ul { list-style: none; }
	#footer li { display: none; }
	#footer li#copyright { display: inline; }
	
.quote {
	border-top: 1px solid #2b4067;
	clear: both;
	margin: 12pt 0 0 0;
	padding: 8pt 0 0 0;
	width: 100%;
}