/* @override http://www.kilokai.com/templates/styles/recipes.css */

#container-recipes { float: left;  margin-left: 20px; text-align: left;}

#container-recipes h1 {
	font-size: 44px;
	font-family: times;
	color: #900001;
	font-weight: normal;
	margin: 0;
	margin-left: 5px;
}

.ingredients h1 {
	font-size: 24px;
	font-family: Arial;
	color: white;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	text-transform: uppercase;

}

.text h2 {
	font-size: 16px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	padding-left: 10px;
	text-transform: uppercase;
	}
	
.eventText h2 {
	font-size: 16px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	text-transform: uppercase;
	}	
.eventText h2 a {
	font-size: 16px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	text-transform: uppercase;
	text-decoration:none;
	}	
.eventText h2 a:hover {
	text-decoration:underline;
	}	
h2 {
	font-size: 24px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
	padding-left: 0px;
	text-transform: uppercase;
	}

#container-recipes p {
font-family: georgia;
font-size: 16px;
line-height: 18px;
color: #FFFFFF;
margin-left: 5px;
}

#recipesbody {
	background-color: #141414;
	}

.recipe {
	float: left;
	width: 840px;
	margin: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #949494;
}

.ingredients h3, .directions h3, .ie_directions h3 {
	font: 10px Arial;
	text-transform: uppercase;
	color: #900001;
	margin-bottom: 8px;
}

.recipe p, .recipe ul {
	font-family: Times;
	margin-top: 8px;
	color: white;
}

#recipesbody ul {
	list-style-type: none;
	padding: 0;
}

.recipe img {
	margin-top: 0px;
	float: left;
}

.recipe .lefthang {
	float: left;
	border: 3px solid #333333;
	margin-top: 10px;
}

#recipesbody #leftcol {
	clear: both;
	float: left;
}

.recipe .image {
	width: 150px;
	float: left;
}

/*
.recipe .text {
	width: 600px;
	float: left;
	padding-top: 5px;
}
*/

.text {
	width: 600px;
	float: left;
	padding-top: 5px;
}

.eventText {
	width: 580px;
	float: right;
	padding-top: 5px;
	margin-left: 10px;
}




.recipe .ingredients {
	width: 250px;
	float: left;
	padding-left: 10px;
}

.recipe .directions {
	width: 300px;
	float: left;
	padding-top:0px;
}

.recipe .ie_directions {
	width: 300px;
	float: left;
	padding-top:46px;
}

#recipesnav {
	font-style: italic;
}

#recipesnav ol {
	padding: 0;
	list-style-type: none;
}

#recipesnav .navtitle {
	float: left;
}

#recipesnav ol li {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	margin-left: 3px;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	color: black;
	line-height: 20px;
}

#recipesnav ol li :link, #recipesnav ol li :visited {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: inherit;
	color: inherit;
}

#recipesnav ol li.current {
	background: transparent;
	color: #d84028;
}

#recipesnav #prevnext {
	float: right;
	font-family: georgia;
	font-size: 11px;
}

#recipesnav #prevnext span {
	margin-left: 15px;
	color: #d84028;
}

#recipesnav :link, #recipesnav :visited {
	text-decoration: inherit;
	color: inherit;
}

#columnwrap {
	margin: 0 auto;
	width: 805px; }
	
#footer { float: left; position: relative; width: 880px; text-align: left; margin-top: 10px; }
#footer a:link, #footer a:visited { color: #2a2a2a; text-decoration: none; }
#footer a:hover { color: #2a2a2a; text-decoration: underline; }
#fl { color: #2a2a2a; font-size: 10px; font-family: Arial, Verdana, Sans; padding-left: 10px; }
#fr { float: right; position: relative; color: #2a2a2a; font-size: 10px; font-family: Arial, Verdana, Sans; margin-top: 10px;}
