body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

a:focus {outline: none;}

p {margin-top: 15px; margin-bottom: 0;}

a, a:visited {color: #cb4200; text-decoration: underline;}
a:hover {color: #ff8a52; text-decoration: underline;}

h1 {
	margin: 0;
	color: #0061a5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 22px;
}

h2 {
	margin: 0;
	color: #0061a5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 22px;
}

a img {border: none;}

ul {
	margin: 15px 0 0 30px;
	padding: 0;
}

	ul li {
		margin: 0;
		padding: 0;
	}

.container {
	width: 980px;
	margin: 0 auto;
}
    #header-landing {
		width: auto;
		height: 180px;
	}
	
	#header {
		width: auto;
		height: 81px;
	}
	
		#logo {
			width: 159px;
			float: left;
		}
		
			#logo a {
				width: 159px;
				height: 81px;
				display: block;
				background: url(../graphics/cookplan-logo.gif) no-repeat;
			}
			
		#nav-header {
			width: 400px;
			padding-top: 65px;
			font-size: 11px;
			line-height: 15px;
			float: right;
		}
		
			#nav-header ul {
				margin: 0;
				padding: 0;
				float: right;
			}
			
				#nav-header ul li {
					margin: 0;
					padding: 0 0 0 12px;
					list-style: none;
					float: left;
				}
				
				#nav-header ul li.divider {
					padding: 0 12px;
					border-right: 1px solid #000000;
				}
	
#container-nav {
	width: 100%;
	height: 38px;
	background: url(../graphics/bg-nav.gif) repeat-x;
}

	#nav {
		width: auto;
		height: 38px;
	}
	
		ul.nav-main {
			margin: 0;
			padding: 0;
		}
			
			ul.nav-main li {
				margin: 0;
				padding: 0;
				list-style: none;
				float: left;
			}
			
				ul.nav-main li a {
					height: 38px;
					background-repeat: no-repeat;
					display: block;
					float: left;
				}
				
				ul.nav-main li a:hover {background-position: 0 -38px;}
				
				.nav-manage-recipes {width: 162px; background: url(../graphics/nav/manage-recipes.gif);}
				.nav-choose-recipes {width: 219px; background: url(../graphics/nav/choose-recipes.gif);}
				.nav-schedule-shopping {width: 225px; background: url(../graphics/nav/schedule-shopping.gif);}
				
				ul.nav-main li a.active, ul.nav-main li a.active:hover {background-position: 0 -76px;}
			
	#body {
		width: auto;
		padding: 20px 0;
	}
	
		.body-left {
			width: 735px;
			float: left;
		}
		
			.container-cookbook {
				width: 735px;
				height: 328px;
				background: url(../graphics/bg-cookbook.gif) no-repeat;
			}
			
				.inside-cookbook {
					width: auto;
					padding: 12px 30px 0 30px;
				}
		
		.body-right {
			width: 230px;
			float: right;
		}
		
			.container-cookbook-list {
				width: auto;
				background: url(../graphics/bg-cookbook-list-top.gif) no-repeat;
				padding-top: 27px;
			}
			
				.inside-container-cookbook-list {
					width: auto;
					background: url(../graphics/bg-cookbook-list.gif) repeat-y;
				}
				
					ul.list-cookbook-list {
						margin: 0;
						padding: 0;
					}
					
						ul.list-cookbook-list li {
							margin: 0;
							padding: 0;
							list-style: none;
						}
						
							a.link-cookbook-list {
								width: 182px;
								height: 18px;
								padding: 4px 34px 4px 14px;
								display: block;
								color: #ffffff;
								text-decoration: underline;
							}
							
							a.link-cookbook-list:hover {
								color: #f2fe3a;
								text-decoration: underline;
							}
							
							.delete-cookbook {
								margin-top: -20px;
								margin-right: 10px;
								float: right;
							}

.link-black, .link-black:visited {color: #000; text-decoration: underline;}
.link-black:hover {color: #4a5b70; text-decoration: underline;}

.cookbook-item {
	width: 98px;
	border: 1px solid #7f7d62;
	background: #ffffff;
	vertical-align: top;
}

	.inside-cookbook-item {position: relative;}

        .choose-recipe {
			width: 98px;
			height: 21px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 101;
		}
		
			.choose-recipe a {
				width: 98px;
				height: 21px;
				display: block;
				background: url(../graphics/choose-recipe.png) no-repeat;
			}
			
			.choose-recipe a:hover {background: url(../graphics/choose-recipe.png) 0 -21px no-repeat;}
			
		.add-recipe {
			width: 98px;
			height: 21px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 101;
		}
		
			.add-recipe a {
				width: 98px;
				height: 21px;
				display: block;
				background: url(../graphics/add-recipe.png) no-repeat;
			}
			
			.add-recipe a:hover {background: url(../graphics/add-recipe.png) 0 -21px no-repeat;}
			
		.edit-recipe {
			width: 98px;
			height: 21px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 101;
		}
		
			.edit-recipe a {
				width: 98px;
				height: 21px;
				display: block;
				background: url(../graphics/edit-recipe.png) no-repeat;
			}
			
			.edit-recipe a:hover {background: url(../graphics/edit-recipe.png) 0 -21px no-repeat;}
			
	.cookbook-item h2 {
		color: #007a00;
		font-size: 11px;
		line-height: 12px;
		text-align: center;
	}
	
		.cookbook-item h2 a, .cookbook-item h2 a:visited {color: #007a00; display: block; text-decoration: none;}
		.cookbook-item h2 a:hover {color: #007a00; text-decoration: underline;}
		
	.newest-recipe {
		width: 114px;
		padding-top: 9px;
		padding-right: 8px;
		float: left;
	}
	
.popup {
	background-color: #fff;
	padding: 20px;
	border: 5px solid #000;
}

.border-blue-bottom {border-bottom: 1px solid #0079ce;}

.text-orange {color: #cb4200;}
.text-blue {color: #0061a5;}
.text-green {color: #007a00;}
.text-gray-green {color: #486348;}

.content-11 {font-size: 11px; line-height: 15px;}

.hide {display: none;}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.margin-top-8 {margin-top: 8px;}

.link-green, .link-green:visited {color: #007a00; text-decoration: none;}
.link-green:hover {color: #007a00; text-decoration: underline;}

.text-decoration, .text-decoration:visited, .text-decoration:hover {text-decoration: underline;}

.float-right {float: right;}
.float-left {float: left;}
.clear {clear: both;}

.input-text {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	border: 1px solid #8c8c8c;
}

.width-200 {width: 200px;}

table {border-collapse: separate;}

hr {
  background: #ddd; 
  color: #ffffff;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}