html { border: none; }

body {
	margin: 5px 0 0 0;
	padding: 0px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

h1 {
	margin: 6px 0 0 0;
	font-weight: bold; 
	font-size: 18px;
	line-height: 24px;
	color: #9A3300;
	font-family: Verdana, sans-serif;
}

h2 {
	margin: 6px 0 0 0;
	font-weight: bold; 
	font-size: 11px;
	line-height: 14px;
	color: #9A3300;
	font-family: Verdana, sans-serif;
}

h3 {
	margin: 6px 0 0 0;
	font-weight: normal; 
	font-size: 12px;
	line-height: 14px;
	color: #9A3300;
	font-family: Verdana, sans-serif;
}

a {
	text-decoration: none; 
	font-weight: normal; 
	outline: none;
	color: #9A3300;
}

a:hover { 
	text-decoration: underline; 
}

a.memberName{
	color: #666666;
}

a.familyName{
	color: #666666;
}

a.item{
	line-height: 20px;
	margin: 0px 0px 0px 5px;
	padding: 0 5px 10px 20px;
}

a.add{
	background: url(/images/icons/add.png) no-repeat;
}

a.edit{
	background: url(/images/icons/pencil.png) no-repeat;
}

a.delete{
	background: url(/images/icons/delete.png) no-repeat;
}

a.invite{
	background: url(/images/icons/star.png) no-repeat;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text{
	border: 1px solid #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 0px;
	height: 16px;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	float: left;
}

.tight{
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.recipeName{
	font-weight: bold; 
}

.sidebarLink{
	color: #ffffff;
}

.recipeBy{
	color: #666666;
}

.clearBoth{
	clear:both;
}

.itemList{
	width: 100%;
}

.itemList td{
	padding: 4px 4px 4px 7px;
}

.itemList thead td{
	color: #fff;
	background-color: #9A3300;
}

.itemList tbody{
	color: #9A3300;
	background-color: #F4F1E4;
}

.itemList .itemListOptions{
	width:180px;
}

.itemList .zebraStripe{
	background-color: #EEEAD9;
}

.itemList .error{
	background-color: #CC3300;
	color: #FFF;
}

.errorText{
	color: #CC3300;
}

#pageBlock {
	width: 960px;
	text-align: left;
	margin: auto;
}

#pageHeader {
	height: 101px;
	background: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#printPageLink {
	float:right;
}

#breadCrumbs {
	float:left;
}

#pagePrint {
	text-align: left;
	margin: 10px;
}

#printHeader {
	height: 101px;
	background: url(/images/print_header_bg.jpg);
	background-repeat: no-repeat;
}

#printContent{
	float:left;
	width:600px;
}

#siteBiLine {
	margin-left: 65px;
	color: #999966;
	line-height: 18px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#mainNav {
	height: 25px;
	margin: 32px 0 0 688px;
	padding: 0px;
	list-style: none;
}

#mainNav .rootsHomeFork{
	top:13px;
	left:100px;
	width:45px;
	height:100px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

#mainNav .rootsHome{
	top:50px;
	left:145px;
	width:180px;
	height:30px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	text-indent: -9999px;
}



#navLinks {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style: none;
	height: 25px;
}
#navLinks li {
	float: left;
	height: 25px;
	padding: 0px;
}
#navLinks li.lastChild {
}

#navLinks li a {
	outline: none;
	display: block;
	padding: 0 0;
	height: 25px;
	line-height: 25px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(/images/main_nav.gif);
}
#navLinks li a:hover {}

#b_home {background-position: 0 0; width: 59px;}
#b_home:hover {background-position: 0 -50px;}
#navLinks #b_home.on {background-position: -0px -25px;}

#b_addRecipe {background-position: -68px 0; width: 111px;}
#b_addRecipe:hover {background-position: -68px -50px;}
#navLinks #b_addRecipe.on {background-position: -68px -25px;}

#b_contact {background-position: -188px 0; width: 73px;}
#b_contact:hover {background-position: -188px -50px;}
#navLinks #b_contact.on {background-position: -188px -25px;}

#pageMiddle{
	background-color:#ffffff;
}

#pageLeft{
	float:left;
	width:168px;
}
#pageContent{
	float:left;
	width:486px;
}
#pageRight{
  float:right;
  width:300px;
}

#signUp{
	width:160px;
	background-color:#E06E00;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#memberTools a{
	color:#ffffff;
}

#signUp .signUpTop{
	width:160px;
	height:24px;
	background: url(/images/signup_top.gif) top no-repeat;
}

#signUp .signUpBottom{
	width:160px;
	height:12px;
	background: url(/images/orange_bottom.gif) bottom no-repeat;
}

#signUp .signUpContent{
	margin: 12px 0 0 12px;
	color: #ffffff;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#memberTools{
	width:160px;
	background-color:#999966;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#memberTools a{
	color:#ffffff;
}

#memberTools .memberToolsTop{
	width:160px;
	height:24px;
	background: url(/images/membertools_top.gif) top no-repeat;
}

#memberTools .memberToolsBottom{
	width:160px;
	height:12px;
	background: url(/images/green_bottom.gif) bottom no-repeat;
}

#memberTools .memberToolsContent{
	margin: 12px 0 0 12px;
	color: #ffffff;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#memberTools .memberLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#memberTools .memberLinks li {
	padding: 0 0 8px 0;
}

#memberTools .memberLinks li:last-child {
	padding: 0px;
}

#member{
	width:160px;
	background-color:#E06E00;
	margin: 5px 0 0 0;
	padding: 0px;
	border: 0px;
}

#member .memberTop{
	width:160px;
	height:24px;
	background: url(/images/alreadymember_top.gif) top no-repeat;
}

#member .memberBottom{
	width:160px;
	height:12px;
	background: url(/images/orange_bottom.gif) bottom no-repeat;
}

#member .memberContent{
	margin: 12px 0 0 12px;
	color: #ffffff;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#member input.text{
	width: 135px;
}

.memberContent .btnLogin {
	text-decoration: none !important;
	margin-top: 7px;
	padding: 0px;
	display: block;
	position: relative;
	text-indent: -9999px;
	height: 19px;
	line-height: 19px;
	width: 62px;
	background: url(/images/btn_login_orng_01.gif) no-repeat;
}

.memberContent .btnLogin:hover {
	background: url(/images/btn_login_orng_02.gif) no-repeat;
}

#random{
	width:160px;
	background-color:#EEEAD9;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}


#random .randomTop{
	width:160px;
	height:24px;
	background: url(/images/random_top.gif) top no-repeat;
}

#random .randomBottom{
	width:160px;
	height:12px;
	background: url(/images/beige_bottom.gif) bottom no-repeat;
}

#random .randomContent{
	margin: 12px 0 0 12px;
	padding: 0 0 0 0;
	line-height: 12px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#random ul{
	list-style-type: none;
	margin: 0px;
	padding: 0 12px 0 0;
	color: #9A3300;
}

#random li{
	background:url(/images/list_dot_brwn.gif) no-repeat 0 6px;
	margin: 12px 0 0 0;
	padding: 0 0 0 5px;
}

#featuredRecipe{
	width:481px;
	background-color:#ffffff;
	margin: 5px 0 0 0;
	padding: 0px;
	border: 0px;
}

#featuredRecipe .featuredRecipeTop{
	width:481px;
	height:31px;
	background: url(/images/featured_top.gif) top no-repeat;
}

#featuredRecipe .featuredRecipeBottom{
	width:481px;
	height:29px;
	background: url(/images/featured_bottom.gif) bottom no-repeat;
}

#featuredRecipe .featuredRecipeContent{
	margin: 0px;
	line-height: 14px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: url(/images/featured_bg.jpg);
	height:178px;
}

#featuredRecipe .featuredRecipeLeft{
	position:relative;
	background-repeat: no-repeat;
	width:240px;
	height:178px;
	float:left;
	clear:right;
}

#featuredRecipe .featuredRecipePhoto{
	border:4px solid #C3C080;
	background-repeat: no-repeat;
	margin: 15px 20px 15px 20px;
	width:193px;
	height:142px;
}

#featuredRecipe .featuredRecipeDetails{
	padding: 10px 0 0 0;
}

#featuredRecipe .recipeName{
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
}

#recentRecipes{
	width:481px;
	background-color:#ffffff;
	margin: 5px 0 0 0;
	padding: 0px;
}

#recentRecipes .recentRecipesTitle{
	width:218px;
	height:20px;
	margin: 0 0 7px 10px;
	background: url(/images/recently_added.gif) top no-repeat;
}

#recentRecipes .recentRecipesTop{
	width:481px;
	height:20px;
	background: url(/images/line_shadow_bg.jpg) bottom repeat-x;
}

#recentRecipes .recentRecipesContent{
	margin: -8px 25px 20px 25px;
	line-height: 14px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#recentRecipes .recentRecipesLeft{
	position:relative;
	width:210px;
	float:left;
}

#recentRecipes .recentRecipesRight{
	position:relative;
	width:210px;
	float:right;
}

#recentRecipes ul{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 0;
	color: #9A3300;
}

#recentRecipes li{
	background:url(/images/list_dot_brwn.gif) no-repeat 0 6px;
	margin: 8px 0 0 0;
	padding: 0 0 0 5px;
}

#search{
	width:300px;
	background-color:#EEEAD9;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#search .searchTop{
	width:300px;
	height:27px;
	background: url(/images/search_top.gif) top no-repeat;
}

#search .searchMethod{
	padding: 5px 0 0 110px;
	color: #9A3300;
	line-height: 12px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#search .searchBottom{
	width:300px;
	height:10px;
	background: url(/images/search_bottom.gif) bottom no-repeat;
}

#search .searchContent{
	margin: 0 0 0 12px;
	color: #EEEAD9;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#search input.text{
	width: 274px;
}

#search input.radio{
	float: left;
	clear: right
}

#search .searchMethodText{
	padding: 3px 20px 0 3px;
	width: 40px;
	float: left;
	clear: right;
}

.searchContent .btnSearch {
	text-decoration: none !important;
	margin: 20px 0 0 215px;
	padding: 0px;
	display: block;
	position: relative;
	text-indent: -9999px;
	height: 19px;
	line-height: 19px;
	width: 62px;
	background: url(/images/btn_search_beige_01.gif) no-repeat;
}

.searchContent .btnSearch:hover {
	background: url(/images/btn_search_beige_02.gif) no-repeat;
}

#browse{
	margin: 5px 0 0 0;
	width:300px;
	height:95px;
	background: url(/images/browse_by.gif) no-repeat;
}

#browse .region{
	margin:45px 0 0 25px;
	width:57px;
	height:15px;
	text-decoration: none !important;
	display: block;
	float:left;
	text-indent: -9999px;
}

#browse .style{
	margin:45px 0 0 25px;
	width:57px;
	height:15px;
	text-decoration: none !important;
	display: block;
	float:left;
	text-indent: -9999px;
}

#browse .ingredient{
	margin:45px 0 0 25px;
	width:85px;
	height:15px;
	text-decoration: none !important;
	display: block;
	float:left;
	text-indent: -9999px;
}

#advertisement{
	width:300px;
	margin: 5px 0 0 0;
	padding: 0px;
	border: 0px;
}

#advertisement .advertisementContent{
	margin: 5px 10px 5px 10px;
	border: 1px solid #000;
}

#advertisement .advertisementBottom{
	width:300px;
	height:25px;
	background: url(/images/google_links.gif) no-repeat;
	background-position:bottom right;
}

#footer {
	width:960px;
	height:114px;
	padding-top: 20px;
	background: url(/images/footer_bg.gif) bottom no-repeat;
}

#footer .footerLeft{
	float:left;
	padding: 38px 0 0 183px;
}

#footer .popularSearch{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding: 0 15px 0 15px;
}


#footer .footerRight{
	padding: 15px 15px 0 0;
	float:right;
}

#footer .shareRecipes{
	width:121px;
	height:70px;
	text-decoration: none !important;
	display: block;
	position: relative;
	text-indent: -9999px;
	line-height: 19px;
	background: url(/images/btn_share_01.gif) no-repeat;
}

#footer .footerText {
	margin: 10px 0 0 15px;
	color: #999966;
	line-height: 18px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

#footer .footerLink{
	margin: 0 4px 0 4px;
	color: #999966;
}

#recipeLeft {
	width: 300px;
	float:left;
}

#recipeLeft .recipeDescription {
	padding: 0 0 10px 0;
}

#recipeRight {
	float:right;
	width: 158px;
}

#recipeTimes{
	width:158px;
	background-color:#EEEAD9;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#recipeTimes .recipeTimesTop{
	width:158px;
	height:10px;
	background: url(/images/beige_top.gif) top no-repeat;
}

#recipeTimes .recipeTimesBottom{
	width:158px;
	height:10px;
	background: url(/images/beige_bottom.gif) top no-repeat;
}

#recipeTimes .recipeTimesContent{
}

.recipeBrief{
	border-bottom: 2px solid #EEEAD9;
	margin: 0 10px 0 0;
	padding: 12px 0 12px 0;
}

.recipeBriefContent{
	width: 370px;
}

.recipeBriefThumbNail{
	float: right;
}

.searchNav {
	margin: 0 10px 0 0;
	padding: 12px 0 12px 0;
	text-align: center;
	color:#9A3300;
}

#matchingRecipes {
	padding: 4px 4px 4px 8px;
	color: #ffffff;
	background-color:#9A3300;
}

#browseNav {
	margin: 8px 10px 8px 0;
	padding: 4px 0 4px 0;
}

#browseNav a{
	background-color:#999966;
	padding: 4px 8px 4px 8px;
	line-height:24px;
	color: #ffffff;
	text-decoration: none; 
}

#browseNav a:hover { 
	background-color:#cc3300;
}

.searchNav a {
	padding: 2px;
	font-weight: bold;
}

.searchNav a.current {
	color: #ffffff;
	background-color:#9A3300;
}

.searchPrev{
	text-align: left;
	width: 60px;
	float: left;
}

.searchNext{
	text-align: right;
	width: 60px;
	float: right;
}