/* Table of Contents
--------------------------------------------------------------//
Global Defaults
Links
Header & Footer
Nav
Page Content
Images
Rollovers
Photo Gallery
Headings & Text
Lists
Countdown
Misc
*/

/* Global Defaults
--------------------------------------------------------------*/
body {
	background:url(images/blackbkg.gif) repeat-y;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, san-serif;
	line-height:20px;
	margin:0;
	padding:0;
	text-align: left;
}

p {
	margin:13px 0 10px 0;
	padding:0;
}

img {
	border:0;
}


/* Links
--------------------------------------------------------------*/
#content a, a:link, a:visited {
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #f28416;
	text-decoration: none;
}

#topnav a, a:link, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#topnav a:hover, a:active {
	color: #cc6600;
	text-decoration: none;
}

#leftcol a, a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#leftcol a:hover, a:active {
	color: #cc6600;
	text-decoration: none;
}

#leftcol a.current {
	color:#999999;
}

#callout a, a:link, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#callout a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

#content a.green, a.green:link, a.green:visited {
	color:#5C8C3C;
}

#content a.green:hover, a.green:active {
	text-decoration:underline;
}


/* Header & Footer
--------------------------------------------------------------*/
#header {
	background:URL(images/date.gif) no-repeat right top;
	margin:15px 0 33px 30px;
	padding-bottom:3px;
	width:98%;
}

/*#footer {
	background:url(images/SmithsonianLogo.png) no-repeat 0 30px;
	clear:both;
	color:#666666;
	font:9px/15px Verdana;
	height:41px;
	margin:0 0 5px 30px;
	padding:70px 0 0 143px;
	width:660px;
}*/

#footer {
	background:url(images/SmithsonianLogo.png) no-repeat 0 30px;
	clear:both;
	color:#666666;
	font:9px/15px Verdana;
	margin:0 0 5px 30px;
	padding:85px 0 0 143px;
	width:750px;
}

#sponsors {
	color:#000;
	font:12px/16px Arial;
	font-weight: bold;
	margin:22px 0 0 0;
}

#sponsors img {
	margin:7px 20px 0 10px;
	vertical-align: middle;
}


/* Nav
--------------------------------------------------------------*/
#topnav {
	border-top:3px solid #000000;
	clear:both;
	font-size:13px;
	font-family:"Lucida Sans", Trebuchet, Verdana, san-serif;
	padding:3px 0 0 400px;
	margin-top:18px;
}

#topnav ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#topnav li{
	float:right;
	margin-right:10px;
}

#leftcol {
	float:left;
	font-size:13px;
	padding:0 20px 10px 20px;
	width:125px;
}

#leftcol ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#leftcol li{
	margin:0 0 16px 0;
}

#horizontal ul{
	display:block;
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}

#horizontal li{
	float:left;
	margin-right:20px;
}


/* Page Content
--------------------------------------------------------------*/
#container {
	height:auto;
	margin:0;
	padding:0;
	width:990px;
}

#content {
	font-family:Verdana, Arial, san-serif;
	margin:50px 0 10px 190px;
	min-height:420px;
	width:740px;
}

#homecontent {
	margin-left:120px;
	padding-top:20px;
	width:900px;
}

#callout {
	background:#f28416;
	border:1px solid #666;
	padding:4px;
}

p.callout2 {
	border-bottom:1px dotted orange;
	border-top:1px dotted orange;
	color:#555;
	letter-spacing:.04em;
	padding:5px 0;
}


/* Images
--------------------------------------------------------------*/
.primary {
	float:right;
	margin:0 0 22px 22px;
	text-align:right;
}

img.primary, .primary img {
	border: 5px solid #000;
}

.primary p {
	color:#333;
	font:10px/14px Verdana;
	margin:5px 0 0 0;
}

img.listing {
	border:1px solid #666;
	float:left;
	margin:0 20px 8px 0;
}

img.border {
	border:1px solid #666;
}

p.border img {
	border:1px solid #666666;
}


/* Rollovers
--------------------------------------------------------------*/
a.rollover:hover img {
	background:#cc6600;
	filter:alpha(opacity=50);
  	opacity:0.5;
}  	

a.nasa {
display:block;
height:402px;
width:310px;
overflow:hidden;
}

a.nasa:hover {
display:block;
text-indent:-310px;
}


/* Photo Gallery
--------------------------------------------------------------*/
#gallerybox {
	background:url(images/gallery/Booker.jpg) 39px 70px no-repeat;
	float:right;
	font-size:10px;
	height:470px;
	margin:0 0 16px 20px;
	position:relative;
	width:400px;
}

#gallerybox ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#gallerybox li {
	float:right;
}

a.gallery span {
	color:#333;
	font-weight:normal;
    height:1px;
    top:0px;
    left:0px;
    overflow:hidden;
    position:absolute;
    width:1px;
}

a.gallery:hover span {
	background: #fff;
    position:absolute; 
    width:400px; 
    height:400px; 
    top:70px;
    float: right;
}

a.gallery, a.gallery:link, a.gallery:visited {
    display:block;
    border:1px solid #666666; 
    margin:0 0 20px 12px;
}

a.gallery:hover, a.gallery:active {
    border:1px solid #fff; 
}

a.gallery:hover img {float:right;}

a.img1 {
	background:url(images/gallery/BookerTN.jpg);
	height:50px;
	width:48px;
}

a.img2 {
	background:url(images/gallery/PerlmutterTN.jpg);
	height:50px;
	width:37px;
}

a.img3 {
	background:url(images/gallery/RockwellTN.jpg);
	height:50px;
	width:76px;
}

a.img4 {
	background:url(images/gallery/LeibovitzTN.jpg);
	height:50px;
	width:40px;
}

a.img5 {
	background:url(images/gallery/YorkTN.jpg);
	height:50px;
	width:64px;
}


/* Headings & Text
--------------------------------------------------------------*/
h1 {
font-size:19px;
font-weight:normal;
line-height:25px;
margin:6px 0 11px 0;
}

h2 {
color: #cc6600;
font-size:15px;
font-weight: bold;
margin: 18px 0 10px 0;
}

h2.listing {
border-top:1px solid #CCC;
color: #cc6600;
font-size:15px;
font-weight: bold;
margin: 33px 0 4px 0;
padding-top:7px;
}

h3 {
font-size:14px;
font-weight: bold;
margin: 2px 0 5px 0;
}

h3.listing {
border-top:1px solid #CCC;
font-size:14px;
font-weight: bold;
margin: 33px 0 5px 0;
padding-top:7px;
}

h4 {
font-size:15px;
font-weight: bold;
margin: 8px 0 8px 0;
}


/* Lists
--------------------------------------------------------------*/
ul {
	margin:5px 7px 5px 16px;
	padding:0;
}


/* Countdown
--------------------------------------------------------------*/
#counter {
	background:URL(images/blackbox.jpg) no-repeat;
	color:#fff;
	float:right;
	font:11px/18px Verdana;
	font-weight:bold;
	height:60px;
	margin:30px 0 0 20px;
	padding:10px;
	width:280px;
}

#counter h2 {
	color:#FFF;
	font-size:14px;
	letter-spacing:.08em;
	margin:0 0 4px 0;
	padding:0;
}

#counter span {
	color:#ff9933;
	font-size:16px;
	font-family:Courier;
}


/* Misc
--------------------------------------------------------------*/
.transparent {
  	filter:alpha(opacity=90);
  	opacity:0.9;
}

.floatleft {float:left; margin-right:14px;}

.floatright {float:right; margin-left:14px;}

.clear {clear: both; margin:0; padding:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
