/* mainSlider.css
/* style sheet for the "Today at the Museum" toggle on the home page
/* nmnaturalhistory.org
/* modified: June 16 2010 */


html {
    overflow-y: visible;
}



*, * focus {
    margin:0;
    outline-style:none;
    padding:0;
}


/* h5: header for 3 main categories */
#leftcolumn h5.trigger {
	background: transparent url(../images/main/togglebar.png) no-repeat 50% 0;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 4px auto 0 auto;
	text-align: left;
	width: 217px;
	cursor: pointer;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
  font-weight: bold;    
}

#leftcolumn h5.trigger a {
			padding-left: 32px;
      text-decoration: none;
      display: block;
}

#leftcolumn h5.trigger a:hover {
      color: #660000;
}

#leftcolumn h5.active { background-position: bottom; }


/*.toggle_container {
    background:#F0F0F0 url(assets/templates/nmnaturalhistory/images/toggle_stretch.jpg) repeat-y scroll left top;
    border-top:1px solid #D6D6D6;
    clear:both;
    font-size:1.2em;
    margin:0 0 5px;
    overflow:hidden;
    padding:0;
    width:500px;
} */

/* .toggle_container: div that expands & collapses */
div#leftcolumn div#todaydiv div#todaybox div.toggle_container {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	border: 1px solid white;
	overflow: hidden;
	width: 215px;
	clear: both;
}

/* .block: div within .toggle_container that holds the content */
div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block {
	padding: 10px;
	margin: 0 auto;
	background: #ffffff url(../images/main/toggleboxcontent2.png) repeat-x scroll bottom;
	text-align: left;
}


div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block p {
	padding: 0 0;
	margin: 5px 0;
  font-size: 11px;
  line-height: 15px;
}

div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block img.todayboxthumb { float: left; margin: 0 20px 10px 0; }

div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block table.tix {
  margin: 0 0 25px 0;
	text-align: left;
	width: 115px;
}

div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block table.tix th {
  line-height: 13px;
  padding-bottom: 4px;
}

div#leftcolumn div#todaydiv div#todaybox div.toggle_container div.block table.tix td {
	line-height: 15px;
}


/*-- showcalendar:list ordering the Events of the day --*/
ol.showcalendar {
 margin: 0 auto;
}

ol#todaysevents {
	margin-top: 10px;
}

ol.showcalendar li {
	padding: 0 0 0 5px;
	}




/*-- show: list element defining each Event of the day --*/
#todaydiv ol.showcalendar li.show {
	padding: 0 0 0 5px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 11px;
  border-bottom: 1px solid #CED4D8;
}

#todaydiv ol.showcalendar li.show a {
	font-size: 11px;
  color: #3844E;
  text-decoration: none;

}

#leftcolumn ol.showcalendar li.show a:hover {
  color: #660000;
}


/*-- .ellipsis: replaces overflowing text with ... (not in Firefox 3.6.3) --*/
.showcalendar .ellipsis {      
	white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  -o-text-overflow: ellipsis;  
  -ms-text-overflow: ellipsis; 
  -moz-binding: url("ellipsis.xml#ellipsis");  
}




#todaydiv ol.showcalendar li.show span.time {
	color:#75838E;
	font-size: 11px;
	padding-right:5px;
	display: block;
	text-align: right;
	float: left;
	width: 48px;
}

/*-- exhibits: list element for Latest Exhibits --*/
#todaydiv ol.showcalendar li.exhibits{
	padding: 0 0 5px 5px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 16px;
  border-bottom: 1px solid #CED4D8;
}

#todaydiv ol.showcalendar li.exhibitstitle {
	margin: 5px 0 2px 0;
	border-bottom: none;
}

#todaydiv ol.showcalendar li.exhibitstitle a, a:link {
	font-size: 12px;
	font-weight: bold;
	}
	
.showcalDisclaim {
	color: #75838e;
	font-style: italic;
	line-height: 14px;
	margin: 5px 5px 0 10px;
}
