/* Screen and print media differences first */

@media screen {
DIV.photos {
	margin-left: 10px;
}
}

@media print {
DIV.photos {
	display: none;
	margin-left: 10px;
}
}


DIV.recipe_ingrcol_container {
	float: left;
	width: 73%; /* Use % here, otherwise printing is screwed up */
	/* border: 1px solid #000;  */
}

/* View a single recipe */
DIV.recipe {
	/* float:left; */
	width: 96%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1%;
	padding-right: 1%;
	background-image: url(../imgs/parchment_white_small.jpg);
	/* border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000; */
	border: 1px solid #BBB; 
}
DIV.recipe_pager {
	/* border: 1px solid #000;
	background: white; */
	text-align:center;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
.recipe_title {
	font-size: 1.6em;
	font-weight:bold; 
	margin:0;
}
.recipe_origin {
	font-size: 1em;
	font-style: italic;
	margin-left:20px;
}
DIV.recipe_categories {
	float:right;
	/* width:80px;*/
	/* border-left:1px solid #AAA;
	border-bottom:1px solid #AAA;*/
	margin-right: -2px;
	text-align:center;
	/* border: 1px solid #000; */
}
DIV.recipe_nutrition_and_photos {
	float:right;
	width: 180px;
	text-align: center;
	/* margin-top: 20px; */
	/* border:1px solid #000; */
	background: url(../imgs/parchment_white_small.jpg);
}
DIV.nutrition_info {
	border:1px solid #AAA; 
	border-bottom:2px solid #000; 
	border-right:2px solid #000; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	width:170px;
	text-align:center;
	background: #FFF;
}
DIV.recipe_categories_col {
	float:left; 
	width:100px; 
	margin-left:5px;
}
.nutrition_values {
	font-size: 0.7em;
}

DIV.recipe_ingrcol {
	text-align: left;
	float: left;
	width:48.5%;
	padding-left:1%;
	/* border-left: 1px dashed blue; 
	border-right: 1px dashed red; */
}

DIV.thumbnailbox {
	text-align: center;
	margin: auto;
	float:right;
	/* border: 1px solid #999999; */
}

DIV.recipe_newsection {
	/* border-top:1px dashed #005555; */
	margin-top:1em;
}
DIV.recipe_newsection_title {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #AAA; 
	/* width:50%; */
	margin-left: 0px;
	/* background: #FFF; */
}
DIV.align_right {
	float: right;
	text-align: right;
	margin-right:10px;
}
.recipe_sections {
	font-size: 0.8em;
	color: #000;
	/* border-bottom: 1px dashed #AAA; */
	width:100%;
	margin-top: 10px;
}
DIV.recipe_tooltip {
	background-image: url(../imgs/parchment_white_small.jpg);
}
DIV.recipe_editextras {
	width:60%;
	text-align: center;
	/* border:1px solid #000; */
	margin: auto;
	background-image: url(../imgs/parchment_white_small.jpg);
}
DIV.recipe_edit_header {
	width:100%;
	text-align: left;
	border-bottom:1px dashed #000;
	color: #000;
	/* font-weight: bold; */
}
DIV.recipe_edit {
	background-image: url(../imgs/parchment_white_small.jpg);
	width: 99%;
	text-align: center;
	margin: auto;
}
