/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}






html, body {height: 100%;}

body {background: #f4f1e7;}


/*
#img.source-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
*/

#wrap {
    height: auto !important;
    margin: 0 auto -100px;
    min-height: 100%;
}

#map {
	/* background:blue; */

	width:100%;
	max-width: 1600px;
	margin:auto;
	display:block;
	z-index: 0;
}
#map img {
	width: 100%;
	height: auto;
}



#push, #footer {
    height: 100px;
}


#footer {
	background: #fff;
	height:100px;
	position:fixed;  
	width:100%;
	z-index: 2000;
	left:0;
	bottom:0;
}

#footer .symmetry,
#footer .doe {width: 150px; height:60px; background:#ddd; float:right; margin: 20px 20px 10px 0;}

#footer .footer-title {width: 400px; height:60px; background:#ddd; float:left; margin: 20px;}



/*
#labs {
	width: 100%; 
	height:100%;
	position:absolute;
	top:0;
	left:0;
	 background: red; 
	overflow:hidden;
}
*/


.lab {
	width:460px;
	/* height:500px; */
	/* margin:auto auto; */
	margin-left:-230px;
	
	/* margin-top:-250px; */
	font: 14px/1.2em normal arial, helvetica, sans-serif;
	font-family: "aktiv-grotesk","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #5f5b5b;

	background: #f4f1e7;
	/* overflow:scroll; */
	z-index: 100;
	position: absolute;
	top:150px;
	left: 50%;
	line-height: normal;
	
	display: none;
	
-moz-box-shadow: 0 10px 30px #333333;
-webkit-box-shadow: 0 10px 30px #333333;
box-shadow: 0 10px 30px #333333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');

	
	
}

.lab-info {
	padding:30px 30px 60px 30px;
	position: relative;
}


.lab h2 {
	text-transform: uppercase;
	border-top: 5px solid #36364f;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: normal;
	color:#36364f;
	padding-top:5px;
}

.lab.red ul strong {
	color:#d54e40;
	font-weight: 700;
}
.lab.green ul strong {
	color:#547951;
	font-weight: 700;
}
.lab ul em {
	font-weight: 700;
}
.lab.red h2 {
	color:#d54e40;
}
.lab.green h2 {
	color:#547951;
}
.lab ul {
	margin-top:1rem;
}
.lab ul li {
	margin-bottom: 0.25rem;
}
.lab .animal {
	float: right;
}
.lab-close {
	display: block;
	position: absolute;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: 700;
	bottom: 30px;
	right:30px;
	color: rgba(0,0,0,.5);
	
}
.lab-close:hover {
	cursor: pointer;
	color: #5f5b5b;
}





.dark-blue {
	color: #36364f;
}
.red-orange {
	color:#d54e40;
}
.cream {
	color:#f4f1e7;
}
.green-text {
	color:#547951;
}


.lab-head {/* border-top: 20px solid #333; */ padding: 20px;}

.lab-foot {/* border-bottom: 20px solid #333; */ padding: 20px; clear:both;}


.col-left {width: 279px; float:left; margin-left:20px; border-right: dotted 1px #333;clear:both; }
.col-right {
	width: 140px; 
	float:right;  
	margin-right:20px; 
	
	
}


.section {border-top: dotted 1px #333;padding: 10px 0;}
.col-right .section {padding-left:10px;}


.lab h1 {font-size: 23px;line-height: 1em; max-width: 270px; font-weight: bold;margin-bottom:10px;}
.lab h3 {font-size: 12px;margin-bottom:10px;font-weight: bold;}
.lab h4 {font-size: 16px;font-weight: bold;}
.lab p {padding-right:10px;}




.photo {width: 129px; margin-right:10px; margin-top: 0; margin-bottom:10px; float:left; /* background:#fff; */}
.photo img {width: 100%; margin:0;}
.photo .caption {display:block; background:#333; color:#fff; line-height: 1em; font-size:10px; font-weight:bold; padding:6px 5px;margin:0; margin-top:-5px;}
.photo.wide {width:269px;}

.col-right .photo {margin-right: 0;}


.red .lab-head, .red .lab-foot {border-color:#F16055;}
.red h3, .red h1 {color:#F18822;}
.red .photo .caption {background: #F16055;}
.red .col-left, .red .section {border-color:#F18822;}

.blue .lab-head, .blue .lab-foot {border-color:#47C7F4;}
.blue h3, .blue h1 {color:#3CA680;}
.blue .photo .caption {background: #47C7F4;}
.blue .col-left, .blue .section {border-color:#3CA680;}




/* Lab popup image customizations */

.colors img {margin-bottom: 5px;}

.lab-head {background: url(images/ames/ames_border_top.png) no-repeat; padding-top:60px;}
.lab-head h1 {float:left;}
.lab-head img {float:right;}
.lab-foot{background: url(images/ames/ames_border_bottom.png) no-repeat; }
.animals img {margin:10px 0 0 0;}


#argonne_info .lab-head {background: url(images/argonne/argonne_border_top.png) no-repeat; padding-top:60px;}
#argonne_info .lab-foot {background: url(images/argonne/argonne_border_bottom.png) no-repeat; }
#brookhaven_info .lab-head {background: url(images/brookhaven/brookhaven_border_top.png) no-repeat; padding-top:60px;}
#brookhaven_info .lab-foot {background: url(images/brookhaven/brookhaven_border_bottom.png) no-repeat; }
#fermilab_info .lab-head {background: url(images/fermilab/fermilab_border_top.png) no-repeat; padding-top:60px;}
#fermilab_info .lab-foot {background: url(images/fermilab/fermilab_border_bottom.png) no-repeat; }
#INL_info .lab-head {background: url(images/idaho/idaho_border_top.png) no-repeat; padding-top:60px;}
#INL_info .lab-foot {background: url(images/idaho/idaho_border_bottom.png) no-repeat; }
#berkeley_info .lab-head {background: url(images/berkeley/berkeley_border_top.png) no-repeat; padding-top:60px;}
#berkeley_info .lab-foot {background: url(images/berkeley/berkeley_border_bottom.png) no-repeat; }
#livermore_info .lab-head {background: url(images/livermore/livermore_border_top.png) no-repeat; padding-top:60px;}
#livermore_info .lab-foot {background: url(images/livermore/livermore_border_bottom.png) no-repeat; }
#alamos_info .lab-head {background: url(images/losAlamos/losAlamos_border_top.png) no-repeat; padding-top:60px;}
#alamos_info .lab-foot {background: url(images/losAlamos/losAlamos_border_bottom.png) no-repeat; }
#NETL_info .lab-head {background: url(images/NETL/NETL_border_top.png) no-repeat; padding-top:60px;}
#NETL_info .lab-foot {background: url(images/NETL/NETL_border_bottom.png) 0 bottom no-repeat; }
#NREL_info .lab-head {background: url(images/NREL/NREL_border_top.png) no-repeat; padding-top:60px;}
#NREL_info .lab-foot {background: url(images/NREL/NREL_border_bottom.png) no-repeat; }
#ORNL_info .lab-head {background: url(images/oakRidge/oakRidge_border_top.png) no-repeat; padding-top:60px;}
#ORNL_info .lab-foot {background: url(images/oakRidge/oakRidge_border_bottom.png) no-repeat; }
#PNNL_info .lab-head {background: url(images/PNNL/PNNL_border_top.png) no-repeat; padding-top:60px;}
#PNNL_info .lab-foot {background: url(images/PNNL/PNNL_border_bottom.png) no-repeat; }
#PPPL_info .lab-head {background: url(images/PPPL/PPPL_border_top.png) no-repeat; padding-top:60px;}
#PPPL_info .lab-foot {background: url(images/PPPL/PPPL_border_bottom.png) no-repeat; }
#sandia_info .lab-head {background: url(images/sandia/sandia_border_top.png) no-repeat; padding-top:60px;}
#sandia_info .lab-foot {background: url(images/sandia/sandia_border_bottom.png) no-repeat; }
#savannah_info .lab-head {background: url(images/savannah/savannah_border_top.png) no-repeat; padding-top:60px;}
#savannah_info .lab-foot {background: url(images/savannah/savannah_border_bottom.png) no-repeat; }
#SLAC_info .lab-head {background: url(images/SLAC/SLAC_border_top.png) no-repeat; padding-top:60px;}
#SLAC_info .lab-foot {background: url(images/SLAC/SLAC_border_bottom.png) 0 bottom no-repeat; }
#jefferson_info .lab-head {background: url(images/jefferson/jefferson_border_top.png) no-repeat; padding-top:60px;}
#jefferson_info .lab-foot {background: url(images/jefferson/jefferson_border_bottom.png)  0 bottom no-repeat; }


/* Positioning */

/*
#ames_info.lab {margin-left:120px;}
#argonne_info.lab {margin-left:-350px;}
#brookhaven_info.lab {margin-left:-90px;}
#fermilab_info.lab {margin-left:-280px;}
#berkeley_info.lab {margin-left:-480px;}
*/

/* Caption tweaks */

#sandia_info .caption, #argonne_info .caption, #fermilab_info .caption, #ames_info .caption {height: 20px;}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

