/* Lunar Calibration -All- CSS
 * Kyle Winfree, kwinfree@usgs.gov, kyle.winfree@gmail.com
 * April 2006
 * This CSS file will apply styling for all media formats.  print.css provides corrections to this style sheet, for print media.
 * Internet Explorer CSS fixes cannot be found in this file, they either in ie_fixes.css or in goodies.js
 */
 
/* Body */

body {
	min-width: 650px;
	margin: 20px;
	background: #000;
	font-family: Verdana, Arial, sans-serif;
}

/* Main, contains the entire content (header through footer) of the site */

.main {
	max-width: 70em;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	background: #000 url(/_images/navigation/mm333008_10.jpg) bottom left no-repeat;
}

/* Top is the header */

.top {
	height: 150px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	border: solid 2px #CCCCCC;
	background: url(/_images/navigation/sunset.png) top left repeat;
}

.top img a {
	border: none;
	padding: 0;
	margin: 0;
}

/* Left is a left column, must exist for position: fixed; to work on the table of contents (leftStuff) */

.left {
	width: 200px;
	position: absolute;
	top: 160px;
	left: 0;
}

/* LeftStuff is the table of contents.  The position: fixed; property is controlled by javascript */

.leftStuff {
	background: #CAA;
	border: solid 2px #CCCCCC;
	background: url(/_images/navigation/blackbg.png) repeat;
	color: #FFF;
	max-width: 200px;
}

.leftStuff li, .leftStuff ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	list-style-position: inside;
}

.leftStuff li li {
	margin-left: .5em;
}

.leftStuff a {
	font-size: 100%;
	color: #FFF; /* #DD0 */
	text-decoration: none;
}

.leftStuff a:hover {
	text-decoration: underline;
}

/* Right is the right column that here contains the page material and the footer */

.right {
	margin-left: 210px;
	margin-top: 6px;
}

.right a:visited {
	color: #33D;
}

/* a banner that will print with the rest of the page, the standard banner does NOT print */

.pseudoBanner {
	display: none;
}

/* RightTop, there are two divisions that live in the right column, the page material and the footer.  This is the material */

.rightTop {
	width: 100%;
	margin: 2px;
	margin-left: 0;
	border: solid 2px #CCCCCC;
	background: url(/_images/navigation/whitebg.png) repeat;
	color: #000000;
}

/* RightBottom is the footer area */

.rightBottom {
	width: 100%;
	margin: 2px;
	margin-top: 7px;
	margin-left: 0;
	border: solid 2px #CCCCCC;
	background: url(/_images/navigation/whitebg.png) repeat;
	color: #000000;
	font-size: 80%;
}

/* Span classes */

.math { /*
	font-family: serif;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	*/
}

.link {
	display: none;
}

/* Thumbnail gallery components */

.thumbnailGalleryOne {
	margin-left: 2em;
}

.thumbnailGalleryOneImage img {
	padding: 0;
	margin: 9px;
	border: solid 1px #FFFFFF;
}

td.thumbnailGalleryOneImage {
	text-align: center;
	background: #000;
}

.thumbnailGalleryOneText h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.thumbnailGalleryOneText h5 {
	padding: 0;
	margin: 0;
	font-variant: small-caps;
	font-size: 80%;
	font-weight: bold;
}

.thumbnailGalleryOneText {
	border-top: solid 1px #AAAAAA;
	vertical-align: top;
}

/* Div wide styles */

h1 {
	color: #FFFFFF;
	padding: 10px;
	font-variant: small-caps;
	font-weight: bolder;
	margin: 0px;
	font-size: 1.3em;
	background: #CCCCCC url(/_images/navigation/h1_bg.jpg) center center no-repeat;
}

h2 {
	color: #000080;
	font-size: 1.1em;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
}

h3 {
	color: #000080;
	font-size: 1em;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

p {
	text-align: justify;
	margin: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
}

em {
	color: #FF0000;
}

ul, ol {
	margin-left: 3.5em;
}

li {
	padding-bottom: 3px;
}

a {
	padding: 0px;
	color: #000080;
}

a img {
	border: none;
}

pre {
	background: #FFF;
}

tt {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background: #FFF;
}

sup a {
	text-decoration: none;
	color: #006633;
}