/*
Design by Katherine Spencer Joyce
Woods Hole Oceanographic Institution
*/


html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0;
	background: #B4E1E1 url(images/bg.gif) repeat-x;
	font-family:  Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.65em;
	color: #006;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
	padding-bottom: .5em;

}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
	margin-bottom: 3px;
	margin-top: 4px;
}

h4 {
	
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 2px;
	margin-top: 4px;
}

ul {
}

a {
	text-decoration: none;
	color: #036;
}

a:hover {
	text-decoration: underline;
	color: #EC7F20;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bgPage.png) repeat-y center top;

}
#wrapperNoside {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bgPagenoside.png) repeat-y center top;
}


/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 123px;
	background-image: url(images/bgHeader.gif);
	background-repeat: repeat-x;
}

#logo {
	width: 389px;
	height: 109px;
	margin-top: 0px;
	margin-bottom: 0;
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}

/* Search */

.searchArea {
	float: right;
	width: 205px;
	font-size: 0.95em;
	}
	
/* Flash */

#flash {
	width: 960px;
	margin: 0 auto;
	height: 258px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E7681E;	
	
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	
}


/* Content */

#content {
	float: left;
	padding: 10px 10px 0px;
	width: 440px;
}

#contentHome {
	float: left;
	padding: 10px 10px 0px;
	width: 395px;
} 

#contentNoside {
	float: left;
	padding: 10px 10px 0px;
	width: 700px;
}

#contentOpen {
	float: left;
	padding: 20px 20px 0px 40px;
	width: 920px;
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1C2364;
	line-height: 1.8em;
	
}
.post {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.post p {
	max-width:650px;
	font-size:1em;
}

.post h1 {
	background-image: url(http://mit.whoi.edu/cms/css/sb/joint_program/images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.3em;
	margin: 0px 0px 12px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post h2 {
	color: #006;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	margin: 0px 0px 12px;
	padding: 0em;
	font-size: 1.65em;
}

.post td {
	border-bottom: 1px dotted #F90;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

.post .top {
	background-color: #E0E0E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 1.1em;
}

/* .post img {
	float: left;
	margin-right: 12px;
	clear: left;
}

RELIC of WHOI.edu - these may go away */

.post .caption {
	color:#666;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	
}

.post .subhead {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
	margin-top: 4px;
	font-size: 1.1em;
}

/* ------------------------------------- */


.entry {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F69239;
	padding-bottom: 10px;
}

.entry iframe {
	overflow: visible;
	
}


.entry p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.5em;
}


.entry a {
	color: #069;
	margin: 0px;
	padding: 0px;
}

.entry img {
	float: left;
	margin-right: 12px;
	clear: left;
}

.entry ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.6em;
	
}

.entry li {
	padding-left: 0.8em;
	list-style-image: url(images/contentBullet.gif);
	list-style-position: inside;
	margin-bottom: .5em;
}

.entry .multi {
	width: 435px;
	float:right;
	overflow:hidden;
}

.entry .universal {
	overflow:hidden;
	margin-top: 20px;
}

/* ----------------ARTICLES--------------------- */


.entryArticle {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F69239;
	padding-bottom: 10px;
}


.entryArticle p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.5em;
}


.entryArticle a {
	color: #069;
	margin: 0px;
	padding: 0px;
}

.entryArticle img {
	float: left;
	margin-right: 12px;
	clear: left;
}

.entryArticle ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.6em;
	
}

.entryArticle li {
	padding-left: 0.8em;
	list-style-image: url(images/contentBullet.gif);
	list-style-position: inside;
	margin-bottom: .5em;
}

.entryArticle .multi {
	width: 435px;
	float:right;
	overflow:hidden;
}

.entryArticle .universal {
	overflow:hidden;
	margin-top: 20px;
}



/* ------------------SIDEBARS-------------------- */

/* nav sidebar */

#sidebar1 {
	float: left;
	width: 223px;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar1 #box {
	font-size: 13px;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	list-style-type: none;
}


#sidebar1 li {
	margin: 0px 10px 5px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left 6px;
}


#sidebar1 h2 {
	height: 30px;
	background: url(images/bgSideH1.gif) repeat-x left top;
	margin: 12px 0 0;
	color: #006;
	font-size: 14px;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 2px;
}

#sidebar1 p {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .95em;
	line-height: 1.5em;
	color: #036;
}

/* MIDDLE SIDEBAR FOR INDEX PAGE */

#sidebar {
	float: left;
	width: 300px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 6px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li {
	list-style-type: none;
	margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left center;
}


#sidebar h2 {
	background-image: url(images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.3em;
	margin: 0px 0px 9px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	display: block;
	}

#sidebar p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #666;
	color: #000;
	display: block;
	padding-bottom: 0px;
}




#sidebar .links {
	text-align: right;
	display: block;
}

#sidebar img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#sidebar .entry h2 {
	color: #066;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	border-top-style: none;
	background-image: none;
	height: auto;
	margin: 0px 0px 2px;

}

#sidebar .entry h2 a {
	color: #066;
	line-height: 1.4em;

}

#sidebar a {

	color: #069;
	margin: 0px;
	padding: 0px;

}


/* RIGHT SIDEBAR FOR INSIDE PAGES*/

#sidebar2 {
	float: right;
	margin-top: 20px;
	padding-right: 15px;
	width: 250px;
}

/* until we figure out a better way, this is for 300 px to 250 pixel width*/

#sidebar2 img {
	max-width: 250px;
	height:auto;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	list-style: none;
}


#sidebar2 li {
	list-style-type: none;
	margin: 5px 10px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(images/bgSideBullet.gif) no-repeat left 5px;
}


#sidebar2 h2 {
	background-image: url(images/bgMidH1.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 23px;
	font-size: 1.3em;
	margin: 0px 0px 9px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	display: block;
	}

#sidebar2 p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #666;
	display: block;
	padding-bottom: 0px;
}



#sidebar2 img {
	float: left;
	margin-right: 10px;
}

#sidebar2 .links {
	text-align: right;
	display: block;
}

#sidebar2 .nofloat {
	float: none;
	clear: none;
	margin: 0px;
	padding: 0px;
}

#sidebar2 .entry h2 {
	color: #066;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	border-top-style: none;
	background-image: none;
	height: auto;
	margin: 0px 0px 2px;

}

#sidebar2 .entry h2 a {
	color: #066;
	line-height: 1.4em;

}
/* toolbox in sidebar */


#toolbox  {
	float:right;
	margin-right:20px;
	margin-top:20px;
	width:250px;
	font-size: 9px;
}

	

#toolbox p {
	text-transform: uppercase;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #efefef;
	display: inline;
	letter-spacing: 0.1em;
	color: #000;
	margin-right: 3px;
	font-size: 9px;

	
}

#toolbox .tlshare {
	
	
}

#toolbox .tlprint {
	background-image:url(images/printer.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
}


#toolbox #switcher {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #efefef;
	float:left;
	height:16px;
	margin:0px 8px 0px 0px;
	display: block;
	width: 55px;

}


#toolbox #switcher a img {
	background: #999;
	margin:0px 2px 0px 0px;
	padding: 0px;
	float: left;
	}

#toolbox #switcher a:hover img {
	background: #036;
	}



/* Sidebar for Multimedia */

#sidebarMulti {
	float: right;
	width: 250px;
	margin-top: 20px;
	padding-right: 15px;
}

#sidebarMulti .left {
	float: left;
	padding-right: 0px;
	display: block;
	margin-top: 15px;
	width: 260px;
	font-size: .9em;
}
#sidebarMulti img {
	float: left;
	margin-right: 10px;
}


/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 0px;
	background: #122067 url(images/bgFooter.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 10px 15px 0;
	text-align: left;
	font-size: 0.95em;
	color: #CCC;
	line-height: 1.3em;
}

#footer a {
	color: #FFF;
}



/* Styles for Slideshow using numbers 
-------------------------------------------------------------------- */

.slideshow {

	border: 0px dotted #cccccc;
	padding-left : 0px;
	padding-bottom : 6px;
	padding-top : 0px;
	padding-right : 0px;
	float : left; 
	width : 700px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.slideshow img {
	margin: 5px 0px 5px 0px;
}

/* Styles for Slideshow numbers 
-------------------------------------------------------------------- */

#numbers {
	height: 18px;
	padding: 3px 3px 3px 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#numbers ul, #numbers li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#numbers a:link, #numbers a:visited {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0px;
	border: 1px solid #C0E7E7;
	text-decoration: none;
	color: #036;
	background-color: #DBF4F4;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	}

#numbers a:link.active, #numbers a:visited.active {
	border: 1px solid #bbbbbb;
	color: #DBF4F4;
	background-color: #036;
	}

#numbers a:hover {
	color: #DBF4F4;
	background-color: #036;
	}

/* For Student Directory page with images */
.imgfloatleft { 
	float : left;
	margin-top: 0px;
	margin-right: 12px;
	padding-right: 2px;
	padding-bottom: 1px;
	
	}
	