/*
 * Theme Name: Faradays Custom Theme
 * Theme URI: http://faradayskitchenstore.com/
 * Description: Custom Wordpress Theme built by Glide Design for Faraday's Kitchen Store
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
code, del, dd, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4,
h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, ul, var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}


/* *************** GLOBAL - Rules and Typography *************** */

body {
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
	background: url(images/hdr-bg.gif) repeat-x left top;
}
.inline-link {
	padding-left: 10px;
	text-decoration: underline;
	color: #3a6455;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	.alignleft p {
		margin: 0;
	}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
	.alignright p {
		margin: 0;
	}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	position: relative;
	margin: auto;
	width: 760px;
	height: ;
	background: url(images/hdr-background.gif) left top no-repeat #000000;
}
#header-contact {
	position: absolute;
	top: 8px;
	right: 10px;
	height: 30px;
	text-align: right;
	font-size: 9px;
	color: #988344;
}


/* ********************** HEADER - Logo ********************** */

#logo {
	width: 106px;
	height: 75px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -99999px;
	background: url(images/hdr-logo.gif) left top no-repeat;
}


/* ******************** HEADER - Navigation ****************** */

#main-nav {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 590px;
	height: 35px;
	list-style-type: none;
	color: #ffffff;
}
	#main-nav.home {
		width: 540px;
	}
#main-nav li {
	float: left;
	margin: 10px 0;
	padding: 0 6px 1px;
	border-left: 1px solid #ffffff;
	height: 12px;
}
	#main-nav li:first-child {
		border: none;
	}
#main-nav a {
	padding: 0 2px;
	color: #ffffff;
}
	#main-nav .current_page a,
	#main-nav .current_page a:hover {
		color: #0f412f;
		background-color: #ceae5d;
	}
#main-nav a:hover {
	color: #0f412f;
	background-color: #ffffff;
}
#main-nav ul {
	display: none;
/*	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: ;
	border: ;
	padding: ;
	width: ;*/
}
/*	#main-nav li:hover ul {
		visibility: visible;
	}
#main-nav ul a {
	display: block;
	border: ;
	padding: ;
	width: ;
	height: ;
	line-height: ;
	font-size: ;
	font-weight: ;
	color: #;
	background: url(images/main-nav-dropdown-bg.gif) left top repeat-x #;
}
#main-nav ul a:hover {
	color: #;
}*/
#main-nav ul ul {
	display: none;
}




/* ************************* CONTENT ************************* */

#content {
	margin: auto;
	width: 760px;
	background: url(images/content-bg.gif) left top repeat-y;
}
	#content.home {
		background: none;
	}


/* ********************** CONTENT - Main ********************* */

#main {
	float: left;
	padding: 30px;
	width: 450px;
	min-height: 450px;
	line-height: 14px;
	color: #816d3a;
}
#main h2 {
	margin-bottom: 20px;
	border-right: 1px solid #ded8bc;
	border-bottom: 1px solid #ded8bc;
	padding: 7px;
	font: normal 16px "Georgia", "Times New Roman", "Times", serif;
	color: #816d3a;
	background-color: #f6f5e4;
}
	#main h2.cooking-school {
		margin-top: 30px;
	}
#main h3 {
	margin-bottom: 10px;
	font: 16px/18px "Georgia", "Times New Roman", Times, serif;
	color: #3a6455;
}
#main h4 {
	margin-bottom: 10px;
}
#main p {
	margin-bottom: 10px;
}
	#main p#lead {
		margin-bottom: 30px;
		font: 16px/18px "Georgia", "Times New Roman", Times, serif;
		color: #3a6455;
	}
#main ol {
	margin: 0 0 10px 50px;
}
#main ul {
	margin: 0 0 10px 40px;
	padding: ;
}
#main a {
	text-decoration: underline;
	color: #3a6455;
}
#main a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #3a6455;
}
	#main a.inline-link:hover {
		text-decoration: underline;
		color: #3a6455;
		background-color: transparent;
	}
#main td {
	padding: 0 5px 15px;
}
#main tr td:first-child {
	width: 15%;
}
#shopping-slideshow {
	overflow: hidden;
	width: 450px;
	height: 250px;
}
#shopping-slideshow img {
	width: 450px;
	height: 250px;
}
#pager-boxes {
	margin-bottom: 15px;
	border-right: 1px solid #ded8bc;
	border-bottom: 1px solid #ded8bc;
	padding: 7px 0 7px 7px;
	width: 443px;
	text-align: center;
	background-color: #f6f5e4;
}
#pager-boxes a {
	border-left: 1px solid #988344;
	padding: 0 5px;
	outline: none;
}
	#pager-boxes a:first-child {
		border: none;
		padding-left: 0;
	}
	#pager-boxes a.activeSlide,
	#pager-boxes a.activeSlide:hover {
		text-decoration: none;
		color: #816d3a;
		background: none;
	}
.text-inset-green {
	font-weight: bold;
	color: #3a6455;
}


/* **************** CONTENT - Main - Home Page *************** */

#top-left-panel {
	position: relative;
	float: left;
	margin: 5px;
	width: 440px;
	height: 325px;
}
#top-left-panel img {
	width: 440px;
	height: 245px;
}
#seal-1,
#seal-2 {
	display: block;
	position: absolute;
	top: 60px;
	z-index: 100;
	width: 120px;
	height: 170px;
	outline: none;
	text-indent: -99999px;
	background: url(#) left top no-repeat; /***** IE7 HACK - won't display anchor without having something for the anchor to contain. *****/
}
#seal-1 {
	left: 15px;
}
#seal-2 {
	left: 145px;
}
#top-left-panel p {
	padding: 15px 15px 10px 10px;
	font: 16px "Georgia", "Times New Roman", "Times", serif;
	color: #988344;
}
#top-right-panel {
	float: left;
	margin: 5px 0;
	width: 310px;
	height: 325px;
}
#top-right-panel img {
	width: 310px;
	height: 245px;
}
#top-right-panel p {
	padding: 15px 0 10px;
	font: 16px "Georgia", "Times New Roman", "Times", serif;
	color: #988344;
}
#top-left-panel .inline-link,
#top-right-panel .inline-link {
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
}
#bottom-panels {
	clear: both;
	border-bottom: 1px solid #cbc1a1;
	padding: 16px 5px 0;
	width: 750px;
	height: 140px;
	background: url(images/home-rule-bg.gif) left top repeat-x;
}
#bottom-panels div {
	float: left;
	border-left: 1px dotted #cbc1a1;
	padding: 15px 15px 15px 14px;
	width: 220px;
	height: 110px;
}
	#bottom-panels div:first-child {
		border: none;
	}
#bottom-panels h2 {
	padding-bottom: 10px;
	font: 18px "Georgia", "Times New Roman", "Times", serif;
	color: #988344;
	background: url(images/home-panel-title-rule.gif) left top repeat-x;
}
.image-link {
	float: left;
	margin-right: 10px;
}
#bottom-panels p {
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}
#bottom-panels .inline-link {
	font-size: 10px;
	line-height: 16px;
}


/* **************** CONTENT - Main - Blog *************** */

.post {
	margin-top: 30px;
	border-top: 1px dashed #6e6861;
	padding-top: 30px;
}
	#main.blog div:first-child {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
.archive-post-meta {
	clear: both;
	font-weight: bold;
}
#comments {
	margin-top: 30px;
}
.commentlist {
	list-style-type: none;
}
#respond {
	margin-top: 30px;
}
#commentform {
	width: 450px;
}
#comment {
	width: 450px;
}
.newer-older {
	margin-top: 20px;
	width: 100%;
	height: 16px;
}
.newer-older div {
	float: left;
	width: 50%;
	height: 16px;
	font-weight: bold;
}
.newer {
	text-align: left;
}
.older {
	text-align: right;
}



/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	float: left;
	padding: 30px;
	width: 190px;
}
#sidebar h2 {
	padding-bottom: 10px;
	font: 16px/18px "Georgia", "Times New Roman", "Times", serif;
	color: #3a6455;
}
#sidebar h3 {
	margin: 10px 0;
	font: 14px/18px "Georgia", "Times New Roman", Times, serif;
	color: #816d3a;
}
#sidebar p {
	margin-bottom: 20px;
}
#sidebar a {
	text-decoration: underline;
	color: #3a6455;
}
#sidebar a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #3a6455;
}
.widget {
	list-style-type: none;
}
#category-nav {
	margin-bottom: 20px;
	list-style-type: none;
}
#category-nav .current-cat {
	display: none;
}
#category-nav a {
	padding-left: 10px;
	text-decoration: underline;
	color: #3a6455;
	background: url(images/bullet.gif) 0 3px no-repeat;
}





/* ************************* FOOTER ************************** */

#footer {
	margin: auto;
	padding: 30px 15px 15px;
	width: 730px;
	background: url(images/home-rule-bg.gif) left top repeat-x;
}
	#footer.home {
		padding-top: 15px;
		background: none;
	}
#footer p {
	clear: both;
	font-size: 9px;
	color: #999999;
}
#footer a {
	text-decoration: underline;
	color: #999999;
}


/* ******************* FOOTER - Navigation ******************* */

#footer-nav {
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	float: left;
	border-left: 1px solid #988344;
	padding: 0 5px;
}
	#footer-nav li:first-child {
		border: none;
		padding-left: 0;
	}
#footer-nav a {
	text-decoration: none;
	font-size: 10px;
	color: #816d3a;
	background: none;
}
#footer-nav a:hover {
	text-decoration: underline;
}