@charset "UTF-8";
/* CSS Document */
#pagecont_rec {
	width: 90%;
	top: 300px;
	position: absolute;
	z-index: 3;
	padding-bottom: 50px;
	left:50%;
    margin-left:-45%;
    min-width: 850px;
    max-width: 1300px;
}
.recipe_h1 {
	margin-top: 0px;
}

#head_scroll_rec {
	width: 900px;
	position: absolute;
	left:50%;
    margin-left:-450px;
    background-color: #BF3636;
    height: 100px;
    top: 70px;
    text-align: center;
    
}

.recipe_img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.recipe_div {
	position: relative;
	display: block;
	width: 50%;
	background-color: black;
	color: white;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 30px;
	float: right;
}


#stickyheader {
	position: relative;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
   	top: 300px;
	width: 300px;
	padding: 20px 20px 20px 20px;
	float: left;
	z-index: 50000000000;
	left: 50px;
	background-color: #BF3636;
	text-align: center;
	
}
#divtop {
	margin-top: -100px;
	float: right;
}


.recipe-title {
	font-size: 30px;
	color: white;
	
	
}
#spacer1 {
position: relative;
	float: left;
	top: 30px;
	left: 30px;
	padding-top: 30px;
	width: 300px;
	height: 50px;
}

#spacer2 {
position: relative;
	width: 300px;
	height: 50px;
	float: right;
	top: 50px;
	right: 30px;
	padding-top: 30px
}

#spacer3 {
position: relative;
	 margin: 0 auto;
	 padding-top: 30px;
	 width: 300px;
	height: 50px;
}

.recipe_link:hover {
	font-weight: bold;
	
}

#show {
	font-size: 20px;	
}