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

/*
gold:		#B58138
green:		#6C815B

off-white:	#F9F6F1
*/

body {
	background-color:#FFF;
	width: 99%;
	margin-top:0;
	padding-top:0;
	
	font-family: Helvetica, sans-serif;
	color:#666;
	font-size: 85%;
}

a {
	color: #999;
}

h2 {
	margin:0px;
	padding: .6em 0 .5em 0;
	font-size: 13px;
	color: #666;
	text-align:center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform:uppercase;
}

h3 {
	color: #666;
	}

p {
	margin:0;
	margin-top: .75em;
	line-height: 180%;
}

h2 + p {
	margin-top:.5em;
	}
	
li {
	padding-bottom: .5em;
	line-height: 130%;
}


#shell {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	background-image:url(images/match_background.gif);
	background-repeat:no-repeat;
	background-position:top center;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	
	padding-right:25px;
	padding-bottom: 5px;
}

#shell h1 {
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:0;
}

#header {
	margin-bottom: 50px;
}

#header>#logo {
	float:left;
	margin-left: 23px;
}


#header>#topnavigation {
	border-bottom: 1px solid #999;
	font-family: Helvetica, sans-serif;
	font-size:10px;
	margin-left: 180px;
	text-align:center;
}

#locator {
	margin-left:460px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#locator form {
	margin-top: 5px;
}

#locatorinclude {
	text-align: center;
	margin-top: 15px;
	border: 1px solid #B58138;
	padding: 10px;
	background-color: white;
}

#leftcol {
	width:350px;
	float:left;
	margin-left: 23px;
}

#leftcol p {
}

.pullbox {
	background-color: #FFCC66;
	padding: 6px;
}

.morelink a {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

.morelink a:hover {
	text-decoration:underline;
}

#preptipsbox {
	margin-top: 30px;
	background-color: #fff;
	padding: 5px;
	font-size: 11px;
	line-height:normal;
}

#preptipsbox img {
	margin-right: 15px;
}

#rightcol {
	float:none;
	margin-left: 386px;
	width: auto;
	background-color: white;
}

#rightcol div {
}

#ingredientsbox p {
	font-size: 9px;	
}

#singlecol {
	width: auto;
	padding: 10px;
	margin-left:23px;
}

#footer {
	font-size: 10px;
	line-height:normal;
	margin-left: 23px;
	
	float:none;
	clear:both;
	text-align:right;
	padding-top: 20px;
}

#flash {
	background-color: #e2e2e2;
	}

.recipe {
	font-family:Helvetica, sans-serif;
	border-bottom: 1px solid #666;
	margin-bottom: 2em;
}

.recipe > .title {
	color: #B58138;
	font-weight:bold;
	font-size: 12px;
}

.recipe > .category {
font-weight: normal;
font-size:10px;
}

.panelfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
}

.nofloat {
	float:none;
	clear:both;
}


#panelbox {
	padding: 14px;
	border: 3px solid #e2e2e2;
}

#recipeformbox {
	border: 3px solid #e2e2e2;
	padding:20px;
	color: #666;
	text-align:center;
	font-size: 11px;
}

#recipeformbox td {
	padding-top: 0px;
	}
	
#mapbox {
	background-image:url(images/FPOmatchLocMap.gif);
	background-position: center;
	width: 460px;
	height: 600px;

}

/******** LOCATOR STYLES **********/

.googleinfo p {
	margin-top:3px;
	color: black;
	font-size: 11px;
	line-height: 12px;
}

.googleinfo h3 {
	color:#B58138;
	margin:0;
}