/* WildPlayParks.com - MAIN CSS Document * /

/* ***********************
 	Setup tag defaults				
************************ */

body { background:black; color:white; text-align:center; margin:0; padding:0; font-family:"arial", helvetica, clean, sans-serif; }
h1, h2, h3, h4 { font-weight:bold; }
p { line-height:1.5; margin-bottom:10px; }
h1 { font-size:250%; font-family: "arial narrow", verdana, arial; letter-spacing: -1px; margin-bottom: 10px; }
h2 { font-size:167%; font-family: "arial narrow", verdana, arial; margin-bottom: 10px; color: #69B013; }
h3 { font-size:122%; color: #888888; margin-bottom: 5px; }
h4 { font-size:107%; font-weight: bold; color: #999999; padding-top: 15px; }
fieldset { padding:20px; }
legend { font-size:122%; font-weight:bold; color:#69B013 }
blockquote { margin:1em 3em 2em }
a:link, a:visited { color:#666 }
a:hover { color:#01A6D6 }
a:hover img { border-color:#01A6D6 }
h2 a:link, h2 a:visited { color:#69B013; text-decoration:none; }
h2 a:hover { color:#01A6D6; text-decoration:underline; }
strong { font-weight:bold; }
em { font-style:italic; }
d1 { line-height:1.5 }
dt { font-size:122%; font-weight:bold; }
dd { margin-bottom:20px; }
/* Classes for content layout */

div.section { clear:both; margin-bottom:20px }
img.left { float:left; margin:0 15px 0 0; }
img.right { float:right; margin:0 0 0 15px; }
img.border { border: 1px solid #CCCCCC; padding: 4px; margin-bottom:5px; background-color: #FFFFFF; }
div.left { float:left; width:46% }
div.right { float:right; width:46% }
ol.numbered { margin-bottom:20px; line-height: 1.5; }
ol.numbered li { list-style:decimal; margin:0 0 5px 40px; }
ul.bullets { margin-bottom:20px; line-height: 1.5; }
ul.bullets li { list-style:disc; margin:0 0 5px 40px; }
/* Colors */
/*
green - #33982A
orange - #FA9D00
blue - #01A6D6
*/

/* Typography */
.blue {color: #01A6D6;}
.green {color: #33982A;}
.orange {color: #FA9D00;}
.smallprint { font-size:85% }
.notice {color:#CC0000;}

/* ======Layouts===== */

/* Base layout */
#doc { width:950px; margin:0 auto; text-align:left; background:white }
#header { position:relative; height:120px; background:black url(/images/main-nav/cap-green-tall.gif) 0px 90px no-repeat; }
#body { clear:both; background:white; color:black; }
#footer { clear:both; background:black; height:120px; }
/* Template: 2-column */
#colLeft { float:left; width:580px; padding:20px 20px 20px 50px; border-top: solid 28px #FA9D00; }
#colRight { float:left; width:300px; }
/* Template: generic */
#generic { margin: 0 50px; }
#generic h1 { margin-top:20px; }
/* Template: homepage*/

#homeLeft { float:left; width:580px; padding:20px 20px 20px 50px; }
#homeRight { float:left; width:230px; padding:20px 50px 20px 20px; background:#e4e4e4; }
/* *******************
 			 Header				
******************* */

a#logo { position:absolute; top:4px; left:0; display:block; height:85px; width:438px; background:url(/images/main-nav/wp-wildplay-logo.gif) no-repeat; text-indent:-20em; overflow:hidden; }
/* Top Nav*/
ul#topmenu { position:absolute; top:0; right:0; height:30px; background:url(/images/main-nav/cap-blue.gif) bottom left no-repeat; }
ul#topmenu li { height:30px; float:left; }
ul#topmenu li span { display:block; margin:7px 0; padding:0 10px; color: #CCFF33; text-decoration:none; line-height:1; font-weight:bold; }
ul#topmenu li a { display:block; margin:7px 0; padding:0 10px; color:white; text-decoration:none; border-right:solid 1px white; line-height:1; font-weight:bold; }
ul#topmenu li a:hover { color: #CCCCCC }
ul#topmenu li.last { background:url(/images/main-nav/cap-blue-end.gif) bottom right no-repeat; border:none; }
ul#topmenu li.last a { border:none; }
#phone { position:absolute; top:65px; right:10px; font-weight:bold }
a#shop { text-decoration:none; color:#fff; background:url(/images/main-nav/cart.png) no-repeat; padding-left:17px; }
a#shop:hover { text-decoration:none; color:#01A6D6; }
/* Main Navigation*/
#mainnav { position:absolute; z-index:100; top:90px; right:0; width:930px; }
#mainnav li { float:right; position:relative; }
#mainnav li.last { margin-right:10px }
#mainnav.home { float:left; margin-left:10px; }
#mainnav a { display:block; text-decoration:none; color:#fff; height:30px; padding-left:10px; line-height:29px; font-weight:bold; }
/* Custom width*/
li#tabHome, li#tabHome ul li { width:180px; margin-right:75px }
li#tabLocations, li#tabLocations ul li { width:110px; }
li#tabInfo, li#tabInfo ul li { width:110px }
li#tabActivities, li#tabActivities ul li { width:110px }
li#tabMonkido, li#tabMonkido ul li { width:200px }
li#tabTickets, li#tabTickets ul li { width:190px }
li#tabQuestions, li#tabQuestions ul li { width:100px }
li#tabGallery, li#tabGallery ul li { width:95px }
li#tabShop { width:75px }
li#tabShop img { float:left; padding:7px 5px 0 0 }
li#tabAbout, li#tabAbout ul li { width:160px; }
/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainnav ul ul { position:absolute; top:30px; left:0; visibility:hidden; }
#mainnav ul li ul { background:#003300; opacity:0.8 }
/* style the table so that it takes no part in the layout - required for IE to work */
#mainnav table { position:absolute; top:0; left:0; border-collapse:collapse; }
/* style the second level links */
#mainnav ul ul a { color:#fff; height:auto; line-height:1.2; padding:5px 10px; border-width:0 1px 1px 1px; font-size:85%; }
/* style the top level hover */
#mainnav a:hover, #mainnav ul ul a:hover { color:#fff; background:#949e7c; }
#mainnav :hover > a, #mainnav ul ul :hover > a { color:#fff; background:#949e7c; }
/* make the second level visible when hover on first level list OR link */
#mainnav ul li:hover ul, #mainnav ul a:hover ul { visibility:visible; }
/* NAV Hightlight Section */
#sectionHome ul li#tabHome { background:#006633 }
#sectionLocation ul li#tabLocation { background:#006633 }
#sectionInfo ul li#tabInfo { background:#006633 }
#sectionActivities ul li#tabActivities { background:#006633 }
#sectionMonkido ul li#tabMonkido { background:#006633 }
#sectionTickets ul li#tabTickets { background:#006633 }
#sectionQuestions ul li#tabQuestions { background:#006633 }
#sectionGallery ul li#tabGallery { background:#006633 }
#sectionShop ul li#tabShop { background:#006633 }
#sectionAbout ul li#tabAbout { background:#006633 }

/* *******************
 		Content Area				
******************* */
#bigimage { background-color: #FB9C00; height: 236px; margin-left: auto; margin-right: auto; border:none; }
#message { background-color: #FA9D00; height: 23px; color: #000000; padding-top: 5px; text-align:center; }
#content { padding: 0px 10px 50px 65px; }
#googlemap { border:1px solid #CCCCCC; padding: 5px; }
/* Right Column */
div.rightcolblock { margin-top:20px; margin-left:40px; width:235px; }
/* Locations */
#locations table td { padding:0 20px 20px 0; text-align:center; }
/* Press Room */
table.releases { margin:0 0 20px; width:100% }
table.releases td { padding:5px; vertical-align:top; }
table.releases td.date { width:80px; font-weight:bold; }
/* Park Homepage News*/
#news .newsitem { margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px #ccc; }
/* Advertisements */
#trip-planner { line-height:1.5; font-size: 11px; }
#trip-planner img { float:left; padding:5px 5px 10px 0; }
#trip-planner { }
/* Activity Times Table */
table.times { width:100%; border-spacing:1px; background-color:#E7E7E7; color: #333; border-collapse:collapse; }
table.times td, table.times th { padding: 10px 5px; }
table.times thead th { color:#fff; font-family: Arial, Helvetica, sans-serif; background-color: #69B013; }
table.times tbody th { font-weight: bold; }
table.times tbody tr { background-color:#FFF; text-align:left; }
table.times tbody tr.odd { background: #f5f5f5; border-top:1px solid #FFF; }
table.times tbody th a:link, tbody th a:visited { color:#96D030; }
table.times tbody th a:hover { color:#01A6D6 }
table.times tbody tr td { height:30px; background: #FFF; }
table.times tbody tr.odd td { background: #f5f5f5; }
table.times td a:link, table.times td a:visited { color: #1975D7; text-decoration: none; }
table.times td a:hover { color: #50ADEA; border-bottom:2px solid #8FD5FF; text-decoration: none; }
/* Photo Gallery */
#photogallery div.section { margin-bottom:20px; }
#photogallery div.section a { display:block; float:left; margin-top: 0; margin-right: 5px; margin-bottom: 20px; margin-left: 0; }
#photogallery div.section a img { border:1px solid #CCCCCC; padding:5px; }
#photogallery div.section a:hover img { border-color:#01A6D6 }
/* Video Gallery */
#videogallery #activities { width: 620px; border:1px solid #999 }
#videogallery #spots { width: 620px; border:1px solid #999 }
#videogallery #hr { width: 620px; border:1px solid #999 }

/* *********************************************************** */
/* Green (or blue) menu beside content*/
.contentmenu_blue .contentmenu_list { background: url(/images/blue-nav/wp-contentmenu-bg.gif) repeat-y; }
.contentmenu_blue .contentmenu_top { background: url(/images/blue-nav/wp-contentmenu-top.gif) no-repeat; }
.contentmenu_blue .contentmenu_bottom { background: url(/images/blue-nav/wp-contentmenu-bottom.gif) no-repeat; }
.contentmenu_blue li { list-style-image: url(/images/blue-nav/wp-contentmenu-arrow.gif); }
.contentmenu_blue li.selected { list-style-image: url(/images/blue-nav/wp-contentmenu-arrow-straight.gif); }
.contentmenu_blue li.selected li { list-style-image: url(/images/blue-nav/wp-contentmenu-dot.gif); }
.contentmenu_blue li.selected-sub { list-style-image: url(/images/blue-nav/wp-contentmenu-downarrow.gif); }
.contentmenu_blue li.selected-sub li { list-style-image: url(/images/blue-nav/wp-contentmenu-dot.gif); }
.contentmenu_green .contentmenu_list { background: url(/images/green-nav/wp-contentmenu-bg.gif) repeat-y; }
.contentmenu_green .contentmenu_top { background: url(/images/green-nav/wp-contentmenu-top.gif) no-repeat; }
.contentmenu_green .contentmenu_bottom { background: url(/images/green-nav/wp-contentmenu-bottom.gif) no-repeat; }
.contentmenu_green li { list-style-image: url(/images/green-nav/wp-contentmenu-arrow.gif); }
.contentmenu_green li.selected { list-style-image: url(/images/green-nav/wp-contentmenu-arrow-straight.gif); }
.contentmenu_green li.selected li { list-style-image: url(/images/green-nav/wp-contentmenu-dot.gif); }
.contentmenu_green li.selected-sub { list-style-image: url(/images/green-nav/wp-contentmenu-downarrow.gif); }
.contentmenu_green li.selected-sub li { list-style-image: url(/images/green-nav/wp-contentmenu-dot.gif); }
.contentmenu { }
.contentmenu_top { height: 33px; padding: 20px 0 0 50px; text-transform: uppercase; font-weight: bold; color: #FFFFFF; font-size: 14pt; }
.contentmenu_bottom { height: 15px; }
.contentmenu_list { padding: 10px 0 0 70px; list-style: none; }
.contentmenu_list li { padding-bottom: 7px; }
.contentmenu_list li a { text-decoration: none; font-size: 11pt; font-weight: bold; color: #000000; font-family: arial; }
.contentmenu_list li a:hover { color: #FFFFFF; }
.contentmenu_list li.selected { color: #FFFFFF; }
.contentmenu_list li.selected a { color: #FFFFFF; }
.contentmenu_list li.selected a:hover { color: #FB9C00; }
.contentmenu_list li.selected ul { margin: 10px 0 0 30px; padding: 0 0 0 0; }
.contentmenu_list li.selected li a { color: #000000; }
.contentmenu_list li.selected-sub { color: #FFFFFF; }
.contentmenu_list li.selected-sub li.selected a { color: #FFFFFF; }
.contentmenu_list li.selected-sub li.selected a:hover { color: #FB9C00; }
.contentmenu_list li.selected-sub ul { margin: 10px 0 0 30px; padding: 0 0 0 0; }

table.menu {width:100%;}
table.menu td {border-top:solid 1px #ccc; padding:4px;}
/* Questions and Answers */
.question { color: #999999; line-height: 1.25; padding-top:15pt; font-weight: bold; }

/* *******************
 			 Footer				
******************* */
#footer { text-align:right; }
#footer ul { height:54px; background:url(/images/main-nav/cap-footer.gif) bottom; }
#footer ul li { float:left; font-size:85%; padding:20px 18px; }
#footer ul li a { text-decoration:none; }
#footer ul li a:link, #footer ul li a:visited { color:#999; }
#footer ul li a:hover { color:white; }
#footer ul li.search { float:right; padding:15px 10px 0 0; }
#footer p { clear:both; font-size:85%; padding-right:10px; }
/* *******************
 			 HACKS				
******************* */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
