/**
* Recipe Print Styles Defintions
*
* @author			Matt Gifford
* @copyright		2012 Timeshifting Interactive Limited
* @version		1.0
*/

html.print-fullpage,
html.print-fullpage body,
html.print-fullpage #page {
	background: #fff; color: #000;
	margin: 0; padding: 0; width: auto; height: auto;
	}

html.print-fullpage #globalHeader,
html.print-fullpage #globalFooter,
html.print-fullpage #globalContent .no-print {
	display: none !important;
	}

html.print-fullpage #globalContent div.columnArticle {
	width: auto; float: none;
	}


html.print-card,
html.print-card body,
html.print-card #page {
	background: #fff; color: #000;
	margin: 0; padding: 0; border: 0; width: auto; height: auto;
	}

html.print-card #globalHeader,
html.print-card #globalFooter,
html.print-card .article-recipe-post,
html.print-card #globalContent .no-print {
	display: none !important;
	}

html.print-card #globalContent div.columnArticle {
	width: auto; float: none;
	padding: 0; margin: 0;
	}


/*  ::  Page Styles  --  Article » Recipe Card  */

html.print-card #globalContent .article-recipe-card {
    height: 3.81in;
    width: 5.81in;
    border: 2px dashed #555555;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 0 0 15px;
    padding: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

html.print-card #globalContent .article-recipe-card div.title {
	padding: 0 0 8px 0; overflow: hidden; margin: 0 0 12px 0;
	border-bottom: 1px solid #d4d4d4;
	}

html.print-card #globalContent .article-recipe-card div.title h2 {
	margin: 0; padding: 0;
	font-size: 14pt;
	}

html.print-card #globalContent .article-recipe-card div.title h2 span {
	font-size: 10pt;
	}

html.print-card #globalContent .article-recipe-card div.title ul {
	margin: 0; padding: 0;
	}

html.print-card #globalContent .article-recipe-card div.title li {
	display: inline; zoom: 1; display: inline-block; /* inline and zoom gives inline-block in old ie */
	margin: 0; padding: 0 10px 0 0;
	font-size: 7pt;
	color: #666; font-style: italic;
	}

html.print-card #globalContent .article-recipe-card div.title li b {
	font-style: normal;
	font-weight: 600 /* semi-bold */;
	}

html.print-card #globalContent .article-recipe-card div.title .recipe-icon {
	float: right; width: 80px; height: 70px; margin: 0 0 0 10px;
	display: none;
	}

html.print-card #globalContent .article-recipe-card div.body {
	margin: 0; padding: 0; overflow: hidden;
	}

html.print-card #globalContent .article-recipe-card div.body h3 {
	padding: 0 0 8px 0;
	font-size: 10pt;
	}

html.print-card #globalContent .article-recipe-card div.body li {
	padding: 0 0 4px 0;
	font-size: 8pt;
	}

html.print-card #globalContent .article-recipe-card div.body p {
	padding: 4px 0 0 0;
	font-size: 7pt;
	}

html.print-card #globalContent .article-recipe-card div.body .body-ingredients {
	float: left; width: 35%; padding: 0 4.49% 0 0;
	}

html.print-card #globalContent .article-recipe-card div.body .body-preperation {
	float: left; width: 60%; padding: 0;
	}

html.print-card #globalContent .article-recipe-card div.body .body-photo {
	display: none;
	}

