/* Discover unearthed - print.css
- version: 1.0
- author: rachel@dollypower.com
================================== */

/* Reset/hide 
================================== */

.nav,
.footer,
.sidebar,
.breadcrumb,
.print, 
#access {
	display: none;
	}
	
body,
.main-wrapper,
.page-wrapper {
	background: #FFF;
	}
	
.main-wrapper {
	width: 700px;
	margin: 0 auto;
	}

.page-wrapper {
	margin: 0;
	padding: 0;
	}
	
.page-wrapper .page-content {
	box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	}
	
	
/* Printer-friendly header/logo
================================== */

.header {
	border-bottom: none;
	margin: 0;
	padding: 10px 0;
	}
	
.header .logo  {
	float: right;
	}
	
.header .logo span a {
	background-image: url(images/background-logo-h1-print.jpg) !important;
	}

	
/* Printer-friendly footer
================================== */

.footer {
	border-top: 1px solid #575757;
	margin-top: 10px;
	padding-top: 10px;
	}

/* Printer-friendly recipe page
================================== */

body.page-template-page-recipe-php .recipe-card {
	background: url(images/background-recipe-divider.gif) 460px top repeat-y;
	}

body.page-template-page-recipe-php .recipe-card .col-a {
	width: 450px;
	}
	
body.page-template-page-recipe-php .recipe-card .col-b {
	width: 200px;
	}
	
body.page-template-page-recipe-php .recipe-card .image,
body.page-template-page-recipe-php .recipe-card .description {
	background: #000;
	color: #FFF;
	font-size: 1.17em;
	font-weight: normal;
	line-height: 150%;
	}
	
body.page-template-page-recipe-php .recipe-card .description p {
	padding	: 5px 10px;
	}
	
body.page-template-page-recipe-php .recipe-card ol,
body.page-template-page-recipe-php .recipe-card a {
	color: #995F07;
	font-weight: bold;
	}
	
body.page-template-page-recipe-php .recipe-card li {
	margin-bottom: 10px;
	}
	
body.page-template-page-recipe-php .recipe-card ul {
	color: #FF9E0C;
	}

body.page-template-page-recipe-php .recipe-card li span {
	color: #000;
	font-weight: normal;
	}
	