*,html,body,h1,h2,h3,h4,h5,p,a,ul,li,hr,br 
{
	font-family: helvetica, "helvetica neue", arial, verdana, sans-serif;
	border:none;
	background:none;
	margin:0px;
	padding:0px;
	text-align:left;
}

html{
	min-height: 101%;
}
body 
{
	text-align:center;
	background: url('../img/bg.jpg') repeat;
}

#container
{
	text-align:left;
	margin: 10px auto 0px auto;
	width: 800px;
}

#titleBar
{
	float:left;
	width: 800px;
}

#contentHolder
{
	width:800px;
	padding: 0px 20px 0px 20px;
	background: url('../img/foodfinder_content.png') repeat-y;
}

#leftContent
{
	float:left;
	width: 140px;
	margin-right: 10px;
	color: #421111;
}

#leftContent a
{
	color: #421111;
}

#navigation
{
	border: 1px solid #cecece;
	padding: 10px;
}

#categories
{
	border: 1px solid #cecece;
	padding: 10px;
}

#ratingLinks
{
	border: 1px solid #cecece;
	padding: 10px;
}

#rightContent
{
	float:left;
	width:600px;
	margin-left: 10px;

}

.mainContent
{
	width:580px;
	float:left;
	border: 1px solid #cecece;
	padding: 10px;
	margin-bottom: 20px;
}

.recipeTitle {
	float: left;
	width: 400px;
}

.recipeRating {
	float:left;
}

.recipeTime {
	float:left;
	width:560px;
	padding: 0px 10px 0px 10px;
	margin-top: -1px;
	clear:both;
}

	.recipeSmallTitle {
		font-size: 11px;
		font-weight:bold;
	}
	
	.recipeSmallDescription {
		font-size: 10px;
		padding-right: 20px;
	}

.recipeIngredients {
	float:left;
	width: 280px;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
}

.recipeUtensils {
	float:left;
	width: 280px;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
}

.recipeDirections {
	float:left;
	width: 560px;
	padding: 10px;
}

.recipeFacts {
	float:left;
	width: 560px;
	padding: 10px;
}

.recipeOptional {
	float:left;
	margin-top: 10px;
	width: 560px;
	padding: 10px;
	color: #421111;
	background: #e5eaba;
}

.recipeImage
{
	clear:both;
	text-align:center;
}

.border{
	border: 3px ridge #421111;
}

.thumbnailbox_shadow{
	background: url('../img/thumbshadow.png') top left no-repeat;
	width: 114px;
	height: 129px;
	float:left;
	margin:1px;
}
.thumbnailbox {
	padding: 3px 2px 0px 2px;
	width: 100px;
	height: 114px;
	background: #dedede;
	border: 1px solid #ddd;
	color: #000;
	text-align:center;
}

.thumbnailview {
	padding: 1px;
	background: #eee;
	border: 1px solid #ddd;
	color: #000;
	height:90px;
	text-align:center;
	clear:both;
}

.thumbnailbox a.thumbtitle {
	font-size: 11px;
}
.thumbnailbox a.thumbcategory {
	font-size: 11px;
	color: #421111;
	position:relative;
	top: 3px;
}

#holdImage {
	background: url("../img/foodholder.png")top right no-repeat;
	padding:13px 10px 20px 0;
	text-align:right;
}

#siteNav
{
	text-align:center;
	width:600px;
}

#containerFooter
{
	width: 800px;
	text-align:left;
	margin: 0 auto;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	color: #fff;
}
#footer a
{
	color: #fff;
}



/*************************************/
h1
{
	color: #421111;
	font-weight: bolder;
	font-size: 28px;
}
h2 /*tip*/
{
	font-size: 20px;
	font-family: georgia, serif;
}

p
{
	font-size: 14px;
}

ul
{
	list-style-type:none;
	font-size: 12px;
}

.recipeIngredients ul
{
	list-style-type:square;
	margin: 10px 0px 0px 80px;
}

.recipeUtensils ul
{
	list-style-type:square;
	margin: 10px 0px 0px 80px;
}

.recipeDirections ol
{
	list-style-type: decimal;
	padding-left: 30px;
	font-size: 12px;
}

.recipeOptional ul
{
	list-style-type:circle;
	font-size: 10px;
	padding-left: 30px;
}

a 
{
	text-decoration:none;
	color: #421111;
}

a:hover 
{
	text-decoration:underline;
}

label 
{
	text-align: right;	
	color: #000;
	font-size: 12px;
}

input[type="text"] 
{
	color: #000;
	background: #fff;
	border: 1px solid #000;
	width: 200px;
	font-size: 12px;
}


input[type="submit"]
{
	color: #fff;
	background: #421111;
	border: 1px dashed #fff;
	font-size: 12px;
	text-align:center;
}

#pagination 
{
	margin: 10px 0px 10px 150px;
	color: #666;
	font-size: 12px;
}

.subHead
{
	font-size: 16px;
	color: #421111;
}

