@charset "UTF-8";
/* CSS Document */


/* Gengeral */

h2 {
	font-size:2.4em;
	font-weight:normal;
	margin-bottom:0;
	padding-top:4px;
	margin-top:0;
	}
	
h3 {
	font-size:1.6em;
	margin-bottom:0;
	margin-top:4px;
	text-transform:uppercase;
	}
	
p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:0;
	}

li {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:.25em;
	margin-top:0;
	}

/* Pages */

#pageTopicHeader {
	}
	

.postDate {
	display:block;
	font-size:1.1em;
	margin:4px 0px;
	color:#603913;
	}

/* Main Column */

#mainContent {
	display:block;
	float:left;
	width:439px;
	text-align:left;
	}
	
/* Side Column */

#sideContent {
	display:block;
	float:right;
	width:178px;
	text-align:left;
	}
	
.sideDisplay {
	display:block;
	padding:0 0 1em 0;
	}
	
.sideDisplay h1{
	margin:0;
	font-size:1.4em;
	color:#f26522;
	}
	
.sideDisplay .dtext{
	margin:0;
	font-size:1.1em;
	color:#603913;
	line-height:1.3em;
	}
	
	
.sideDisplay .textBlock {
	display:block;
	text-align:left;
	padding:0 7px;
	}
	
.sideDisplay {
	text-align:center;
	margin:0 auto;
	}

.sideList {
	}
	
.sideList a {
	display:block;
	width:164px;
	height:20px;
	background-color:#d86e19;
	border:2px solid #cd9950;
	margin-bottom:5px;
	padding-left: 10px;
	padding-top: 8px;
	color:#FFFF99;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	}
	
.sideList a:hover {
	background-color:#cd9950;
	color:#603913;
	}
	
/* Product page */

#productNavigation {
	}

.productNavItem {
	width: 118px;
	float:left;
	margin-right:9px;
	}
	
/* The following 3 classes are used for a 6-tab system */
.productNavItemMini {
	float:left;
	margin-right:2px;
	}

.pNEndMini {
	margin-right:0px !important;
	}

.pNEnd {
	margin-left:-1px;
	margin-right:0px !important;
	}
	
.productItem {
	width:621px;
	border-bottom:2px solid #cd9950;
	border-left:2px solid #cd9950;
	border-right:2px solid #cd9950;
	margin-bottom:10px;
	}
	
.productImage {
	float:left;
	width: 159px;
	margin-left:16px;
	padding-bottom:10px;
	}
	
.productDescription {
	float:right;
	margin-right:16px;
	width:420px;
	text-align:left;
	}

.small {
	font-size:1em;
	line-height:normal;
	}


/* Recipe Page */

.recipeItem {
	border-bottom:2px solid #cd9950;
	margin-bottom:8px;
}

.recipeItem td {
	font-size:1.2em;
	padding:3px 6px 3px 0;
	}

.recipeDescription {
}

/* Contact Page */

#contactForm td {
	font-size:1.2em;
	color:#603913;
	}

/* Ecommunity */
#ecommunity {
    background-color:#754c24;
	/*background-color:#FF0000;*/
	padding:3px;
	text-align:center;
	border-bottom:2px solid #cd9950;
	border-left:2px solid #cd9950;
	border-right:2px solid #cd9950;
	}

/* Extra Optional Styles */

.sideText {
	font-size:1.1em;
	line-height:1.3em;
	color: #603913;
	margin:0;
	}

.sideTextPlain {
	padding:5px 10px 10px 10px;
	}
.sideTextDark {
	padding:5px 10px 10px 10px;
	background-color: #e0be81;
}


