/**
 * Elements to hide, plus overrides
 */

.top, .logo,  .login, div.columnLeft, .footer, .disclaimer, .serviceComment, .pageHeader, .userTabs, .recipeTag, .tagContainer{
	display: none;
}

div{
	width: auto;
}

/**
 * Main elements
 */

html{
	width: auto;
}

body{
	font-family: Georgia;
	font-size: 0.9em;
	width: auto;
}

#smooo div.printHead
	{
		padding-top: 0.5em;
		text-align: center;

	}
	
h1{
	display: none;
	line-height: 1.2em;
	font-size: 1.4em;
}

h2, ul, ol{
	margin: 0em;
	padding: 0em;
}

h2{
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.printInfo{
	border-top: 1px solid gray;
	margin-top: 1em;
	padding-top: 1em;
	display: block;
	text-align: center;
	color: gray;
}

/**
 * Left column
 */

h1.recipeName {
	margin-top: 0px;
	display: block;
	line-height: 1.2em;
	font-size: 1.8em;
}

h2.recipeDescription, h2.recipeTag{
	margin-top: 1em;
}

div.recipeDescription{
	line-height: 1.5em;
	padding-bottom: 1em;
}

div.recipeDescription ul,div.recipeDescription ol{
	padding-left: 2em;
}

div.recipeDescription li{
	line-height: 1.2em;
	padding-bottom: 1em;
}

a.button{
	display:none;
}

/**
 * Right column
 */

table td{
	
}

td.columnRight{
	width: 30% ;
}

td.columnLeft{
	width: 70% ;
	padding-right: 1em;
}

.columnRight img{
	margin-bottom: 1.5em;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin-bottom:20px;
	padding:5px;
	width:200px;
}

	
ul.recipeIngredients, ul.tagContainer{
	padding-left: 1em;
}


ul.tagContainer {
	color: black;
}
ul.recipeIngredients em{
	color: gray;
	font-style: italic;
}

.media{
	padding-top: 1em;
}


.media img{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin-bottom:5px;
	padding:5px;
	width:85px;
	margin-left: 5px;
}


/****************************************************
 * =fractions
 * 
 * These are used for displaying fractions in a nice
 * way. Three classes exist. 
 * 
 ***************************************************/
 
.fracNum, .fracDen {
	font-size: 70%;
	}
	
.fracNum {
	vertical-align: 0.6em;
	}
	
.fracDen { 
	vertical-align: -0.1em; 
	}
		
.fracSlash{
	}
