/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




img	{
	max-width:100%;	
}

.padding	{
	padding-bottom:10px;
}

@font-face {
    font-family: 'gotham-bookgotham-book';
    src: url('http://sea.edu/plastics2012/gothamkit/gothmbok-webfont.eot');
    src: url('http://sea.edu/plastics2012/gothamkit/gothmbok-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://sea.edu/plastics2012/gothamkit/gothmbok-webfont.woff') format('woff'),
         url('http://sea.edu/plastics2012/gothamkit/gothmbok-webfont.ttf') format('truetype'),
         url('http://sea.edu/plastics2012/gothamkit/gothmbok-webfont.svg#gotham-bookgotham-book') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham-lightgotham-light';
    src: url('http://sea.edu/plastics2012/gothamkit/gothmlig-webfont.eot');
    src: url('http://sea.edu/plastics2012/gothamkit/gothmlig-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://sea.edu/plastics2012/gothamkit/gothmlig-webfont.woff') format('woff'),
         url('http://sea.edu/plastics2012/gothamkit/gothmlig-webfont.ttf') format('truetype'),
         url('http://sea.edu/plastics2012/gothamkit/gothmlig-webfont.svg#gotham-lightgotham-light') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham-mediumgotham-medium';
    src: url('http://sea.edu/plastics2012/gothamkit/gothmmed-webfont.eot');
    src: url('http://sea.edu/plastics2012/gothamkit/gothmmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://sea.edu/plastics2012/gothamkit/gothmmed-webfont.woff') format('woff'),
         url('http://sea.edu/plastics2012/gothamkit/gothmmed-webfont.ttf') format('truetype'),
         url('http://www.sea.edu/plastics/gothamkit/gothmmed-webfont.svg#gotham-mediumgotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1	{
	font: 1.9em 'gotham-lightgotham-light', Arial, sans-serif;
	
}

h2	{
	font: 1.5em 'gotham-lightgotham-light', Arial, sans-serif;
	color:#0d5589;
	
}

h3	{
	font: 1.2em 'gotham-lightgotham-light', Arial, sans-serif;

margin-bottom:5px;
	
}

a, a:visited	{
	color:#78bc43;
}

a:hover	{
	color:#abdb85;	
}

p	{
	margin-right:10px;	

}





.contain	{
	width: 1017px;
	margin-left:auto;
	margin-right:auto;	
}

header	{
	height:151px;
	background:url(http://www.sea.edu/plastics2012/img/header.jpg) repeat-x;
}

div#logo	{
	padding-top:18px;
	padding-left:20px;	
}

div#donate	{
	float:right;
	margin-top:-18px;
	padding-right:11px;	
}

nav	{
	height:49px;
	background:url(http://www.sea.edu/plastics2012/img/nav.jpg) repeat-x;
}


nav ul {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
nav ul li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
nav ul li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 49px;
}



nav ul li:hover a.home, nav ul li a:hover { background-position: -16px -50px; } /*--Hover State--*/
nav ul a.home {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -16px 0;
	width: 145px;
}

nav ul li:hover a.about, nav ul li a:hover { background-position: -161px -50px; } /*--Hover State--*/
nav ul a.about {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -161px 0;
	width: 145px;
}

nav ul li:hover a.journal, nav ul li a:hover { background-position: -306px -50px; } /*--Hover State--*/
nav ul a.journal {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -306px 0;
	width: 145px;
}

nav ul li:hover a.school, nav ul li a:hover { background-position: -451px -50px; } /*--Hover State--*/
nav ul a.school {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -451px 0;
	width: 145px;
}

nav ul li:hover a.team, nav ul li a:hover { background-position: -596px -50px; } /*--Hover State--*/
nav ul a.team {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -596px 0;
	width: 145px;
}

nav ul li:hover a.gallery, nav ul li a:hover { background-position: -741px -50px; } /*--Hover State--*/
nav ul a.gallery {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -741px 0;
	width: 145px;
}

nav ul li:hover a.atlantic, nav ul li a:hover { background-position: -886px -50px; } /*--Hover State--*/
nav ul a.atlantic {
	background: url(http://www.sea.edu/plastics2012/img/sprite.png) no-repeat;
	background-position: -886px 0;
	width: 147px;
}

div.shadow	{
	background: url(http://www.sea.edu/plastics2012/img/shadow.jpg) no-repeat;
	width:1014px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
}

div#slideshow	{
	float:left;
	margin-right:5px;	
}

aside.exp_details	{
	float:left;
	width:370px;
	background:#4d8db7 url(http://www.sea.edu/plastics2012/img/sidebar_blue.jpg) no-repeat;
	margin-bottom:20px;


}

ul.gallery {
	margin:0;
	padding:0;
	list-style:none;
}

ul.gallery li	{
	float:left;
	margin-right:5px;
	padding:5px;
	background-color:#fff;
}

aside.content	{
	float:left;
	width:370px;
}

.big	{
	height:361px;
}

aside.exp_details h1	{
	color:#fff;
	border-bottom:3px solid #c5b28a;
	text-align:center;
	margin-bottom:3px;	
	margin-top:7px;	
	padding-bottom:5px;
}

aside.exp_details div.border	{
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom:3px solid #78bc43;

}

aside.exp_details ul	{
	list-style:none;
	padding-left:20px;
	color:#fff;
	padding-right:10px;
}

aside.exp_details li	{
	font: .96em 'gotham-lightgotham-light', Arial, sans-serif;
	margin-top:8px;
}

aside.exp_details li span	{
	font: .96em 'gotham-mediumgotham-medium', Arial, sans-serif;
}

div#content	{
	float:left;
	margin-right:5px;
	width:642px;
}	

div#content_wide	{

	margin-right:5px;
	width:100%;
}

div#content_wide article.half	{
	float:left;
	width:48%;
	margin:0 1%;
}	

article	{
	font-family:'gotham-bookgotham-book' , Arial, sans-serif;
	margin-bottom:30px;
	
}

div#content h1	{
	color:#0d5589;
	border-bottom:3px solid #c5b28a;
	margin-bottom:3px;	
	margin-top:7px;	
	padding-bottom:5px;
}

div#content_wide h1	{
	color:#0d5589;
	border-bottom:3px solid #c5b28a;
	margin-bottom:3px;	
	margin-top:7px;	
	padding-bottom:5px;
}

h1.blue	{
	color:#0d5589;
	border-bottom:3px solid #c5b28a;
	margin-bottom:3px;	
	margin-top:7px;	
	padding-bottom:5px;
}


div#content h2	{
	color:#0d5589;
	margin-bottom:5px;
}
div.border_main	{
	border-bottom:3px solid #78bc43;
	margin-bottom:20px;
}

div.time	{
	font-family:'gotham-lightgotham-light', Arial, sans-serif;
	color:#c5b28a;
	font-style:italic;
}

.center	{
	margin:10px auto;
	width:325px;
	
}	

.center_earth	{
	margin:10px auto;
	width:325px;
height:300px;
	
}	

.marg_bottom	{
	margin-bottom:15px;	
}

section#big_gradient	{
	background: url(http://www.sea.edu/plastics2012/img/big_gradient.jpg) #c5b28a repeat-x;
	min-height:100px;
	padding-top:20px;
	padding-bottom:20px;
}

aside.photo	{
	background:#fff;
	padding:6px;
	-webkit-box-shadow:  0px 0px 5px 0px #8c8c8c;
    box-shadow:  0px 0px 5px 0px #8c8c8c;	
	float:left;
}

aside.about_bottom	{
	float:left;
	margin-left:15px;
	width:640px;
}	

aside.about_bottom h1	{
	color:#0d5589;
	border-bottom:3px solid #c5b28a;
	margin-bottom:3px;	
	margin-top:0;	
	padding-bottom:5px;
}

aside.about_bottom article	{
	font-size:.9em;
	margin-bottom:0;
}	

footer	{
	min-height:80px;
	background: #165f94 url(http://www.sea.edu/plastics2012/img/footer.jpg) repeat-x;
}

div#inline	{
	padding-top:5px;
	padding-bottom:20px;
}	

.feet	{
	color:#fff;
	float:left;
	margin-right:20px;	
	margin-top:5px;
	font-family:'gotham-lightgotham-light', Arial, sans-serif;
	font-size:.9em;
}

.feet ul	{
	padding:0;
	list-style:none;
}

.feet ul li	{
	
}

.fadein { position:relative; height:361px; width:642px; }
.fadein img { position:absolute; left:0; top:0; }

.journal_dates	{
	padding:2px;
	border:2px solid #0d5589;
	margin-bottom:15px;
}

.journal_dates ul	{
	list-style:none;
	padding:0;
	margin:0;
}

.journal_dates ul li	{
	float:left;
	width:1.94%;
	margin:0 0 0 .6%;

}

.journal_dates ul li h5	{
	font: .82em 'gotham-mediumgotham-medium' , Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
}

.journal_dates ul li h6	{
	font: .72em 'gotham-lightgotham-light', Arial, sans-serif;
	margin:0;
	padding:2px 0;
	text-align:center;
	background-color:#4a4a4a;
	
}

.journal_dates ul li h6 a	{
	color:#fff;
}

.journal_dates h4	{
	font: 1em 'gotham-lightgotham-light', Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

footer a.light	{
	color:#fff;	
}

.video	{
	width:350px;
	min-height:197px;
	margin:10px auto;
}


div.team ul	{
	list-style:none;
	padding:0;
	margin:0;
}

div.team ul li	{
	float:left;
	width:48%;
	margin-right:2%;
	min-height:390px;
}	

div.image	{
	-webkit-box-shadow:  0px 0px 5px 0px #cccccc;
        box-shadow:  0px 0px 5px 0px #cccccc;
	padding:5px;
	float:left;
	margin:5px 10px 5px 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}