@charset "UTF-8";
/* CSS Document */

/* Colors

Green Text: #386b2e
Lavender Text: #7780a6
Grey Text: #666666
Boxes Blue Tops: #578da1

--------------------------------------------------------------------------------------------------- */


@import url("reset.css");

body {
	font: normal normal 13px/1.3em Georgia, "Times New Roman", Times, serif;
	color: #444;
	background: transparent url(gfx/body-bg.jpg) repeat left top;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.repl {
	text-indent: -999999px;
	overflow: hidden;
	display: block;
}

/* Primary Navigation 
--------------------------------------------------------------------------------------------------- */

#nav {
  width: 960px;
	height: 38px;
	background: url(gfx/nav.jpg) no-repeat left top;
	text-align: center;
}

#nav li {float: left;}

#nav li a {
  text-decoration: none;
	height: 17px;
	margin: 10px 12px 0 12px;
} 

#nav li#n_products a {
	width: 62px;
	background: url(gfx/nav_products.jpg) no-repeat left top;
	margin-left: 156px;
}

#nav li#n_screenPrinting a {
	width: 111px;
	background: url(gfx/nav_screenPrinting.jpg) no-repeat left top;
}

#nav li#n_localProducers a {
	width: 111px;
	background: url(gfx/nav_localProducers.jpg) no-repeat left top;
}

#nav li#n_store a {
	width: 38px;
  background: url(gfx/nav_store.jpg) no-repeat left top;
}

#nav li#n_blog a {
	width: 34px;
	background: url(gfx/nav_blog.jpg) no-repeat left top;
}

#nav li#n_contact a {
	width: 55px;
  background: url(gfx/nav_contact.jpg) no-repeat left top;
}

#nav li#n_links a {
	width: 42px;
	background: url(gfx/nav_links.jpg) no-repeat left top;
}

/* Primary  and contents
--------------------------------------------------------------------------------------------------- */
#primary {
	width: 760px;
	float: left;
}

#logo a {
  display: block;
	width: 760px;
	height: 149px;
  background: url(gfx/logo.png) no-repeat left top;
}

#content {
	padding: 8px 30px 30px 25px;
	background-color: #ffffff;
}

body#home #content {padding: 8px 8px 30px 8px;}

#slideshowHolder object {display: block;}

#about {
	background: url(gfx/about-bg.jpg) repeat-x left top #35767a;
	width: 215px;
	height: 368px;
	overflow: hidden;
	padding: 10px;
	float: left;
	color: #ffffff;
	margin-bottom: 6px;
}

#main {
width:500px; float:right;
}

	#main h2 {
	font: normal 22px/1.3em Georgia, Times, serif;
	color:#7780a6;
	}
	
#about h2 {
	width: 172px;
	height: 20px;
	background: url(gfx/repl_aboutHappyTree.gif) no-repeat left top;
	margin: 7px 0 11px 0;
}

#featured {
	width: 500px;
	float: right;
  margin-bottom: 6px;
}

#featured h2 {
	width: 500px;
	height: 27px;
	background: url(gfx/repl_featured.jpg) no-repeat left top;
}

#HappyTreeBlog {
	width: 745px;
	height: 36px;
	background: url(gfx/repl_blog.jpg) no-repeat left top;
	margin-bottom: 15px;
	clear: both;
}

.blogWrapper {
	clear: both;
	margin-bottom: 20px;
}

.blogWrapper img {float: left;}

.excerptWrapper {
	float: right;
	width: 495px;
}

p.date {
	font-size: 11px;
	color: #7680a5;
	margin-bottom: .1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Product Galleries
--------------------------------------------------------------------------------------------------- */

div.album_list_item {
width:222px;
float:left;
margin: 0 12px 10px 0;
}

div.album_list_item.three {margin-right: 0;}

div.album_list_item.one {clear:left;}

div.album_list_item h4 {
margin:0 10px 0 10px; padding:0;
}
div.album_list_item h5 {
  height: 42px;
	position: relative;
}

div.album_list_item h5 a {
  position: absolute;
	bottom: 0;
}


/* Secondary and contents
--------------------------------------------------------------------------------------------------- */

#secondary {
	width: 189px;
	float: right;
	color: #ffffff;
	margin-top: 10px;
	font: normal normal 11px/1.3em Arial, Helvetica, sans-serif;
}

#barterBoard a {
	width: 189px;
	height: 57px;
  background: url(gfx/repl_barterBoard.png) no-repeat left top;
	margin-bottom: 5px;
}

#boardListings {
	padding: 1px 9px 20px 9px;
	background: url(gfx/barterBoard-bg.jpg) repeat-x left top #35767a;
	font-weight: bold;
}

#boardListings p.date {color: #37382f; margin-top:0px; font-weight: normal;}
#boardListings p.date a {color: #37382f;}

p.more {margin: 13px 0 40px 0;}

#aboutBarter h3 {
	width: 153px;
	height: 14px;
  background: url(gfx/repl_aboutBarter.png) no-repeat left top;
	margin-bottom: 9px;
}

#aboutBarter {font-weight: normal;}

/* Footer
--------------------------------------------------------------------------------------------------- */


#footer {
	font: normal normal 12px/1.3em Arial, Helvetica, sans-serif;
  color: #ffffff;
	padding: 13px;
	background: url(gfx/footer-bg.png) repeat left top;
	margin-top: 6px;
}

#primary #footer a, #primary #footer:link, #primary #footer:visited {text-decoration: none;}

#footer a:hover {text-decoration: underline;}

#primary #footer ul li {display: inline; padding-right: 5px; margin-bottom: 0;}

#primary #footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
p.credit {float: right; width: auto;}

#primary #footer p {margin-bottom: 0px;}


/* Search
--------------------------------------------------------------------------------------------------- */

#searchbox #searchField {
	border: 1px solid #999999;
	width: 150px;
	height: 20px;
	background: url(gfx/search.gif) no-repeat right center #000000;
	color: #999999;
	text-align: right;
	padding: 5px 20px 0 2px;
	margin: 0 22px 8px 0;
	float: right;
	display: inline-block;
}

/* Site Map 
--------------------------------------------------------------------------------------------------- */
#primary #site-map, #primary #site-map a {
	font-size: 14px;
	font-weight: bold;
	color: #ffa819;
	text-decoration: none;
}

#site-map {
	list-style: disc outside;
}

#site-map li {text-transform: uppercase;}

#site-map ul li {text-transform: none;}

#primary #site-map ul a {
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#primary #site-map ul {
	list-style: square outside;
  margin-left: 15px;
}


/* Standard Styles most sites edit as needed
still needs to be edited
--------------------------------------------------------------------------------------------------- */


em, i {font-style: italic;}
strong, b {font-weight: bold;}
.left {float: left; width: auto;}
.right {float: right; width: auto;}
sub {vertical-align: sub;}
sup {vertical-align: super;}

p {margin-bottom: .8em;}

#primary ul {
	padding: 0 10px 1em 40px;
  list-style: outside disc;
}

#primary ol {
	padding: 0 10px 1em 40px;
	list-style: outside decimal;
}

#primary li {
	margin-bottom: .4em;
	line-height: 1.5em;
}

hr {
	width: 100%;
	color: #ffa819;
	display: block;
}

blockquote {
	width: 80%;
	padding: 0px 20px 0 20px;
	border: 1px solid #000000;
	border-left: 4px solid #000000;
	background-color: #ffa819;
	margin-bottom: 20px;
	clear: both;
}

blockquote p {
	margin-bottom: 0;
	padding: 10px 0;
	color: #000000;
	font-weight: bold;
}

#primary h2 a, #primary h3 a, #primary h4 a, #primary h2 a:link, #primary h3 a:link, #primary h4 a:link, #primary h5 a:link, #primary h2 a:visited, #primary h3 a:visited, #primary h4 a:visited {
	text-decoration: none;
	color: inherit;
}

a, a:link, a:visited, a:hover {
	font-weight: inherit;
	color: inherit;
  text-decoration: underline;
	color: #ffffff;
}

img.left {padding-right: 10px;}
img.right {padding-left: 10px;}


/* Site Specific Typography
--------------------------------------------------------------------------------------------------- */

body#home h2 {
margin:0 0 5px 0;
}

body#home #primary h3 {
	font: normal bold 20px/1.2em Arial, Helvetica, sans-serif;
	color: #386b2e;
	}

#content h2 {
	font: normal bold 24px/1.2em Arial, Helvetica, sans-serif;
	margin: 30px 0 .3em 0;
	color: #386b2e;
}

#content p {
	margin:0 0px 1.2em 0px;
	}
	
#content h3 {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 .3em 0;
	color: #386b2e;
}

#content h4 {
	font: bold 14px/1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 .3em 0;
	color: #386b2e;
}

#content h5 {
	font: italic 18px/1.2em Georgia, Times, serif;
	margin: 0 0 .3em 0;
	color: #578da1;
}


#primary a, #primary a:link, #primary a:visited {
	color: inherit;
	text-decoration: underline;
}

#primary a:hover {
	color: inherit;
}


/* Tea Menu Styles
--------------------------------------------------------------------------------------------------- */

table.teamenu {margin-left:10px; width:720px; border-top:1px dotted #578da1;}

table.teamenu td {border-bottom:1px dotted #578da1; vertical-align:top; padding:10px;}

table.teamenu td.teaname {width:30%; font-weight:bold; color:#386b2e;}
table.teamenu td.ingred {width:50%;}
table.teamenu td.price {width:20%;}


/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


