﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
form.basicform  {margin:0;}
form.basicform  p {width:520px;}
form.basicform legend {font-size:1.8em;line-height:1;padding-bottom:0.5em;}
form.basicform  ol {margin:0;}
form.basicform input {display:block;width:496px;}
form.basicform textarea {display:block;width:500px;height:7em;}
form.basicform iframe {display:block;width:500px;height:9em;}
form.basicform label {font-size:1.2em;}
form.basicform button {margin-top:1em;}
form.basicform li {display:block;margin-bottom:0.5em;}
form.basicform label:after {content:':';}
form.basicform fieldset.checkbox input {width:auto;}
form.basicform fieldset.checkbox label {width:auto;}
form.basicform fieldset.checkbox label:after {content:'';}

form.horizontalform label {display:inline-block;width:150px;margin-right:10px;text-align:right;}
form.horizontalform input {display:inline-block;width:336px;}
form.horizontalform textarea {display:inline-block;width:340px;}
form.horizontalform iframe {display:inline-block;width:340px;}
form.horizontalform button {margin-left:160px;}
form.horizontalform .help {display:inline-block;margin-left:8px;font-size:1em;}
form.horizontalform fieldset.checkbox {margin-left:160px;}

/* custom forms (deprecated) */
form#reviewentry  {margin:0;}
form#reviewentry  p {width:520px;}
form#reviewentry legend {font-size:1.8em;line-height:1;margin-bottom:0.5em;}
form#reviewentry  ol {margin:0;}
form#reviewentry input {display:block;width:496px;}
form#reviewentry textarea {display:block;width:500px;height:7em;}
form#reviewentry iframe {display:block;width:500px;height:9em;}
form#reviewentry label {font-size:1.2em;}
form#reviewentry li {display:block;margin-bottom:0.5em;}
form#reviewentry li.radio {margin-top:12px;}
form#reviewentry li legend {float:left;font-size:1.2em;}
form#reviewentry li legend:after, form#reviewentry label:after {content:':';}
form#reviewentry li li {float:left;margin-bottom:0;}
form#reviewentry li li input {display:inline-block;margin-left:1em;width:auto;}
form#reviewentry li li label {font-size:100%;}
form#reviewentry li li label:after {content:'';}
form#reviewentry button {margin-top:1em;}

button.jump {background:none;border:none;color:rgb(0,0,153);cursor:pointer;font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;font-size:12px;}


/* old form style
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
button {cursor:pointer;}
*/

.ratingentry{
	display:inline-block;
	margin:0 0.7em;
}

.ratingentry a {
	display:inline-block;
	height:13px;
	width:20%;
	margin:0;
}
.ratingentry a span {
	display:block;
	position:absolute;
	left:-9999px;
}
.over {
	background:red;
}

/* Custom form styles */
/*
fieldset li {position:relative;display:block;margin:0 0 0 8em;}
fieldset li label {position:absolute;left:-8em;top:0.5em;}
label:after {content:": ";}
.checkbox li {position:static;width:48%;float:left;margin:0;}
.checkbox li label {position:relative;left:0;top:0.2em;}
.checkbox li label:after {content:"";}
input[type="text"], textarea {width:35em;}
input[type="file"] {margin:0.6em 0 0.6em;}
.enum-add, .enum-sub {background:red;color:white;font-weight:bold;width:1.3em;height:1.3em;margin:2px;padding:0;border:0;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.enum-add {background:green;}
*/



/* general-layout.css */
a {text-decoration:none;}
#page {position:relative;width:960px;margin:0 auto;}

#brand {position:absolute;top:2em;}
ul#banner {display:block;position:absolute;top:2em;margin:0;padding:0;}
ul#banner li {display:inline;height:100px;}

#flag {position:absolute;z-index:49;top:2em;right:0;background:#f93;color:#fff;margin:0;padding:0 2em;font-size:1.2em;}

#nav {position:absolute;top:11.5em;left:0;width:790px;background:rgb(120,120,120);-moz-border-radius: 7px;-webkit-border-radius: 7px;}
#nav h2 {display:none;}
#nav label, #search legend {display:none;}
#nav ul {margin:0;}
#nav li {display:block;float:left;padding:0.3em 1em;border-right:1px #fff solid}
#nav li#search {top:0;padding:0 1em 0 0;}
#nav li a {color:#fff;}
#nav li#search button {margin:0;padding:0.1em 0.8em 0.1em 0.5em;background:none;color:#fff;border:1px #fff solid;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;}
#keywords_input {margin:3px;width:15em;padding-left:0.5em;border:1px #fff solid;border-top:1px black solid;border-left:1px black solid;background:rgb(240,240,240);-moz-border-radius-topleft: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;}
#keywords_input:hover, #keywords_input:focus {background:#fff;}

#body {position:absolute;top:14.5em;left:0;width:790px;padding:1em 0 3em;}

#body h1 {font-size:2.5em;}
h1#parktitle {margin-bottom:0;}
h1 a.officialparklink {font-size: 1em;}
#body h2 {font-size:1.4em;}
#body h3 {font-size:1.2em;}
#body h4 {font-size:1em;margin-bottom:0.2em;}
#body #description h2 {margin-bottom:0.2em;}
#body #description h3 {margin-bottom:0.3em;}
#parkmanager {margin:0.7em 0 0;}
#parkaddress {margin:0 0 0.7em;}

#tabs {margin:0;padding:0;}
#tabs ul {margin:0 0.5em 0 0;padding:0;}
#tabs li {display:block;float:left;margin:0 1px 0 0;padding:0.2em 0 0.6em ;width:8em;text-align:center;background:rgb(145,145,145);-moz-border-radius-topleft: 7px;-moz-border-radius-topright: 7px;-webkit-border-top-left-radius: 7px;-webkit-border-top-right-radius: 7px;}
#tabs li.selected {background:rgb(80,80,80)}
#tabs li a {color:#fff;text-decoration:none;}
.tab {clear:both;}
#tabsfooter {position:relative;top:-0.5em;clear:both;margin:0 0.5em 0.5em 0;padding:0;height:1em;background:rgb(80,80,80);-moz-border-radius: 7px;-webkit-border-radius: 7px;}

#description {position:relative;}
#copy {width:470px}
#photos {position:absolute;top:0;right:0.5em;}
#photos h3 {display:none;}
#photos img {border:1px solid #000;}
#photos ol {margin:0;}
#photos ol li {display:inline;margin:0;padding:0 0.5em 0 0;}
#photos ol li button {position:relative;top:-3px;margin:0;padding:0;border:none;background:none;}
#photos .extra {display:none;}
#features {width:470px;}
#features ul li {width:48%;float:left;}
#features li.last {margin-bottom:1.5em;}
/* #directions h2 {clear:both;padding-top:1.5em;} */

.photobrowser {position:relative;}
.photobrowser img {border:1px solid #000;}
.displayphoto {position:absolute;top:0;left:0;}
.displayphoto img {margin:0 0 0.5em;}
.caption {width:600px;}
.photonav {position:absolute;top:0;left:620px;margin:0;}
.photonav li {display:block;float:left;margin:0 0 0 1em;text-align:center;}
.photonav li a {display:block;}
.returnlink {position:absolute;top:70px;left:620px;margin:0 1em;width:135px;text-align:center;}
.phototags {position:absolute;top:100px;left:620px;margin:0 1em;}

.park {position:relative;margin:0 0 1em 70px;}
.park img.photo {position:absolute;top:5px;left:-70px;border:1px black solid;}
.park h2.title {margin:0;}
.park .address {margin:0;font-size:0.9em;color:rgb(145,145,145);}
.park .summary {margin:0;}
.park .tags {margin:0;font-size:0.9em;color:rgb(145,145,145);}
.park .tags a {color:rgb(120,120,200);}

#pagelinks {display:block;margin:3em 0 0;background:rgb(120,120,120);height:1.5em;-moz-border-radius: 7px;-webkit-border-radius: 7px;}
#pagelinks li.label {color:#fff;border:none;}
#pagelinks li {display:block;float:left;padding:0 1em; border-left:1px #fff solid;}
#pagelinks li.currentpage {background:rgb(145,145,145);color:black;}
#pagelinks li a {color:#fff;}

#advert {position:absolute;top:11.5em;right:0;width:160px;}
#advert h2 {display:none;}



/* member reviews */
#avgreview {clear:both;}
#reviews {clear:both;position:relative;width:470px}
.review {position:relative;margin:10px 0 20px 55px;}
.review .gavatar {position:absolute;margin:0 0 0 -55px;}
.review p {margin:0 0 0.5em;}
.review ol, .review ul {margin-bottom:0.5em;}
.review .pubdate {font-size:80%;}
.rating {
	display:inline-block;
	position:relative;
	top:-2px;
	vertical-align:middle;
	width:65px;
	height:13px;
	background:url('/_img/sprite-site-wide-20090929a.png');
	overflow:hidden;
	margin:0;
}
.rating span {display:block;position:absolute;left:-9999px;}
.rating50of50 {
	background-position-x:-1px;
	background-position-y:-20px;
}
.rating45of50 {
	background-position-x:-1px;
	background-position-y:0px;
}
.rating40of50 {
	background-position-x:-14px;
	background-position-y:-20px;
}
.rating35of50 {
	background-position-x:-14px;
	background-position-y:0px;
}
.rating30of50 {
	background-position-x:-27px;
	background-position-y:-20px;
}
.rating25of50 {
	background-position-x:-27px;
	background-position-y:0px;
}
.rating20of50 {
	background-position-x:-40px;
	background-position-y:-20px;
}
.rating15of50 {
	background-position-x:-40px;
	background-position-y:0px;
}
.rating10of50 {
	background-position-x:-53px;
	background-position-y:-20px;
}
.rating5of50 {
	background-position-x:-53px;
	background-position-y:0px;
}
.rating0of50 {
	background-position-x:-66px;
	background-position-y:-20px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Zoomable map styles */
#map {position:relative;width:560px;height:420px;overflow:visible;}
#map h3 {font-weight:bold;}
#returnlink {display:block;position:absolute;bottom:0;right:0;color:#fff;background:rgb(120,120,120);padding:3px 1em;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;}
#map a.bullet {display:block;position:absolute;width:12px;height:12px;background:yellow;text-decoration:none;border:1px solid red;opacity:0.7;z-index:2;}
#map img.zoomable { }
#map div.popup{display:none;position:absolute;width:200px;top:100px;left:150px;background:#fff;z-index:3;padding:1em 1em 2.5em;border:1px solid #000;}
#map div.popup a.close{display:block;position:absolute;bottom:0;right:0; color:#fff;background:rgb(120,120,120);padding:3px 1em;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;}

