/*
Outdoor Adventures StyleSheet
Tasty Lounge LLC.
Copyright (c) 2008, MenuMill. All rights reserved.


*/


/*=============================
  Global Page Elements 
===============================*/

html{
  height:100%;
  background: #000 url(bg_html.jpg) repeat top left;
}
body{
  padding:12px;
  margin:10px;
  color: #8c8d8c;
  font-family: Arial, Helvetica, sans-serif;
  line-height:18px;
  font-weight: normal;
}
p{
  padding:7px 0px;
}
blockquote{
  padding:5px 30px;
  font-style: italic;
}
strong{
  font-weight:bold;
}
em{
  font-style: italic;
}
a, a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover, a:active {
  color: #72ad31;
  text-decoration: underline;
}
hr{}
br{
  clear:both;
}
img{}
caption{}
/*=============================
  Heading Elements 
===============================*/
h1{
  color:#FFF;
}
h2{
  color:#FFF;
  font-size:130%;
  margin:13px 0px;
  font-weight:bold;
} 
h3{
  color:#FFF;
  font-size:120%;
  font-style: italic;
  margin:5px 0px;
}
h4{
  position:relative;
  color: #72ad31;
  font-size: 130%;
  font-weight: bold;
  margin:15px 0px 5px 0px;
}
h4 strong {
  color: #FFF;
}
h5{
  color: #72ad31;
  font-size: 100%;
  font-weight: bold;
}
h6{}
/*=============================
  Lists
===============================*/
#content ul, #content ol, #content dl { line-height: 1.5em; margin: 0 0 1em 1em; }
#content ul li { list-style-type: disc; }
#content ul ul li { list-style-type: circle; }

#content ol li { list-style-type: decimal; }
#content ol ol li { list-style-type: lower-latin; }

#content li { margin-left: 0.8em; line-height: 1.5em; }

#content dt { font-weight: bold; display:inline; }
#content dd { margin: 0 0 1em 0.8em; display:inline; }

#content ul ul{margin-bottom:.2em;}

/*=============================
  Global Layout Elements 
===============================*/
#doc1{}
##doc2{}
#doc3{}
#doc_cust{
  width:809px;
  margin-bottom:20px;
  background:#000;
  border: 2px solid #FFF;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-border-radius: 24px;  
}
#hd{
  position:relative;
  width:100%; 
}
#bd{
  position:relative;
  width:100%; 
}
#ft{
  position:relative;
  width:100%;
}
/*=============================
  Content 
===============================*/
#logo{
  position:relative;
  float:left;
  top:35px;
  left:15px;
}
#header{
  height:160px;
  position:relative;
}
#main{
  position:relative;
}
#footer{
  height:40px;
  position:relative;
  background: transparent url(bg_footer.gif) repeat;
  -moz-border-radius: 0px 0px 24px 24px;
  border-radius: 0px 0px 24px 24px;
  -webkit-border-radius: 0px 0px 24px 24px;
}
#content{
  position:relative;
  top:-50px;
  padding:30px;
  margin-bottom:-50px;
  background: transparent url(bg_content.png) no-repeat right 50px;
  
}
#column_1{}
#column_2{}
#title{
  height:120px;
  position:relative;
  background:#000 url(leaf.jpg) no-repeat right center;
}
#title h1{
  position:relative;
  top:10px;
  text-transform:lowercase;
  width:310px;
  color:#000;
  font-size:250%;
  line-height:2em;
  padding:5px;
  background:transparent url(tape.png) no-repeat center center;
}
/*=============================
  Navigation Elements 
===============================*/
#topnav{
  height:122px;
  width:422px;
  float:right;
  position:relative;
  letter-spacing: -0.5px;
  top:18px;
  text-transform: lowercase;
  background: transparent url(cardboard.jpg) no-repeat 10px 20px; 
}
#topnav ul{
  position:relative;
  top:72px;
  text-align:center;  
}
#topnav ul li{
  display:inline;
  line-height:2.5em;
  padding:0px;
  border-right:1px solid #000;
}
#topnav ul li.last{
  padding-right:0px;
  border-right:none;
}
#topnav ul li.first{
  padding-left:0px;
}
#topnav ul a{
  line-height:2.5em;
  padding:6px 4px 5px 4px;
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
#topnav a:link, #topnav a:visited{}
#topnav a:hover, #topnav a:active{
  color:#FFF;
}
/*====Main Navigation===*/

#mainnav{
  position:relative;
  text-transform: lowercase;
  margin:0px;
  padding:0px;
}
#mainnav ul{
  text-align:center;
  background: transparent url(bg_mainnav.gif) repeat-x left bottom;
}
#mainnav ul li{
  display:inline;
  font-size:105%;
}
#mainnav ul a{
  padding:6px 8px 5px 8px;
  line-height:40px;
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
#mainnav a:link, #mainnav a:visited{}
#mainnav a:hover, #mainnav a:active{
  color:#FFF;
}
#mainnav ul ul {
  display:none;
}
#mainnav li a.selected{
  padding:6px 8px 5px 8px;
  line-height:40px;
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
}
/*====Footer Nav===*/

#footer {
  color:#72ad31;
}
#footer em{
  color:#FFF;
  margin-right:7px;
}
#footer ul{
  position:relative;
  text-align:center;
}
#footer ul li{
  display:inline;
  padding:0px 20px;
  border-right:1px solid #FFF;
}
#footer ul li.last{
  padding-right:0px;
  border-right:none;
}
#footer ul a{
  padding:5px;
  line-height:40px;
  color:#72ad31;
  font-weight:bold;
  text-decoration:none;
}
#footer a:link, #footer a:visited{}
#footer a:hover, #footer a:active{
  color:#FFF;
}
#footer li.divider{
  margin:0px 15px;
  color:#FFF;
  font-size:120%;
  font-weight: normal;
}

#banner{
  width:809px;
  height:288px;
  position:relative;
  margin:0px;
  padding:0px;
  overflow:hidden;
  z-index:1;
  text-align:center;
}
#banner img{
  margin:0px;
  padding:0px;
}
#banner p{
  margin:0;
  padding:0;
}
#banner .fade{
  position:absolute;
  width:809px;
  height:88px;
  top:200px;
  left:0px;
  z-index:10;
  background: transparent url(fade.png) repeat-x bottom left;
}
#bannerimage{
  width:809px;
  height:288px;
  z-index:2;
}
/*=============================
  Tables 
===============================*/
table{
  color:#FFF;
  padding:5px;
}
td {
  padding:5px;
}
td p{
  padding:0px;
  margin:0px;
}
/*=============================
  Activities 
===============================*/
div.activity {
  float:left;
  width:100%;
}
dl.activity_details {
  margin-top:15px;
  font-size:90%;
}
dl.activity_details p {padding:0;}
dl.activity_details dt {
  min-height:1.2em;
  line-height:1.2em;
  width:50px;
  color:#72ad31;
  display:block;
  float:left;
  text-align:right;
}
#content dl.activity_details dd{
  line-height:1.2em;
  margin:0 0 0 7px;
  width:140px;
  padding-left:7px;
  display:block;
  float:left;
  color:#FFF;
  border-left:thin dotted #DDD;
}
#notes{
  color:#72ad31;
  background-color:transparent;
  margin-top:30px;
}
#notes ul li {
  line-height:2em;
  padding-left:30px;
  background: transparent url(oa.png) no-repeat 0px 3px;
}
p.tour_note {
  font-size:90%;
  color:#FFF;
}
/*=============================
  BookNow 
===============================*/

span.booknow {
  font-size:12px;
/*====  position:absolute;
  top:0;
  right:250px;===*/
  margin-left:30px;
}
span.booknow a {
  
  border: none;
  background-color:#72ad31;
  padding:3px 1em;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
  outline-width: 0;
  
  -moz-border-radius: 50px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1.0) 0%,
      rgba(255, 255, 255, 0.6) 1px,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.2) 40%,
      rgba(255, 255, 255, 0.0) 100%);
      
      -webkit-transition: background-color 0.2s ease-in-out,
      color 0.2s ease-in-out,
      -webkit-box-shadow 0.2s ease-in-out;
}
span.booknow a:hover, 
span.booknow a:focus,
span.booknow a:active {
  text-decoration: none;
  color:#FFF;
  background-image: -moz-linear-gradient(bottom,
      rgba(255, 255, 255, 1.0) 0%,
      rgba(255, 255, 255, 0.6) 1px,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.2) 40%,
      rgba(255, 255, 255, 0.0) 100%);
      
      -webkit-transition: background-color 0.2s ease-in-out,
      color 0.2s ease-in-out,
      -webkit-box-shadow 0.2s ease-in-out;
}

/*=============================
  Galleries 
===============================*/
.gallery img{
  margin:1px;
  padding:1px;
}
/*=============================
  Travel Zoo
===============================*/
.travelzoo h2{margin-bottom:0; font-size:150%;}
.details{color:#FFF;}
/*=============================
  Global Class Styles 
===============================*/
.hidden{
  display:none;
}
.clear{
  clear:both;
}
.right{
  float:right;
}
.left{
  float:left;
}
.top{
  z-index:999;
  

}