@charset "utf-8";
/* -- RESET ALL DEFAULT CSS RULES -- */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption/*, table, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table tr td {
	padding:5px;
}
/* -- END RESET -- */



body  {
	font: 62.5% "Georgia", serif;
	background:url(images/tree-adventures_page-bg.jpg) no-repeat center top #2e2515 fixed;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a { color:#9C0; }
a:link { color:#9C0; text-decoration:none; }
a:hover { color:#990; text-decoration:none; }
a:active { color:#9C0; text-decoration:none; }
a:visited { color:#9C0; text-decoration:none; }

#treeLineBg {
	background: url(images/tree-line.png) repeat-x scroll center bottom;
	width: 100%;
	float: left;
	z-index:11;
}
#container { 
	font-size:1.1em;
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEE8DA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(images/tree-adventures_hdbg.jpg) no-repeat #EEE8DA; 
	padding: 20px 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header .slide { 
	width:800px;
	height:310px;
	margin: 160px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header #menu { 
	padding: 10px 0 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#logo {
	float:left;
	z-index:1;
}

#topBanner {
	background:url(images/banner_shadow.png) no-repeat top center;
	width:645px;
	height:180px;
	margin:-25px -70px 0 220px;
	z-index:2;
	float:right;
	position:absolute;
}
* html #topBanner { /*IE 6*/
	margin:-25px -70px 0 -20px !important;
}

*+html #topBanner { /*IE 7*/
	margin:-25px -70px 0 -20px !important;
}


#page {
	background:url(images/watermark.gif) no-repeat bottom  #EEE8DA;	
	padding:40px 20px 120px 20px;
}
* html #page { /*IE 6*/
	padding:20px 20px 120px 20px !important;
}
*+html #page { /*IE 7*/
	padding:20px 20px 120px 20px !important;
}


/* ----- SIDEBAR --------- */
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

#sidebar ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;	
}
#sidebar p {
	line-height:1.6em;
	margin:0 0 1.0em 0;
}

#sidebar ul ul{
	line-height:1.8em;
	margin:8px 0 10px 20px;
	list-style:circle;
}
#sidebar ol ol {
	line-height:1.8em;
	margin:8px 0 10px 20px;
	list-style:decimal;
}
#sidebar blockquote {
	line-height:1.6em;
	padding:0 0 0 40px;
	margin:20px 0 20px 0;
	list-style:decimal;
	background:url(images/blockquote.png) no-repeat top left;
}

#sidebar .sidebar-A {
	background:url(images/sidebar-A_bg.gif) repeat;
	padding:25px 24px 20px 24px;
	text-align:center;
	color:#EEE8DA;
	margin-bottom:6px;
}
#sidebar .openhrs {
	background:url(images/open-hrs.png) no-repeat;
	background-position:center;
	height:40px;
	margin-bottom:15px;
}
#sidebar .howtofind {
	background:url(images/how-to-find-us.png) no-repeat;
	background-position:center;
	height:40px;
	margin-bottom:15px;
}
.biglink a {
	font-size:1.3em;
}

/* ----- SIDEBAR END --------- */

#mainContent { 
	margin: 0 340px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;	
}

#mainContent p {
	line-height:1.6em;
	margin:0 0 1.0em 0;
}

#pageTitle {
	margin-top:20px;
	clear:left;
}

h1 {
	font-style:italic;
	color:#9ac03b;
	text-align:center;
	font-size: 24px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat;
	display: block;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	vertical-align: middle;
}
h2 {
	font-size:2.2em;
	color:#6b8b1b;
	margin:20px 0 6px 0;
}
h3 {
	font-size:1.2em;
	color:#9ac03b;
	line-height:2.0em;
	margin:10px 0 0 0;
}
h4 {
	font-size:1.2em;
	color:#473114;
	line-height:2.0em;
	margin:10px 0 0 0;
}
h5 {
	font-size:1.0em;
	color:#473114;
	line-height:1.0em;
	margin:6px 0 10px 0;
}

.height {
	font-size:10px;
	color:#473114;
}
.line {
	border:none;
	height:3px;
	width:100%;
	display:block;
	margin:20px 0;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat;
	color:#eee8da;
}
.whiteText {
	color:#FFF;
}
#mainContent ul {
	line-height:1.8em;
	margin:8px 0 10px 20px;
	list-style:circle;
}
#mainContent ol {
	line-height:1.8em;
	margin:8px 0 10px 20px;
	list-style:decimal;
}
#mainContent blockquote {
	line-height:1.6em;
	padding:0 0 0 40px;
	margin:20px 0 20px 0;
	list-style:decimal;
	background:url(images/blockquote.png) no-repeat top left;
}

.post {
}
.post-title {
	margin-top:20px;
	clear:left;
}
.post-meta {
	text-align:center;
	margin:-20px 0 -16px 0;
	font-size: 90%;
	font-weight:bold;
}
.post-date {
}
.post-cat {
}
.post-comments {
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 90%;
	color: #999999;
}
.entry {
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 0 -20px;
}
.comment-meta {
	text-align:center;
	margin:0px 0 -20px 0;
	padding:2px 0;
	font-size: 90%;
	font-weight:bold;
}
.comment-text {
	margin:-10px 10px 0 10px;
	padding:0 0 10px 0;
}
.commentlist .alt {
	background:#ECE0D1;
}

/* ----- FOOTER --------- */
#footer {
	clear: both;
	height:168px;
	background: #000; 
	font-size: 95%;
	line-height: 130%;
	padding-top:12px;
	padding-bottom: 20px;
	color:#EEE8DA;
	z-index:21;
}
#footer a, #footer a:visited {
	color: #999900;
}
#footer a:hover {
	color: #99CC00;
}

#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #EEE8DA;
	margin: 10px 0px 5px;
}
.footer-bookings {
	width: 240px;
	float: left;
	padding-top:60px;
	margin-left: 10px;
	background:url(images/footer_bookings.png) no-repeat;
}

.footer-contact {
	width: 240px;
	float: left;
	padding-top:60px;
	margin-left: 50px;
	background:url(images/footer_contact.png) no-repeat;
}

.footer-credits {
	width: 240px;
	float: right;
	padding-top:60px;
	margin-right: 10px;
	background:url(images/footer_credits.png) no-repeat;
}
/* ----- FOOTER END --------- */


/* credits */
#credits {
	margin: 0px auto 0 auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#suckerfishnav { 
	background:#231F20;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;	
	width:80%;
}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:30px;
	padding:0;
	border:none;
	margin:0;	
	width:100%;
	z-index:1000;
}
#suckerfishnav a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0px 18px;
}
#suckerfishnav li {
	float:left;
	padding:0;
}
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;	
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;	
	border:0;
	border-top:1px solid #fff;	
}
#suckerfishnav li li {	
	width:149px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#suckerfishnav li li a {
	padding:6px 10px;	
	width:130px;
	font-size:12px;
	color:#fff;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
	background:#544A4D;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color:#fff;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#fff;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#fff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#231F20;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#544A4D;
}
