/* Incredible Adventures Layout - based on Zeldman.com CSS */

html { 
	min-width: 742px;
	 }

	/* Helpers and base rules */

img	{
	border: 0;
	}

	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #D6D6D0 url(/images/spacer.gif) top center repeat-y;
	color: #033;
	font: 12px Verdana, Helvetica, sans-serif;
	}

div#wrapper	{
	color: #663;
	background: #2199A5;
	border: 3px solid #000;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#maincontent 	{
	float: right;
	width: 705px;
	padding: 10px 0 0 0;
	border: 0;
	color: #033;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-right: 5px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-right: 10px;
	min-height: 550px;
	padding: 0px;
	}

div#sidebar	{
	margin: 0 0 0 -170px;
	padding: 0;
	width: 150px;
	border: 0;
	background: transparent url(/images/sidebar.gif) top left no-repeat;
	color: #fff;
	position: relative;
	top: -100px;
	}

div#header	{
	width: 742px;
	height: 161px;
	background: transparent url(/images/yosemite_panoramic.jpg) top left no-repeat;
}

div#tripdetails	{
 	width: 670px;
	background: #999999;
	border: 2px solid #686A72;
	margin: 0px;
	padding: 2px;
}

#tripdetails p	{
	font-size: 13px;
	line-height: 140%;
	padding: 5px 0;
}

#tripdetails h2 {
	padding: 20px 0 20px 0;
}

#tripdetails h3	{
	padding: 20px 0 0 0;
}

div#footer	{
	text-align: center;
 	clear:both;
	font-weight: bold;
	border: 0;
	color: #ddd;
	width: 560px;
	padding: 5px 10px 10px 160px;
	margin: 10px 0 0 12px;
	}
	
div#footer p	{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
div#footer a:link, div#footer a:visited {
	color: #ddd;
}

div#footer a:hover {
	color: #aaa;
}

div#footer a:active {
	color: #000;
}

h1	{
	text-indent: -9999px;
	height: 60px;
	width: 435px;
	
	margin: 0;
	padding: 0 0  0 100px;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	}		
		
	/* Primary nav 	*/

div#globalnav	{
	text-align: right;
	height: 20px;
	width: 700px;
	padding: 0;
	border: 0;
	background: transparent;
	position: relative;
	color: #ccc;
	top: -55px;
	}

div#globalnav a:link, div#globalnav a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #ccc;
	background: transparent; 
	}

div#globalnav a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #366;
	background: transparent; 
	}

div#globalnav a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #9cc;
	background: transparent;  
	}
	
	/* Ticket Setup 	*/

.ticket	{
	width: 562px;
	height: 139px;
	margin-top: 2px;
	padding: 0;
	border: 0;
	background: url(/images/ticket.gif) top left no-repeat;
}

html>body .ticket {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-top: 10px;
	}

.ticket p, h2, h3
{
	padding: 18px 0 0 0px;
}

.ticket img	{
	float: right;
	padding: 10px;
}

	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #ffcc33;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #ffffff;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #000000;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited {
	text-decoration: underline;
	} 

div#maincontent p a:hover {
	text-decoration: none;
	} 


	/* Typography 	*/
	
h2, h3, h4	{
	color: #ffcc33;
	font-weight: bold;
	line-height: 0em;
	margin: 0 0 0 0;
	}

p	{
	margin: 0;
	line-height: 130%;
	}
	
div#maincontent h2	{
	font-size: 18px;
	}

div#maincontent h3	{
	font-size: 14px;
	text-align: right;
	}

div#maincontent h4	{
	margin: 20px 20px 20px 5px;
	font-size: 14px;
	text-align: left;
	color: #000;
	}

div#tripdetails h3	{
	text-align: left;
}
	
	/* Purely decorative, redolent of spring */
		
div#maincontent h2 a:link, div#maincontent h2 a:visited {
	color: #ffcc33;
	}

div#maincontent h2 a:hover {
	color: #396;
	}

#copyright {
	color: #ccc;
	text-align: center; 
	font-size: 11px; 
	position: relative; 
	top: 20px;
}

	/* Forms follow function */
	
div#searchui	{
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#searchui label	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffe;
	}

#searchui input.butt	{
	color: #fff;
	background: #000;
	font-size: x-small;
	}

input.hun	{
	margin: 5px 2px;
	width: 122px;
	font-size: x-small;
	}

	/* Cover one's butt */
	
form#buttski	{
	text-align: center;
	padding: 0;
	margin: 10px auto;
	}

.butt {
	color: #000;
	padding: 2px;
	}



	/*  List frippery */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}

div#maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

div#maincontent .inlinelist li	{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
	}	

div#maincontent dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#maincontent dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #cca;
	line-height: 140%;
	}
	
div#maincontent dl dd {
	margin: 0 10px 15px 10px;
	padding: 0;
	text-align: justify;
	}
	
div#maincontent dl#sockdrawer dd	{
	font-size: x-small;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	}

div#sidebar ul	{
	font-style: none;
	list-style: none;
	margin: 10px;
	padding: 0;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}

div#sidebar ul ul	{
	margin: 0px;
	line-height: 130%;
}

div#sidebar ul a:link, div#sidebar ul a:visited	{
	color: #000;
}
	
div#sidebar ul ul a:link, div#sidebar ul ul a:visited	{
	color: #ccc;
	font-weight: normal;
}

div#sidebar ul ul a:hover {
	color: #aaa;
	}

div#sidebar ul ul a:active {
	color: #000;
	}
	
p.image {
	font-size: 0.8em;
	text-align:center;
	padding: 1.25em 0.25em 1.25em 0.25em;
}

.atomz_ch	{
	display: none;
}

p.image img {
	float: center;
	border: 1px solid #7d6340;
	text-align: right;
	border: 1px solid #7d6340;
}

p.multipleimages {
	font-size: 0.8em;
	text-align: center;
	padding: 1.25em 0.25em 1.25em 0.25em;
}

p.multipleimages img {
	float: center;
	border: 1px solid #7d6340;
}

p.imageleft img {
	float: left;
	margin-right: 11px;
	border: 1px solid #7d6340;
}

p.imageright img {
	float: right;
	margin-left: 7px;
	border: 1px solid #7d6340;
}

