/* ---------------------------------- */
/* Table of contents */
/* 1 Resets */
/* 2 Masthead (adventurescience top banner) */
/* 3 Header (basics to be modified per directory/prject) */
/* 4 Content */
/* 5 Footer */
/* footerstick for the bottom bar */

/* @group Resets */

html, body, div, img {
	padding: 0; margin: 0; border: 0;
}
html, body {
	width: 100%;	
	height: 100%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4 {
	font-weight: normal; 
	font-family: Georgia,Times,"Times New Roman",serif;
	color: #fff;
	line-height: 1em;
	padding:  7px 0;
	margin: .4em 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 24px;
	border:  1px solid #333;
	border-width: 1px 0;
	color: #333;
	padding-left: 5px;
}
h3, h3 a { font-size: 18px; color: #333; text-decoration: none;}
h3 a:hover { font-size: 18px; color: #0068ad; text-decoration: underline;}


ul, ol { margin:  0; list-style-position: inside; padding: 0; }
ul { list-style-type: none; }
#content ul { list-style: disc; margin: 0.5em 2em 1em 2em;}
#content ul.nobullet { list-style: none; }
#content ul.nobullet ul { list-style: disc; }
#content ol { list-style-position: outside; margin: 0.2em 2em .5em 2em; }
#content ol li { padding: .2em 0; }

.clear { clear: both; height:  1px; }
a { color: #0068ad; }
a:hover { color: #fff;}

strong {
	font-family: Georgia,Times,"Times New Roman",serif;
	}
	
p {
padding: 5px 0; 
margin: 0;
border:0;
}
sup { line-height: .8em;}

/* @end */

body {
	background: #B4D1D9 url(../layout/grad_ltblue.jpg) repeat-x 0 30px;
	color: #333;
}
#container {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	width: 100%;
}

/* @group Masthead */

#masthead {
	background-color: #333;
	margin: 0;
}
#masthead h1 {
	padding: 0; margin:0; line-height: 0; 
}
#masthead h1 a {
	text-indent:  -9000px;
	display: block;
	height: 62px;
	width: 490px;
	background: url(../layout/advsci_logo_02.gif) no-repeat 0 bottom;
	margin: 5px 10px 4px 8px;
	float: left;
}

#masthead ul {
	list-style: none;
	line-height: 1;
	text-transform: uppercase;
}

/* @group MetaMenu */

#masthead ul#metamenu {
	float: right;
	padding: 5px 30px 5px 25px;
	text-align: right;
}

#masthead ul#metamenu li {
	 padding: 3px 0;
	 margin: 0;
}
#masthead ul#metamenu li a {
	color: #E9FF33;
	text-decoration: none;
	display: block;
	padding-right: 14px;
	background: url(../layout/bullet_down_left_42BEC3.gif) no-repeat right;	
}
#masthead ul#metamenu li a:hover {
	text-decoration: underline;
	color: #65c7cb;
	background-image: url(../layout/bullet_down_left_E9FF33.gif);
	}

/* @end */

/* @group masthead Submenu */


#masthead ul#submenu {
	background: #292929 url(../layout/dropshadow_01.gif) repeat-x 0 top;
	width:  100%;
	float: left;	
	position: relative;
	padding: 0;
	z-index: 15;
}

#masthead ul#submenu a {
	text-decoration: none;
	color: #42BEC3;
	display: block;
	padding: 3px 15px;
}

#masthead ul#submenu a:hover {
	color: #E9FF33;
}

/* --- drop down menus --*/ 
#masthead ul#submenu li { /* all list items */
	float: left;
	position: relative;
}

#masthead ul#submenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
	text-align: left;
	margin: 0; 
	padding: 0;
	border: 0;
	background-color: #292929;
	z-index: 100;
 }
#masthead ul#submenu li ul li {
	border-bottom: 1px solid #000;
	} 
	
#masthead ul#submenu li ul li a {
	margin:0; 
	border: 0;
	padding: 5px 5px 5px 15px;
	display: block;
	color:  #fff;
 }

/*
#masthead ul#submenu li>ul { *//* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto;
} */

#masthead ul#submenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* --- END drop down menus --*/

#masthead ul#submenu a.feed, 
#masthead ul#submenu a.itunes, 
#masthead ul#submenu a.twitter,
#masthead ul#submenu a.facebook {
	color: #E9FF33;
	padding: 6px 17px 2px 0px;
	text-transform: none;
	font-size: .7em;
} 

#masthead ul#submenu a.feed {	background: url(../layout/rss_all_15.gif) no-repeat right 5px; }
#masthead ul#submenu a.facebook {	background: url(../layout/fb-12.gif) no-repeat left 4px; padding: 6px 15px 2px 17px; font-size: .8em;}
#masthead ul#submenu a.twitter {	background: url(../layout/twit-12.gif) no-repeat left 4px; padding: 6px 17px 2px 17px; font-size: .8em;}


#masthead ul#submenu a.itunes { padding-left: 3px;}

#masthead ul#submenu a.feed:hover, 
#masthead ul#submenu a.itunes:hover,
#masthead ul#submenu a.twitter:hover,
#masthead ul#submenu a.facebook:hover {
	color: #FFF;
	}

/* @end */




/* @end */

/* @group Header */


#wrap {
	width: 740px;
	position: relative;
	border: 1px solid #333;
	border-width: 0px 1px;
	margin: 0 auto;
	padding: 0 12px;
	z-index: 10;
}

#header {
	position: relative;
	height:  250px;
	width: 740px;
	margin: 0 auto;
	margin-top: 12px;
	background: url(../layout/banners/banner0.jpg) no-repeat top center;

	/* this is the default. Specific images can be specified under the adjust.css file for each project */
}

#header h1 {
	position: absolute;
	left: -9000px;
	padding:0;
	margin: 0;
}
/* menu */
#header ul { 
	border: 1px solid #FFF;
	position: absolute;
	bottom: 0;
	height: 40px;	
/*	width: 716px; */
	margin:  8px 10px;
	padding: 0 4px;
	line-height: 1;
	list-style: none;	
	letter-spacing: -1px; 
	text-align: center;
	font-size: .9em;

}
	#header ul li {
		float: left;
		margin:  0;
		padding: 0;
		}
	#header ul li a {
		display: block;
		background-color: #FFF;
		color: #333;
		padding:  6px 10px;
		margin: 8px 4px;
		text-decoration: none;
		}
	#header ul li a:hover {
		color: #333;
		background-color: #b4d1d9; 
}
/* --- drop down menus --*/ 
#header li { /* all list items */
	float: left;
	position: relative;
}

#header li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
	margin:0; 
	padding: 0;
	border: 0;
	background-color: transparent;
	z-index: 100;
 }
#header li ul li {
	width: 100%;
	} 
	
#header li ul li a {
	margin:0; 
	border: 0;
	padding: 6px 10px;
	display: block;
	z-index: 110;
 }

/*
#header li>ul { *//* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto;
} */

#header li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* --- END drop down menus --*/
			

/* @end */

/* @group Content */

#content {
	width: 740px;
	text-align: justify;
	margin: 0 auto;
	margin-bottom: 12px;
	padding-bottom: 0px;
}

#content ul, #content ol, #content .preview, #content .teamMember {text-align: left;}

#index #content {
	padding-bottom: 10px;
}
	

div.img { text-align: center; border: 1px solid #333; margin: 5px 5px 5px 15px;}
div.img img {
	 margin: 5px;
}

/* Previews for main page. */
div.preview {
	clear: left;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #666;
	position:  relative;
}

div.preview div.img {
	float: left;
	border: 0px solid #666;   
	margin: 5px 15px 5px 0px;
	padding: 0px; 
	}

div.preview p { padding-right: 5em;}

div.preview div.img img { border: 1px solid #666; }	

div.preview div.img a {
	border: 1px solid #333;
	display: block;
}

div.preview div.img a:hover {
	border: 1px solid #666;
	background-color: #CCC;
}

/* OFFSITE LINKS */

.offsite {
	border: 1px solid #666;
	background-color: #F5f5f5;
	margin: 5px 0;
	padding: 6px 5px;
	}
.offsite a:hover {
	color: #333;
	}	
	
.offsite .twitter, .offsite .facebook, .offsite .podcast {
	font-size: .8em;
	float: left;
	border: 1px solid #666;
	margin: 5px;
	background-color: #fff;
	}	

.offsite .twitter { width: 450px; }
.offsite .facebook { width: 230px; }
.offsite .podcast { width: 250px; }

.offsite h3 {
	font-size: 15px;
	margin: 0;
	padding: 4px 5px;;
	background-color: #333;
	color: #B4D1D9;
	}

.offsite h3 a {
	color: #B4D1D9;
	}		
.offsite H3 a:hover {
	color: #F5F5F5; 
	}	
	
#content .offsite .twitter ul {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: o;
	}	
#content .offsite .twitter ul li {
	border-bottom: 1px solid #CCC;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	}

#content .offsite .twitter ul li  a {
	display: block;
	text-align: right;
	}

a#twitter-link {
	display: block;
	background-color: #B4D1D9;
	padding: 3px 5px; 
	text-align:right;
	}
	
a#twitter-link:hover {
	background-color: #fff;
	color: #666;} 	
	

.offsite .facebook { 
	border: none; 
	background-color: transparent;}
	
.offsite .podcast p {
	padding: 5px;
	}	


/* @group timeline */
/* developed for Fossett but can be reused for future timelines */

#timeline table {
	width: 80%;
	margin: 0 auto;
	border:  1px solid #fff;
	padding: 3px;
	font-size: 10pt;
}

#timeline table td {
	vertical-align: top;
	padding: 5px 0 5px 0;
}
#timeline table td.table-h {
	font-size: 11pt;
	padding: 2px 5px;
	background: #fff;
	color: #0068ad;
	text-align: center;
}
#timeline table td.month {
	color: #0068ad;
	text-align: right;
	padding-right: 10px;
	width: 175px;
}



/* @end */



/* @group Gallery */
div.gallery {
	width: 600px;
	clear: both;
	position: relative;
	margin: 20px 0px;
}

div.gallery p {
	padding: 0;
	margin: 0;
}
#content div.gallery ul {
	list-style: none;
	width: 800px;
	padding: 5px 0;
	margin:  0 0 10px 0; 
	clear:  both;
	float: left;
	position: relative;
}
#content div.gallery ul li {
	display: inline;
	float:  left;
	margin: 2px 2px 2px 0;
	padding: 1px;
}
#content div.gallery ul li a {
	padding: 4px;
	border: 1px solid #333333;
	display: block;
}
#content div.gallery ul li a:hover {
	border: 1px solid #666;
	background-color: #CCC;
}
#content div.gallery li img {
	width:  75px;
	height:  75px;
	border:  0;
}
/* @end */





/* @group team */
/* developed for Fossett but can be resused for future teams */

.teamMember {
	clear: left;
	padding: 10px;
	border-bottom: 1px solid #666;
	position:  relative;
}
.teamMember h3 {
	padding: 10px;
	margin: 0;
	margin-left: 100px;
	font-size: 13pt;
}
.teamMember div.img {
	float: left;
	border: 1px solid #666;
	margin: 5px 15px 5px 0px; 
	padding: 0px; 
	}
#content .teamMember ul {
	list-style-type: none;
	margin: 0;
	margin-left: 100px;
	padding: 0;
	padding-left: 10px;
}	

.teamMember ul li {
	text-indent: 0;
	padding: 0;
	margin: 0;
	#text-indent: -16px;
	#padding-left: 1px;
}

/*production team photos are a different width & require more spacing */
#teamP .teamMember ul, #teamP .teamMember p, #teamP .teamMember h3 { 
	margin-left: 200px;	
	padding-left: 5px; 
}


/* @end */

/* @group sponsors */

#sponsors {
	padding: 5px 10px;
	margin: 10px 0 0 0;
/*	position: relative;*/
	background: #fff url(../layout/mountains800sm.gif) repeat-x top;
	text-align: center;
}
#sponsors h3 {
	color: #666;
	float: left;
	margin: 0 15px 0 0px;
/*	z-index: 10;*/
	text-align: left;
}
#sponsors img { /* float: left; */ z-index: 10; }
#sponsors p { 
	font-size: 8pt; 
	text-align: center;
	padding: 2px; margin: 0px;
	color: #333;
	background-color: #fff;
	clear: left;	
	}



/* @end */


/* @end */

/* @group Footer */

#footer {
	font-size:  8pt;
	color: #b4d1d9;
	background-color: #333;
	height:  50px;
	line-height: 1;
	padding-top: 15px;
}
#footer a {
	color: #65c7cb;
}
#footer p { padding: 0px 10px 5px 13px; }

/* @end */

/* @group footerstick */

/* Footerstick ---------------------------------------------------------------------- */
/* 1. Body/html must be set to 100% ------------------------------------------------- */
html, body { 	height: 100% }

/* 2. Container has a relative position and height of 100% -------------------------- */
 #container { 	position: relative; min-height: 100%;}
* html #container { height: 100%; }

/*3. content's padding-bottom makes room for the footer to be positioned over it ---- */
 #content { 	margin-bottom: 72px;  }

/*4. The footer's top margin is the negative value of its height -------------------- */
 #footer {  	position: relative;
 				margin-top: -50px;	}



/* @end */
