/*
	Deep Cove Labs print stylesheet
*/

/*	re-do the header */
#identity {
	position: relative;
}
#identity a, #identity a:visited {
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 1.5em;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}
#header, #header .wrap,
#main-content, #main-content .wrap, 
#footer, #footer .wrap {
	height: auto;
	overflow: visible;
	margin: 0;
}
.breadcrumbs a, .breadcrumbs a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.breadcrumbs a:after {
	content: " - ";
	text-decoration: none;
}
	.breadcrumbs .selected a:after {
		content: "";
	}
	

/*	turn off stuff that doesn't make sense in print	*/
#primary-nav, #search-bar, 
a.post-edit-link, a.post-edit-link:visited 
{
	display: none;
}
.col-1, .col-2 {
	overflow: visible;
}


/* reformatting elements */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}
h1 {
	text-shadow: none;
	background: none;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

.col-2 a, .col-2 a:visited {
	padding: 8px 0;
	text-shadow: none;
}
th {
	color: #3774aa;
	text-shadow: none;
}
