/* print.css for og wp theme
------------------------------------
August 2007 by Figrig Web Crafters (www.figrig.com)
------------------------------------
*/

body {
	margin-left: 5%;
	background: #FFF;
	background-image: none;
}
a, a.visited {
	color: #7B4830;
}
h3 a {
	text-decoration: none;
}

/* HEADER
--------------------------------- */

/* might need header wrap to hold drop shadow */
#headerWrapper {
	background: none;
	width: 100%;
	height: 60px;
}
#header {
	background: none;
	width: 100%;
	height: 60px;
}
#header h1 {
	background: none;
	width: 100%;
	height: 1.3em;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#header h4 {
	text-indent: 0;
	margin: 0;
	padding: 0;
}
#top_nav {
	display: none;
}

/* CONTENT
--------------------------------- */

#main {
	width: 80%;
}

.region form { display: none; }

.region #main h3 {
	margin-top: 0;
}
.region #main h5 {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Footer
--------------------------------- */
p.links { display: none; } 
p.copyright { font-size: 80%; }