/* CSS Document */


#holdAll{
	background-image: url(../images/home/home_shadow_both2.jpg);
}

#sideNav{
	float:left;
	height: 1000px;
	width: 222px;
	display: inline;
	clear: left;
	margin-left: 0px;
}
	
#titleBar {
	background-image: url(../images/structure/recipes_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 48px;
	width: 663px;
	font-size: 80%;
	margin: 0px;
	float: left;
	padding: 49px 0 0 15px;
}

.recipeVideoBorder {
	margin: 15px 0px 10px 10px;
	float: left;
	width: 320px;
	display: inline;
}
.holderRecipe {
	margin: 15px 15px 0 15px;
	float: left;
	width: 310px;
	display: inline;
}

#featuredRecipies{
	width:670px;
	float: left;
	margin: 0;
	padding: 0;
}

#featuredFace{
	width:100px;
	float: left;
	height: 103px;
	text-align: right;
}
	#featuredFace img {
		border: 1px solid #333333;
	}
	#featuredFace p {
		font-size: 70%;
		margin: 5px 0 0 0;
	}

#featureLinks{
	margin: 20px 0px 10px 0px;
	width: 653px;
	float: left;
	background-image: url(../images/structure/gradient_recipes.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
}
	#featureLinks a
	{
		color:Black;
		font-size:70%;
		text-decoration:none;
	}
	
.featureLinksLeft {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 320px;
	display: inline;
}
.featureLinksRight {
	margin: 0px 0px 0 0px;
	float: left;
	width: 310px;
	display: inline;
}
	

#recipeLightBox{
	margin: 20px 0px 10px 0px;
	width: 653px;
	float: left;
	background-image: url(../images/structure/gradient_recipes.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
}
	#recipeLightBox img {
		margin: 3px 2px 5px 0;
		border: 1px solid #333333;
	}
	#recipeLightBox p {
	font-size: 70%;
	margin-top: 5px;
	}


.firstR{
}
.marginLeftTop15px {
	margin: 15px 0 0 15px;
}

