/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.3; }

::-moz-selection { background: #54ae46; color: #000; text-shadow: none; }
::selection { background: #54ae46; color: #000; text-shadow: none; }

a { 
	color: #54ae46; 
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .9em;
}
a:visited { color: #54ae46; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 1.5em}
ul li, ul li {margin-bottom: .5em}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 1px solid #d3c9ae; margin: 0; padding: 1.5em; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; padding: 0 1em;}

label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*----------[ Global ]------------------------------*/

body {
	background: url('../img/bg.jpg') repeat;
	color: #452516;
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}
h1, h2 {
	color: #321b10;
}
h1#logo {
	background: url('../img/header.jpg') no-repeat;
	text-indent: -999em;
	width: 1051px;
	height: 362px;
	margin: 0 -21px;
	clear: both;
}
header {
	margin: 0 -22px 0 -23px;
}
#main {
	border: 1px solid #cecfd1;
	margin: 0 auto;
	padding: 0 1.85em 3em;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #ddd 0px 1px 4px;
	-moz-box-shadow: #ddd 0px 1px 4px;
	box-shadow: #ddd 0px 1px 4px;
	behavior: url(/PIE.htc);
}
footer {
	color: #aa9993;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 2em 0 4em;
}
p.indent {
	padding-left: 1em ;
	border-left: 1px solid #aa9993;
}
ul {
	list-style: square;
}
span.helvetica {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.small {
	font-size: .85em;
}
.light {
	color: #777;
}
.justify {
	text-align: justify;
}
.separator {
	border-top: 4px solid #fafafa;
	padding-top: .5em;
	margin-top: 1.5em;
}

/*----------[ Menu ]------------------------------*/

#nav {
	/*background: url('../img/header-slit.jpg') no-repeat center bottom;*/
	border-bottom: 4px solid #fafafa;
	padding-bottom: 0 0 1em;
	margin: 0 2em 1em;
	height: 40px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #8e776f;
	display: block;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	text-transform: uppercase;
	height: 19px;
	padding: 10px 0 6px;
	width: 182px;	
}
#nav ul li a:hover {
	color: #452516;
}

/*----------[ Sidebar ]------------------------------*/

#sidebar {
	margin-left: 50px;
	margin-top: -5.5em;
	width: 260px;
}
.block {
	background: #fdfdfd;
	color: #8e776f;
	border: 1px solid #cecfd1;
	border-bottom: none;
	line-height: 1.4;
	margin: 2em 0 0;
	padding: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .8em;
	position: relative;
	text-align: left;
}
.block h4 {
	border-bottom: 1px dotted #e7e7e7;
	font-weight: normal;
	margin-top: 0;
	color: #452516;
	text-transform: uppercase;
	padding: .25em 0 .75em;
	letter-spacing: 1px;
}
.block ol {
	padding-left:2em ;
}
.block ol li {
	margin-bottom: .5em;
}
.block a {
	text-decoration: none;
	font-size: 1.1em;
}
.block-footer {
	background: transparent url('../img/block-footer-620.png') center top no-repeat ;
	width: 100%;
	height: 10px;
}

/*----------[ About ]------------------------------*/

.definition {
	color: #777;
	font-size: .85em;
	line-height: 1.3;
	text-align: left;
	padding: 0 1em 1em;
	width: 185px;
	float: left;
}

.definition.first {
	padding-left: 0;
}
.definition.last {
	padding-right: 0;
}

/*----------[ Join the Trust ]------------------------------*/

form#join-form textarea {
	height: 8em;
}
form#join-form {
	padding-top: .5em;
}
/*----------[ Contact Us ]------------------------------*/

.contact-details {
	margin-top: 1em;
}
form#contact .contact-name,
form#contact .contact-email {
	width: 270px;
	float: left;
}

form#contact .contact-email {
	margin-left: 2.5em;
}

form#contact input,
form#contact textarea,
form#contact label {
	margin-left: .75em;
}
form#contact input.submit,
form#contact input[type=submit] {
	margin-right: .75em;
}

.warning, {
	background: #ffe6e3 url('../img/icon-warning.png') 10px 7px  no-repeat;
	border: 1px solid #f19f96;
	color: #c32401;
	padding: .5em 1em .5em 3em;
	margin: 2em 0em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #ddd 0px 1px 3px;
	-moz-box-shadow: #ddd 0px 1px 3px;
	box-shadow: #ddd 0px 1px 3px;
	behavior: url(/PIE.htc);
}

.error {
	background: url('../img/icon-warning.png') 6px 3px  no-repeat;
	color: #c32401;
	display: block;	
	margin: .5em 0;
	padding: .5em 1em .5em 3em;
}

/*----------[ Ribbons ]------------------------------*/

.ribbon {
	position: absolute;
	width: 45px;
	height: 90px;
	z-index: 99;
	margin-top: -20px;
	right: 1em;
}

.ribbon.mail {background: url('../img/ribbon-contact.png') no-repeat}
.ribbon.join {background: url('../img/ribbon-join.png') no-repeat}
.ribbon.new {background: url('../img/ribbon-new.png') no-repeat}



/*----------[ Forms ]------------------------------*/

#basic-modal-content {display:none;}

#simplemodal-overlay {
	background-color:#000; 
	cursor:default
}
#simplemodal-container {
	height:360px; 
	width:600px; 
	color:#bbb; 
	background-color:#333; 
	border:4px solid #444; 
	padding:12px
}
#simplemodal-container code {
	background:#141414; 
	border-left:3px solid #65B43D; 
	color:#bbb; 
	display:block; 
	font-size:12px; 
	margin-bottom:12px; 
	padding:4px 6px 6px
}
#simplemodal-container h3 {color:#84b8d9}
#simplemodal-container .simplemodal-data {padding:8px}
#simplemodal-container a {color:#ddd}
#simplemodal-container a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer
}

/*----------[ Forms ]------------------------------*/

label {
	font-size: .85em;
	color: #555;
}
input, textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfcfcf;
	color: 	#444444;
	background: #fff;
	padding: 5px;
	margin:.5em auto 0 ;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #3a8d2d;	
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	width: 95%;
}

input.submit, 
input[type=submit] {
	border: 1px solid #3a8d2d;
	color: #fff;
	text-shadow: 0px -1px 0px #3a8d2d;
	font-size: 0.9em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: auto;
	padding: 5px 10px;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #eee 0px 2px 3px;
	-moz-box-shadow: #eee 0px 2px 3px;
	box-shadow: #eee 0px 2px 3px;
	background: #3a8d2d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#77c16b), to(#3a8d2d));
	background: -webkit-linear-gradient(#77c16b, #3a8d2d);
	background: -moz-linear-gradient(#77c16b, #3a8d2d);
	background: -ms-linear-gradient(#77c16b, #3a8d2d);
	background: -o-linear-gradient(#77c16b, #3a8d2d);
	background: linear-gradient(#77c16b, #3a8d2d);
	-pie-background: linear-gradient(#77c16b, #3a8d2d);
	behavior: url(/PIE.htc);
}

input.submit:hover, 
input[type=submit]:hover {
	color: #333;
	text-shadow: 0px 1px 1px #77c16b;
	background: #54ae46;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#54ae46), to(#54ae46));
	background: -webkit-linear-gradient(#54ae46, #54ae46);
	background: -moz-linear-gradient(#54ae46, #54ae46);
	background: -ms-linear-gradient(#54ae46, #54ae46);
	background: -o-linear-gradient(#54ae46, #54ae46);
	background: linear-gradient(#54ae46, #54ae46);
	-pie-background: linear-gradient(#54ae46, #54ae46);
	behavior: url(/PIE.htc);
}


@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.textright {text-align: right}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
