/* WOODS HOLE OCEANOGRAPHIC INSTITUTION 2011*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
		background-image: none;

}



aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/***************************************************
			      Global styles
***************************************************/
#wrapper, #content, #container {
	width: auto; 
	margin: 0%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	background-image: none;

	}
	
#content, header, footer {margin:24pt;}
	
	
nav, #sidenav, .searchform, #subnav, #logo, .asset, .tools, .zoom-icon, .all, #topic-research .related {display:none;}
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFF;
	margin: 0px;
	height: 100%;
	line-height: 155%;
}

.bg {
	background-image: none;
	
}

p {
	margin: 8px 0px 0px;
}
	
a, p a, .asset p a, #content a, #content p a  {
	text-decoration: none;
	color: #000;
}

a:hover {
   color: #000;
}

article {
	margin-left: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 24pt;
}

	
h2 {
	font-size: 20pt;
}
	
h3 {
	font-size: 18pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
}


/***************************************************
				  HEADER AREA
***************************************************/	
header {
	background-image: none;
	margin-bottom: 5pt;
	margin-bottom: 0pt;
	border-bottom: 1px #000000 solid;
	background-color: transparent !important;
	
	
}

#logo {display:none;}
#printlogo {display: block; margin:0px; padding:0px;}

/***************************************************
			        ARTICLE PAGES
***************************************************/


#content a, #content p a {
	color: #069;
}

#content a:hover, #content p a:hover {
	color: #333;
}


/* Article styles */

article h1 {color:#000;}

article h2 {
	color:#000;
}


article h3 {
	color:#000;
	
}

article ul {
	color:#000; 
	list-style:square;
	padding-left: 25px;
}

#topic-research h2 {
	color:#000;

	
}

#topic-research h3 {
	color:#000;
	
}

#topic-research h5 {
	color: #000;
	
}

.more {
	display: block;
}

a.showLink, a.hideLink {
	display: none;
}
	

/***************************************************
			        FOOTER
***************************************************/

footer {
	position:inherit;
	margin: 0px;
	padding: 0px;
	font-size: .95em;
}

#footer .section {
	display:none;
}

#footer .last {
	display: none;
}


#footer #copyright {
	color: #000;

}

#footer #copyright a {
	color: #000;
}

footer .connect {
	display:none;
}


