body {
  background: #4d4f4f;
  margin-top:10px;
}

div#wrap {
  width: 980px;
  margin: 0 auto;
}

/* .caption {
  height: 2em;
  line-height: 1em;
  overflow: hidden;
}*/


/**
 * HEADER
 *
**/

div#header {
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  height: 67px;
  position: relative;
}

div#header h1 {
  display: none;
}

div#parentsite_menu {  
  position: absolute;
  top: 85px;
  z-index: 200;
}

div#parentsite_menu a {
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  color: #666;
  line-height: 2em;
  display: block;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

div#shortcut_menu {  
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 200;
}

div#shortcut_menu ul {
  list-style: none;
}

div#shortcut_menu ul li {
  display: inline;  
  font-size: 0.9em;
  color: #9c9a9c;
  line-height: 1.5em;
  float: right;
}

div#shortcut_menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}

div#shortcut_menu a:hover {
  text-decoration: underline;
}

div#shortcut_menu ul li span {
  font-size: 1.25em;
  padding-right: 10px;
}

/* MAIN MENU */
div#main_menu {
  /* background: #afb3b2; greys */
  background: #ccc;
  position: absolute;
  top: 85px;
  width: 980px;
}

div#main_menu ul {
  list-style: none;
  float: right;
}

div#main_menu ul li {
  text-transform: uppercase;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

div#main_menu ul li a {
  color: #666;
  line-height: 2em;
  display: block;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}


div#header ul li a:hover {
  color: #fff;  
}

ul.navigation li ul {
  display: none;
}

/**
 * COMMON ITEMS
 *
**/


.pagination {
  font-size: 0.9em;
  color: #fff;
}
.pagination a {
  color: #fff;
  text-decoration: none;
}
.pagination a:hover {
  color: #ff0;
}



/**
 * CONTENT
 *
**/


div#content {
  margin-top: 70px;
  line-height: 150%;
}

#panel_1 {
  float: left;
  width: 640px;
  margin-bottom: 20px;
}

#panel_2 {
  float: right;
  width: 324px;
  margin-bottom: 20px;
}

div#content-headline {
  border-top: 1px solid #5d605f;
  background-color: #5d605f;
  color: #999;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

div#content-quote {
  margin-bottom: 15px;
  /* color: #999; greys */
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #5d605f;
}

div#content-quote blockquote {
  margin-left: 15px;
}

div#sub_menu {
  background: #a4a4a4;  
  position: absolute;
  top: 117px;
  width: 980px;
}

div#sub_menu ul {
  list-style: none;
  float: right;
}

div#sub_menu ul li {
  text-transform: uppercase;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

div#sub_menu ul li a {
  color: #666;
  line-height: 2em;
  display: block;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

div#sub_menu ul a.selected {
  color: #000;
}

/* news */
	div.content-block-outerbox{
		background: #666;
		margin-top: 70px;
		padding: 15px;
	}
	
	div.content-block-innerbox{
		padding: 15px;
		background: #ccc;
		color: #666;
	}
	
	div.content-block-innerbox h3.news-title{
		color: #666666;
	}

	div.content-block-innerbox div.news-content{
		padding: 0 0 20px 0;
		border: 0;
		border-bottom: 1px solid #4E4E4E;
		min-height: 70px;
	}

	div.content-block-innerbox div.news-content img{
		float: right;
		margin: 0 0 0 5px;
	}


/**
 * BREAKOUT
 *
**/



div#breakout {
  background: #7e7e7e;
  clear: both; 
  display: block; 
  overflow: hidden;
  width: 640px;
  float: left;
  margin-top: 15px;  
  
}

div#breakout-margin {
  padding: 15px;
  background: #5d605f; 
  background: rgb(126, 126, 126);
  height: 100%;
}

div#breakout div.cell {
  width: 297px;
  background: #999;
  border-right: 10px solid #7e7e7e;
  float: left;
  height: 148px;
  overflow: hidden;
}

div#breakout div.last {
  margin-left: 0;
  border-left: 5px solid #7e7e7e;
  border-right: 0;
}

div#breakout div.fillwidth {
	width: 610px;
}

div#breakout div.cell p,
div#breakout div.cell div {
  color: #fff;
}

div#breakout div.cell p.thumb {
  width: 80px;
  float: left;
  margin-left: 14px;  
  margin-right: 10px;
  padding-top: 3px;
 
}

div#breakout div.cell p.title,
div#breakout div.cell div.summary {
  margin-top: 10px;
  margin-left: 10px;  
  margin-right: 10px;
}

div#breakout div.cell a {
  color: inherit;
}
  
div.slideshow-detail div#breakout p {
  margin-left: 0 !important;
}

/**
 * CONTENT DETAILS (TABS)
 *
**/

.content-tabs { 
  width: 640px;
  float: left;
  display: block;
}

div.home .content-tabs,
div.portfolio .content-tabs {
  width: 323px;  
}

div.content-tabs h3,
div.content_details h3 {
  color: #666;
  font-size: 1.3em;
}

div.content-tabs ul,
div.content_details ul {
  list-style: none; 
  line-height: 2.5em;
  height: 2.5em;
}

div.content-tabs ul li,
div.content_details ul li {
  display: inline;
  margin-right: 5px;
 
}

div.content-tabs div.ui-tabs ul li a,
div.content_details div.ui-tabs ul li a {
  background-color: #444;
  padding: 15px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: 2.5em;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
  font-size: 0.9em;
}

div.content-tabs div a {
  text-transform: none;
}

div.content-tabs ul li.ui-state-active a,
div.content_details ul li.ui-state-active a {
  background: #636665 !important;
  color: #ccc;
}

div.content-tabs div div,
div.content_details div {
  border: 10px solid #636665; 
/*  background: #afb3b2; greys */
  background: #ccc;
  padding: 10px;
  color: #4e4e4e;
}

div.content-tabs div div div {
  border: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

#homepage-lead {
    width: 324px;
    height: 385px;
    /* background-color: #5d605f; greys */
    background-color: #666;
    float: right;
    position: relative;
}

/**
 * SLIDESHOW
 *
**/



div#content-slideshow {
  /* background: #000; */
  width: 640px;
  height: 385px;
  float: left;
}

div#content.slideshow-detail div#content-slideshow {
  margin: 0 auto;
}

div#content.slideshow-detail div#breakout {
  margin: 0 auto;
  margin-top: 15px;  
}

div#content-slideshow-image {
  /* opacity: 0.20; -moz-opacity: 0.20; filter: alpha(opacity=20); */
}

div#slideshow-credit {
  position: absolute;
  bottom: 20px;
  left: 15px; 
  color: #fff;
}

div#slideshow-credit p {
  margin: 0;
}

div.home div#slideshow-credit {
  left: 10px;
}



/**
 * VIDEOPLAYER
 *
**/


	#videoplayer {
	  /* background: #555b5a; greys */
          background: #666;
	  float: left;
	  display: block;
	  width: 640px;
	  position: relative;
	  margin-top: 15px;
	}
	
	#videoplayer-margin {
	  background: #7e7e7e;
	  margin: 15px;
	}
	
	#videoplayer-credit {
	  border: 1px solid #7e7e7e;
	  color: #fff;
	}
	
	#videoplayer-credit ul {
	  list-style: none;  
	  overflow: auto;
	  margin-left: 5px;
	  margin-top: 15px;
	}
	
	#videoplayer-credit ul li {
	  display: block;
	  text-align: right;
	  margin-bottom: 10px;
	}
	
	#videoplayer-viewer {
	  float: right;
	  margin-right: 15px;
	  margin-top: 15px;
	  margin-left: 10px;
	}
	
	div#videoplayer-viewer img {
	  
	}
	
	div#videoplayer-viewer ul,
	div#videoplayer-viewer ul li {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	
	div.videoplayer-embed p {
	  display: block;
	  margin: 0;
	  padding: 0;
	}
	
	div.videoplayer-plugin {
	  hxeight: 240px;
	  wxidth: 320px;
	  /* background: #000; */
	  margin-bottom: 15px;
	  /* opacity: 0.20; -moz-opacity: 0.20; filter: alpha(opacity=20);*/
	}
	
	#videolisting {
	  /* background-color: #555B5A; greys */
          background: #666;
	  width: 640px;
	  /* height: 415px;
	  overflow: auto; */
	  clear: left;
	}
	
	#videolisting-margin-old {
	  background: #707775;
	  padding: 15px;
	}
	
	#videolisting-margin {
	  bacxkground: #7e7e7e;
	  margin: 15px;
	  margin-bottom: 0;
	  margin-top: 0;
	  margin-right: 15px;
	  height: 100%;
	}
	
	
	#videolisting ul {
	  height: inherit;
	  list-style: none;
	}
	
	div#videolisting ul li {
	  background: #7e7e7e;
	  padding: 15px 15px 20px 15px;
	  border-bottom: 5px solid #666;
	  /* border-right: 5px solid #555B5A; */
	}
	
	div#videolisting ul li.highlight {
	  background: #999;  
	}
	
	div#videolisting ul li.selected {
	  background: #999;  
	}
	
	div#videolisting p {
	  margin-top: 1em;
	  margin-bottom: 0em;
	  color: #e0e0e0;
	  margin-left: 155px;
	}
	
	div#videolisting p.time {
	  width: 40px;
	  float: right;
	  margin: 0;
	}
	
	div#videolisting p.title {
	  margin-top: 5px;
	  font-size: 1.2em;
	}
	
	div#videolisting p.summary {
	
	}
	
	div#videolisting p.thumb {
	  float: left;
	  background-color: #336;
	  margin: 0;
	}
	
	div#videolisting p.thumb img {
	  display: block;
	}
	
	div#videolisting p.clear {
	  padding-top: 5px;
	  margin: 0;
	  padding-bottom: 5px;
	}



/**
 * QUOTE
 *
**/



div#content-quote {
    
}

div#content.home blockquote {
  margin: 0;
  margin-left: 5px;
  margin-right: 7px;
  font-size: 1.2em;
  line-height: 130%;
  /*border-top: 1px solid #4e4e4e;*/
}

div#content.home p cite {
  font-size: 0.9em;
  float: right;
  margin-left: 25px;
  margin-right: 15px;
  margin-top: -0.35em;
  margin-bottom: 1em;
  font-style: normal;
}

div#content.home p cite a {
  color: inherit;
}


/* SPONSORS */

#sponsors-lead-margin {
     padding: 15px; 
}

div#sponsors-lead {

  background: #fff !important;
  opacity: 0.70; -moz-opacity: 0.70; filter: alpha(opacity=70); 
  width: 324px;
  float: right;
}

div#sponsors-lead ul {
  list-style: none;
  padding-top: 10px;
}

div#sponsors-lead ul li {
  border-top: 1px solid #666;
  display: block;
  clear: both;
  padding-top: 10px;
  padding-bottom: 18px;
}

div#sponsors-lead div.sponsor-image {
  width: 100px;
  float: left; 
  margin-bottom: 10px;
  background: none;
  border: 0;
  text-align: center;
}

div#sponsors-lead h3 {
  color: #5d605f; 
  margin-top: 0;
}

div#sponsors-lead ul li p {
  margin-top: -5px;
  line-height: 150%;
  width: 175px;
  float: right;
}

div#sponsors-lead ul li p.clear {

  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#sponsors-lead ul li.last p.clear {
  border-bottom: 0;
}

div#sponsors-lead ul li a {
  text-decoration: none;
  color: inherit;
}




div#portfolio-lead {
  /* background: #7e7e7e; greys */
  background: #666;
  height: 385px;
  width: 325px;
  float: right;
  overflow: auxto;
  background: #7e7e7e;
  color: #ccc;
  position: relative;
  float: right;
}

div#portfolio-lead-margin {
  padding: 15px;
  padding-top: 0;
}
  
div.portfolio h2 {
  font-weight: normal;
  color: #ccc;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-top: 15px;
  margin-left: 0;
}

div#content.portfolio div#content-slideshow {
  float: left;
}

div#content-portfolio-list {

}

div#content-portfolio-list ul {
  list-style: none;
  clear: left;
}

div#content-portfolio-list ul li {
  float: left;
  width: 125px;
  background: #666;
  margin-right: 38px;
  margin-bottom: 30px;   
}

div#content-portfolio-list p.title {
  height: 3em;
  margin: 0;
  padding: 5px;
  color: #ccc;
}

div#content-portfolio-list p.title a {
  color: inherit;
  text-decoration: none;
}

div#content-portfolio-list p.title a:hover {
  color: #fff;
  text-decoration: underline;
}

div#content-portfolio-list p.thumb {
  width: 125px;
  height: 80px;
  margin: 0;
  background: #333;
}

/**
 * BOOKS
 *
**/

div#books-lead,
div#reviews-lead {
  background: #7e7e7e;
  height: 385px;
  width: 325px;
  float: right;
  overflow: auxto;
  background: #7e7e7e;
  color: #ccc;
  position: relative;
  float: right;
}

div#reviews-lead {
  background: #7e7e7e;
  color: rgb(85, 85, 85);
  margin-top: 15px;
}

div#reviews-lead h3 {
  color: rgb(85, 85, 85);
}

div#books-lead-margin {
  padding: 15px;
  padding-top: 0;
}
 
div#reviews-lead-margin {
  background: rgb(202, 202, 202);
  margin: 8px;
  padding: 10px;
  border: 1px solid rgb(202, 202, 202);
}

div#books h2 {
  font-weight: normal;
  color: #ccc;
  font-size: 1.4em;
  line-height: 1.4em;
  padding-top: 15px;
  margin-left: 10px;
}

div#content.books div#book_promo {
  width: 295px;
  float: right;
  padding:0 16px 16px 16px;
  background-color: #5d605f;
  color: #999;
  margin-bottom: 20px;
}

div#content.books div#reviews h3 {
  color: #555;
}
div#content.books div#reviews {
  width:280px;
  overflow: auto;
  border: 7px solid #7e7e7e;
  background: #cacaca;
  padding:0 15px 5px 15px;
  color: #555;
}

#panel_1 .block,
#panel_2 .block {
  margin-bottom:15px;
}



/**
 * PRESS
 *
**/

.press #tearsheets {
  background: #999;
  width:980px;
  clear:both; display:block; overflow:hidden;
}
.press #tearsheets #panel_1 {
  width:840px;
  margin-left: 16px;
  margin-top:16px;
  background:#666;
  clear:both; display:block; overflow:hidden;
}

#gallery {
  margin-top:16px;
  padding-left:0;
  width:840px;
  overflow: hidden;
  margin-bottom: 16px;
}
#gallery li {
  list-style: none;
  margin-left:0;
  width:178px;
  height:212px;
  margin:0 16px 16px 16px;
  float: left;
}

#gallery a {
  width:178px;
  height:212px;
  display: block;
  background: #4a4a4a;
  text-align: center;
}
#gallery img {
}
.press #tearsheets #panel_2 {
  width:86px;
  margin:16px 16px 0 0;
  background:#666;
}
.press #tearsheets .pagination {
  text-align: right;
  margin:8px;
}



/**
 * FOOTER
 *
**/

div#footer {
  clear: both;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center; 
  color: #666;
}
div#footer a {
  color: #666; 
}

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

h3 {
  color: #ccc;
}

p.back {
  padding: 15px;
  text-align: left;  
  background: #3e3e3e;
}

p.back a {
  color: #666; 
}

p.clear {
  clear: both;
}


/*
@import "newstab_content.css";
*/
	div#tabs-1{
		
	}
	
	div#tabs-news p.tabs-news-title{}
	div#tabs-news p.tabs-news-date{}
	div#tabs-news div.tabs-news-content{
		padding: 0 0 20px 0;
		border: 0;
		border-bottom: 1px solid #4E4E4E;
	}

	div#tabs-news div.tabs-news-content img{
		float: right;
		margin: 0 0 5px 5px;
	}


/*
@import "about_content.css";
*/
	div.content-tabs{ margin: 15px 0 0 0; }
	 
	/* expedition tab : list of expeditions */
	div#tabs-expeditions{
	} 

	div#tabs-expeditions p.tabs-expeditions-list,
	div#tabs-expeditions p.tabs-expeditions-list a{
		padding: 0;
		margin: 0;
		color: #4E4E4E
	}

	div#tabs-speaking p.tabs-speaking-list{
		padding: 0 0 10px 0;
	}

	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-date{
	}

	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-title,
	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-subtitle,
	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-att1,
	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-att2,
	div#tabs-speaking p.tabs-speaking-list span.tabs-speakinglst-att3{
		display: block;
		width: 500px;
		text-align: left;
		clear: both;
		float: right;
	}

/*
@import "contact_content.css";
*/
	div.content-block-innerbox h3.contact-title{
		color: #666666;
	}

	div.content-block-innerbox div.contact-content{
		
	}


	div.content-block-innerbox a{
		color: #4E4E4E;
	}

a { 
  color: inherit;
}


/*
@import "tabs_audio.css"
*/
	div#audioplayer{
		position: relative;
		background: none;
	}

		div#audioplayer div#audioplayer-margin{
		}

			div#audioplayer div#audioplayer-margin div#audioplayer-thumb{
				background: #444444;
				margin: 0 0 0 15px;
				/* height: 253px; */
				width: 253px;
				text-align: center;
				overflow: hidden;
				position: relative;
			}

				div#audioplayer div#audioplayer-margin div#audioplayer-thumb img{
					width: 253px;
				}
			
				div#audioplayer div#audioplayer-margin div#audioplayer-thumb img.nothumb{
					opacity: 0.50; -moz-opacity: 0.50; filter: alpha(opacity=50); 
				}

			div#audioplayer div#audioplayer-margin div#audioplayer-viewer{
				
			}
			
				div#audioplayer div#audioplayer-margin div#audioplayer-viewer ul{
					
				}
				
					div#audioplayer div#audioplayer-margin div#audioplayer-viewer ul li{
						
					}
					
					div#audioplayer div#audioplayer-margin div#audioplayer-viewer ul li div.audioplayer-embed,
					div#audioplayer div#audioplayer-margin div#audioplayer-viewer ul li div.audioplayer-plugin{
						
					}
					
						div#audioplayer div#audioplayer-margin div#audioplayer-viewer ul li div.audioplayer-plugin a{
							background: none;
						}
						
			
			div#audioplayer div#audioplayer-margin div#audioplayer-credit{
				margin: 0;
				padding: 0 0 0 15px;
				position: relative;
			}

			div#audioplayer div#audioplayer-margin div#audioplayer-credit ul{ padding: 0; margin: 0; }
			div#audioplayer div#audioplayer-margin div#audioplayer-credit ul li.title{ padding: 0; margin: 0; }
div#audioplayer-thumb img {
  display: block;
}

	
	div#audiolisting {
	}

		div#audiolisting div#audiolisting-margin{
		
		}
			div#audiolisting div#audiolisting-margin div.audiolisting-rows{
				margin: 0 0 15px 0;
			}
		
				div#audiolisting div#audiolisting-margin div.audiolisting-rows p.title{
					margin: 0;
					padding: 0;
				}
				
					div#audiolisting div#audiolisting-margin div.audiolisting-rows p.title a{
						margin: 0;
						padding: 0;
						background: none;
						color: #666666;
						font-weight: bold;
						text-decoration: none;
					}
				
					div#audiolisting div#audiolisting-margin div.audiolisting-rows p.title a img{
						margin: 0 20px 0 0;
						text-decoration: none;
						height: 15px;
						vertical-align: bottom;
					}
		
				div#audiolisting div#audiolisting-margin div.audiolisting-rows p.summary{
					color: #666666;
					padding: 0 0 0 45px;
					margin: 0;
				}
		
		
	
	
	
