* /*Sets border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
background: #ece0be url(../img/background_tile.jpg) top center repeat-x;
font:12px Arial, Helvetica, sans-serif;
color: #534641;
text-align: center;
height: 100%;
}

html {
margin-bottom: 1px;
}

body {
font-size: 14px;
line-height:20px;
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.2em;
}


h1 a {
display: block;
margin: 0 auto;
width: 255px;
height: 200px;
background: url(../img/header_logo.png) no-repeat;
text-indent: -9999px;
}

h2 {
font-size: 22px;
margin-top: 3px;
}

h3 {
font-size: 13px;
}


a {
color: #a35e2c;
}


p {
font: 16px Georgia, "Times New Roman", Times, serif;
line-height: 20px;
margin-top: 10px;
}


#container {
width: 850px;
margin: 0 auto;
}

#header {
height: 208px;
width:100%;
background: url(../img/header_bkg.png);
}

#navbar {
color: #b9a264;
height: 30px;
padding:15px 0 5px 0;
background: url(../img/nav_bkg.jpg) no-repeat;
}

#content {
background: url(../img/content_bkg.jpg) repeat-y;
min-height: 350px;
padding: 30px 30px 0 30px;
}

#slideshow {
width: 750px;
height: 360px;
margin: 0 auto;
border: 5px solid #b9a264; 
}

#gallerypage #slideshow {
width: 750px;
height: 496px;
margin: 0 auto;
border: 5px solid #b9a264; 
}

#base {
clear: both;
height: 61px;
background: url(../img/base.png) no-repeat;
}


#footer {
height: 30px;
font: 14px Georgia, "Times New Roman", Times, serif;
color: #b9a264;
margin-top: 10px;
margin-bottom: 10px;
font-style: italic;
}

#footer a {
color: #b9a264;
}


ul.navigation {
text-align: center; /*set to left, center, or right to align the menu as desired*/
margin: 0;
padding: 0;
list-style-type: none;
}

	ul.navigation li{
	display: inline;
	height: 40px;
	margin: 0;
	padding: 12px;
	}
	
	ul.navigation li a:link, ul.navigation li a:visited {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	}
	
	ul.navigation li a:hover, ul.navigation li a:active {
	color: #b9a264;
	}
	
/**************************
CONTENT AND COLUMNS
**************************/

#columns {
width: 760px;
height: 330px;
margin: 0 auto;
padding-top: 18px;
clear:both;
}

.columnbox {
float:left;
width:32%;
min-height: 300px;
margin:0 5px;
text-align: left;
}

.columnboxpromo {
float:left;
width:32%;
min-height: 300px;
margin:0 5px;
text-align: left;
background: url(../img/promo_bkg.jpg) no-repeat;
}

#trees-page .columnbox {
float:left;
width:29%;
min-height: 150px;
margin:5px 5px;
padding: 10px;
text-align: left;
border: 1px dotted #990;
}

#givingback-page .columnbox {
width: 80%;
min-height: 150px;
margin:0 0 20px 0;
padding: 10px;
text-align: left;
border: 1px dotted #990;
}

h3 > img { 
float : right; 
position : relative;
top : -20px;
right : -35px;
margin-right : -40px;
} 


.promotext {
height: 60px;
text-align:center;
}

.columnboxpromo a {
color: #3a4e4b;
font-style: italic;
text-decoration: underline;
}

#columns a:hover {
color: #a35e2c;
}


/**************************
RESPONSIVE SLIDES
**************************/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  border: 5px solid #b9a264; 
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 750px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  border: 0;
  margin: 0 auto;
  }
  
  .rslides_container {
  margin-bottom: 50px;
  position: relative;
  margin: 0 auto;
  width: 750px;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #CCC url(../img/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,255, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(255,255,255, .8);
  }


/**************************
NOTIFICATION BAR
**************************/
.notification-bar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}
.notification-text {
	background-color: #811518;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	width: 100%;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}

.notification-text a { color: #fff;
}

.notification-bar input {
	display: none;
}
.notification-bar label {
	cursor: pointer;
	color: #fff;
	position: absolute;
	z-index: 5;
	display: inline-block;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.notification-bar label[for=hide] {
	
	right: 15px;
	top: 11px;

	width: 24px;
	height: 24px;
	background: url('../img/close.png') no-repeat center center;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar label[for=show] {
	width: 45px;
	height: 50px;
	border-radius: 0px 0px 3px 3px;
	right: 10px;
	background: url('../img/show.png') no-repeat center center #811518;
}

/* Function */
.notification-bar input[value=show]:checked ~ label[for=show],
.notification-bar input[value=hide]:checked ~ label[for=hide],
.notification-bar input[value=hide]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.notification-bar input[value=hide]:checked ~ label[for=show],
.notification-bar input[value=show]:checked ~ label[for=hide],
.notification-bar input[value=show]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

/* Inital Animation */
@-webkit-keyframes initiate {
 	0% {
		-webkit-transform:translateY(-100%);
 	}
 	50% {
 		-webkit-transform:translateY(-50%);
 	}
 	100% {
 		-webkit-transform:translateY(0%);
 	} 
}
@-moz-keyframes initiate {
 	0% {
		-moz-transform:translateY(-100%);
 	}
 	50% {
 		-moz-transform:translateY(-50%);
 	}
 	100% {
 		-moz-transform:translateY(0%);
 	} 
}
@-o-keyframes initiate {
 	0% {
		-o-transform:translateY(-100%);
 	}
 	50% {
 		-o-transform:translateY(-50%);
 	}
 	100% {
 		-o-transform:translateY(0%);
 	} 
}
@keyframes initiate {
 	0% {
		transform:translateY(-100%);
 	}
 	50% {
 		transform:translateY(-50%);
 	}
 	100% {
 		transform:translateY(0%);
 	} 
}