@import "reset.css";

/* Grow Great Grub: Organic Food from Small Spaces by Gayla Trail */
 
html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Avenir LT Std", "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #e8eed7;
	line-height: 1.5em;
	height: 100%;
}

a:link {
	color: #bf4331;
	text-decoration: none;
}

a:visited {
	color: #bf4331;
	text-decoration: none;
}

a:hover,a:focus {
	color: #8e100b;
	text-decoration: none;
}

a:active {
	color: #bf4331;
}

p {
	margin-bottom: 1.25em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	font-family: Archer, "Avenir LT Std", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #73472e;
	margin-bottom: .25em;
	line-height: 1.25em;
	display: block;
	clear: both;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: .5em;
	margin-top: .5em;
}

h3 {
	font-size: 1.25em;
}

hr {
	clear: both;
	border: 0;
	line-height: 1em;
}

blockquote {
	margin-bottom: 20px;
	border-bottom: 1px dotted #99bb58;
}

#page {
	color: #333333;
	background: #e8eed7 url(../images/back_pattern.gif) no-repeat;
	width: 944px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
	position: relative;
}

#header {
	width: 740px;
	padding: 20px 102px 0px 102px;
	height: 120px;
	line-height: 1px;
	background: transparent url(../images/back_header.png) no-repeat;
}

#navigation {
	display: block;
	clear: both;
	height: 30px;
	line-height: 32px;
	font-size: 1.2em;
	padding-left: 20px;
}

#navigation ul {
	padding-left: 10px;
	list-style: none;
	margin-bottom: 0;
}

#navigation ul li {
	display: inline;
	padding-left: 10px;
	background: transparent url(../images/icon_navbullet.png) no-repeat;
}

#navigation ul li.first {
	padding-left: 0;
	background-image: none;
}

#navigation ul li a {
	padding: 4px 6px 2px 6px;
	height: 30px;
}

#navigation ul li a:hover {
	background: #f1f4e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
 
#content {
	width: 740px;
	min-height: 100%;
	padding: 0 102px;
	background: transparent url(../images/back_page.png) repeat-y;
}

#maincolumn {
	width: 530px;
}

#maincolumn ul {
	margin-left: 20px;
	margin-bottom: 1.5em;
	list-style-image: url(../images/icon_redbullet.png);
}

#maincolumn dl {
	margin-bottom: 1.5em;
}

#maincolumn dl dt {
	color: #73472e;
	font-weight: bold;
}

#maincolumn dl.event {
	padding-bottom: 10px;
	border-bottom: 1px dotted #99bb58;
}

#maincolumn dl dd.event_title {
	font-weight: bold;
}

#maincolumn ol {
	margin-left: 20px;
	margin-bottom: 1.5em;
	list-style: decimal;
}

#maincolumn .download {
	display: block;
	clear: both;
	padding-bottom: 40px;
}

#maincolumn .download img {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

#maincolumn .download dl {
	padding-top: 40px;
}

#pagecontent {
	width: 470px;
	padding: 20px 20px 40px 40px;
	font-size: 1.3em;
	line-height: 1.5em;
	min-height: 100%;
}

#subcolumn {
	padding-top: 20px;
	width: 210px;
	position: absolute;
	top: 0px;
	left: 630px;
	text-align: center;
}

#subcolumn .mention {
	margin: 20px 0;
}

#previewpromo {
	margin: 20px 0;
}

#slidepager a {
	width: 7px;
	height: 7px;
	padding-left: 16px;
	background: transparent url(../images/icon_greybullet.png) no-repeat top center;
}

#slidepager a:hover,
#slidepager a.activeSlide {
	background: transparent url(../images/icon_redbullet.png) no-repeat top center;
}

.slides {
	position: relative;
	margin: 0 auto;
	height: 282px;
	width: 468px;
	overflow: hidden;
	border: 3px solid #ffffff;
}

.slides img:hover {
	cursor: pointer;
}

.slidenav {
	padding-top: 8px;
	width: 468px;
	text-align: center;
	font-size: 0.850em;
}

.wrapleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.wrapright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.intro {
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 600;
	color: #73472e;
	font-family: Archer, "Avenir LT Std", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.capslock {
	text-transform: uppercase;
	color: #73472e;
}

.hidden {
	position:absolute;
	left:-9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

