/*  
Theme Name: Eat Smart Recipes
Theme URI: http://www.eatsmartrecipes.com/
Description: Eat Smart Recipes
Version: 1.0
Author: Vitamin
Theme URI: http://www.vitaminisgood.com/
*/


/********************************************
GLOBALS
********************************************/
* {
    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;
}

.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 {	
    position: relative;
    float: right;
    width: 550px;
    padding-top: 85px;
    list-style: none;
}

	#nav li {
		display: inline;
	}
	
		#nav li a {
			display: block;
			float: left;
			height: 31px;
		}
		
		#nav li.page-item-2 a { background: transparent url("images/nav-about.png") no-repeat 0 0; width: 73px; }
		#nav li.page-item-65 a { background: transparent url("images/nav-featured.png") no-repeat 0 0; width: 165px; }
		#nav li.page-item-67 a { background: transparent url("images/nav-contact.png") no-repeat 0 0; width: 112px; }
		
		#nav li.page-item-2 a:hover,
		#nav li.page-item-65 a:hover,
		#nav li.page-item-67 a:hover,
		#nav li.page-item-2.current_page_item a,
		#nav li.page-item-65.current_page_item a,
		#nav li.page-item-67.current_page_item a,
		#nav li.page-item-2.current_page_item a:hover,
		#nav li.page-item-65.current_page_item a:hover,
		#nav li.page-item-67.current_page_item a:hover {
			background-position: 0 -31px;
		}
		
		#nav li a span {
			display: none;
		}
		
	#nav li ul input.field {
		float: left;
		margin: 0 0 0 20px;
		padding: 8px 0 0 8px;
		height: 23px;
		background: transparent url("images/bg-searchbox.jpg") no-repeat 0 0; width: 137px;
		border: none;
		color: #1796cc;
		display: block;
	}
	
	#nav li ul input.submit {
		float: left;
		width: 32px;
		height: 31px;
		margin: 0;
		padding: 0;
		background: transparent url("images/bg-searchsubmit.jpg") no-repeat;
		border: none;
		cursor: pointer;
	}
	
		#nav li ul input.submit:hover {
			background-position: 0 -31px;
			cursor: pointer;
		}
	
	

/********************************************
CONTENT
********************************************/
#feat-home {
    position: relative;
    background: transparent url("images/bg-feature.png") no-repeat 0 0;
    width: 909px;
    height: 244px;
    margin: 0 auto;
    padding: 16px 18px 18px 18px;
}

	#feat-home h1 {
		position: relative;
		margin: 0 0 10px 10px;
		color: #3182c4;
		font-size: 40px;
		font-weight: 500;
		text-transform: lowercase;
	}
	
		#feat-home h1 a {
			text-decoration: none;
			color: #3182c4;
		}
	
	#feat-home h2 {
		position: relative;
		color: #48aa00;
		font-size: 36px;
		font-weight: 500;
		text-transform: lowercase;
		line-height: 24px;
		height: 24px;
		margin: 0;
		padding: 0;
	
	}
	


#slider {
    width: 909px;
    height: 244px;
    margin: 0;
    position: relative;
    background: none;
}

	.scroll {
		position: relative;
		width: 909px;
		height: 244px;
		overflow: auto;
		overflow-x: hidden;
	}
	
	/*.img-veil {
		position: absolute;
		width: 909px;
		height: 244px;
		top: 0;
		left: 0;
		background: transparent url("images/bg-img-veil.png") no-repeat 0 0;
		z-index: 0;
	}*/
	
	.scrollContainer div.panel {
		position: relative;
		width: 909px;
		height: 244px;
		padding: 0;
	}

	.home-feat-thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 909px;
		height: 244px;
		z-index: 0;
	}
	
	.home-feat-text {
		position: absolute;
		width: 600px;
		top: 10px;
		left: 12px;
		float: left;
		padding: 0;
		z-index: 0;
	}
	
		.home-feat-text p {
			width: 525px;
			font-size: 16px;
			line-height: 21px;
			font-weight: 500;
			color: #0060ae;
		}

		a.nutrition-link,
		.home-feat-text p a.more-link {
			display: block;
			margin: 15px 0 0 0;
		}

		a.nutrition-link { 
			background: transparent url("images/btn-nutrition-info.jpg") no-repeat 0 0;
			width: 184px;
			height: 33px;
		}
		
			a.nutrition-link:hover { background-position: 0 -33px; }
			
			.home-feat-text p a.more-link { 
				background: transparent url("images/btn-feat-more.png") no-repeat 0 0;
				width: 143px;
				height: 30px;
			}

				.home-feat-text p a.more-link:hover { background-position: 0 -30px; }
				a.nutrition-link span, .home-feat-text p a.more-link span { display: none; }

				p a.nutrition-link,
				p a.more-link:hover {
					text-decoration: none;
				}


#nav-container {
    position: absolute;
    width: 817px;
    height: 10px;
    top: 214px;
    left: 0;
    padding: 10px 46px;
    background: transparent url("images/bg-navcontainer.png") no-repeat 0 0;
    z-index: 90;
}


img.scrollButtons.left {
    position: absolute;
    top: 224px;
    left: 24px;
    z-index: 999;
    cursor: pointer;
    visibility: hidden;
}

img.scrollButtons.right {
    position: absolute;
    top: 224px;
    left: 121px;
    z-index: 999;
    cursor: pointer;
    visibility: hidden;
}

#nav-container ul.nav-feature {
    position: absolute;
    top: 10px;
    left: 46px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}

#nav-container ul.nav-feature li {
    display: inline;
}

#nav-container ul.nav-feature li a {
    display: block;
    float: left;
    padding: 0 8px 0 0;
    width: 9px;
    height: 9px;
    background: transparent url("images/nav-feature.gif") no-repeat 0 0;
}

#nav-container ul.nav-feature li a:hover,
#nav-container ul.nav-feature li a.selected { background-position: 0 -9px; }

#nav-container ul.nav-feature li a span { display: none; }

#nav-container ul.nav-feature li a:focus { outline: none; }


/********************************************
CONTENT
********************************************/
#lower {
    position: relative;
    width: 925px;
    margin: 0 auto;
    border-top: 4px solid #d8c58b;
    background: transparent url("images/lower-bg.jpg") repeat-y;
}

#lower-top {
    position: relative;
    float: left;
    background: transparent url("images/lower-bg-top.jpg") no-repeat top;
}

#lower-bottom {
    position: relative;
    float: left;
    background: transparent url("images/lower-bg-bottom.jpg") no-repeat bottom;
}		

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: 655px;
    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: 11px;
		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%;
	float: left;*/
    width: 615px;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.recipe-content {
    position: relative;
    width: 100%;
}

	.recipe-content ul.utility {	
		position: relative;
		list-style: none;
		clear: both;
		width: 100%;
		margin-bottom: 15px;
	}

		.recipe-content ul.utility li {	
			font-size: 11px;
			display: inline;
			padding: 0 20px 0 0;
		}
		
			.recipe-content ul.utility li a {
				font-weight: bold;
				color: #3d8e00;
				text-decoration: underline;
			}
			
			.recipe-content ul.utility li a:hover {
				text-decoration: none;
			}

	.recipe-description {
		position: relative;
		float: left;
		width: 334px;
		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: 261px;
			/*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 */

#left-col #pagination-wrapper {
	position: relative;
	width: 655px;
	height: 60px;
	text-align: center;
}

	#left-col #pagination-wrapper-inner {
		position: relative;
		width: 50%;
		height: 33px;
		margin: 0 33%;
		text-align: center;
	}

	#pagination-wrapper #pagination {
		position: relative;
		display: inline;
		list-style: none;
		padding: 0;
		width: 50%;
		margin: 0 auto;
	}		
	
		#pagination-wrapper #pagination li {
			float: left;
			height: 33px;
			font-size: 12px; 
			padding: 8px 8px 0 8px;
			margin: 0;
		}
				
				#pagination-wrapper #pagination li.pagi-left  { padding: 0 0 0 5px; }
				#left-col #pagination li.pagi-right { padding: 0 0 0 0; }
				
				#pagination-wrapper #pagination li.pagi-left a,
				#pagination-wrapper #pagination li.pagi-right a {
					width: 24px;
					height: 33px;
					display: block;
				}
				
				#pagination-wrapper #pagination li.pagi-left a { background: transparent url("images/btn-pagi-prev.jpg") no-repeat 0 -33px; }
				#pagination-wrapper #pagination li.pagi-right a { background: transparent url("images/btn-pagi-next.jpg") no-repeat 0 -33px; }
				
				#pagination-wrapper #pagination li.pagi-left a:hover,
				#pagination-wrapper #pagination li.pagi-right a:hover {
					background-position: 0 0;
				}
				
				#pagination-wrapper #pagination li a span {
					display: none;
				}
			
			#pagination li a {
				color: #3d8e00;
				text-decoration: none;
			}									
			
			#pagination li.current a {
				color: #5e4d19;
				font-weight: bold;
				text-decoration: none;
			}									
			
			#pagination li a:hover {
				color: #5e4d19;
				text-decoration: none;
			}
						

/********************************************
COMMENTS
********************************************/

#comments ol.commentlist {
}

	#comments ol.commentlist li {
		margin-bottom: 17px;
		border-bottom: 1px dotted #dcca96;
	}



		#comments p {
			font-size: 11px;
			line-height: 17px;
			margin: 0 20px 17px 20px;		
		}
		
			#comments p a {
				color: #51bb04;
				text-decoration: underline;
			}
			
				#comments p a:hover {
					text-decoration: none;
				}
		
		#comments p.commentauthor {
			font-weight: bold;		
		}
	
#responseform {
    position: relative;
    margin: 0 20px 30px 20px;
}
	
	#responseform p {
		padding: 0 0 10px 0;
	}
	
		#responseform p a {
			color: #6f6547;
			text-decoration: underline;
		}
		
			#responseform p a:hover {
				text-decoration: none;
			}

	#responseform input {
		padding: 8px 0 0 8px;
		height: 22px;
		background: transparent url("images/bg-commentinput.gif") no-repeat 0 0; width: 160px;
		border: none;
		color: #6f6547;
		display: block;
	}

		#responseform input.hidden,
		#responseform input#_wp_unfiltered_html_comment {
			display: none;
		}

	#responseform textarea {
		color: #6f6547;
		font-size: 11px;
		font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
		padding: 8px 0 0 8px;
		border: none;
		background: transparent url("images/bg-comment-txtarea.gif") no-repeat 0 0; width: 472px; height: 240px; display: block;
	}

	#responseform #submit { background: transparent url("images/btn-submit.gif") no-repeat 0 0; width: 84px; height: 33px; display: block; border: none; cursor: pointer; margin: 0; }
	#responseform #submit:hover { background-position: 0 -33px; }


/********************************************
CONTENT-RIGHT
********************************************/		
#right-col {
    position: relative;
    float: right;
    width: 270px;
    padding: 15px 0 0 0;
}

	.right-hdr {
		margin: 0 0 10px 0;
	}
	
	#right-col #module-testing,
	#right-col #module-finder,
	#right-col #module-categories,
	#right-col #module-comments,
	#right-col #module-rss {
		margin: 0 0 30px 0;
		padding: 0 15px;
	}

		#right-col #module-categories p,
		#right-col #module-comments p,
		#right-col #module-rss p {
			margin: 0 0 10px 0;
		}

		#right-col #module-finder p {
			margin: 0 0 15px 0;
		}

			#right-col #module-categories ul li.current-cat a {
				color: #51bb04;
			}

	#right-col ul {
		margin: 0;
		position: relative;
		width: 240px;
	}

		#right-col ul li {
			color: #5e4d19;
			font-size: 16px;
			line-height: 34px;
			border-top: 1px dotted #dcca96;
			padding: 0 5px 4px 5px;
		}
		
			#right-col ul li a {
				color: #5e4d19;
				text-decoration: none;
			}
			
				#right-col ul li a:hover {
					color: #51bb04;
				}

#right-col #module-finder ul.finder-form {
    position: relative;
    list-style: none;
    height: 30px;
    clear: both;
    padding: 0;
    margin-top: 10px;
    background: transparent url("images/bg-recipe-finder.jpg") repeat-x top;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}	

#right-col #module-finder ul.finder-form li {
    float: left;
    border: none;
}	

#right-col #module-finder ul.finder-form li input.field {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 153px;
    height: 18px;
    padding: 6px 5px 4px 5px;
    margin: 0;
    color: #5e4d19;
    background-color: #faf6e7;
    border: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#right-col #module-finder ul.finder-form li input.submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 73px;
    background: transparent;
    border: none;
    color: #5e4d19;
    font-size: 13px;
    font-weight: bold;
}

#right-col p.last-line { border-top: 1px dotted #dcca96; padding: 16px 0 0 0; }
#right-col p a.btn-viewall { background: transparent url("images/btn-viewall.png") no-repeat 0 0; width: 95px; height: 33px; display: block; }
#right-col p a.btn-viewall:hover { background-position: 0 -33px; }
#right-col p a.btn-viewall span { display: none; }

#module-comments ul li {
    color: #5e4d19;
    font-size: 11px;
    line-height: 16px;
    border-top: 1px dotted #dcca96;
    padding: 8px 5px 4px 20px;
}

#module-comments ul li.single-quote { background: transparent url("images/li-single-quote.png") no-repeat 0 8px; }

#module-comments ul li.comment-byline {
    border-top: none;
    padding: 0 5px 8px 20px;
}

#module-comments ul li a {
    color: #51bb04;
    text-decoration: underline;
}

#module-comments ul li a:hover {
    text-decoration: none;
}

#module-rss ul #rss-icon { background: transparent url("images/li-rss.png") no-repeat 0 10px; }
#module-rss ul #twitter-icon { background: transparent url("images/li-twitter.png") no-repeat 0 10px; }
#module-rss ul #facebook-icon { background: transparent url("images/li-facebook.png") no-repeat 0 10px; }

#module-rss ul li {
    padding: 0 5px 2px 22px;
}

/********************************************
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*/