/* Mars-Ice.org Consortium All-CSS
 * Kyle Winfree, kwinfree@usgs.gov, kyle.winfree@gmail.com
 * June 2007
 * 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 are either in ie_fixes.css or in goodies.js
 */
 
/* Body */

body {
	margin-top: 10px;
	padding: 0;
	margin-left: 50px;
	margin-right: 50px;
	min-width: 900px;
	background: url('/_common/images/bg.png') top center fixed;
}

/* The header is not grouped with the mail.  Main is body like content, navigation through footer */

#header {
	height: 80px;
	border: solid 1px #504020;
	background: url('/_common/images/banner.jpg') left center no-repeat;
}

#header #banner #banner_name {
        text-align: left;
        font-family: Verdana, sans-serif;
        font-size: 22pt;
        height: 80px;
}

#header #banner #banner_name #banner_subname {
        font-size: 14pt;
}

/* Main, contains the real content of the site */

.main {
	position: relative;
	top: 10px;
	padding: 0;
	margin: 0;
}

/* the left navigation menu */

#navigation {
	position: fixed;
	top: 102px;
	left: 50px;
	width: 200px;
	background: url('/_common/images/blackbg.png') repeat;
	border: solid 1px #504020;
}

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

#navigation li li {
	margin-left: .5em;
}

#navigation a {
	color: #DBE1E8;
	font-weight: bold;
	text-decoration: none;
}

/* Content stuff, text, images, etc */

#content {
	position: relative;
	top: 0px;
	margin-left: 210px;
	padding: 10px;
	background: #FFF;
	color: #000;
	border: solid 1px #504020;
}

#content img {
	padding-top: 20px;
	padding-right: 10px;
}

/* the footer */

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	background: url('/_common/images/blackbg.png') repeat;
	border: solid 1px #504020;
}

#footer p {
        color: #DBE1E8;
        text-align: center;
}

#footer a {
	color: #DBE1E8;
}

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

.link {
	display: none;
}

.logos {
	margin-left: 2em;
}

/* Div wide styles */

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

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

h3 {
	color: #504020;
	font-size: 1em;
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

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

em {
	color: #f00;
}

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

li {
	padding-bottom: 3px;
}

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

a img {
	border: none;
}

hr {
	background-color: #504020;
}

pre {
	background: #FFF;
}

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

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

dt {
	font-weight: bold;
	color: #504020;
}

/* Specifics */

table.search {
	border-style: none;
	padding: 1px;
	margin-left: 2em;
	border-spacing: 1px;
	color: #504020;
	font-family: Verdana;
	font-weight: bold;
	font-size: 80%;
}

table.search td {
	padding: 2px;
	border-spacing: 1px;
}
