

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f0e9d0 url("images/bg-tile.jpg") repeat-x top;
    font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
    color: #6f6547;
    padding-bottom: 30px;
	font-size: 100%;
}

.clear {
    clear: both;
}

.hor-line-dotted {
    /*border-top: 1px dotted #dcca96; */
    padding: 0 0 15px 0;
    background: transparent url("images/bg-dots-horiz.gif") repeat-x top;
    height: 1%;
}

ol, ul, li { list-style: none; }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

p {
    font-size: 11px;
    line-height: 16px;
}


/********************************************
BODY
********************************************/
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

	#masthead { 
		position: relative;
		width: 925px;
		height: 155px;
		margin: 0 auto;
	}
	
		#logo {
			position: relative;
			float: left;
			width: 200px;
			margin-top: 37px;
		}
		
		#logo a img {
			border: none;
		}

/********************************************
NAVIGATION
********************************************/

#nav {	
    display: none;
}


/********************************************
CONTENT
********************************************/
#lower {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-top: 4px solid #d8c58b;
}

#lower-top {
    position: relative;
    float: left;
}

#lower-bottom {
    position: relative;
    float: left;
}		

h3 {
    color: #5e4d19;
    font-size: 20px;
    line-height: 24px;
}

h4 {
    color: #3d8e00;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

h4 a {
    color: #3d8e00;
    text-decoration: none;
}

h4 a:hover {
    color: #5e4d19;
}


/********************************************
CONTENT-LEFT
********************************************/
#left-col {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}	

#left-col h2,
#nutritional-data h2 {
    position: relative;
    color: #5e4d19;
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 10px 20px 25px;
    background: transparent url("images/bg-dots-horiz.gif") repeat-x bottom;
}

#nutritional-data h2 {
    padding: 10px 0 20px;
}

#left-col h3 {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 20px;
}


.left-hdr {
    margin: 0 15px 10px 15px;
}

.post {
    position: relative;
    width: 605px;
    padding: 0 20px 15px 20px;
}

.post.recipe {
    width: 655px;
    padding: 0;
}

.post-thumb {
    position: relative;
    margin: 0 0 0 0;
    float: left;
    width: 261px;
    height: 187px;
    background: transparent url("images/bg-img-thumb.png") no-repeat 0 0;
}

.post-thumb img {
    position: relative;
    margin: 8px 0 0 10px;
}

.post-thumb.interior {
    float: right;
}


#search-api {

}

#search-api p {
    font-size: 12px;
    line-height: 17px;
    margin: 0 20px 17px 20px;
}


.post-content {
    position: relative;
    float: right;
    width: 325px;
}		

.post-content.recipe {
    position: relative;
    float: left;
    width: 655px;
}	

	.post-content-interior p {
		font-size: 12px;
		line-height: 17px;
		margin: 0 0 17px 0;
	}
	
		.post-content p.small,
		.post-content-interior p.small {	
			margin: 0 0 4px 0;
			padding: 0;
		}

		.post-content p a,
		.post-content p.small a,
		.post-content-interior p a,		
		.post-content-interior p.small a,
		.post-content-interior ul li a {
			color: #6f6547;
			text-decoration: underline;
		}

			.post-content p a:hover,
			.post-content p.small a:hover,
			.post-content-interior p a:hover,
			.post-content-interior p.small a:hover,
			.post-content-interior ul li a:hover {
				text-decoration: none;
			}
	
		.post-content-interior ul,
		.post-content-interior ol {
			width: auto;
			margin: 0 0 10px 0;
		}
			
			.post-content-interior ul li {
				list-style: circle;
				color:#6F6547;
				font-size:11px;
				line-height:16px;
				padding: 4px 0;
				margin: 0 30px;
			}
			
			.post-content-interior ol li {
				list-style: decimal;
				color:#6F6547;
				font-size:11px;
				line-height:16px;
				padding: 4px 0;
				margin: 0 30px;
			}

		.post-content-interior img.icon-comments,
		.post-content img.icon-comments {
			position: relative;
			vertical-align: middle;
			margin: 0;
			padding: 0;
		}

		#left-col p a img { border: none; }
		
		#left-col p a.more-link { background: transparent url("images/btn-more.jpg") no-repeat 0 0; width: 106px; height: 33px; display: block; margin: 15px 0 0 0;  }
		#left-col p a.more-link:hover { background-position: 0 -33px; }
		#left-col p a.more-link span { display: none; }

.navigation {
    position: relative;
    width: 625px;
    padding: 0 15px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}

	.navigation .alignleft {
		position: relative;
		margin: 0 0 15px 0;
		float: left;
	}
	
	.navigation .alignright {
		position: relative;
		margin: 0 0 15px 0;
		float: right;
	}
	
			.alignleft a,
			.alignright a {
				color: #6f6547;
				text-decoration: none;
			}
			
			.alignleft a:hover,
			.alignright a:hover {
				text-decoration: underline;
			}

	#left-col p#archive-desc {
		margin: 0 20px 10px 20px;
	}
	
	#left-col #archives {
		position: relative;
		width: 655px;
	}
	
		#left-col #archives li {
			border-top: 1px dotted #DCCA96;
			color: #5E4D19;
			font-size: 16px;
			line-height: 34px;
			padding: 0 0 4px 0;
			margin: 0 20px;
		}
		
			#left-col #archives li a {
				color: #5E4D19;
				text-decoration: none;
			}
			
				#left-col #archives li a:hover {
					color: #51bb04;
				}



		blockquote {
			font-style: italic;
			border: 1px solid #efebe0;
			background-color: #fcfaf5;
			margin: 10px 10px 20px 15px;
			padding: 15px 15px 5px 15px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			-moz-border-radius-bottomleft: 4px;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
		}				
		
		


/* recipe finder specific styles */


.nutritional-info-wrapper {
    padding: 0 0 10px 0;
}

.listing-nutritional-info {
    margin: 10px 0 0 0;
}

#left-col .listing-nutritional-info thead td {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 2px solid #dac78f;
    padding: 4px 0;
}

#left-col .listing-nutritional-info tbody td {
    font-size: 11px;
    border-bottom: 1px solid #dac78f;
    padding: 4px 0;
}



.recipe {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.recipe-content {
    position: relative;
    width: 100%;
}

	.recipe-content ul.utility {	
		display: none;
	}

	.recipe-description {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 15px 0 0;
	}
	
		.recipe-description p {
			margin: 0 0 16px 0;
		}
		
		.recipe-description h5 {
			font-size: 12px;
			padding: 0 0 10px;
		}
		
				
		.recipe-description ul.ingredients {	
			margin: 0 20px;
			padding-bottom: 16px;
		}
	
			.recipe-description ul.ingredients li {
				font-size: 11px;
				padding: 0 0 5px;
				list-style-image: url("images/bg-recipe-arrow.jpg");
			}
	
		.recipe-thumb {
			position: relative;
			float: right;
			width: 40%;
			/*background: transparent url("images/bg-img-thumb.png") no-repeat 0 0;*/
		}
		
			.recipe-thumb h5 {
				font-size: 12px;
				padding: 0 5px 10px 5px;
			}
			
			.recipe-thumb p {
				margin: 0 5px 16px;
			}
		
			.recipe-thumb .nutritional-info-wrapper {
				position: relative;
				width: 251px;
				padding: 0 5px 15px 5px;
			}
		
				.recipe-thumb .listing-nutritional-info {
					position: relative;
					padding: 0 0 5px 0;
				}
		
			.recipe-thumb img {
				position: relative;
				margin: 8px 0 0 5px;
				border: 1px solid #dcca96;
				padding: 6px;
				width: 236px;
			}

				#nutritional-data {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					width: 550px;
					color: #6f6547;
					background-color: #fffef9;
					font-size: 11px;
					padding: 20px;
				}	
				
					#nutritional-data table {
						padding-bottom: 10px;
					}
					
						#nutritional-data table thead td {
							font-size: 12px;
							padding: 20px 0 5px;
							border-bottom: 2px solid #dcca96;
							background: none;
						}
						
						#nutritional-data table td {
							font-size: 11px;
							background: transparent url("images/bg-dots-horiz.gif") repeat-x bottom;
							padding: 3px 0;
						}

/* pagination */



/********************************************
CONTENT-RIGHT
********************************************/		
#right-col {
    display: none;
}

	

/********************************************
FOOTER
********************************************/
#footer { 
    position: relative;
    width: 905px;
    height: 25px;
    margin: 0 auto;
    padding: 10px;
    background: transparent url("images/bg-footer.jpg") no-repeat 0 0;
}

#footer p { 
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
}

#footer p a {
    text-decoration: underline;
    color: #6f6547;
}

#footer p a:hover {
    text-decoration: none;
}

/* AJAX API STYLES*/
#search_message{margin-left:20px}
#search_message .error{}
#default{padding-left:20px; width: 635px; float:left;}
#nutrition_info_dialog{display:none;}
/* END AJAX API STYLES*/