
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#fdfbf2;
	margin: 0; 
	padding: 0;
	border:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ------------------------------------------ GLOBAL DIV STYLES ------------------------------------------ */
#container {
	width: 950px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
 	float:left;
 	width: 950px;
	height:215px;
	background-image:url(../_images/hdrBG950x215.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
 #headerLegalPages {
 	float:left;
 	width: 950px;
	height:50px;
	background-image:url(../_images/hdrBG950x50.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:10px;
}
 #headersmall {
 	float:left;
 	width: 950px;
	height:184px;
	background-image:url(../_images/hdrBG950x184.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#mainContent {
 	float:left;
	width: 950px;
	top: 215px;
	background-image:url(../_images/mainBG950x16.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#footer {
	clear:left;
	width:950px;
	height:45px;
	background-image:url(../_images/ftrbg950x80.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}
.mainPadding {
margin: 10px 50px 10px 70px;
}
.viewPadding {
margin: 10px 30px 10px 30px;
}
.homePadding {
margin: 10px 50px 10px 50px;
}
.popupPadding {
margin: 20px 100px 40px 100px;
}
/* ------------------------------------- DIV STYLES (header elements) ----------------------------------- */
#loginNav{
	position: relative;
	width: 300px;
	top: 30px;
	left: 625px;
	text-align: center;
}
#primaryNavHolder{
background-color:#a2af2c
	position: relative;
	width: 900px;
	left: 25px;
	top:105px;

}

#primaryNav {
	position: relative;
	width: 900px;
	left: 25px;
	top:106px;
	border:1px solid white;
}
#secondaryNav {
	position: relative;
	width: 867px;
	height:28px;
	left: 38px;
	top: 0px;
	background-color:#c3c3c1;
	padding-top:3px;
	padding-left:8px;
	border-top: 1px solid #999;
	border-left:1px solid #c5d660;
	border-right:1px solid #c5d660;
}
#siteSearch {
	position:relative;
	width: 266px;
	background: #b1be65;
	border:1px solid #87914d;
	left: 620px;
	top: -38px;
}
/* ----------------------------------------------------------------------TEXT STYLES------------------------------------------------------------------------ */
.maintext {
font-size: 11px;
line-height: 20px;
letter-spacing: .01em;
color: #333;
}
.viewpagetext {
font-size: 11px;
line-height: 15px;
letter-spacing: .01em;
color: #333;
margin:0px;
}
.boldred{
font-size:12px;
margin: 4px 0 0 0 ;
font-weight:bold;
color:#993123;
text-align:Left;
}
p.login {
font-size: 10px;
font-weight:normal;
color: #90a128;
margin:0;
}
.footertext{
font-size: 10px;
letter-spacing: .01em;
color: #aaa;
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:35px 0 0 0 ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
/* ---------------------------- DIV STYLES (home page) -------------------------------- */
#homeLeftContent {
 	position:relative;
	float:left;
	width: 300px;
	padding:20px 40px 10px 60px;
}
 #homeRightContent {
 	position:relative;
	float:right;
	width: 546px;
	border-left:1px solid #999;
}
#homePhotoBox {
 	position:relative;
	float:left;
	left:26px;
	width:364px;
	height:330px;
	border-bottom:1px solid #999;
	padding:10px 0 0 20px;
}
#aboutUsBox {
 	position:relative;
	left:26px;
	top:343px;
	width:384px;
	height:234px;
}
/* ---------------------------- DIV STYLES (search pages) -------------------------------- */
#recipeSearchHdr {
	background-image: url(../_images/recipesearchtab900x55.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 55px;
	position: relative;
	left: 25px;
}
#pairingSearchHdr {
	background-image: url(../_images/pairingsearchtab900x55.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 55px;
	position: relative;
	left: 25px;
}
#recipeSearchForm, #pairingSearchForm {
	background-color:#8AC5C1;
	width: 875px;
	position: relative;
	left: 38px;
	padding-bottom:5px;
}
#recipeSearchBox, #pairingSearchBox {
	position: relative;
	left: 38px;
	width:873px;
	border:1px solid #8AC5C1;
	background-color:#f5f4ef;
}
#resultsHdr {
	background-color:#eee;
	background-image:url(../_images/resultsHdr840x63.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width: 840px;
	height:43px;
	left:17px;
	padding-top:20px;
	position: relative;
}
#resultsBox {
	width: 828px;
	left:22px;
	border: 1px solid #c5d660;
	background-color:#FFFFFF;
	position:relative;
	margin-bottom:20px;
}
.redrule{
height:3px;
background-color:#996633;
}
/* -------------------------------------DIV STYLES (view pages)---------------------------------------- */
#viewRecipeHdr {
	background-image: url(../_images/viewrecipetab900x55.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height:55px;
	position: relative;
	left: 25px;
}
#viewPairingHdr {
	background-image: url(../_images/viewpairingtab900x55.gif);
	background-repeat: no-repeat;
	width: 900px;
	height:55px;
	position: relative;
	left: 25px;
}
#submittedByBox {
	position: relative;
	width: 660px;
	top: 11px;
	left: 230px;
}
#viewRecipeContent, #viewPairingContent {
	position:relative;
	left:38px;
	width:875px;
	border:1px solid #c5d660;
	border-top: 1px solid #999;
	background-color:#f5f4ef;
}
#titleAndPhotoHolder{
	position:relative;
	float:left;
	width:340px;
}
#directionsHolder{
	position:relative;
	width:450px;
	padding-bottom:25px;
}
#recipeDisplayBox, #submitYoursDisplayBox {
	position: relative;
	clear:left;
	width: 815px;
	background-color: #f5f4ef;
}
#relatedRecipesBox {
	clear:both;
	position: relative;
	width: 815px;
	padding:12px 0;
	border-top: 2px solid #A2AF2C;
	border-bottom: 2px solid #A2AF2C;
}
#relatedPairingsBox {
	position: relative;
	width: 815px;
	padding:12px 0;
	border-bottom: 2px solid #A2AF2C;
}
#recentPairingsBox {
	position: relative;
	width: 815px;
	padding:12px 0;
	border-bottom: 2px solid #A2AF2C;
}
/* ---------------------------- DIV STYLES (recent recipe page) -------------------------------- */

#recentRecipesHdr {
	background-image:url(../_images/recentRecipeAdditionstab900x55.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 55px;
	position: relative;
	left: 25px;
}
#recentReviewsHdr {
	background-image:url(../_images/recentRecipeReviewstab900x55.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 55px;
	position: relative;
	left: 25px;
}
#viewReviewsHdr{
	background-image:url(../_images/viewRecipeReviewstab900x55.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 55px;
	position: relative;
	left: 25px;
}
#recentRecipesBox, #recentReviewsBox, #viewReviewsBox {
	position: relative;
	left: 38px;
	width:875px;
	border:1px solid #c5d660;
	background-color:#f5f4ef;
}
/* ---------------------------- DIV STYLES (submit your own pages) -------------------------------- */
#submitYoursHdr{
	background-image: url(../_images/submityourowntab900x55.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width:900px;
	position:relative;
	left: 25px;
	text-align:right;
}
#submitNav{
	position:relative;
	height:45px;
	width:580px;
	top:25px;
	left: 300px;
	text-align:center;
}
#submitYoursDisplayBox {
	position: relative;
	clear:left;
	width: 875px;
	left: 38px;
	top:0px;
	background-color: #f5f4ef;
	border: 1px solid #c5d660;
}

/* ----------------------------------------------END STYLES---------------------------------------------- */
.sitemap {
color: #666;
font-size: 11px;
font-weight:bold;
letter-spacing: .01em;
}

.sitemap a {
outline:none;
font-size: 11px;
font-weight:bold;
letter-spacing: .01em;
}
.sitemap a:link {
color: #666;
text-decoration: underline;
}
.sitemap a:visited {


color: #666;
}
.sitemap a:hover {
margin-left:5px;
text-decoration: none;
color: #669933;
}
.sitemap a:active {
text-decoration: none;
color: #222;
}

#insiderLeftContent {
  float:left;
width: 500px;
}
#insiderRightContent {
  float:left;
width: 200px;
padding-left:50px;
}


