/* Primary Navigation Styles */
#topnav { 
    clear: both;
    background: #5A4099; 
    background: -webkit-gradient( linear, 0 50%, 0 100%, from(#5A4099), to(#3f2975) ); 
    background: -moz-linear-gradient(top, #5A4099, #5A4099, #3f2975);
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#topnav ul#nav-list { 
    padding: 0;
}

/* 
The csshover class will be removed by javascript if possible 
Turning off javascript will leave this class in place and the
menu should function as a simple CSS dropdown.
*/
#topnav li.csshover:hover ul.subnav { visibility: visible; }
 
/* Top level menu items */
/* icon indicating subnavigation */
#topnav ul li.topmenu a span { margin-left: 3px; width: 10px; height: 10px; display: inline-block; background: url('images/nav-subnav-bg.gif') no-repeat left center; }
#topnav ul li:hover h2 a span, #topnav ul li.active h2 a span { background-position: right center; }
#topnav ul li.topmenu { float: left; display: block; margin:0; padding:0; } 
#topnav ul li.topmenu h2 { margin: 0; border:none; padding:0; line-height: 1em; text-transform: none;}
#topnav ul li.topmenu h2 a { font-size: 14px; color: #FFF !important; font-weight: 700; border-right: 1px solid #5c488b; padding: 8px 10px; display: block; cursor: pointer; text-decoration: none; }                               
#topnav ul li.topmenu h2 a:hover, #topnav li.topmenu.active h2 a{ 
    color: #FFF !important; 
    background: #856EC2; 
    background: -webkit-gradient( linear, 0 50%, 0 100%, from(#856EC2), to(#856EC2) ); 
    background: -moz-linear-gradient(top, #856EC2, #856EC2, #856EC2);
}                               
 
/* 
Subnavigation menus ... must be styled on a global level 
(not just within topnav) because of the menu display behaviour.
The property visibility:hidden is used instead of display: none
so that the javascript can determine the height of subnav lists.
*/
#container ul.subnav { 
    visibility: hidden;
    position: absolute;
    z-index: -1;
    border: 1px solid #a0b1b8;
    padding: 10px 5px 10px 0px;
    min-width: 150px; 
    background: #efefef; /* for non-css3 browsers */
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f7f7), to (#e5e3e6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f6f7f7, #f6f7f7, #e5e3e6); /* for firefox 3.6+ */
    color: #444;
    border-top: solid 1px #f8f8f8;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    margin: 0; 
    list-style:none;
    list-style-image: none;
}
#container ul.subnav li { float:none; margin:0; padding:0; list-style:none; list-style-image: none; }
#container ul.subnav li a { display: block; font-weight: bold; background: none; border: none; margin: 0; padding: 2px 0 2px 8px; font-size: 12px; }
#container ul.subnav li a.current, #container #trips-nav.mega.subnav div ul li a.current { padding: 2px 0 0 10px; margin-left: 8px; background: url("images/chevron-green-light.gif") no-repeat left center;  }
#container #trips-nav.mega.subnav div ul li a.current { margin-left: 0; }

/* Mega subnav style */
#container #trips-nav.mega { padding: 0px 0px 10px 0px; margin: 0; }
#container #trips-nav.mega div { float: left; margin: 0 10px 5px 15px; }
#container #trips-nav.mega div ul { margin: 0px; }
#container #trips-nav.mega div ul li a { padding:0; }
#container #trips-nav.mega div ul li { padding: 2px 0 0 2px; }
#container #trips-nav.mega div h3 { border: none; margin:10px 0 0 0; padding:0; font-size: 14px; border-bottom: 2px dotted #DDD; }
#container #trips-nav.mega div h3 a { margin:0; padding:8px 0 0 4px; background: none; text-transform: uppercase; }

/* Specific mega subnav styling */
#menu-adventure-pages { width: 325px; }
 
/* Search */
#topnav li.topmenu.last { float:right; }
#search { height: 25px; padding: 0 0 0 10px; margin: 5px 5px 0 0; float: right; background: #FFF; float: right; }
#search form { }
#search input#auto_q { height: 25px; line-height: 25px; width: 150px; float: left; border: none; background: #FFF; font-size: 14px; font-style: italic; color: #a7a7a8; padding: 0; }
#search span.submit { 
    display: block; height: 25px; width: 35px; float: right;
    background: #ACD146;
    background: -moz-linear-gradient(top, #ACD146, #ACD146, #89A934);
    background: -webkit-gradient(linear, top, bottom, from(#ACD146), to (#89A934)); 
}
#search span.submit input { 
    height: 25px; width: 35px; padding: 0; margin: 0; border: none; color: #FFF; 
    background: #ACD146;
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(#ACD146), to(#8fb034)); 
    background: -moz-linear-gradient(top, #ACD146, #ACD146, #8fb034);
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.2em;

    cursor: pointer;
}
    
/* Footer */
#footer { border-top: 1px solid #422687; background: #5A4099 url('images/footer-map.png') no-repeat center; color: #FFF; }
#footer a { border-bottom: 1px dotted #A17BF2; display: inline-block; margin-bottom: 2px; }
#footer a:hover { border-bottom: 1px dotted #AAD045; text-decoration: none; }
#footer h3 { font-size: 15px;}
#footer .hgroup { clear: both; }

#footer-menus { padding: 30px 0 30px 0; border-top: 1px solid #5a4099; }
#footer-menus .group { width: 20%; float: left; margin: 10px 0px 0px 0px; }
#footer-menus ul li { list-style: disc outside url(images/chevron-white.gif); font-size: 12px; }
#footer-menus ul { margin: 0 0 0 20px; }
#footer-menus ul a { font-weight: bold; color: #B0CC2C !important; font-size: 12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
#footer-menus ul a:hover { color: #FFF; }
#footer-menus h3 { margin: 0 0 5px 0; padding:0; font-size: 15px; color: #FFF; text-shadow: 1px 1px 0.1em rgba(0, 0, 0, .8); }

#footer-legal { clear: both; padding-bottom: 30px; }
#footer-legal a { display: inline-block; padding-right: 10px; text-decoration: underline; }
#footer-legal a { display: inline-block; padding: 0; margin-right: 5px; text-decoration: none; }
#footer-legal p { font-size: 11px; }

#country_localization_form { float: right; margin-top: 8px; }
#set_language_form { float: right; clear: right; margin-top: 4px; }

#footer-contact h3 { color: #555E63; }
#footer-contact { margin-bottom: 0; clear: both; }
#footer-contact { margin-top: 10px; background: #FFF; padding: 10px 20px; border-radius: 20px 0 20px 0; -moz-border-radius: 20px 0 20px 0; -webkit-border-radius: 20px 0 20px 0; }
#footer-contact address { color: #555e63; }
#footer-contact .phone, #footer-contact .fax { color: #999; display: block; }
#footer-contact a { color: #5A4099; border: none; }
#footer-contact a:hover { color: #AAD045; border: none;}
#footer-contact .store { float: left; margin:0; padding: 0; margin-right: 25px; font-size: 12px; }
#footer-contact .separator { clear: both; border-bottom: 2px solid #DDD; padding: 10px 0 0 0; margin-bottom: 10px; }

#footer-contact .logo { float: left; }
#footer-contact #local-phone { text-align: right; color: #5A4099; font-size: 35px; font-weight: bold; display: block; float: right; }

#newsletter-corevalues { padding: 20px 0 30px 0; }
#footer-corevalues { float: right;  margin: 0; }
#footer-corevalues a, #footer-corevalues a:hover { border: none; }
#footer-newsletters { clear: right; float: right; width: 370px; }
#footer-newsletters { clear: left; float: left; margin-left: 10px; margin-top: 25px; }
#footer-newsletters a { display: block; font-size: 24px; background: url(images/chevron-large-dark.gif) no-repeat left center; padding-left: 25px; }
#footer-newsletters a:hover { text-decoration: none; }
#footer #footer-newsletters a { border: none; }


/* Random Testimonial */
#random-testimonial {
    padding: 0 0 0.5em 0; font-size: 22px; color: #FFF; font-weight: bold; 
    background: #B1D016;    
    background: -webkit-gradient( linear, 0 0%, 0 100%, from(#B1D016), to(#6D8916) ); 
    background: -moz-linear-gradient(90deg, #6D8916, #B1D016) repeat scroll 0 0 transparent;
    border-top: 1px groove #D8FF71; 
    border-bottom: 1px solid #546623;
}
#random-testimonial blockquote { background: #5A4099; border: 1px solid #5A4099; -moz-border-radius: 20px 0px 20px 0px; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-right-radius:20px; padding: 20px 20px 10px 20px; }
#random-testimonial blockquote a { color: #aad045; clear: right;}
#random-testimonial blockquote a.button { color: #FFF; margin-top: 10px;}
#random-testimonial blockquote a:hover { text-decoration: underline;  }
#random-testimonial blockquote .review { display: block; background: url(../images/blockquote-bg.png) no-repeat top left; padding: 37px 0px 0px 90px;}
#random-testimonial blockquote .author { display: block;}
#random-testimonial blockquote .author, #random-testimonial blockquote a { float: right; font-size: 14px; margin: 0px 20px 0px 0px;}

#footer-newsletters a { font-size: 12px; }
span#newsletter-footer-title { font-size: 36px; }
