/*
Theme Name: SeaStarFoundation.com
Theme URI: http://seastarfoundation.com
Version: 1.5
Author: Eric Amundson
Author URI: http://www.ivycat.com/
Last update: Jul 2, 08
*/
/* =General
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #20b2aa;
	overflow: -moz-scrollbars-vertical;
	text-align: center;
	background-image: url(../i/body-bg.gif);
	background-repeat: repeat-x;
}

p {
	line-height: 160%;
	font-size: 1.1em;
	height: 1%;
}

h2, h3, h5, h6, p, blockquote,
form, label, ol, dl, fieldset, address {
	margin-bottom: 12px;
}

#content h2, #content h3 {
	font-size: 1.6em;
	color: #033073;
	padding-bottom: 7px;
	padding-left: 30px;
	background: url(../i/bullet.gif) no-repeat left top;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.5em;
	font-variant: small-caps;
	color: #033073;
	margin-top: 1.5em;
}

#content h4 a {
	text-decoration: none;
	color: #033073;
}

#content h4 a:hover {
	text-decoration: underline;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}
acronym {border-bottom:1px dotted #912733;}
#wrapper {
	margin: 50px auto 15px;
	width: 700px;
	text-align: left;
	background: url(../i/starfish.jpg) #ffffff no-repeat center bottom;
	border: 4px solid #ffffff;
}

#content {
	padding: 20px 20px 80px;
}

#content a{
	text-decoration: underline;
	color: #912733;
}

#content a:hover{
	color: #ffa500;
}

#content ul{
	margin-left: 30px;
	margin-bottom: 20px;
}

#content li{
	font-size: 11px;
	line-height: 150%;
	list-style-type: disc;
}

#content blockquote {
	font-weight: bold;
	margin: 1.5em 2em;
}

div.highlight {
	width: 350px;
	float: right;
}

div.highlight blockquote {
	font-size: 1em;
	margin-top: .5em;
}

div.highlight cite {
	display: block;
	text-align: right;
}

address {
	font-style: normal;
	margin-left: 1em;
	font-size: 1.1em;
}

/* =Branding
-----------------------------------------------------------------------------*/
#toplogo{
	width: 700px;
	background-image: url(../i/banner.jpg);
	background-repeat: no-repeat;
}

#header{
	clear: both;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #33cc33;
	padding-bottom: 1px;
}

h1#toplogo a{
	display: block;
	text-indent: -9000px;
	width: 200px;
	height: 155px;
}

/* =Navigation
-----------------------------------------------------------------------------*/
#navcontainer	{
	width: 100%;
	float: left;
	background-color: #ffa500;
	background-image: url(../i/ul-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul	{
	margin: 0;
	padding: 0 0 0 70px;
	color: #ffffff;
	font-weight: bold;
}

#navcontainer ul li a {
	padding: 12px 22px;
	background-color: #f8a400;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffa500;
	background-image: url(../i/list-bg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

#navcontainer ul li a:hover {
	padding: 13px 21px 11px 23px;
	color: #ffffff;
	background-image: url(../i/list-bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 10px;
	clear: both;
}

#footer a{
	color: #000000;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

#footer li{
	display: inline;
	margin: 3px;
}

#footer li a:hover{
	color: #033073;
	border-bottom: 1px dotted #033073;
}

#copyright p{
	font-size: 1em;
	color: #ffffff;
	margin: 0;
}

#copyright a {
	color: #ffffff;
	font-weight: bold;
}

#copyright a:hover {
	color: #033073;
	font-weight: bold;
	text-decoration: underline;
}

#copyright #credits {
	margin: 0 auto;
	width: 700px;
	text-align: right;
}

#copyright #credits a {
	font-weight: normal;
	font-size: .8em;
	margin: 0;
}

/* =Imagery & Videos
-----------------------------------------------------------------------------*/
img.right {
	float: right;
	padding: 4px;
	margin: 10px 0 10px 10px;
	border: 1px solid #ffa500;
}

img.left {
	float: left;
	padding: 4px;
	margin: 10px 10px 10px 0;
	border: 1px solid #ffa500;
}

hr {
	color: #b9b9b9;
	background-color: #b9b9b9;
	height: 1px;
}

div.photo p{
	margin: 0;
	padding: 0;
	clear: left;
	line-height: 1.5em;
}

div.photo img{
	border: 1px solid #ffa500;
	padding: 4px;
	margin: 5px;
	float: left;
}

div.vidright{
	width: 310px;
	float: right;
	background: #ffffff;
	text-align: center;
	margin: 10px;
}

/* =Missions pages
-----------------------------------------------------------------------------*/
#missions {
	float: left;
	width: 600px;
	padding: 10px 0;
}

#missions dl {
	float: left;
	width: 560px;
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

#missions dt {
	float: right;
	width: 340px;
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.5em;
}

#missions dd {
	margin: 0 0 0 220px;
	padding: 0;
	font-size: 1em;
	color: #333333;
}

#missions dl dd.img {
	margin: 0;
}

#missions dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #ffa500;
	background: #ffffff;
}

/* reverse float */
#missions .alt dt {
	float: left;
}

#missions .alt dd {
	margin: 0 98px 0 0;
}

#missions .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}

#gallery {
	padding-bottom: 100px;
	width: 650px;
	float: left;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}