/**
{	
	border: 1px solid #900;
}
*/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #6C8C91;
	font-family: "Michroma", Arial, Helvetica, sans-serif; /* */
	/*
	background-image: url(../images/Space_Moon_transformed.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
	  background: url(../images/Space_Moon_transformed.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	/*	background-repeat: no-repeat;	

	background-position:center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-position: 100% 0;
		background-position: 0 0;
	background-size: 200%;	
	
background-size: 100% 100%, auto;
*/

}
body
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;	/* background-image: url(../#.gif); */
	height: auto;
	font-size: 1em;
	line-height: 1.4;
	
}

#header
{
	height: 200px;
	background-image: url(../images/headerMoonLabs.png);
	left: -20px;
	background-repeat: no-repeat;
	position: relative;
	top: 40px;

}


/*outer div for layout auto constraints*/
#container_out 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #FFF;
	max-width: 1249px;
	min-width: 900px;
	
}


/* inner div for layout dimensions*/
#container_in 
{
	width: auto;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	background-image: url(../images/blkFade.png);
}

#lft_out
{
	float: left;
	width: 310px;
	}

#lft_in
{
	width: 305px;
	margin-left: 10px;

	}
.nav_lft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	
/* 
#rht_out
{
	
	float: right;
	width: 200px;
	}
	
#rht_in
{
	width: auto;
	margin: 5px;
	padding:5px;
	}
*/
		
#ctr_out
{
	width: 600px;
	float: left;
	}

	
#ctr_in
{
	width: auto;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-right: 3px;
	padding-left: 3px;

	}
.gapfill {
	width: 600px;
	float: left;
	height: 240px;
}
#rht_out {
	float: left;
	width: 320px;
}
#rht_in {
	width: auto;
	float: left;
	margin-right: 15px;
}



	
#footer_out
{
	clear: both;
	max-width: auto;
	min-width: auto;
	text-align: center;
	}
	
#footer_in
{
	width: auto;
	margin-top: 5px;
	padding-bottom: 5px;
	
	
	}

.navbar
{
	list-style-type: none;
	width: 260px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
.navbar li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 245px;
}


.navbar a 
{
	text-decoration: none;
	font-size: .9em;
	}
	
.navbar a:link	
{
	color: #096;

	}
	
.navbar a:visited
{
	color: #09C;
	}
	
.navbar a:focus
{
	color: #0F3;
	}
	
.navbar a:hover
{
	color: #FFF;
	}
	
.navbar a:active
{
	color: #000000;
	}

.navbar_ftr li
{
	display: inline;
	list-style-type: none;
	font-size: .75em;	
	}	
.navbar_ftr li a:link	
{
	color: #096;
	}
	
.navbar_ftr li a:visited
{
	color: #FFF;
	}
	
.navbar_ftr li a:focus
{
	color: #0F3;
	}
	
.navbar_ftr li a:hover
{
	color: #FFF;
	}
	
.navbar_ftr li a:active
{
	color: #000000;
	}		


	
p.copy
{
	padding-top: 5px;
	font-size: .75em;
	font-style: italic;
	}
	
	
.ctr {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
p a {
	color: #3C3;
}
p a:hover {
	color: #3FF;
}
h2 a {
	color: #CCC;
}
.contributors {
	margin-left: 11px;
	clear: both;
	padding-top: 25px;
}
.contributors p  {
	margin-left: 11px;
	padding-top: 11px;
}



.inline {
	width: 100px;
	float: left;
}
#crumbs {border-bottom: 2px solid #adb8c4; height: 28px;}
#crumbs p {font-size: 11px; line-height: 28px; margin-left: 10px;}
.newFontColor {
	color: #FFF !important;
	background-color: #333;
}
