/*----------------------------------------------------------------------------
froufrouyarns.com Style Sheet

version:   5.0
author:    Jason Luther
email:     jluther@bluefilamentdesign.com
website:   http://www.bluefilamentdesign.com/
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Center document */
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(pattern.gif) repeat left top;
}


/* Layout -----------------------------------------------------------------*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ADC299;
	border-right: 1px solid #630;
	border-left: 1px solid #630;
}
#header, #main-content, #copyright {
	float: left;
}
#happenings, #site {
	float: right;
}
#nav, #location, #credits, .clear {
	clear: both;
}


/* Masthead -----------------------------------------------------------------*/
#masthead {
	height: 150px;
	font-size: .9em;
}
#header {
	width: 389px;
}
#masthead p {
	padding: 7px;
}



/* Navigation --------------------------------------------------------------------*/
#nav {
	height: 30px;
	font-size: 1.1em;
	background-color: #FFFDDF;
	border-top: 1px solid #630;
	border-bottom: 1px solid #630;
}
#nav ul {
	margin: 4px 0 0px -10px;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-left: 32px;
}
.current {
	font-weight: bold;
	color: #360;
}

/* All Links --------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #663300;
}
a:hover {
	color: #360;
}


/* Content Area ------------------------------------------------------------*/
#content {
	width: 740px;
	margin: 20px 0 20px 20px;
}
#content-secondary {
	width: 720px;
	margin: 20px;
}
#content, #content-secondary {
	font-size: 0.8em;
}
#content-secondary img {
	float: left;
	padding: 0 10px 10px 0;
}
#content-secondary p {
	margin-bottom: 10px;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	clear: left;
	margin: 10px 0 3px 0;
}
h2.story{
	font-size: 1.5em;
	font-weight: normal;
	margin: 25px 0 3px 0;
	border-bottom: 1px solid #000;
}
h1.share {
	margin-top: 25px;
	border-top: 1px solid #000;
}
h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.gutter {
	height: 450px;
}
.contact-form p {
	margin: 15px 0;
}


/* Main Content styles ----------------------------------------------------*/
#main-content {
	width: 400px;
	padding: 0 15px 0 0;
}
#main-content p {
	margin: 0 0 10px 0;
}
.create {
	margin: 10px 0;
}
.highlight {
	clear: both;
}
dt {
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	padding: 0 5px;
	border-top: 1px solid #87A569;
	border-bottom: 1px solid #87A569;
	background-color: #9AB484;
}
dd.img {
	float: left;
	margin-left: -8px;
	margin-bottom: 5px;
}
		

/* Happenings styles ------------------------------------------------------*/
#happenings {
	width: 300px;
	border: 1px solid #87A569;
	border-right: none;
	background-color: #D4DFC9;
}
.shaded {
	padding: 5px 10px; 
	border-bottom: 1px solid #87A569;
	background-color: #9AB484;
}
#happenings h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px;
	border-bottom: 1px solid #630;
}
.happening {
	margin: 0 10px 10px;
}
#happenings img {
	margin: 4px;
	border: 2px solid #87A569;
}
#happenings h2.schedule {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 10px -10px 10px;
	border-bottom: 1px solid #630;
}


/* Location styles --------------------------------------------------------*/
#location {
	margin: 20px 0 0 0;
	padding: 10px 0 20px;
	border-top: 1px solid #87A569;
}


/* Credits ----------------------------------------------------------------*/
#credits {
	height: 30px;
	background-color: #FFFDDF;
	font-size: .7em;
	border-top: 1px solid #630;
}
#copyright, #site {
	margin: 10px 20px 0;
}


/* Try These page --------------------------------------------------------*/
.try-kits {
	padding-top: 15px;
}
.try-info {
	padding-bottom: 15px;
}
.item {
	width: 720px;
	min-height: 250px;
	padding-top: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
.item-title {
	clear: both;
	padding: 3px 10px;
	margin-bottom: 8px; 
	border-top: 1px solid #87A569;
	border-bottom: 1px solid #87A569;
	background-color: #9AB484;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.item-image {
	width: 210px;
	float: left;
}
.item-image img {
	border: 1px solid #87A569;
	
}
.item-info {
	float: right;
	width: 500px;
}
.item-text {
	float: right;
	width: 500px;
}
.item-samples {
	float: left;
	width: 115;
	margin-bottom: 10px;
	font-size: 0.8em;
}
.item-samples img {
	margin-bottom: 3px;
}
.item-description {
	width: 380px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #87A569;
}
.item-buy {
	clear: both;
	width: 500px;
}
.item-samples, .item-description {
	margin-bottom: 10px;
}
.item-description, .item-buy {
	font-size: 1.0em;
}
.sale td {
	border-top: 1px solid #87A569;
	padding-bottom: 3px 1px;
	clear: right;
}