/*  This file is part of Sava CMS (www.gosava.com).

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/*	Some inspiration taken from:

	BlueprintCSS - http://code.google.com/p/blueprintcss/
	Hartija Css Print Framework - http://code.google.com/p/hartija/
*/



html {
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	margin: 10pt;
	padding: 0 !important;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 18px;
	background: #fff !important;
	}

body * {
	color: #000 !important;
	border-color: #000;
	background-image: none !important;
	background: transparent !important;
	}


a { text-decoration: underline; }


#crumbList { font-size:12px; }

#crumbList a:link:after,
#crumbList a:visited:after { content: ""; }


img {
	float:left;
	margin: 0 5pt 5pt 0;
	}

div {
	width: 100% !important;
	margin: 0 0 10pt !important;
	padding: 0 !important;
	border: none !important;	
	}

ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
	line-height: 1.25em;
	margin: 0 0 .5em;
	}

blockquote { font-style: italic; }


h1, h2, h3, h4, h5, h6 {
	page-break-inside: avoid;
	page-break-after: avoid;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
h1 { font-size: 14pt !important; }
h2 { font-size: 21pt !important; }
h3 { font-size: 18pt !important; }
h4 { font-size: 16pt !important; }
h5 { font-size: 14pt !important; }
h6 { font-size: 12pt !important; }


#header {
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	font-size:12px;
	border-bottom: 1px solid #999 !important
	}
#header * {
	display: none !important; font-size:12px;
	}
#header h1 {
	position: relative;
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	text-align: right !important;
	}
#header h1 img {
	display: inline !important;
	}
#header h1 a {
	display: inline !important;
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto !important;
	height: auto !important;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0 !important;
	white-space: nowrap;
	}

#header h1 a span {
	display: inline !important;
	}


#content {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:12px;
	}


table { margin: 1px 1px 10pt; text-align: left; }

th { border: 1px solid #333;  font-weight: bold; }

td { border: 1px solid #999; }

th,td { padding: 4px; }

tfoot { font-style: italic; }

caption { margin-bottom: 1em; text-align:left; }

thead { display: table-header-group;}

tr { page-break-inside: avoid;} 


.sidebar,
#navPrimary,
#navSecondary,
#footer,
#allrecipes h2,
#recipes.bakingChallenge h2.sectionTitle,
#frontEndToolsHandle,
.recipe .options,
.recipe .details .ratings,
.recipe .tab,
h3.reviewTab,
.recipe dd.video {
	display: none;
	}


.recipe {}

.recipe .details {
	width: 100%;
	padding: 0;
	}

.recipe .details dt {
	margin: 0 0 1pt;
	padding: 0;
	border-bottom: 2px solid #000;
	font-size: 16pt;
	line-height: 1.5;
	font-variant: small-caps;
	}

.recipe .details .photo {
	position: relative;
	top: auto;
	left: auto;
	float: left;
	width: auto;
	height: auto;
	margin: 12pt 10px 0 0;
	}
/*.recipe .details .photo img {
	width: auto;
	height: auto;
	}*/

.recipe .details .description {
	padding: 7pt 0 0;
	border-top: 1px solid #000;
	font-size:12px;
	}

.recipe .details .source {
	position: absolute;
	right: 0;
	padding-top: 2pt;
	font-size: 10pt;
	}


.recipe .details .stats {
	width: auto;
	border: solid #000;
	border-width: 1px 0;
	}

.recipe .details .stats ul {
	margin: 0;
	}

.recipe .stats {
	border-top: 1px solid;
	border-bottom: 1px solid;
	}

.recipe .stats li {
	display: inline;
	margin-right: 5pt;
	padding-left: 0;
	padding-right: 5px;
	border-right: 1pt dotted;
	line-height: 1.5;
	}
.recipe .stats li.cookTime {
	border: none;
	}
.recipe .stats li strong {
	font-variant: small-caps;
	}


.recipe .instructions {
	clear: both;
	}

.recipe .instructions dl {
	float: none;
	width: 100%;
	}

.recipe .instructions dt {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 4pt 0 0 0;
	border-bottom: 1pt dotted;
	font-size: 12pt;
	text-transform: none;
	font-variant: small-caps;
	text-align: left;
	}


.recipe .ingredients {
	page-break-inside: avoid;
	}

.recipe .ingredients ul {
	padding: 3pt 0 3px 8pt;
	list-style-position: inside;
	list-style-type: circle;
	}

.recipe .directions {
	padding: 0 0 6pt 0;
	page-break-inside: avoid;
	}

.recipe .directions ol {
	margin-top: -3pt;
	padding: 0 0 0 20pt;
	}

.recipe .directions ol li,
.recipe .directions p {
	padding: 6pt 0 0 0;
	}



.recipe .tabs {
	page-break-inside: avoid;
	}

.recipe .navTabs {
	width: 100%;
	margin: 0 0 8pt;
	border: 0;
	}

.recipe .navTabs  li {
	display: none;
	width: 100%;
	margin: 0;
	padding: 4pt 0 0 0;
	border-bottom: 1pt dotted;
	font-size: 12pt;
	text-transform: none;
	font-variant: small-caps;
	text-align: left;
	}
.recipe .navTabs  li.first {
	display: block;
	}

.recipe .navTabs  li a {
	width: auto;
	}


.recipe .nutrition { display: block; }

.additionalInfo .tab .column {
	width: 31%;
	padding: 0 2% 0 0;
	}




#allrecipes #footer {
	display: block;
	padding-top: 2pt;
	border-top: 2px solid #000000 !important;
	}

#footer p {
	text-align: center;
	}

#footer ul,
#footer a {
	display: none;
	}


/* EOF */
