/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* General 
============================================== */
	body {
		background: #52473b url('/images/body-bg.jpg') no-repeat top left;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 14px;
		color: #52473b;
	}
	h2, h3, h4 {
		color: #62334b;
		font-family: "Trebuchet MS", Helvetica, Verdana;
		margin: 0 15px;
		font-weight: bold;
		line-height: 120%;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
		color: #949a39;
	}
	p {
		margin: 20px 15px;
		line-height: 140%;
	}
	ul {
		margin: 20px 15px;
	}
	ul li {
		line-height: 140%;
	}
	dl {
		margin: 20px 15px;
	}
	dl dt,
	dl dd {
		line-height: 120%;
	}
	dl dd {
		margin-bottom: 15px;
		line-height: 140%;
	}
	label {
		font-weight: bold;
	}
	a {
		color: #52473b;
	}
	strong {
		font-weight: bold;
	}
	.contentImage {
		display: block;
		margin: 20px 0;
	}
	#container {
		background: #EFEEDC url('/images/container-bg.gif') repeat-y top left;
		width: 850px;
		margin: 75px 10px 10px 50px;
	}
/* =========================================== */


/* Main Content
============================================== */
	#container #mainContent {
		width: 650px;
		background: url('/images/maincontent-bg.gif') no-repeat top right;
		float: left;
	}
	#container #mainContent div#hack {
		width: 650px;
		min-height: 1000px;
		margin: 25px 0;
		background: url('/images/maincontent-lines.gif') repeat-y top left;
	}
	#container #mainContent #column1,
	#container #mainContent #column2,
	#container #mainContent #column3 {
		width: 216px;
		float: left;
	}
	#container #mainContent #column2 {
		margin: 0 1px;
	}
	#bMenu #container #mainContent div#hack {
		background-image: none;
	}
	#bMenu #container #mainContent #column1 {
		width: 300px;
	}
	#bMenu #container #mainContent #column2 {
		width: 0;
	}
/* =========================================== */


/* Home Page Main Content
============================================== */
	#mainContent #philosophy {
		background: url('/images/philosophy-bg.jpg') no-repeat bottom left;
		padding-bottom: 121px;
		margin-bottom: 20px;
	}
	#mainContent #fairTradeExplanation {
		background: url('/images/fair-trade-explanation-bg.jpg') no-repeat top left;
		padding-top: 100px;
	}
	#mainContent #quickContact ul {
		margin-top: 0;
	}
	#mainContent #hours dl dt,
	#mainContent #hours dl dd {
		font-size: 16px;
	}
	#mainContent #hours p {
		font-size: 12px;
	}
	#mainContent #specials {
		background: #e7c749;
		padding: 25px 0;
	}
	#mainContent #specials h3 {
		margin: 15px;
	}
	#mainContent #specials dl dt,
	#mainContent #specials ul li {
		font-weight: bold;
		font-size: 14px;
	}
	#mainContent #specials ul li {
		list-style: disc;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#mainContent #specials dd {
		margin-bottom: 0;
	}
	#mainContent #specials dd.perks {
		font-size: 12px;
		font-style: italic;
		margin-bottom: 10px;
	}
	#mainContent #specials strong {
		font-size: 20px;
	}
	#mainContent #specials .pdf {
		padding: 0 1px 1px 20px;
		background: url('/images/icons/pdf.gif') no-repeat 0 50%;
		font-weight: bold;
	}
/* =========================================== */

/* Coffee + Tea Descriptions Main Content
============================================== */
	#bProductInfo #mainContent p {
		font-size: 12px;
	}
	#bProductInfo #mainContent p.productInfo {
		font-size: 14px;
	}
	#bProductInfo #mainContent p label {
		font-size: 13px;
		color: #949a39;
	}
	#bProductInfo #mainContent h3 {
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 20px;
	}

/* =========================================== */

/* Menu Main Content
============================================== */
	.menu {
		font-size: 22px;
		background: url('/images/pdf.png') no-repeat 0 50%;
		padding-left: 28px;
	}
	.menu:hover {
		text-decoration: none;
	}

/* =========================================== */


/* Sub Content
============================================== */
	#container #subContent {
		width: 200px;
		float: left;
	}
	#container #subContent h1#logo a {
		text-indent: -9999px;
		display: block;
		width: 200px;
		height: 260px;
		background: url('/images/logo.gif') no-repeat top left;
	}
	#container #subContent #navigation {
		margin: 20px 0;
	}
	#container #subContent #navigation li {
		border-bottom: none;
	}
	#container #subContent #navigation li a {
		display: block;
		padding: 10px 15px;
		text-decoration: none;
		color: #62334b;
		font-weight: bold;
		font-size: 13px;
	}
	/*#container #subContent #navigation li a:hover,*/
	body#bHome #container #subContent #navigation li.tHome a,
	body#bAbout #container #subContent #navigation li.tAbout a,
	body#bMenu #container #subContent #navigation li.tMenu a,
	body#bProductInfo #container #subContent #navigation li.tProductInfo a,
	body#bContact #container #subContent #navigation li.tContact a {
		background: #62334b;
		color: #f5f2cd;
	}

	#container #subContent h2 {
		color: #c25727;
		font-size: 16px;
		margin-bottom: 5px;
	}

	#container #subContent p {
		margin: 10px 15px;
		line-height: 120%;
	}
	#container #subContent #contactForm {
		margin-bottom: 20px;
		margin-top: 0px;
	}
	#container #subContent #contactForm textarea,
	#container #subContent #contactForm input.textbox {
		width: 170px;
		border: none;
	}
	#container #subContent #contactForm input.submit {
		border: 1px solid #c25727;
		padding: 3px;
	}
	#container #subContent #contactForm label {
		text-transform: lowercase;
	}
	#container #subContent #contactForm #subscribe-field {
		padding-left: 25px;
		text-indent: -25px;
	}
	#container #subContent p#response {
		border: 2px solid #c25727;
		padding: 5px;
	}
	#container #subContent p#copyright {
		font-size: 12px;
		margin: 15px;
	}
	#credits {
		margin: 15px;
	}
	#credits li {
		color: #c25727;
		font-size: 12px;
		font-weight: bold;
		line-height: 180%;
	}
	#credits li a {
		color: #62334b;
	}
/* =========================================== */


/* Events
============================================== */
	#events h3 {
		margin-top: 15px;
		margin-bottom: 0;
/*		font-weight: bold;
		border-bottom: 1px solid #52473b;*/
	}
	#events p {
		margin: 0 15px;
		font-size: 13px;
	}
	#events ul {
		margin: 5px 15px 0 30px;
	}
	#events ul li {
		line-height: 120%;
		list-style: disc;
	}
	#events ul li a {
		display: inline;
	}
/* =========================================== */


/* General Error, Notice, and Warning Styles
============================================== */
	.notice {
		padding: 10px;
		clear: both;
		border: 1px solid #FFCC66;
		background: #FFFFE5;
	}
/* =========================================== */

/* Fixes
============================================= */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ========================================== */

/* Form Styles
=========================================== */
form label {
	font-weight: bold;
}
form dl dt {
	margin-bottom: 1px;
}
form dl dd {
	margin-bottom: 10px;
}
input.textbox,
textarea {
	padding: 4px;
}
input,
textarea {
	font-family: Helvetica, Verdana, sans-serif;
}
form p {
	margin: 0;
}
textarea {
	font-family: inherit;
	font-size: 100%;
}
.fieldClarification {
	color: #999;
	font-size: 12px;
	font-style: italic;
}
/* ======================================== */