/** 
 * StoneBank Baking Co. Stylesheet 
 *
 * This style comes to you courtesy of Pie a la Mode
 * Productions, based on the development of the StoneBank
 * Baking Co. website in conjunction with Barb & Chris
 * Pinahs, proprietors
 *
 * @project		StoneBank Baking Co. website
 * @version		1.0
 * @package		xhtml-css
 * @author		Matt Hooban/Pie a la Mode Productions
 * @copyright	2011, 2012 by Matt Hooban
 * @license		GPL
 *
 * @colordef	#000; black
 * @colordef	#F1671A; orange
 * @colordef	#3f2111; brown
 * @colordef	#d5740c; gold
 * @colordef	#fff; white
 * @colordef	#fff6ee; off-white
 */


/** the basics **/


html {
	min-height: 100%;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

body {
	background: #fff6ee;
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	font-family: Georgia, serif;
	font-size: 1em;
	color: #5E3926;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
	clear: both;
}

h1 {
	font-size: 2.8em;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 1.2em 0;
	text-shadow: 2px 2px #3f2111;
}

h2 {
	font-size: 2.6em;
	font-style: italic;
	margin: 0 0 .4em 0;
	text-shadow: 2px 2px #3f2111;
}

h3 {
	font-size: 1.8em;
	font-style: italic;
	margin: 0 0 .4em 0;
	text-shadow: 1px 1px #F1671A;
	text-align: left;
}

h4 {
	margin: 0 0 .4em 0;
	font-size: 1.3em;
	font-style: italic;
	text-shadow: 1px 1px #3f2111;
	text-align: left;
	color: #F1671A;
}

h5 {
	margin: 0 0 .4em 0;
	font-size: 1.2em;
	font-style: italic;
	text-shadow: 1px 1px #3f2111;
	text-align: left;
	color: #F1671A;
}

.awesome {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px #3f2111;
	color: #F1671A;
	display: inline;
	margin-top: 0;
}

img {
	border: none;
}

a {
	color:#d5740c;
	text-decoration: none;
}

a:hover {
	border-bottom: .1em dotted;
}


/** formatting, visually speaking **/


.nope {
	display:none;
}

.yup {
}

.dimmed {
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.top-border {
	border-top: .1em dashed #5E3926;
	padding-top: .8em;
}

.bottom-border {
	border-bottom: .1em dashed #5E3926;
	padding-bottom: .8em;
}


/** formatting - text **/


.tall {
	line-height: 1.4em;
	margin: .4em 0;
}

.small {
	font-size: .9em;
	font-style: italic;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.j{
	text-align: justify;
}


/** document sections **/


#container {
	position: relative;
	font-size: 1em;
	margin: 0;
}

	.nav {
		background: #3f2111;
		clear:both;
		overflow: visible;
		top: 0;
		width: 100%;
		height: 2em;
		color: #fff;
		padding: .8em 0 0 0;
		text-align: right;
	}
	
	.banner {
		background: url('../images/bg-hatch.png');
		color: #fff;
	}
	
	.main {
	}
	
	.divider {
		background: url('../images/bg-divider-horiz.png') repeat-x;
		height: 16px;
	}

	.footer {
		height: 100%;
		position: relative;
		clear: both;
		overflow: hidden;
		margin: 0;
		padding: 1em 0 4.8em 0;
		background: #3f2111;
		color: #fff;
	}

		.footer a {
			color: #fff;
			text-decoration: none;
		}
	
		.footer a:hover {
			border-bottom: .1em dotted;
		}


#wrapper {
	position: relative;
	width: 52.5em;
	margin: 0 auto;
	overflow: visible;
}

	.padded {
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}
	
	.white {
		background: #fff6ee;
	}

#seal {
	width: 14.6em;
	height: 14.6em;
	top: -1em;
	left: -7.3em;
	position: absolute;
	overflow: visible;
	background: url('../images/sb-seal-200.png') center no-repeat;
	margin: 0 auto;
	z-index: 9999;
}


/** navigation **/

.navitem,
.active {
	height: 1.2em;
	color: #fff;
}
.inactive {
	display: none;
}
	a.navitem {
		position: relative;
		text-decoration: none;
		color: #fff;
	} 
	a.navitem:hover {
		padding-bottom: 1.2em;
		color: #d5740c;
		background: url('../images/storefront-logo-16x16.png') center bottom no-repeat;
		border: none;
	} 
	a.active {
		color: #d5740c;
		text-decoration: none;
	}
	a.active:hover {
		text-decoration: none;
		border-bottom: none;
	}

/** content sections **/

#section {
	position: relative;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	text-align: justify;
}

	.about,
	.contact,
	.products {
		padding: 4em 0 0 0;
		margin: 1.2em 0 0 0;
	}

	.about {
		background: url('../images/sec-about.png') no-repeat top;
	}

	.contact {
		background: url('../images/sec-contact.png') no-repeat top;
	}
		
	.products {
		background: url('../images/sec-products.png') no-repeat top;
	}


/** columns **/

#column {
}

	.colLeft {
		clear: left;
		float: left;
		margin-right: 1.25em;
	}

	.colRight {
		clear: right;
		float: right;
		margin-left: 1.25em;
	}

	.colWide {
		width: 32em;
	}

	.colNarrow {
		width: 18em;
	}

	.colSplit {
		width: 25em;
	}

	.colHalf {
		width: 48%;
		padding: 0 1%;
		margin: 0;
	}


/* Buttons */

button.button {
	border: none;
	cursor: pointer; 
}

.button {
	background: url('../images/button-nutrition-info.png') no-repeat;
	display: block; 
}

.btnNutritionInfo {
	background-position: 0px 0px;
	width: 151px;
	height: 32px; 
}

	.btnNutritionInfo:hover {
		background-position: 0px -33px;
		border-bottom: none; 
	}


/* nutrition info */

#nooch {
	width: 10em;
	padding-left: 8em;
	min-height: 10em;
	clear: both;
}

	.mocha {
		background: url('../images/heartsnacks-mocha-120.png') no-repeat top left;
	}

	.strawchoc {
		background: url('../images/heartsnacks-strawchoc-120.png') no-repeat top left;
	}

	.blueberry {
		background: url('../images/heartsnacks-blueberry-120.png') no-repeat top left;
	}

	.caramel-apple {
		background: url('../images/heartsnacks-caramel-apple-120.png') no-repeat top left;
	}

	.cran-date {
		background: url('../images/heartsnacks-cran-date-120.png') no-repeat top left;
	}

	.shortbread {
		background: url('../images/heartsnacks-shortbread-120.png') no-repeat top left;
	}


/* columns & layout styles */

#showcase-text {
	margin-bottom: 12px;
}
.left-column,
.right-column {
	position; relative;
	overflow: hidden;
	margin: 0;
}
	
.left-column {
	float: left;
	clear: left;
}
	
.right-column {
	float: right;
	clear: right;
}

.half {
	width: 48%;
	padding: 0 1%;
}

.third {
	width: 30%;
	padding: 1% 1.5%;
}

.twothirds {
	width: 63%;
	padding: 1% 1.5%;
	border-right: .1em dotted #5E3926;
}

#container3 {
	max-width:100%;
	margin: 0 auto 1em auto;
	overflow:hidden;
	color: #5E3926;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33%;
	padding: 12px 0;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:33%;
}
#col1 {
	float:left;
	width:32%;
	position:relative;
	left: 67%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:31%;
	position:relative;
	left:69%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:31%;
	position:relative;
	left:71%;
	overflow:hidden;
}


