/*
Theme Name: Essential Ingredient Site Theme
Theme URI: http://www.essentialingredient.com.au/
Description: The default theme for the Essential Ingredient site.
Version: 1.0
Author: 
Author URI: 

	Primary Colors:	#ff6f20 - orange
 					#ffe7d9 - headlining articles
					#f6ebea - feature articles
 
*/

body
{
	background: #fff none no-repeat center top;
	color: #404040;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 4px 0px;
}

img
{
	border: 0px;	
}

a, a:hover, a:visited
{
	color: #ff6f20;
	text-decoration: underline;
}

.company_highlight
{
	color: #ff6f20;	
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.01em;
}
	
.full_wrapper
{
	width: 960px;
	margin: 0px auto;
	border: 1px solid #962319;
	background: #ffffff;
	/* background: rgba(255, 255, 255, 0.7); /* transparency version */
}

.aligncenter
{
	text-align: center;	
}

.clear
{
	clear: both;	
}

.defaultcursor
{
	cursor: default;	
}


/* ----------- Header -------------- */

.header
{
	margin-bottom: 4px; /* changed from border-bottom: 4px solid white;  for transparency */
	background: #962218 no-repeat;
	position: relative;
}

#logo_container
{
	background: #962218;
	width: 269px;
	height: 169px;
	padding-top: 3px;
	padding-bottom: 9px;
}

.logo_image h1
{
	width: 251px;	/* 224px */
	height: 169px; /* 154px; */
	overflow: hidden;
	margin: 0px auto;
}
	
	/* ----------- Main Navigation -------------- */
	
	.nav_container
	{
		background: #d3222a none no-repeat;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		height: 2.35em;
		position: absolute;
		z-index: 5;
		float: left;
		top: 141px;
		left: 269px;
		width: 686px;
		padding-right: 5px;
	}
	
	#nav
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
	}
	
	#nav li
	{
		background: transparent url(images/menu_sep.jpg) no-repeat left center;
		float: left;
		display: inline;
		position: relative;
		line-height: 28px;
	}
	
	#nav li:first-child
	{
		background: none;	
	}

	#nav li a, #nav li a:hover, #nav li a:visited
	{
		color: #fff;
		text-decoration: none;
		padding: 9px 8px 9px 8px;
	}

	#nav li:hover a
	{
		
	}
	
	
		/* ----------- Sub Menu -------------- */
		#nav li ul
		{
			position:absolute;
			top: 2.35em;
			left: 0em;
			height: 0px;
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			overflow:hidden;
			display: none;
		}

		#nav li:hover ul, #nav li a:hover ul, #nav li.over ul
		{
			display: block;
			overflow: visible;
		}

		#nav li ul li
		{
			clear: both;
			color: #fff;
			display: block;
			padding: 0px;
			line-height: 1.2em;
		}
		
		#nav li ul li a, #nav li:hover ul li a
		{
			text-decoration: none;
			color: #fff;
			display: block;
			width: 14em;
			background-color: #d04e56;
			font-size: 0.8em;
			padding: 5px 12px;
		}
		
		#nav li ul li:hover a
		{
			background-color: #d3222a;	
		}

	#search_box
	{
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		float: right;
		text-align: right;	
	}
	
	#search_box input[type="text"]
	{
		width: 90px;
	}
	
/* ----------- SideBar -------------- */
#sidebar
{
	float: right;	
	width: 260px;
	margin-left: 4px; /* changed for transparency from: border-left: 4px solid white; */
}

div.gallery #sidebar
{
	margin-top: 382px;
}

#sidebar a
{
	color: #404040;	
}

#sidebar ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#sidebar ul li
{
	padding: 10px;
	width: 240px;
}

#sidebar ul li ul li
{
	background: transparent none;	
	border: 0px;
	padding: 10px 0px;
}

#sidebar h2
{
	margin: 0px;
	color: #fff;
	height: 52px;
}

	/*------------- Widget Styles ------------- */
		/* See widgets.css */


/* ----------- Main Content -------------- */
.main_content
{
	clear: both;
	margin: 0px 4px;
	color: #000000;
	overflow: hidden;
}


.main_content_page
{

}

.content
{
	float: left;
	width: 688px;
	padding: 0px 0px 20px;
	overflow: hidden;
	
}

.bordered-img
{
	border: 2px solid white;
}

.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

	/* ----------- Page styles -------------- */
	.page_intro
	{
		background-color: #ffffff;
		color: #000;
		padding: 0px 10px;
	}
	
	.page_intro h2
	{
		margin: 0px;
		padding: 12px 0px;	
	}
	
	.page_intro p
	{
		margin: 0px;
		padding: 12px 0px;
	}
	
	.page
	{
		background: #ffffff;
		color: #000;
		overflow: hidden;
		padding: 14px 10px;
		text-align: justify;
	}
	
	.page h2
	{
		margin-top: 0px;	
	}

    /* ----------- Posts -------------- */
	.post
	{
		border-bottom: 1px solid #404040;
		overflow: hidden;
		padding: 14px 10px;
		margin: 0 20px 0 10px;
		text-align: justify;
		clear: both;
	}

	.top_article
	{
		width: 342px;
		float: left;
		background-color: #ffe7d9;
		/*background: rgba(255, 111, 32, 0.2); /* transparency version */
		height: 180px;
		overflow: hidden;
	}

	.top_article .post
	{
		border: none;
		margin: 0px;
	}

	.single_post .post
	{
		border-bottom: 0px;
		font-size: 11px;
		color: #404040;
	}

	.post h2
	{
/*		float: left; */
		margin: 0px 0px 8px;
		width: 490px;
	}

	.post h2 a
	{
		color: #404040;
		text-decoration: none;
	}
	
	.post .post_date
	{
		float: right;	
		font-style: italic;
	}
	
	.top_article .post_date
	{
		float: none;	
		padding-bottom: 4px;
	}
	
	.post p
	{
		margin-top: 0px;	
	}

	.post a
	{
		text-decoration: underline;
	}
	
	.page a
	{
		color: #404040;	
		text-decoration: underline;
		
	}

	.page .thumb
	{
		float:left;
		margin-bottom:10px;
		margin-right:10px;	
		border: 2px solid white;
	}

	.post_summary .thumb
	{
		float:left;
		margin: 0px 10px 10px 0px;
		border: 1px solid #ff6f20;
	}
		
	.top_article .thumb
	{
		float: right;	
		margin: 0px 0px 10px 10px;
	}

	.storytitle
	{
		float: none;
	
	}
	
	.sociable
	{
		clear: both;
		border-top: 1px solid #404040;
		padding: 16px 0px 0px 20px;
	}

	.postmetadata
	{
		padding-left: 20px;
	}

	.older_link a, .newer_link a
	{
		color: #404040;
		font-weight: bold;
	}
	
	.older_link
	{
		float: left;
		padding: 15px 0px 0px 20px;
	}

	.newer_link
	{
		float: right;
		padding: 15px 20px 0px 0px;
	}

		/* ----------- Post Comments --------------- */
		.comments_area
		{
			margin-top: 20px;
		}
		
		.comments
		{
			padding: 0px 20px;	
		}
		
		.comments_list
		{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		.comments_list li
		{
			padding: 0px 0px 5px;
		}

		.comment p.separator
		{
			margin: 0px 0px;
		}

		.vcard
		{
			font-style: italic;
		}
				
		#respond
		{
			border-top: 1px solid #404040;
			padding: 20px;
		}

		#respond fieldset
		{
			display: inline;
			border: 0px;
			padding: 5px 0px;
			float: left;
		}
		
		#respond fieldset.right
		{
			float: right;		
		}
		
		input[type="text"], textarea
		{
			border: 1px solid #a1a1a1;
			color: #404040;
		}
		
		textarea
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			overflow: auto;
		}

		.vcard img
		{
			display: none;	
		}

		/* ----------- Featured Posts slider -------------- */		
		#slider
		{			
			margin: 0 auto;	
			position: relative;
			background: #f6ebea;
			/* background: rgba(246,235,234,0.6); /* transparency version*/
			height: 318px;
			padding: 8px 0px 20px 18px;
			margin-bottom: 3px;
			display: none; /* hidden at first */
		}
		
		.scroll
		{
			overflow: auto;
			position: relative; /* fix for IE to respect overflow */
			width: 916px;
			clear: left;
		}
		
		.scrollContainer div.panel
		{
			background-color: #ff6f20;
			padding: 0px 20px 20px 0px;
			height: 208px;
			width: 916px;
			margin: 0px;
		}
		
		.featured_media
		{
			padding: 0px 20px 0px 0px;
			color: #fff;
		}
		
		.featured_media h2
		{
			padding-top: 23px;
			margin: 0px;
		}
		
		.featured_media h2 a
		{
			text-decoration: none;
			color: #fff;	
		}
		
		.featured_media p
		{
			text-align: justify;	
		}
		
		.scroll .thumb
		{
			float: left;
			border: 1px solid #ff6f20;
			margin: 0px 20px 0px 0px;
		}
		
		.feature_link
		{
			width: 133px;
			height: 90px;
			overflow: hidden;
			margin: 0px;
			padding: 0px 22px 0px 0px;
			display: inline;
			float: left;
		}
		
		.feature_link p 
		{
			margin-top: 13px;	
		}

		.feature_link a
		{
			color: #fff;	
		}
		
		.navigation
		{
			margin-top: 12px;	
		}
		
		.navigation img
		{
			border: 1px solid #ff6f20;
		}
	
	/* ----------- Editorial -------------- */
	.featured_post
	{
		background: #c3bfb2;
		padding: 8px 10px 20px 8px;
		border-bottom: 5px solid white;
	}
	
	.featured_post .thumb
	{
		float: left;	
		border: 2px solid white;
		margin: 0px 20px 0px 0px;
	}
	
	.featured_post .post
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		background: transparent;
		color: #000;
	}

	.featured_post .post h2
	{
		color: #000;
		float: none;
		margin-top: 10px;
	}
	
	.featured_post .post a
	{
		color: #000;	
	}

	
	
    /* ----------- Gallery -------------- */
	/* see photoalbum-styles.css */

/* ----------- Footer -------------- */
#footer_container
{
	background: #fff;
}

.footer
{
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 20px 0 10px;
}

.main_content_page .content .footer
{
	border-top: 1px solid #404040;
}

.gallery .content .footer
{
	border-top: 0px;
}

.main_content_page .footer
{
	border-top: 1px solid #404040;
}

.footer_decoration_wrapper
{
	overflow: hidden;
	height: auto;
	min-height: 144px!important;
	padding: 17px 0px;
}

.footer a
{
	color: #404040;	
	text-decoration: underline;
}

#nav_footer
{
	text-align: center;
	width: 950px;
	margin: 10px auto 0px;
	padding: 0px;
	font-size: 1.2em;
}

#nav_footer li
{
	display: inline;
	padding: 0 5px 0 10px;
	list-style-type: none;
	background: transparent url(images/menu_footer_sep.jpg) no-repeat left bottom;
}

/* ---------- Search Page specifics ----------*/
.searchcontent div.page
{
	border-bottom: 1px solid #404040;
	overflow: hidden;
	padding: 14px 10px;
	margin: 0 20px 0 10px;
	text-align: justify;
	clear: both;
}

.searchcontent div.page h2 a
{
	text-decoration: none;	
}

.searchcontent div.post_date
{
	float: right;
}

DIV.eipm-container UL { 
  padding-left: 0; 
  list-style: none; 
  width: 952px; 
  height: 150px;
  margin: 5px 0;
}
DIV.eipm-container UL LI { float: left; margin-left: 5px; height: 150px; width: 314px; background-color: #F6EBEA;}
DIV.eipm-container UL LI:first-child {margin-left: 0px; }
DIV.eipm-container UL LI A{ border: none; }
DIV.eipm-container UL LI A IMG{ width: 314px; height: 150px;}

