/**********************************************************
/ Global
 **********************************************************/
body {
	background: url(/images/template/mainBG.jpg) 0 0 repeat-x;
	background-color: #f7f4de;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #cd8a07;
	font-size: 32px;
	margin: 0;
}

h2 {
	color: #ac7351;
	font-size: 15px;
}

h3 {
	color: #572c17;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 25px;
	text-transform: uppercase;
}

h4 {
	color: #cd8a07;
	font-size: 16px;
	font-weight: normal;
}

h5 {
	color: #231f20;
	font-size: 14px;
	margin: 5px 0 0;
}

p {
	color: #231f20;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0;
}

a { color: 	#231f20;}
a:hover { color: #572c17; }
.bold { font-weight: bold; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.red { color: #c4022e; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.hidden { display: none; }
.no-margin { margin: 0; }
.store-hours { margin-bottom: 15px; }

/**********************************************************
/ Template
 **********************************************************/

#wrapper {
	margin: 0 auto;
	width: 941px;
}

	#header {
		border-bottom: 3px solid #7e6120;
		position: relative;
	}

	#header ul {
		height: 58px;
		line-height: 13px;
		margin: 0;
		text-align: left;

	}

	#header ul li {
		float: left;
		height: 58px;
		background: #f8f4ca;
		background: -moz-linear-gradient(top,  #f8f4ca 0%, #f4ec77 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f4ca), color-stop(100%,#f4ec77));
		background: -webkit-linear-gradient(top,  #f8f4ca 0%,#f4ec77 100%);
		background: -o-linear-gradient(top,  #f8f4ca 0%,#f4ec77 100%);
		background: -ms-linear-gradient(top,  #f8f4ca 0%,#f4ec77 100%);
		background: linear-gradient(top,  #f8f4ca 0%,#f4ec77 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4ca', endColorstr='#f4ec77',GradientType=0 );
	}

	#header ul li:hover, #header ul li.selected {
		background: #f4eaba;
		background: -moz-linear-gradient(top,  #f4eaba 0%, #ce8b08 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4eaba), color-stop(100%,#ce8b08));
		background: -webkit-linear-gradient(top,  #f4eaba 0%,#ce8b08 100%);
		background: -o-linear-gradient(top,  #f4eaba 0%,#ce8b08 100%);
		background: -ms-linear-gradient(top,  #f4eaba 0%,#ce8b08 100%);
		background: linear-gradient(top,  #f4eaba 0%,#ce8b08 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eaba', endColorstr='#ce8b08',GradientType=0 );
        text-shadow: 5px 5px 5px #986e14;
        filter: dropshadow(color=#986e14, offx=5, offy=5);
	}

	#header ul li a {
		background: url(/images/template/navigation-divider.png) 0 8px no-repeat;
		color: #7e6120;
		display: block;
		font-weight: bold;
		height: 48px;
		padding-top: 10px;
	}

	#header ul li a:hover, #header ul li.selected a {
		color: #fff;
	}

	#header ul li a:first-child {
		background: none;
	}

	/* INDIVIDUAL NAVIGATION */
		.home a { width: 86px; padding-left: 37px; }
		.about a {  width: 101px; padding-left: 15px; }
		.debra a {  width: 101px; padding-left: 15px; }
		.store a {  width: 101px; padding-left: 15px; }
		.music a{  width: 101px; padding-left: 15px; }
		.farmerMarket a {  width: 100px; padding-left: 15px; }
		.terry a {  width: 101px; padding-left: 15px; }
		.contact a {  width: 108px; padding-left: 15px; }

	#contentWrapper {
		background-color: #fffef7;
		min-height: 300px;
			height: auto!important;
			height: 300px;
	}

		.leftColumn, .centerColumn, .rightColumn {
			float: left;
		}

		.leftColumn {
			width: 236px;
		}

		.leftColumn img {
			margin-bottom: 8px;
		}

		.leftColumn span {
			color: #231f20;
			display: block;
			font-size: 11px;
			font-style: italic;
			padding-left: 15px;
		}

		.centerColumn {
			padding: 55px 45px;
			width: 449px;
		}

		.rightColumn {
			background-color: #e8e1c7;
			font-size: 12px;
			padding-bottom: 15px;
			width: 166px;
		}

			.rightColumnContent {
				border: 1px solid #c7b69d;
				min-height: 302px;
				margin: 5px auto 0;
				width: 160px;
			}

				.rightColumnContent.locations h3 {
					margin-bottom: 10px;
				}

			.rightColumnContent p {
				margin-top: 0;
			}

			.locationInfo {
				font-size: 10px;
			}

			.rightColumnContent ul {
				margin-bottom: 20px;
			}

			.rightColumnContent p, ul, h3 {
				text-align: center;
			}

			.rightColumnContent h3 {
				color: #572C17;
			}

			.rightColumnContent table {
				margin-left: 15px;
			}

			.rightColumnContent table th {
				color: #572c17;
				padding-left: 15px;
				text-transform: uppercase;
			}

			.rightColumnContent table td {
				padding-right: 12px;
			}

		.images {
			margin-left: 6px;
		}

		.images img {
			padding-top: 3px;
		}
		.images img + img { margin-left: 6px; }
	#footer ul {
		font-size: 12px;
		margin: 10px auto 0;
		width: 941px;
	}


		#footer ul li {
			display: inline;
			margin: 0 3px;
		}

/**********************************************************
/ Homepage
 **********************************************************/

		#header a#orderVitamins {
			position: absolute;
				right: 0;
				top: 27px;
		}

 /**********************************************************
/ About Our Store
 **********************************************************/

		.centerColumn.about-us table img {
			border: 5px solid #897e52;
		}

		.centerColumn.about-us h4 {
			color: #cd8a07;
			margin-bottom: 10px;
		}

		.centerColumn.about-us table {
			line-height: 10px;
			width: 450px;
		}

		.centerColumn.about-us table span {
			color: #cd8a07;
		}

		.centerColumn.about-us table p {
			color: #231f20;
			font-size: 10px;
			margin: 0 0 25px;
			text-transform: uppercase;
		}

		#sb-body h2 {
			padding-left: 10px;
		}

		#sb-body p {
			color: #231f20;
			padding: 0 10px 10px;
		}

		#sb-body, #sb-loading {
			background-color: #FFFEF7 !important;
		}



 /**********************************************************
/  Debra's Corner
 **********************************************************/

		.centerColumn.debrasCorner h4 {
			border-bottom: 2px solid #f2e1bb;
			color: #cd8a07;
			font-size: 15px;
			font-weight: bold;
			margin: 15px 0;
			padding-bottom: 3px;
			text-transform: uppercase;
		}

		.centerColumn.debrasCorner p {
			margin-bottom: 50px;
		}

		.centerColumn.debrasCorner span {
			font-weight: bold;
		}


 /**********************************************************
/  Store Seminars
 **********************************************************/

		.centerColumn.storeSeminars h4 {
			color: #d09116;
			font-size: 12px;
			margin-bottom: 0;
		}

		.centerColumn.storeSeminars h5 {
			color: #CD8A07;
			font-size: 12px;
			margin: 0 0 15px;
			text-transform: uppercase;
		}



 /**********************************************************
/  Music
 **********************************************************/

 		#viewFullCalendar {
			background: url(/images/music/view-calendar.png) 0 0 no-repeat;
			color: #ce8b09;
			display: block;
			font-size: 16px;
			font-weight: bold;
			height: 43px;
			line-height: 12px;
			margin-left: 10px;
			margin-top: 20px;
			padding: 4px 0 0 60px;
			width: 222px;
		}

		#viewFullCalendar:hover {
			color: 	#572c17;
		}

		.centerColumn.music a {
			text-decoration: underline;
		}

		.centerColumn.music h1 {
			line-height: 18px;
		}

		.centerColumn.music h2 {
			border-bottom: 1px solid #e6c480;
			color: #000;
			font-size: 23px;
			margin-bottom: 8px;
			padding-bottom: 8px;
			text-align: center;
		}

		.centerColumn.music table h3 {
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			text-transform: none;
		}

		.centerColumn.music table h4 {
			font-size: 15px;
			font-weight: bold;
		}

		.centerColumn.music table h3, h4 {
			color: #231f20;
			margin: 0;
			text-align: left;
		}

		.centerColumn.music span {
			font-size: 14px;
			font-style: italic;
			font-weight: normal;
		}

		.centerColumn.music table span {
			color: 	#ce8b09;
		}

		.centerColumn.music table {
			margin-top: 25px;
		}

		.centerColumn.music table p {
			font-size: 11px;
		}

		.centerColumn.music table td {
			padding-bottom: 20px;
		}

		.centerColumn.music table td:first-child {
			padding-right: 30px;
		}

		.centerColumn.music p {
			margin: 0;
		}

		.centerColumn.music a {
			padding-left: 0;
		}

/**********************************************************
/  Farmer's Market
 **********************************************************/

		.centerColumn.farmers-market ul {
			font-size: 12px;
			font-style: italic;
			line-height: 18px;
			text-align: left;
		}

		.centerColumn.farmers-market span {
			font-size: 19px;
		}

		.centerColumn.farmers-market h1, h3 {
			color: #daa844;
		}

		.centerColumn.farmers-market h1 {
			font-size: 23px;
			font-style: italic;
			font-weight: normal;
		}

		.centerColumn.farmers-market h2 {
			color: #ce8b08;
			font-size: 32px;
			line-height: 20px;
			margin: 5px 0;
		}

		.centerColumn.farmers-market h3 {
			font-size: 17px;
			font-style: italic;
			font-weight: normal;
			margin-top: 0;
			padding: 8px 0;
			text-align: left;
			text-transform: none;
		}

 		#liveMusic {
			border-bottom: 2px solid #f2e1bb;
			border-top: 2px solid #f2e1bb;
			margin-top: 25px;
			padding-top: 10px;
			text-align: center;
		}

		#liveMusic span {
			color: #ce8b08;
			font-size: 15px;
		}

/**********************************************************
/  Terry Talks Nutrition
 **********************************************************/

		.centerColumn.terry-talks h1 {
			line-height: 20px;
			padding-bottom: 10px;
		}

		.centerColumn.terry-talks span a {
			color: #ce8a09;
			text-transform: uppercase;
		}

		#newsletterSignup {
			float: right;
			margin-top: 85px;
		}

 		#viewArticles {
			color: #4c721d;
			text-decoration: underline;
			text-transform: uppercase;
		}

		#viewArticles:hover {
			color: #4ca500;
		}


/**********************************************************
/  Contact Us
 **********************************************************/


		#addressContact {
            float: left;
			padding-top: 30px;
		}

 		.centerColumn.contact .error {
			color: #9E0B0F;
            font-size: 10px;
            font-style: italic;
		}

		.centerColumn.contact span {
			color: #9e0b0f;
			font-size: 10px;
			font-style: italic;
		}

  		.centerColumn.contact table {
			font-size: 12px;
			float: left;
		}

		.centerColumn.contact td:first-child {
			padding-right: 10px;
		}

		.centerColumn.contact td {
			padding-bottom: 5px;
		}

		.centerColumn.contact input {
			width: 150px;
		}

		.centerColumn.contact textarea {
			height: 85px;
			width: 255px;
		}

		.contactBtn {
			background-color: #f7f5d7;
			font-weight: bold;
			margin-right: 10px;
			margin-top: 10px;
			padding: 3px 8px;
			text-transform: uppercase;
		}
