@charset "UTF-8";
/* WOODS HOLE OCEANOGRAPHIC INSTITUTION 20112
Designed by Katherine Spencer Joyce, WHOI Graphic Services*/


html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	margin: 0 0 1px;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/tile.png);
	background-repeat: repeat;
}

/* ~~ Element/tag selectors ~~ */
#container {
	width: 980px;
	background: transparent;
	margin: 0 auto;
	clear: both;
	background-color: #E0EAF3;
	min-height:100%;
	
}

#content {
	margin: 0px;
	padding: 0 0 30px;
	display: block;
	overflow: hidden;
	position:relative;	
	
	

}

#contentNoside {
	margin: 0px 0px 15px;
	padding: 0 0 15px;
	display: block;
	overflow: hidden;
	background-color: #E0EAF3;
	
}
#sidenav {
	width: 200px;
	width: 220px;
	float: left;
	/*margin-left: 10px;*/
	
	
}

article {
	margin-left: 220px;
	padding: 4px 15px 15px;
	
}

#articleNoside {
	padding: 4px 15px 15px;
}

#side {
	float: right;
	width: 280px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 12px;
	display:block;

}


/* ~~ The footer ~~ */
footer {
	
	
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}




/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#container {min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#container {display:table;height:100%}
	</style>
<![endif]-->

*/
