@charset "utf-8";
/* CSS Document */

#Recipecontent { /*tiled horizontal stripe*/
	background-image: url(../images/content_bg_stripe.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 901px;
}


#divsubheader {
	margin-top:10px;
	margin-left:50px;
	float:left;
	width:100%;
}

#Recipecontent a:link{
	color:#ff173d;
	text-decoration: none;
	border-bottom: 2px dotted #ff173d;
	font-size: 13px;
	font-weight: bold;
}

#Recipecontent a:visited{
	color:#ff173d;
	text-decoration: none;
	border-bottom: 2px dotted #ff173d;
	font-weight: bold;
}

#Recipecontent a:hover{
	color:#ff173d;
	text-decoration: none;
	text-decoration: none;
	border-bottom: 2px dotted #ff173d;
	font-weight: bold;
}


/* -------------------- Recipe Page Fix ---------------------- */


#video {
	float: right;
	margin: 10px 130px 0 0;
	position: relative;
	bottom: 20px;	
}


#recipes {
	float:left;
}



/* -----------Recipes List Items ------- */


#up-content ul {
	list-style: none; 
	margin: 0 0 0 40px; 
	padding: 0px; 
}

#up-content	{ 
	font-size: 13px;
}

#up-content ul li {
	margin: 15px 10px;
	padding: 1px 10px;
	float: left;
	position: relative;
	width: 340px;
	height: 150px;
	background:	none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	letter-spacing: 0.06em;
}

#up-content ul img {
	background: #fff;
	margin-top: 8px;
	padding: 0 10px;
	float: left;
}

#up-content ul li p {
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
}

#up-content ul a {
	text-decoration: none;
	color: #ff173d;
	font-size: 13px;
}


#Recipecontent p b {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
}

.changeLeading {
	line-height: 14px; /*line height of copy*/
	text-align: left;
}



















