/*@media screen {*/
	
	#disqus_thread {
		
	}
	h2 {
	color: white;
	display: block;
	text-align: center;
	padding-top: -30px;
	
}
			
			.recipe_h1 {
	margin-top: 0px;
	color: white;
}

#head_scroll_rec {
	width: 70%;
	position: absolute;
	left:50%;
    margin-left:-35%;
    background-color: #BF3636;
    
    top: 70px;
    text-align: center;
    min-width: 800px;
    max-width: 1500px;
}

#navbar {
	top: 0px;
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: white;
	z-index: 10;
	left: 0px;
	background-color: #D9653B;
	min-width: 900px;
    
}

#pagecont {
	width: 90%;
	top: 400px;
	position: absolute;
	z-index: 3;
	padding-bottom: 50px;
	
	left:50%;
    margin-left:-45%;
    min-width: 1050px;
    max-width: 1500px;
}
#bg {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 0;
	/*background-image: url("bg_images/1.JPG");*/
	background-color:#def;
background-image: radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.3) 99%),
radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.3) 99%);
background-size:80px 80px;
background-position:0 0, 40px 40px;
	height: 100%;
	width: 100%;
	
	
}

#ingredient_cont {
	float: left;
	background-color: #D9653B ;
	color: white;
	width: 40%;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 200px;
}

#step_cont {
	float: right;
	background-color: #F2BB16;
	color: white;
	width: 40%;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 200px;
}
#img_thingy {
	width: 300px;
	top: -100px;
	position: absolute;;
	background-color: #59443C;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 350px;
	height: 270px;
	float: left;
	margin-left: 30px;
}

#recip_imge {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 200px;
	top: 50%;
	margin-top: -100px;
}
#ads {
	top: -100px;
	position: absolute;;
	background-color: #F2F2F2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 620px;
	height: 270px;
	right: 0px;
	margin-right: 30px;
	text-align: center;
}
	
/* this is the closing bracket for @media: screen } */

@media print {
   h1 {
	text-align: center;  
	font-size: 40px; 
   }
   #ads {
	display: none;
}
#recip_imge {
	width: 30%;
}
h2 {
	font-size: 20px;
}
}
