﻿/* ==================================================
Print.css
Copyright 2009 GetMeCooking
Written for - www.getmecooking.com
/* ==================================================

/* media type print */
/* CSS file for print preview and printing */

/* DO NOT PRINT THESE */
#header, #topmenu, #search, #rssLink, #quickNav, #rating, #userInfo, #recipeAddThis, #addThis, #similarRecipes, #comments, #overlay, .overlay, .tabs, #addThisBottom, .googleAdvert, #footerLinks, #footerSocialLinksContainer
{
  display: none !important;
}

body, #main, .content, #footer
{
	float: none !important;
	width: auto !important;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
	font-family: "Times New Roman", "MS Georgia", serif;
	font-size: 14pt;
	line-height: 120%;
	background: white;
}

#recipeImage
{
    padding-top: 10px;
}


/*
.content {
	padding-top: 1cm;
	}
*/

.summaryTitle , .summaryText
{
	font-family: "Times New Roman", "MS Georgia", serif;
	font-size: 14pt;
}

#extraMainPhotos, #addPhoto, #ingredientMeasureAndServingOptions
{
	display: none !important;
}