/**************************************************************************
	Main styles
*/
body {
	margin: 50px 0 0 100px;
	/*background: #1d1d1d url(/assets/images/bg.jpg) top left no-repeat;*/
	background: #1d1d1d;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	color: #999;
}


h1 {
	font-size: 24px;
	color: #eee;
}

h2 {
	font-size: 20px;
	color: #aaa;
}

/* Paragraphs */
p {
	/*color: #ff6;*/ 
	font-size: .75em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
}

p.date {
	color: #ff6; 
}
p.welcome {
	margin-top: 15px;
}
p.map {
	margin-top: 10px;
}

a, a:visited, a:link, a:active {
	color: #ff6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/**************************************************************************
	Itinerary & Videos
*/
div.itinerary-item, div.videos-item {
	margin-bottom: 40px;
}

div.videos-item h2 {
	margin-bottom: 15px;
}



/**************************************************************************
	Blog
*/
div.blog-item {
	margin-bottom: 40px;
}
div.blog-item h2 {
	margin-bottom: 10px;
}



/**************************************************************************
	Tables
*/
table tr {
	vertical-align: top;
}
table th {
	padding: 5px 0;
	font-size: .80em;
	color: #555;
	text-align: left;
}
table td {
	padding: 5px 0;
	font-size: .80em;
}



/**************************************************************************
	7-10 split
 */
div.left { float: left; }
div.right { float: right; }
div.spacer { clear: both; }



/**************************************************************************
	Page Construction
*/
div#header {
	margin-bottom: 10px;
}
div#header h1 { 
	color: #999;
	margin-left: 13px;
	height: 40px;
}
div#header h1.south_america {
	background: url(/assets/images/south_america_2010.png) no-repeat;
}

div#header h1 span {
	display: none;
}
div#header p { 
	color: #ffff66; 
	margin: .5em 0 0 0;
	padding-left: 15px;	
}

div#nav {
	width: 250px;
	float: left;
}
div#content {
	margin-top: -15px;
	margin-bottom: 40px;
	float: left;
	width: 550px;
}
div#footer {
	margin-top: 30px;
}
div#footer p {
	text-align: center;
	color: #555;
}
div#footer a, div#footer a:visited, div#footer a:link, div#footer a:active {
	color: #555;
	text-decoration: none;
}
div#footer a:hover {
	color: #555;
	text-decoration: underline;
}





/**************************************************************************
	Nav Menu
*/
img#fade {
	position: absolute;
	top: 80px;
	left: -90px;
}

ul#sliding-navigation {
	margin-top: 20px;
	list-style: none;
	font-size: .75em;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(/assets/images/heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(/assets/images/tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover {
	color: #ffff66;
}

