/* 
	Theme Name: Metro WordPress Theme
	Theme URL: http://www.studiopress.com/themes/metro
	Description: Metro is a 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: three columns, fixed width, white, gray, black, purple, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		1.0 - 2/4/09	
*/

 
body {
	background: #f9f9f9 url(https://www.adventuretravel.biz/wp-content/uploads/2011/04/bg-texture-no-dust.jpg) repeat scroll;
	font-size: 13px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto 0px;
	padding: 0px;
	}
	
#wrap {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 20px 10px;
	min-height: 100%;
	position: relative;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0065A4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: black;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 100%;
	min-width: 1000px;
	position: relative;
	height: 80px;
	margin: 0px auto 0px;
	padding: 0px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #222222;
	background-color: transparent;
	}
	
.headerleft {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	}
	
.headerleft h1 {
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 42px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerleft h1 a {
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 42px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.headerleft h1 a:hover {
	color: #333333;
	}
	
.headerleft p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.headerright {
	width: 470px;
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
	display: none;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}

.headerright a, .headerright a:visited {
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#headercontainer {
	margin:0 auto;
	padding:0 10px 10px;
	position:relative;
	width:960px;
}

/************************************************
*	Typography
*************************************************/
@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'GnuolaneFree';
    src: url('http://www.adventuretravel.biz/fonts/gnuolane_free-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'GnuolaneFree';
    src: url(http://www.adventuretravel.biz//:) format('no404'), url('fonts/gnuolane_free-webfont.woff') format('woff'), url('fonts/gnuolane_free-webfont.ttf') format('truetype'), url('fonts/gnuolane_free-webfont.svg#webfont1jXplWlT') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {font-family: 'GnuolaneFree' !important;}
h1white {font-family: 'GnuolaneFree';color: white;}
	
/************************************************
*	Navbar  									*
************************************************/
	
div#nav ul {
margin: 16px 0 0;
}

#navbar {
	background: transparent;
	margin: 0px auto 0px;
	padding: 10px 0 0;
	border: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	padding-left: 20px;
	}
	
#nav li a, #nav li a:link {
	color: #333;
	display: block;
	font-size: 28px;
	border-right: 0px;
	font-family: 'GnuolaneFree';
	line-height: 0.9em;
	}

#nav li a:hover, #nav li a:active {
	text-decoration: none;
	border-bottom:5px solid #333;
	background: transparent;
	}
	
#nav li li a:link, #nav li li a:visited {
	width: 150px;
	color: #474747;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	float: none;
	display: inline;
	border-bottom: solid 2px transparent;
	padding: 0 0 0px;
	}

#nav li li a:hover, #nav li li a:active {
	color: #333;
	border-bottom: solid 2px #333;
	}

#nav li li {
	padding: 5px 5px 30px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: 15px;
	padding: 0;
	top: 40px;
	margin-left: -50px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	border-bottom:0px;
	}
	
#nav .current_page_item a {
border-bottom: solid 5px #333;
	}

/* Below is a function to hide third tier pages from the navigation */

#nav li li li {
	display: none;
}



/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 670px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	display: inline;
	}
	
#homepage h1 {
	color: #333;
	background: none;
	font-size: 25px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 5px 0px;
	}
	
#homepage h1 a, #homepage h1 a:visited {
	color: #333;
	background: none;
	font-size: 25px;
	font-family: Georgia, Helvetica, Sans-Serif;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#homepage h1 a:hover {
	color: #660033;
	text-decoration: underline;
	}
	
#homepage h2 {
	color: #FFFFFF;
	background: none;
	font-size: 18px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	}
	
#homepage h4 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-top: double #EEEEEE;
	border-bottom: double #EEEEEE;
	text-align: center;
	}	
	
#homepage h5 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-top: double #EEEEEE;
	border-bottom: double #EEEEEE;
	text-align: center;
	}
	
#homepage p {
	padding: 0px;
	}
	
#fcg {
	background: #FFFFFF url(images/bg.gif);
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
.homepageleft {
	background: #FFFFFF url(images/bg.gif);
	margin: 0;
	padding: 3px;
	float: left;
	}
	
.homepageleft ol {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 15px 0px;
	}
	
.homepageleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.homepageleft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.homepageleft li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 300px;
	margin:10px;
	padding:10px;
	width:291px;
	background: #fff;
}

/*leave out for now .homepage li ul {
	list-style-type: square;
}*/

/*leave out for now  .homepageleft li li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
	float: none;
	}*/
	
.posts {
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	display: inline;
	}
	
.link  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	text-align: right;
	border-bottom: 0px dotted #BBBBBB;
	}
	
.link a, .link a:visited {
	background: #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DDDDDD;
	}
	
.link a:hover {
	background: #660033;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.homepagemiddle {
	background: #FFFFFF url(images/bg.gif);
	float: right;
	width: 270px;
	margin: 1px 0px 0px 0px;
	padding: 10px;
	display: inline;
	line-height: 22px;
	}
	
.homepagemiddle embed, .homepagemiddle object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.homepagemiddle ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.homepagemiddle ul li {
	padding: 3px 0px 1px px;
	margin: 0px;
	border-bottom: 1px dotted #BBBBBB;
	}

.homepagemiddle ul li a, .homepagemiddle ul li a:visited {
	color: #660033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.homepagemiddle ul li a:hover {
	color: #660033;
	text-decoration: underline;
	}
	
.video {
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	display: inline;
	}
	
.videolist {
	background: #FFFFFF;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 10px;
	display: inline;
	}

/* The following are supplemental styles for the homepage boxes, MB */

#boxcontainer {
	margin: 0;
	padding: 0;
}

#boxes {
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.9);
	margin: 5px;
	padding: 5px;
	float: left;
	font-size: 12px;
	}

.homepagebox {
	height:320px;
	margin:5px;
	overflow:hidden;
	padding:5px;
	width:295px;
}

.summitbox {
	height: 300px !important;
}

.homepagebox p {
	padding-bottom: 7px;
}

.homepagebox ul {
	margin-left: 0px;
	padding-left: 10px;
}

.homepagebox li {
	list-style: square;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.homepagebox h1 img {
	margin: -5px 0 0 -5px;
}

a.boxlink {
	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2010/03/link.png) no-repeat scroll left center;
	float: right;
	width: 180px;
	color: #0065A4;
	padding: 5px 5px 5px 20px;
}

a.boxlink:hover {
background-color: white;
}

#funnel a {
	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2010/03/link.png) no-repeat scroll left center;
	float: right;
	width: 200px;
	color: #0065A4;
	padding: 2px 2px 2px 30px;
}

#funnel a:hover {
	text-decoration: underline;
}


	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	display: inline;
	}

#content p {
	line-height: 15px;
	}

#contentleft h1, #contentwide h1, #contentfull h1 {
	color: #333;
	font-size: 40px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-shadow: 1px .5px white;
	}
	
#contentleft h1 a, #contentleft h1 a:visited, #contentwide h1 a, #contentwide h1 a:visited {
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #333;
	text-decoration: none;
	}
	
#contentwide h2 {
	font-size: 22px;
	color: #333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	line-height: 21px;
	}
	
#content h3 {
	color: #333;
	font-size: 16px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 3px 0;
	padding: 0px 0px 3px 0px;
	}
	
#content img.shadow {
	-moz-box-shadow: 1px 1px 2px black;
	-webkit-box-shadow: black 1px 1px 2px;
}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 30px 0px 20px 0px;
	display: inline;
	}
	
#contentwide {
	background-color: transparent; 
/*	background-color:rgba(255, 255, 255, 0.9); */
	float: left;
	width: 660px;
	margin: 20px 0;
	padding: 30px 10px 20px;
	display: inline;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 30px 0px 20px 0px;
	display: inline;
	}

.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 1.5em;
	}

.postarea a:hover {
	text-decoration: underline;
}
	
blockquote {
	background-color: #FFFFFF;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	-moz-box-shadow: black 2px 2px 2px;
	-webkit-box-shadow: black 2px 2px 2px;
	}
	
#content blockquote p {
	margin: 0;
	padding: 5px 0;
	}
	
.postdate {
	font-family: Georgia, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postdate p {
	margin: 0px;
	padding: 0px;
	}

.postmeta {
	font-family: Georgia, Tahoma, Verdana;
	font-size: 11px;
	background: #F5F5F5;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #DDDDDD;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}

/* MB Table */

#contentwide table {
	}

#contentwide table.transparent {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
}

/* MB ID for white page templates */

#whitebg {
	background-color:white;
	margin:-20px 0 -10px;
	padding:15px 10px;
	overflow: hidden;
}
	
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px !important;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border:medium none;
	padding:0;
	position:relative;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0 !important;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	background-color:rgba(10, 10, 10, 0.6);
	bottom: 0;
	left: 0;
	color:white;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	margin:0 10px 0 0;
	padding:5px;
	position:absolute;
	text-align:left;
	}
	
/************************************************
*	Left Sidebar 		    			   	    * 
************************************************/

#l_sidebar {
	background: #FFFFFF url(images/bg.gif);
	float: left;
	width: 140px;
	font-size: 11px;
	margin: 20px 20px 10px 0px;
	padding: 10px 10px 0px 10px;
	display: inline;
	line-height: 22px;
	}
	
#l_sidebar h2 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-top: double #EEEEEE;
	border-bottom: double #EEEEEE;
	text-align: center;
	}
	
#l_sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	clear: both;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul li {
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #BBBBBB;
	}
	
#l_sidebar ul li li a, #l_sidebar ul li li a:visited {
	color: #660033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul li ul li a:hover {
	color: #660033;
	text-decoration: underline;
	}
	
/************************************************
*	Right Sidebar 		    	    	        * 
************************************************/

#r_sidebar {
	background-color: white;
	background-color:rgba(255, 255, 255, 0.9); 
	float: right;
	width: 250px;
	font-size: 11px;
	margin: 20px 0 0 10px;
	padding: 10px;
	display: block;
	}
	
#r_sidebar h2 {
	color:#333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin:0;
	padding: 15px 0 4px;
	text-align:left;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 white;
	}

#r_sidebar h2 a {
color: #333;
}
	
#r_sidebar .widget  {
	margin: 0;
	padding: 0;
	}

#r_sidebar .links_slideshow img {
display:block !important;
}

#r_sidebar p {
	line-height:14px;
	margin:0;
	padding:5px 0;
}
	
#r_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#r_sidebar ul ul {
	background-color: transparent;
	list-style:none outside url("https://www.adventuretravel.biz/wp-content/uploads/2010/03/bullet3.png");
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#r_sidebar ul li {
	padding: 0;
	margin: 0;
	}
	
#r_sidebar ul li li {
	margin: 0 0 0 20px;
	line-height: 14px;
	}

#r_sidebar ul li li a {
	display: block;
	color: #0065A4;
	text-decoration: none;
	min-height: 20px;
	padding: 5px;
}

	
#r_sidebar ul li li a:hover {
	background-color:#0065a4;
	color:white;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* MB RSS feed hacks */

#r_sidebar .widget h2 a img {
	display:none;
}

#r_sidebar .widget h2 a {
	color:#333;
	font-weight: bold;
}

/* HUB right side bar MB */

#hub {
	background: transparent;
	float: right;
	width: 270px;
	font-size: 11px;
	margin: 10px 0 0;
	padding: 0;
	display: block;
	line-height: 22px;
	}

#hub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#hub ul li {
	padding: 0 0 10px;
	margin: 0;
	line-height: 14px;
	}

#hub h2 img {
	display: none;
}

#hub li ul {
	background: white;
	-moz-box-shadow:2px 2px 2px black;
	border-color:#DDDDDD #666666 #666666 #DDDDDD;
	border-style:solid;
	border-width:1px;
	-webkit-box-shadow: black 2px 2px 2px;
	padding: 5px;
}

#hub h2 {
	background:url("https://www.adventuretravel.biz/wp-content/uploads/2010/03/hub-header2.png") no-repeat scroll right top transparent;
	color:transparent;
	font-size:14px;
	margin:0;
	padding:63px 0 1px 5px;
}

#hub h2 a {
color: black;
text-decoration: none;
}


/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 800px;
	background: white;
	margin: 0px auto 30px;
	padding: 1px;
	border: double #FFFFFF;
	text-align: center;
	-moz-box-shadow: black 5px 5px 5px;
	-webkit-box-shadow: black 5px 5px 5px;
	}
	
#footer a, #footer a:visited {
	color: black;
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer p {
	color: black;
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

#footerbg {
	width: 100%;
	height: 258px;	
	background-image: url("https://www.adventuretravel.biz/wp-content/uploads/footer2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width: 1000px;
}

#footerbg a, #footerbg p {
color: white;
}

#footerbg ul {
	position: relative;
	padding: 0;
	left: auto;
	list-style-type: none;
	width: 950px;
	height: 100px;
	margin: 0;
	text-align: center;
}

#footerbg li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 0;
	width: 105px
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#footerbg li ul {
	margin: 0.5em 0 2em;
	display: inline;
}

#footerbg li ul li {
	display:block;
	float:none;
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
	width:auto;
}

#footerbg p {
	margin: 0;
}

/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 230px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	}
	
#s {
	background: #F5F5F5 !important;
	width: 150px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#searchsubmit {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	text-transform: uppercase;
	margin: 0px 0px 0px 5px;
	padding: 1px;
	border: 1px solid #333333;
	}
	
#author, #email, #url, #form input {
	background: #F5F5F5 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F5F5F5 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	text-transform: uppercase;
	margin: 0px;
	padding: 1px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DDDDDD;
	}
	
.reply a:hover {
	background: #660033;
	color: #FFFFFF;
	text-decoration: none;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

#rollover {
	display:block;
	width: 75px;
	height: 30px;
	background: url(https://www.adventuretravel.biz/wp-content/uploads/2010/02/join-atta-today-both.png) no-repeat 0 0;
	width:75px;
}

#rollover:hover {
	background-position: 0 -30px;
	}
#rollover span {
	display:none;
	}

/* New Summit Nav with drop down */

ul.summitnav {
list-style: none outside none;
margin: 15px 0 0;
padding: 0;
z-index: 650;
}

ul.summitnav li {
list-style: none outside none;
float: left;
position: relative;
margin:0 1px 0 0;
padding:0;
background-color: rgba(10,10,10,0.8);
border: solid 1px transparent;
}

ul.summitnav a:hover {
text-decoration: none;
}

ul.summitnav li a {
display: block;
color: white;
text-transform: uppercase;
font-size: 14px;
padding: 7px;
}

ul.summitnav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 180px;
	margin-left:-1px;
	margin-top:1px;
	padding: 0;
	z-index: 9999;
}

ul.summitnav li ul li {
background-color: rgba(10,10,10,0.8);
	border: 0;
	width: 140px;
	z-index: 9999;
}

ul.summitnav li ul li a {
font-size:1em;
text-transform: none;
}


ul.summitnav li>ul {
	top: auto;
	left: auto;
}

ul.summitnav li:hover ul, ul.summitnav li.over ul {
display: block;
}

ul.summitnav li ul li:hover {
background-color: rgba(0, 102, 164, 0.8);
}


ul.summitnav li:hover {
background-color: rgba(0, 102, 164, 0.8);
text-transform: none;
}

ul.summitnav li:hover a {
	color: white;
}

ul.summitnav img {
	display:none;
}

div.menu-summit-menu-container {
z-index: 9400;
position: relative;
margin: 0 auto;
padding: 0;
width: 960px;
}


/* Orange picture information box on left */

#picinfo a {
	z-index:5000;
	position: absolute; 
	top: 420px; 
	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2010/03/pictureinfobar2.png) no-repeat scroll 0 0; 
	display:none;
	color:white;
	height: 100px; 
	width: 360px;
	left: -378px;
	padding: 20px 0 20px 40px;
	text-decoration: none;
}

#picinfo a:hover {
	-webkit-transition: all .25s linear;
	-moz-transition-duration: .25s;
	left:0;
}

/* General use rollover button code */
#button {
	display:block;
	width: 80px;
	height: 20px;
	background: url("https://www.adventuretravel.biz/wp-content/uploads/2010/03/css-button.png") no-repeat 0 0;
	text-align: center;
	color: black;
	line-height: 19px;
	font-size: 11px;
	font-weight: normal;
	font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}

#button span {
	padding-top:5px;
}

#button:hover {
	background-position: 0 -20px;
	color: black;
	}

#button:active {
	background-position: 0 -40px;
	color: black;
}

div#testimonial {
	margin-top:20px;
}

div#testimonial blockquote {
	margin: 0;
	background: transparent url("https://www.adventuretravel.biz/wp-content/uploads/2010/03/quote.png") no-repeat scroll 0 0;
	padding: 40px 0 0;
	border:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 1.2em;
	line-height:20px;
	text-indent: 60px;
}

div#testimonial p {
	text-align: right;
	text-transform: uppercase;
}


/* mods for the fancy box join now by MB */

div#fancy_div {
color:#333333 !important;
background-color:white !important;
}

div:hover#hover, div:active#hover {
padding-left: 10px;
-webkit-transition: all .25s linear;
-moz-transition-duration: .25s;
}

div#hover img {
margin-bottom: 0;
}

/* Research hover divs */

.research a  {
	-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 6px;
	background:none repeat scroll 0 0 #888888;
	float:left;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 30px 12px 0 0;
	padding: 2px;
	position:relative;
	text-decoration:none;
}

.research a:hover {
	text-decoration: none !important;
}

.research a span {
	color:white;
	display:none;
}

.research img {
	border:0 none;
	margin: 0 !important;
}

.research a:hover span {
	background:none repeat scroll 0 0 #DDDDDD;
	color:black;
	display:block;
	left:2px;
	opacity:0.85;
	padding:5px;
	position:absolute;
	top:2px;
	width:190px;
	height:240px;
}

.research u {
	background:none repeat scroll 0 0 black;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	padding:1px;
	text-decoration:underline;
}

.imagereflect {
	-webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0,0,0,0.2)));
}

.featuredspeaker {
	border: 4px solid white !important;
	-moz-box-shadow:3px 3px 3px gray;
	-webkit-box-shadow: gray 3px 3px 3px;	
	margin-right: 0;
	background-color: white;
	font-size: 0.9em;
}

.featuredspeaker img {
	margin-right: 0 !important;
}

/* Speaker hover CSS... uses fader.js. By MB */
.fadehover {
float: left;
	width: 160px !important;
background: no-repeat scroll 0 0 transparent;
	}

div.fadehover img {
z-index: 0;
position: relative;
}

.hiddenspan {
z-index: 10;
display: none;
color: black;
background-color:white;
position: relative;
padding:20px;
text-decoration: none;
border: 1px solid #333;
right:-150px;
top:-200px;
width:300px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-box-shadow:0 0 15px black;
-webkit-box-shadow: black 0 0 15px;
}

#psa .fadehover {
height: 160px;
}
	

/* suggest a speaker hover effect by MB */

a.suggest_speaker {
	display: block;
	width: 250px;
	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2010/10/suggest-a-speaker-bug2.jpg) no-repeat top left;
	height: 100px;
	text-decoration:none;
}
a.suggest_speaker:hover {
	background-position: bottom left;
	}

/* Summit Triple Boxes by MB */
.triplebox {
    background-color: black;
    display: none;
    float: left;
    margin-top: 20px;
    padding: 0;
    width: 670px;
}
div.triplebox-header {
    background-color: #0A0A0A;
    color: white !important;
    font-size: 25px !important;
    margin: 0 !important;
    padding: 5px;
    text-align: left;
}
a.triplebox-whatis {
    display: inline-block;
    height: 185px;
    overflow: hidden;
    padding: 0;
    width: 218px;
background-position: center top;
background-repeat: no-repeat;
background-color: white;
}
a.triplebox-whatis:hover {
background-position: center -185px;
}

.triplebox-update-boxes {
    display: inline-block;
    height: 185px;
    overflow: hidden;
/    background: url("https://www.adventuretravel.biz/wp-content/uploads/2011/01/gradient.gif") repeat-x scroll left top white !important;
    padding: 0 6px;
    width: 206px;
text-align: center;
background-color: white;
}

div.triplebox-update-boxes h3 {
margin-top: 20px !important;
}

div.triplebox-update-boxes h4 {
margin-top: 0 !important;
}

.triplebox-content p {
margin: 11px 0 5px;
}

.triplebox .middlebox {
}



.triplebox .triplebox-image-hover a {
background-position: 0 0;
background-repeat: no-repeat;
display: block;
width: 223px;
height: 185px;
}

.triplebox .triplebox-image-hover a:hover {
background-position: 0 -185px;
}

.triplebox-image-hover .middlebox {
border-color: white;
}

.leadership-quote {
 float: right;
    margin: 0 10px 10px;
    width: 260px;
}

div.summit-ad-reg-callout {
float: right;
    margin: -20px 0 10px 86px;
    text-align: right;
    width: 277px;
height: 26px;
background: transparent url('https://www.adventuretravel.biz/wp-content/uploads/2010/12/register-two-up.png') no-repeat scroll left -26px;
}

div.summit-ad-reg-callout:hover {
background-position: 0 0;
}

div.summit-ad-reg-callout a {
display: block;
width: 100%;
height: 100%;
}

table.triplebox2 {
	width: 670px;
	float: left;
	margin-top: 20px;
}

table.triplebox2 th {
	background-color: rgba(10,10,10,0.7);
	color: white !important;
font-size: 25px;
padding: 5px;
}

table.triplebox2 td {
	text-align: center;
	height: 210px;
	background-color: WHITE;
	width: 217px;
}

table.triplebox2 td p {
	padding: 0 10px;
}

table.triplebox2 td.middlebox {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* mod for the built in gallery plugin */
#gallery-1 img:hover {
border: 2px solid black;
-webkit-box-shadow: black 0 0 10px;
box-shadow: 0 0 10px black;
-moz-box-shadow: 0 0 10px black;
} 

#sponsors {
width: 650px;
padding: 30px 10px 20px;
text-align: center;
margin: 20px 0;
background-color: white;
}

/* Membership Page Effects */
a.member-info-hover {
width: 334px;
height: 68px;
overflow: hidden;
display:block;
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
font-weight: 700;
}

a.member-info-hover:hover {
height: 130px;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
text-decoration: none;
}

a.member-info-hover img {
margin: 0 !important;
padding: 0 0 5px 0;
}

a.member-info-hover div {
margin: 0 !important;
padding: 0 !important;
}

#header-background {
position: absolute;
top: -210px;
width: 100%;
height: 300px;
/* background: transparent url(http://www.adventuretravel.biz/wp-content/uploads/header-gradient-bg.png); */
repeat-x;
z-index: -1;
/* background-color: #74ADCC; */
background-color: rgba(74, 127, 174, 0.4);
box-shadow: 0 5px 5px #646464;
-moz-box-shadow: 0 2px 4px #646464;
-webkit-box-shadow: #646464 0 2px 4px;
}

/* New Homepage CSS */

#homepage-ad-container {
	position: relative;
}
#homepage-info-bar-container {
	height: 90px;
	z-index: 9999;
	position: absolute;
	bottom: 3px;
	display: none;
}

.homepage-info-bar {
	padding: 15px;
	text-transform: uppercase;
	display: inline-block;
	width: 288px;
	text-decoration: none;
	font-size: 28px;
	color: rgb(247,186,46);
	line-height: 1.1em;
background: rgba(0,0,0,0.5) url(https://www.adventuretravel.biz/wp-content/uploads/2011/04/orange-gradient-50h.png) repeat-x left -100px;
}

.homepage-info-bar:hover {
	color: rgb(247,186,46);
	cursor: pointer;
	text-decoration: none;
	background-position: left bottom;
}

a.homepage-info-bar:visited {
	color: rgb(247,186,46);
}

.homepage-info-bar span {
	font-size: 12px;
	color:white;
}

a.homepage-info-bar span:hover {
text-decoration: none;
}

#homepage_row_1 {margin-top: 10px}

#homepage_row_2 {margin-top: 30px;}
#homepage_row_2 .container_12 {padding-top: 20px}

#homepage_row_3 {margin-top: 30px;}
#homepage_row_3 .container_12 {padding-top: 20px}

#homepage_row_4 {margin-top: 20px;}
#homepage_row_4 .container_12 {padding-top: 37px}

#homepage_row_5 {margin-top: 50px}

.homepage_who_we_are {
font-family: 'GnuolaneFree';
font-size: 21px;
color: #FAFAFA;
line-height: 34px;
text-shadow: #646464 -1px -1px 0;
font-weight: 400;
letter-spacing: .05em;
}

#major_sponsors {
	background: #F9F9F9 url(https://www.adventuretravel.biz/wp-content/uploads/2011/04/bg-texture-no-dust.jpg) repeat scroll;
	-webkit-box-shadow: inset #646464 0 2px 3px;
	-moz-box-shadow: inset 0 2px 3px #646464;
	text-align: center;
	border-radius: 6px;
	padding-bottom: 9px;
}

#major_sponsors img {max-width: 120px}

.row_name {
	display: none;
	font-family: 'GnuolaneFree';
	font-size: 21px;
	background-color: #DD6726;
	color: white;
	text-transform: uppercase;
	padding: 2px 4px;
	margin: 0 0 20px -20px;
//	width: 134px;
	text-align: center;
	letter-spacing: .1em;
	z-index: 9999;
	-webkit-transform: rotate(-6deg);
	position: absolute;
	box-shadow: 2px 2px 4px #C8C8C8;
}

.atta_latest img {box-shadow: 0 0 1px black;-moz-box-shadow: 0 0 1px black;-webkit-box-shadow: black 0 0 1px;}
.atta_latest h1 {margin-bottom: 0}
.atta_latest h4 {margin-top: 0; color:#969696;}

#about-the-organization {background-color:white;border-radius:10px;-webkit-box-shadow: black 3px 3px 5px;padding:7px; font-size: 11px;}

a.action {
	text-transform: uppercase;
	color: #F7BA2E;
	text-decoration: underline;
	padding: 5px 38px 5px 0;
	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2011/04/action-bullet-sprite.png) no-repeat top right;
}

a.action:hover {background-position: right -28px;}


#ATTA-Sponsors {
	text-align: center;
	margin-bottom: 20px;
}

.atn-blip {
	background-color:white;
	box-shadow: 4px 5px 5px #646464;
	height: 120px;
}

ul.atnfeed {margin:0 0 20px;padding:0;}

.atnfeed li {
	box-shadow: 0 0 2px #646464;
	height: 120px;
	width: 140px;
	margin: 0 10px;
	display: inline;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: white url(https://www.adventuretravel.biz/wp-content/uploads/2011/03/atn-blip-bg.gif) no-repeat scroll;
}

.atnfeed li:hover {
	box-shadow: 4px 4px 4px #646464;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
}

.atnfeed a {
	display: block;
	height: 140px;
}

.atnfeed a:hover {
	text-decoration: none;
}

.atnfeed a:hover span.parss-title {
/*	height: 120px; */
	-webkit-transition-duration: .2s;
}

.atnfeed span.parss-title {
	position: absolute;
	bottom: 0;
	z-index: 9999;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	max-height: 46px;
}


.parss-image img {
	width: 140px;
}

div.postTabs_divs ul, div.postTabs_divs ol {padding-left: 25px;}

.indent {padding-left: 25px; padding-bottom: 10px;}

/* Speaker page code. Incorporates show/hide jquery. MB Apr 2011. */

.speaker_overview {
/* border-bottom: 1px solid #C8C8C8; */
padding: 4px 0 15px 0;
clear: left;
}

.expandable {display: none}

.leadership_details {
display: none;
clear: both;
}

.leadership_overview .toggle_off {background-image: url(http://www.adventuretravel.biz/wp-content/uploads/2011/05/arrow-sprite-full-bio.png);width:70px !important;}
.leadership_overview br {display:none;}
#contentwide .leadership_overview h2 {padding-top: 0}

.toggle_off {
	width: 70px;
//	width: 15px;
	height: 15px;
	margin: 8px 10px 0 0 !important;
	display: block;
	float: left;
	background: transparent url(http://www.adventuretravel.biz/wp-content/uploads/2011/05/arrow-sprite-full-bio.png) no-repeat top left;
//	background: transparent url(https://www.adventuretravel.biz/wp-content/uploads/2011/04/arrow-sprite.png) no-repeat top left;
	cursor: pointer;
}

.toggle_on {
	background-position: bottom left !important;
}

.leadership_overview {
	display: block;
}


/* Grey Button */

.grey_button {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #ccc;
    background: #ececec url(http://www.adventuretravel.biz/wp-content/uploads/2011/04/button_background.png) center repeat-x;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    color: #2e3436;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    line-height: 1.8;
    -webkit-transition: background-position 100ms linear;
    -moz-transition: background-position 100ms linear;
    transition: background-position 100ms linear;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    outline: none;
}
.grey_button:hover {
//	background: #97d3fe;
	background-position: top;
	text-decoration: none;
}
.grey_button:visited {
    color: inherit;
}
.grey_button:active {
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    background-position: bottom;
}

.psa_images {float: left}
.psa_images img {float: right}
.easyclear {clear:both}

#header_buttons {
	position: absolute;
	top: -10px;
	padding: 0;
	right: 0;
	min-width: 300px;
}

#header_buttons a:active {
	box-shadow: inset 0 2px 7px black;
	-webkit-box-shadow: inset 0 2px 7px black;
	-moz-box-shadow: inset 0 2px 7px black;
}


.socialmedia {
	width: 30px;
	height: 27px;
	display: block;
	float: right;
	margin-right: 10px;
	background: transparent url(http://www.adventuretravel.biz/wp-content/uploads/2011/05/header-button-sprite.png) no-repeat;
}

.twitter {background-position:-100px -50px}
.facebook {background-position:-140px -50px}
.rss_subscribe {background-position:-180px -50px}
.the_hub {background-position:-220px -50px}

	
.joinnow {float: right}
.joinnow a:link, .joinnow a:visited {
	background: url(http://www.adventuretravel.biz/wp-content/uploads/2011/05/header-button-sprite.png) -5px 0px no-repeat;
	margin:-50px 0 0 10px;
	width: 93px;
	height: 80px;
	display: block;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
}
.joinnow a:hover {
	-moz-transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
}
.joinnow a:active {
-webkit-transition-duration: 0;	
}
