/* 
p.css : Print Styles
Copyright 2009 : Bethesda Row
http://bethesdarow.com
Design and Development :  Gold Dog Communications : http://www.golddogcommunications.com
*/

/* G L O B A L - T A G S */
	
a { 
	color: black;
	outline: none;
	text-decoration: none;
}
body { 
	color: black;
	font-family: Georgia, sans-serif;
	font-size: small;
	margin: 1in 0.5in;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
html { 
	background: none;
}
html.home {
	background: none;
}
strong {
	font-weight: bold;
}

/* G L O B A L - E L E M E N T S */

div#col-1 {
	float: none;
}
div#col-2-3-wrap {
	float: none;
}
div#col-2 {
	float:none;
}
div#col-3 {
	float: none;
}
p {
	margin-bottom: 1em;
}

/* G L O B A L - C L A S S E S */

.clear {
	clear: both;
}
.float-left {
	float: none;
}
.float-right {
	float: none;
}
p.pagination {
	margin-top: 2em;
}

/* P A G E - W R A P */

div#page-wrap {
	font-size: 90%;
	padding-top: 0;
}
body.home div#page-wrap {
	padding-top: 0;
}

/* P R I M A R Y - N A V */

div#primary-nav {
	display: none;
}

/* S E C O N D A R Y - N A V */

div#secondary-nav ul {
	display: none;
}

/* C O N T E N T - W R A P */

div#content-wrap a {
	color: black;
	border: none;
}