/* /////////////////////////////////
	Wendy Twine CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px arial, tahoma, verdana;
	color: #221f1f;
	background: #221f1f;
	line-height: 22px;
}

#wrapper {
	background: #bead85 url('../i/bg.jpg') repeat center top;
	height: 1%;
	overflow: hidden;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: normal 24px georgia, 'palatino', 'times new roman', times;
	color: #221f1f;
	margin: 20px 0 18px;
}

h2 {
	font: normal 14px arial, tahoma, verdana;
	color: #695236;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 18px 0px 18px 0px;
	line-height: 22px;
}

h2.dark {
	color: #221f1f;
	margin-bottom: 12px;
}

h3 {
	font: normal 16px arial, tahoma, verdana;
	color: #fff;
	margin: 0;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #07633b;
	text-decoration: none;
}

a:hover {
	color: #4a7401;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.button:link,
a.button:visited {
	display: block;
	float: left;
	height: 38px;
	line-height: 37px;
	padding: 0 20px 0 16px;
	background: transparent url('../i/bg-button.png') no-repeat right top;
	font-size: 11px;
	color: #a9cf7f;
	text-transform: uppercase;
}

a.button:hover {
	color: #fff;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 130px;
	background: transparent url('../i/bg-header.png') repeat-x center top;
}

#logo {
	display: block;
	width: 296px;
	height: 65px;
	overflow: hidden;
	background: transparent url('../i/logo.png') no-repeat left top;
	text-indent: -5000px;
	margin: 25px 0 0 0;
	clear: left;
	float: left;
}

#header h3 {
	float: left;
	width: 302px;
	height: 36px;
	overflow: hidden;
	background: transparent url('../i/h3-header.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 0;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	float: right;
	height: 40px;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul#nav li {
	display: block;
	float: left;
	height: 40px;
	padding: 0 12px;
	overflow: hidden;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	float: left;
	height: 40px;
	color: #ccc1ae;
	font: normal 12px arial;
	line-height: 44px;
	letter-spacing: 1px;
	overflow: hidden;
}

ul#nav li a:hover {
	color: #fff
}

ul#nav li a.current:link,
ul#nav li a.current:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

/* /////////////////////////////////
	SUB NAV
///////////////////////////////// */

.subNav {
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-transform: lowercase;
}

.subNav li {
	padding: 7px 0 3px;
	background: transparent url('../i/nav-divide.png') no-repeat left top;
}

.subNav li.parent-current.sub-level-0 a:link,
.subNav li.parent-current.sub-level-0 a:visited {
	color: #221F1F;
}

.subNav li.parent-current.sub-level-0 ul li.sub-level-1 a:link,
.subNav li.parent-current.sub-level-0 ul li.sub-level-1 a:visited {
	color: #07633B;
}

.subNav li.parent-current.sub-level-0 ul li.current.sub-level-1 a:link,
.subNav li.parent-current.sub-level-0 ul li.current.sub-level-1 a:visited {
	color: #221f1f;
}

.subNav li.current a:link,
.subNav li.current a:visited {
	color: #221f1f;
}

.subNav li.current ul li a:link,
.subNav li.current ul li a:visited {
	color: #07633B;
}

.subNav li ul {
	margin: 4px 0;;
}

.subNav li ul li {
	padding: 0;
	background: none;
	font-size: 12px;
	line-height: 18px;
}

.subNav li ul li a:link,
.subNav li ul li a:visited {
	padding-left: 14px;
}

.subNav li ul li.current a:link,
.subNav li ul li.current a:visited {
	background: transparent url('../i/nav-arrow.gif') no-repeat left center;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	margin-top: 8px;
}

#content .center {
	padding: 0;
	position: relative;
	min-height: 350px;
}

.mainCol {
	width: 680px;
	padding: 1px 18px 0 0;
}

.subCol {
	width: 240px;
	padding: 1px 0 0 0;
}

.narrowCol {
	width: 280px;
	padding: 1px 0 0 0;
}

.quoteHome {
	font: normal 16px georgia, 'palatino', 'times new roman', times;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 22px;
}

#photos {
	width: 400px;
	height: 363px;
	background: transparent url('../i/bg-photos.png') no-repeat left top;
	position: absolute;
	top: -45px;
	left: 300px;
	z-index: 500;
}

#shuffle {
	margin: 43px 0 0 51px;
}

#shuffle img {
	display: block;
	background: #fff;
	padding: 20px;
	border: solid 1px #d4cac0;
}

.grid {
	margin: 18px -18px 18px 0;
	height: 1%;
	overflow: hidden;
	width: 698px
}

.grid li {
	width: 215px;
	height: 161px;
	float: left;
	margin: 0 17px 17px 0;
	/* box shadow in moz, webkit, css3 */
	box-shadow: 3px 3px 8px #857759;
  	-moz-box-shadow: 3px 3px 8px #857759;
  	-webkit-box-shadow: 3px 3px 8px #857759;
}

.grid li a:link,
.grid li a:visited {
	display: block;
	background: #fff;
	padding: 12px;
	border: solid 1px #a08963;
}

.grid li a img {
	display: block;
}

.grid li a:hover {
	background-color: #221f1f;
	border-color: #221f1f;
}

.quote {
	font: normal 14px georgia, 'palatino', 'times new roman', times;
	font-style: italic;
	line-height: 22px;
	color: #4a4435;
	margin-bottom: -4px;
}

.imgLarge {
	display: block;
	margin: 18px 0 24px 0;
	background: #fff;
	padding: 20px;
	border: solid 1px #a08963;
	/* box shadow in moz, webkit, css3 */
	box-shadow: 3px 3px 8px #857759;
  	-moz-box-shadow: 3px 3px 8px #857759;
  	-webkit-box-shadow: 3px 3px 8px #857759;
}

a.thumb:link,
a.thumb:visited {
	display: block;
	float: left;
	margin: 4px 0 18px 17px;
	background: #fff;
	padding: 12px;
	border: solid 1px #a08963;
	/* box shadow in moz, webkit, css3 */
	box-shadow: 3px 3px 8px #857759;
  	-moz-box-shadow: 3px 3px 8px #857759;
  	-webkit-box-shadow: 3px 3px 8px #857759;
}

a.thumb img {
	display: block;
}

a.thumb:hover {
	background-color: #221f1f;
	border-color: #221f1f;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */
label {
	display: block;
	margin:8px 0 0;
}

#validation-errors {
	color: #07633B;
	margin-left: 15px;
	font-style: italic;
}

.validation-error {
	border: 1px solid red;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */


#footer {
	height: 35px;
	background: transparent url('../i/bg-footer.png') repeat-x center top;
	padding: 0;
	margin-top: 125px;
}

#footer .center {
	position: relative;
}

#footer h3 {
	float: left;
	width: 149px;
	height: 27px;
	overflow: hidden;
	background: transparent url('../i/h3-footer.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 3px 20px 0 0;
}

#footer p {
	float: left;
	margin: 10px 0 0;
	font-size: 11px;
	color: #b5ab9b
} 

#footer a:link,
#footer a:visited {
	color: #b5ab9b;
	margin-left: 20px;
}

#footer a:hover {
	color: #fff;
}

#punga {
	display: block;
	position: absolute;
	z-index: 100px;
	top: -92px;
	left: -3px;
}



