/*
**************************************************
This is GFM UI for Graceland Farm

All your codebase are belong to us. ;)
(c) Copyright 2009 by John Stephens.

date:		04Apr2009
author:		John Stephens
website:	http://designop.us/
**************************************************
*/

/* !Reset */
/* -------------------------------------------- */
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,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* !Text */
/* -------------------------------------------- */
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* !Base elements */
/* -------------------------------------------- */
html {
	background: #FFFFBE;
	color: #332600;
	text-align: center;
}
body {
	background: url(images/graceland-splash.png) no-repeat;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
/*	margin: 0 auto;*/
	position: relative;
	text-align: left;
	width: 820px;
}
a:link {
	color: #802000;
}
a:visited {
	color: #424B23;
}
 
a:hover {
	color: #394d00;
	text-decoration: underline overline;
}
h1, h2, h4, h5 {
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
blockquote {
	background: #e4e2c8 url(images/blockQuoteFooter.gif) repeat-x bottom;
	margin: 20px auto;
	padding: 10px 20px 10px 0px;
	width: 75%;
}
blockquote p {
	background:url(images/blockquoteQuote.gif) no-repeat;
	color: #394d00;
	font-size: 1em;
	line-height: 1.7em;
	padding-left: 50px;
}
caption {
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: bold;
}
th {
	border-color: #cccc33;
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	padding: 10px;
}
td {
	background: #F7BF31;
	border: 1px dashed;
	border-bottom: none;
	border-top: none;
	color: #802000;
	padding: 10px;
	text-align: center;
}
tr {
	border-bottom: 1px solid;
}

/* !Structure */
/* -------------------------------------------- */
#site-id {}
	h2#sign-up {}
#content {}
	#content-main {}
	#aside {}
		ul#nav-main {}
		div#info {}
		ul#nav-local {}
		div#site-info {}

/* !Site ID */
/* -------------------------------------------- */
#site-id h1 a {
	display: block;
	height: 143px;
	text-indent: -999em;
}
h2#sign-up a {
	background: #F7BF31 url(images/signup-bg.png) center center;
	border: 2px solid #F7BF31;
	color: #802000;
	font-size: 15px;
	display: block;
	margin-bottom: 25px;
	margin-left: 548px;
	margin-top: 35px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ff0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: -2px 2px 3px #332600;
	box-shadow: -2px 2px 2px #332600;
}
h2#sign-up a:hover {
	background: #ff0 url(images/signup-bg-hover.png) center center;
	border-color: #cccc33;
	color: green;
	-webkit-box-shadow: -3px 3px 3px #394D00;
	box-shadow: -3px 3px 3px #394D00;
}
h2#sign-up strong {
	color: #394D00;
}

/* !Content */
/* -------------------------------------------- */
#content {
	position: relative;
}

/* !Content: Main */
/* -------------------------------------------- */
#content-main {
	background-color: #B6CF52;
	background: rgba(163, 200, 46, 0.75);
	border: 1px solid #F7BF31;
	border-left: 10px solid #cccc33;
	border-top-color: #ff0;
	margin-left: 270px;
	padding: 0 20px 60px 20px;
}
#content-main h2 {
	background: #E3EE92;
	background: rgba(255, 255, 190, .6);
	border-bottom: 1px solid #cccc33;
	color: #802000;
	margin: 0 -20px 20px -20px;
	padding: 5px 20px;
}
#content-main h3 {
	background-color: #CEE271;
	background: rgba(255, 255, 190, .3);
	border-bottom: 1px groove #FABB00;
	font-size: 1.2em;
	margin: 0 -20px 20px -20px;
	padding: 5px 20px;
}
#content-main ul  { 
	color: black;
	line-height: 1.8em;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 10px;
}
 
#content-main ul li {
	background: url(images/listleaf.png) 0 center no-repeat;
	margin: 0;
	padding-left: 20px;
}
.serial-nav {
	text-align: center;
}

/* !Aside */
/* -------------------------------------------- */
#aside {
	left: 0;
	position: absolute;
	top: 0;
	width: 250px;
}
#aside h3 {
	background: #cccc33;
	border-bottom: 1px solid #F7BF31;
	color: #332600;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
	text-transform: uppercase;
}

/* !Navigation: Main */
/* -------------------------------------------- */
ul#nav-main {
	font-weight: 700;
	list-style: none;
}
ul#nav-main li {
	text-align: center;
}
ul#nav-main a {
	background: #F7BF31 url(images/affordance-bg.png) center center;
	border: solid thin #F7BF31;
	color: #802000;
	display: block;
	margin-bottom: 3px;
	margin-left: -10px;
	padding: 3px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ff0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -2px 2px 3px #999;
	box-shadow: -2px 2px 2px #bbb;
}
ul#nav-main a:hover {
	background: #ff0 url(images/affordance-bg-hover.png) center center;
	border-color: #cccc33;
	color: #394d00;
	text-decoration: none;
}
ul#nav-main .active {
	background: #cccc33 url(images/listleaf.png) 0.42em  no-repeat;
	display: block;
	margin-bottom: 3px;
	margin-left: -30px;
	margin-right: -21px;
	padding: 5px;
}

/* !Sidebar: Info */
/* -------------------------------------------- */
div#info {
	background: #fff;
	background: rgba(255, 255, 255, .75);
	border: 1px solid #CAC1A5;
	color: #4f4e3a;
	font-size: 10px;
	line-height: 21px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
}
div#info a:visited {
	color: #94731D;
}

/* !Navigation: Local */
/* -------------------------------------------- */
#nav-local li {
	border-bottom: 1px solid;
	color: #F7BF31;
	font-size: 1em;
}
#nav-local a:link, #nav-local a:visited {
	display: block;
	padding-top: 3px;
	padding-left: 22px;
	text-decoration: none;
}
#nav-local a:hover {
	color: green;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFBE), to(#B6CF52));
}

/* !Site Info */
/* -------------------------------------------- */
#site-info {
	float: right;
	font-size:0.9em;
	margin-top: 1em;
}
#site-info a:link, a:visited, a:active {
	color: green;
	text-decoration: none;
}
#site-info a:hover {
	color: olive;
	text-decoration: overline underline;
}
.vcard {
	background: #fff;
	background: rgba(255,255,255,.5);
	border: 1px solid #C0C0A7;
	border-color: rgba(0,0,0,.25);
	border-left: none;
	margin: 0 auto;
	padding: 20px;
}
.vcard li {
	list-style: none;
	margin: 0;
}
.vcard li {
	display: inline;
}
.colophon {
	background: url(images/opus.png) no-repeat;
	display: block;
	text-indent: -9999em;
	height: 35px;
	width: 35px;
}
.colophon a {
	display: block;
	height: 35px;
	width: 35px;
}
/* !Homepage */
/* -------------------------------------------- */
body.default {
	background: url(images/home-bg.png) center 2em no-repeat;
	border-top: 1px;
	height: 635px;
	margin: 0 auto;
	padding-bottom: 2em;
	width: 850px;
}
body.default #site-id h1 a {
	margin-top: 1em;
}
body.default h2#sign-up a {
	font-size: 18px;
	position: absolute;
	top: 35px;
	width: 316px;
	right: 0;
}
body.default #content {
	position: static;
}
body.default #content-main {
	background-color: #B6CF52;
	background: rgba(163, 200, 46, 0.75);
	border: 2px solid #cccc33;
	bottom: 60px;
	width: 396px;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
}
body.default #content-main h2 {
	border: 1px solid;
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	margin: 0;
	text-align: center;
}
body.default #aside {
	margin: 0 auto;
	width: 850px;
}
body.default #aside h3 {
	display: none;
}
body.default ul#nav-main li {
	display: inline-block;
	float: left;
	margin: 0;
}
body.default ul#nav-main a {
	margin: 0;
	width: 162px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 2px #332600;
	box-shadow: 0 2px 2px #332600;
}
body.default ul#nav-main a#first {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
body.default ul#nav-main a#last {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
body.default #site-info {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 640px;
}
body.default .vcard {
	background: none;
	border: none;
	display: inline;
	padding-left: 0;
}
body.default .vcard h4, body.default .vcard ol, body.default .vcard p {
	display: inline;
}
body.default #site-info p {
	display: inline;
}
body.default .colophon {
	margin: 0 auto;
}

/* !Newsletter */
/* -------------------------------------------- */
#bag-contents {
	background: #8EBD00;
	border: 3px solid #fabb00;
	color:  #000;
	float: right;
	margin: -40px 0 10px 10px;
	padding: 5px;
	width: 30%;
}
#bag-contents h3 {
	background: none;
	border: none;
	color: #332600;
	font-size: .8em;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
#bag-contents li {
	display: inline;
	font-size: .8em;
	padding-left: 15px;
	padding-right: 5px;
}

/* !Sign-up Form */
/* -------------------------------------------- */
form div {
	clear: both;
	overflow: auto;
}
.zemContactForm input[type="text"], .zemContactForm textarea {
	background: #fff;
	background: rgba(255,255,255,.5);
	border: none;
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	padding: 5px;
	width: 370px;
}
.zemContactForm input[type="text"]:focus, .zemContactForm textarea:focus {
	background: rgba(255,255,255,.75);
}
.zemContactForm label {
	display: block;
	float: left;
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bolder;
	margin-right: 10px;
	text-align: right;
	width: 100px;
}
.zemContactForm .zemSubmit {
	background: #F7BF31 url(images/affordance-bg.png) center center;
	border: solid thin #F7BF31;
	color: #802000;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.7em;
	margin-left: 110px;
	margin-bottom: 3px;
	padding: 5px;
	text-decoration: none;
	width: 370px;
	text-shadow: 1px 1px 1px #ff0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -2px 2px 3px #394D00;
	box-shadow: -2px 2px 2px #394D00;
}
.zemContactForm .zemSubmit:hover {
	background: #ff0 url(images/affordance-bg-hover.png) center center;
	border-color: #cccc33;
	color: #394d00;
	text-decoration: none;
}

