/*
THEME NAME: Pudding & Pies
THEME URI: http://www.puddingsandpies.com
DESCRIPTION: Pudding & Pies v1.0 : Two-column, widget ready
VERSION: 1.0
AUTHOR: <a href="http://templecreative.com">Dijon Correia</a>
AUTHOR URI: http://templecreative.com
*/

/* =Reset
-------------------------------------------------------------- */

@import "css/reset.css";

/* =Global Elements
-------------------------------------------------------------- */

/* =Typography
----------------------------f---------------------------------- */

@import "css/typography.css";

/* =Images
-------------------------------------------------------------- */

@import "css/images.css";

* {
	margin: 0;
}

html, body.puddingspies {
	height: 100%;
	background:url(images/bg.png) repeat-x;
	background-color: #f4ece1;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -81px; /* the bottom margin is the negative value of the footer's height */
	background:url(images/hdr-bg.png) repeat-x top;

}

/* =Header
-------------------------------------------------------------- */

#header {
	background:url(images/hdr.jpg) no-repeat top center;
	width: 100%;
	height: 303px;
	margin: 0 auto;
	text-align: center;
}

#header img {
	margin: 0 auto;
}

/* =Menu
-------------------------------------------------------------- */

#menu {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
}

	#menu ul li.nav1 a {
		display: block;
		background:url(images/nv1.png) no-repeat;
		width: 120px;
		height: 75px;
	}
	
	#menu ul li.nav2 a {
		display: block;
		background:url(images/nv2.png) no-repeat;
		width: 107px;
		height: 75px;
	}
	
	#menu ul li.nav3 a {
		display: block;
		background:url(images/nv3.png) no-repeat;
		width: 127px;
		height: 75px;
	}
	
	#menu ul li.nav4 a {
		display: block;
		background:url(images/nv4.png) no-repeat;
		width: 225px;
		height: 75px;
	}
	
	#menu ul li a {
		text-indent: -9999px;
		color: transparent;
		line-height: 0px;
		font-size: 0px;
	}

/* =Content
-------------------------------------------------------------- */

#container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#main {
	width: 960px;
	margin: 0 auto;
}

#main-top {
	display: block;
	width: 960px;
	height: 11px;
	background:url(images/mn-tp.png) no-repeat bottom;
}

#main-mid {
	float: left;
	width: 960px;
	background: #fff;
	background:url(images/mn-md.png) repeat-y;
}

#main-bot {
	display: block;
	float: left;
	width: 960px;
	height: 10px;
	background:url(images/mn-bt.png) no-repeat;
}

#content {
	float: left;
	width: 702px;
	padding:15px 10px 15px 30px;
}

#content .see-category {
	margin-bottom: 50px ;
}

#content .see-category a {
	font-size: 12px ;
}

.intro {
	border-bottom: 1px dotted #dadada;
	padding: 5px 12px 5px 0;
	float:left;
}

.post {

}	

/* =Navigation
-------------------------------------------------------------- */

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div .navigation-separator{
	width: 550px;
}

.navigation a {
	width: 590px;
}

/* =Comments
-------------------------------------------------------------- */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
#sidebar-container {
	float: left;
	width: 187px;
	padding: 15px 13px;
}

#sidebar {
	float: right;
}

.sidepanel {
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* =Home panels
-------------------------------------------------------------- */
.panel-info {
	float: left;
	display: block;
	width: 335px;
	height: 287px;
	margin:10px 15px 10px auto;
	background:url(images/pnl-info-bg.jpg) no-repeat;
	overflow: hidden;
}

	.panel-title {
		width: 313px;
		height: 35px;
		margin: 9px 12px 0 10px;
	}
	
	.panel-content {
		width: 275px;
		height: 120px;
		margin: 17px auto auto 35px;
	}
	
		.content-left {
			float: left;
			width:115px;
		}

		.content-right {
			float:left;
			width: 155px;
		}
	
		.panel-image {
			float:left;
			background: url(images/shadowAlpha.png) no-repeat bottom right !important;
			background: url(images/shadow.gif) no-repeat bottom right;
			margin:10px 5px 5px 0 !important;
		}

		.panel-image img {
			display: block;
			position: relative;
			background-color: #fff;
			border: 1px solid #cecece;
			margin: -6px 6px 6px -6px;
			padding: 4px;
		 }

/* =Products
-------------------------------------------------------------- */
li.cat-item {
	float: left;
	list-style: none;
}

li.cat-item a {
	text-decoration: none;
}

span.category-name {
	display: none;
}

/** Global elements **/
#product a, #product-featured a {
	position:relative; 
	float:left; 
}

#product a span, #product-featured a span {
	display:none; 
	background-image:url(images/icn-zoom-in.png); 
	background-repeat:no-repeat; 
	width:20px; 
	height:20px; 
	position:absolute; 
	right:10px; 
	bottom: 10px;
}

#product a:hover span, #product-featured a:hover span { 
	display:block;
}	

/** General display **/
#product {
	float: left;
	width: 200px;
	height: 285px;
	padding: 10px;
	margin:7px 10px 5px 0;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#product:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#product-thumb {
	width: 200px;
	margin: 10px 0;
}

#product-thumb img {
	margin:0 0 10px;
}

#product-title {
	width: 200px;
}

#product-content {
	width: 200px;
}

/** Sidebar display **/
#product-featured {
	width: 160px;
	padding: 5px;
	margin: 0px 5px 10px 5px;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#product-featured:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#product-featured img {
	margin: 5px;
	background: #fff;
	border: 1px solid #E5E5E5;
}

#product-featured h4{
	margin: 5px;
}

#product-featured p {
	margin: 5px;
}


/* =Testimonails
-------------------------------------------------------------- */

#testimonial {
	float: left;
	padding: 10px;
	margin:10px;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#testimonial:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#testimonial-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding:0 10px;
	background: transparent url('images/icn-testimonial.png') no-repeat scroll center left;
}

#testimonial-excerpt {
	float: left;
	width:535px;
	font-style: italic;
	font-size: 14px;
}

#testimonial-testimonee {
	float: right;
	width:535px;
	color: #BAB7B1;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#testimonial-location {
	float: right;
	width:535px;
	color: #BAB7B1;
	font-style: italic;	
	text-align: right;
}

/* =Hints & Tips
-------------------------------------------------------------- */

#hintstips {
	float: left;
	padding: 10px;
	margin:5px;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#hintstips:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#hintstips-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 25px 10px;
	background: transparent url('images/icn-hintstips.png') no-repeat scroll center left;
}

#hintstips-excerpt {
	float: left;
	width:535px;
	font-style: italic;
	font-size: 14px;
}

#hintstips-title {
	float: left;
	width:535px;
}

/* =Stockists
-------------------------------------------------------------- */

#stockists {
	float: left;
	padding: 10px;
	margin:10px;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#stockists:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#stockists-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 5px 10px;
	background: transparent url('images/icn-stockists.png') no-repeat scroll center left;
}

#stockists-type {
	float: left;
	width:535px;
	font-style: italic;
	font-size: 14px;
}

#stockists-title {
	float: left;
	width:535px;
}

/* =News
-------------------------------------------------------------- */

#news {
	float: left;
	padding: 10px;
	margin:10px;
	background: #F0F0F0;
	border: 1px solid #E5E5E5;
}

#news:hover {
	background: #FEFEFE;
	border: 1px solid #F0F0F0;
}

#news-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 30px 10px;
	background: transparent url('images/icn-news.png') no-repeat scroll center left;
}

#news-image {
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0px 0 0 5px !important;
}

#news-image img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #cecece;
	margin: -6px 6px 6px -6px;
	padding: 4px;
 }

#news-title {
	float: left;
	width:590px;
}

/* =Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
	margin: 10px 0;
	border-top: 1px solid #E8E9EA;
	border-left: 1px solid #E8E9EA;
}

th {
	font-weight: bold;
	background-color:#F2F2F2;
	padding: 5px;
	border-right: 1px solid #E8E9EA;
	border-bottom: 1px solid #E8E9EA;
	text-align: center;
	font-weight: bold;
}

tr {
	padding: 4px;
}

td {
	border-collapse: collapse;
	border-right: 1px solid #E8E9EA;
	border-bottom: 1px solid #E8E9EA;
	padding: 4px;
	vertical-align:top;
}

/* Shelf Life */
table.shelf-life {
	margin: 10px auto!important;
	position: relative!important;
}
table.shelf-life tr, table.shelf-life td {
	background-color: #fff;
	color: #666;
}

/* =Fancy box
-------------------------------------------------------------- */
div#fancy_div {
	overflow: auto !important;
}

/* =Footer
-------------------------------------------------------------- */

.push { /* for sticky footer */ 
	height: 81px;
}

#footer {
	float: left;
	width: 100%;
	height: 81px;
	background:url(images/ftr-bg.png) repeat-x;
	margin: 15px auto 0;
	clear:both;
}

	#footer-container {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer-menu ul {
		width: 920px;
		height: 31px;
		text-align: center;
		list-style: none;
		margin: 0 auto;
	}
	
	#footer-menu li {
		float: left;
		margin:0 20px 0 0;
	}
	
		#footer-menu a {
			color: #236dd1;
			text-decoration: none;
		}
		
		#footer-menu a:hover {
			text-decoration: underline;
		}
	
	#footer-icon {
		float: left;
		width: 60px;
		height: 50px;
		margin: 0 0 0 125px;
	}
	
	#footer-credits {
		float: left;
		height: 50px;
		line-height: 50px;
		margin: 0 0 0 12px;
		color: #fff;
		font-weight: bold;
	}
	
	#footer-credits a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer-credits a:hover {
		text-decoration: underline;
	}
