/*
CSS for robert goodier
*/

html {
    	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	margin: 0;
}
body {
	width: 1000px;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
    font-size: 92%;
}

#header {
	height: 360px;
	width: 1000px;
}

#leftside 
{
	width: 400px;
	float: left;
}

#middleside_wrapper 
{
	float: left;
}

#middleside
{
	//width is calculated based on container div width and leftside and rightside divs 
	margin: 0 130px 0 400px; x/*Margins for middle column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	
}

#rightside {
	float: right;
	width: 130px;
	margin-left: -130px;
	margin-top: -5em;
	border-left: 1px dotted #555;
	color: #555;
	padding: .2em;
}

#footer 
{
	float: left;
}

#rightside a {
	text-decoration: none;
	padding:1em;
}
#rightside img {
	border: 1px solid white;
}

#rightside h2 {
	color: #3eaff8;
}

#rightside h3 {
	color: #3eaff8;
}

#flickrbadge {
}
#focus {
	background: url(graphics/gusano351.jpg) no-repeat;
	float: left;
	margin-top: -2em;
	height: 344px;
	width: 421px;
}

#focus1 {
	background: transparent url(graphics/meposter.png) no-repeat;
	float: left;
	margin-top: -2em;
	width: 532px;
	height: 344px;
}

#focus2 {
	background: transparent url(graphics/snowberries-660.png) no-repeat;
	float: left;
	margin-top: -3em;
	margin-left: -6em;
	width: 660px;
	height: 409px;
}

#focus3 {
	background: transparent url(graphics/culebra-560.jpg) no-repeat;
	float: left;
	margin-top: -1em;
	width: 560px;
	height: 350px;
}

#beta {
	position: relative;
	background: transparent;
	width: 430px;
	height: 100px;
	left: 31em;
	top: -24em;
	z-index: 500;
}

#beta p {
	color: #3eaff8;
	font-size: 150%;
	line-height: 90%;
}
#beta p span {
	font-size: 350%;
	color: #3eaff8;
}

#logo {
	background: transparent url(graphics/rg500.png) no-repeat;
	float: right;
	width: 380px;
	height: 440px;
	margin-top: -15em;
	z-index: -1;
}

#nav {
	clear:both;
	margin-top: -8em;
  	padding: 0;
  	background: #330000;
  	list-style-type: none;
	height: 30px;  
  	float: left; /* Contain floated list items */
	z-index: 100;
}
#nav li {
  	margin: 0;
  	padding: 0;
  	float: left;
}
#nav a {
  	float: left;
  	width: 164px;
  	color: #FFF;
  	text-decoration: none;
  	line-height: 2.5;
  	text-align: center;
  	border-right: 1px solid #FFF;
}
#nav #nav_con a {
  	border: none;
}
#nav a:hover {
  	background: #3eaff8;
}
#bodystart #navstart a, #bodyarchive #navarchive a, #bodygallery #navgallery a #bodymultimedia #navmultimedia a, #bodyabout #navabout a, #bodytopsecret #navtopsecret a {
	background: #beb06f;
  	color: #1a1303;
  	font-weight: bold;
}

#container {
	width: 1000px;
	z-index: 1;
}

/*index*/
#twitterfeed {
	width:480px;
	height:250px;
}
#media {
	margin-top: 110px;
	width:490px;
	height:40px;
}
#media img {
	border: solid 2px white;
	margin-right: 15px;
}
#media :hover {
	background-color: transparent;
}
#media :hover img {
	border-bottom: 2px solid gray;
}

#video {
	margin:0 0 0 11em;
}
#video h1{
	color:#3eaff8;
}

/*archive*/
#header-a {
	margin-top: -4.5em;
}
#header-a h2 {
	color: #3eaff8;
	font-size: 200%;
}
#header-a h2 span{
	color: brown;
	font-size: 300%;
	width: 20px;
	height: 30px;
}
#header-b {
	margin: -3em 0 0 -3em;
	color: #3eaff8;
}
#header-b h3
{
	margin-left: 2em;
	font-size: 150%;
}
#header-b h3 span{
	color: brown;
}

#header-c {
	margin-top: -3em;
	color: #3eaff8;
}
#header-c h3
{
	margin-left: 2em;
	font-size: 150%;
}
#header-c h3 span{
	color: brown;
}
/* begin archive css drop down menu */
#column-a {
	z-index: 2;
}

#column-b {
	z-index: 1;
	padding-left:3em;
}

#menu 
{
	margin-left: auto;
	margin-right: auto;
}

#menuh {
	font-size: small;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}
		
#menuh a {
	text-align: left;
	display:block;
/*	border: 1px solid #555;
*/
	white-space:nowrap;
	margin-right: 0;
	padding: 0.3em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */ {
	color: #222;
	background-color: white;
	z-index: 1;
	filter: alpha(opacity=58);
	opacity: .58;
	text-decoration:none;
	text-decoration: bold;
}
	
#menuh a:hover	/* menu at mouse-over  */ {
	color: #3eaff8;
	background-color: transparent;
	text-decoration:none;
	text-decoration: bold;
}

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

#menuh li {
	position:relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top: 0;
	left: 9.5em;
	display:none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

#menuh .last {
	position:absolute;
	z-index:500;
	display:none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

#menuh ul ul a {
	text-align: left;
}

#menuh ul ul ul {
	top:0;
	left:100%;

}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*gallery*/
#gallerycontainer{
	position: relative;
	margin-top:-3em;
}

.thumbnail img{
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	padding: 1px 1px 3px 1px;
	margin: 3px 3px 3px 0;
	background-color: #FFFFCC;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #242424;
}

.thumbnail span{ /*enlarged image*/
	position: absolute;
	background-color: transparent;
	left: -9999px;
	visibility: hidden;
	color: brown;
	text-decoration: none;
	text-align: justified;
	font-size: 90%;
	font-weight: normal;
	line-height: 98%
}

.thumbnail span img{ /*enlarged image*/
	border-width: 3px;
}

.thumbnail:hover span{ /*enlarged image*/
	visibility: visible;
	top: 39px;
	left: 300px;
	width: 290px;
	z-index: 1;
}

.galleryminipics {
	padding: 0;
	border: 1px solid gray; /*outside border*/
	float: left;
	margin: 0 10px 0 10px;
}	
.galleryminipics img {
	border: 2px solid #FFFFCC;
}
.galleryminipics :hover{
	background-color: transparent;
}
.galleryminipics :hover img{
	border: 2px solid #3eaff8;
}

#top {
	position: relative;
	top: -36px;
	left: 90px;
	height: 80px;
	width: 900px;
}

#bottom {
	position: relative;
	top: 0;
	left: 100px;
	height: 60px;
	width: 800px;
}

#footer h4 {
	margin-left: 1em;
}

/*about*/

#about {
	width: 600px;
	height: 420px;
	color: #555;
	z-index: 99;
	margin: -3em 1em 0 1em;
}
#about p {
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 160%;
}
#about span{
	font-size: 400%;
	line-height: 2%;
	color: #3eaff8;
	margin-left: -6px;
	clear: top;
}
#about span span{
	font-size: 60%;
	margin-left: 6px;
}
#about span span span{
	font-size: 130%;
	line-height: 50%;
}
#about a {
	text-decoration: none;
}
#about a:link {
	color: #3eaff8;
}
#about a:visited {
	color: #3eaff8;
}
#about a:hover {
	color: #330000;
}
#about a:active {
	color: gray;
}

/*special pages*/
#abouttext {
	clear:right;
	width: 520px;
	height: 420px;
	color: #555;
	z-index: 100;

}
#abouttext p {
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 160%;
}
#abouttext span{
	font-size: 400%;
	line-height: 2%;
	color: #3eaff8;
	margin-left: -6px;
	clear: top;
}
#abouttext span span{
	font-size: 60%;
	margin-left: 6px;
}
#abouttext span span span{
	font-size: 130%;
	line-height: 50%;
}
#abouttext a {
	text-decoration: none;
}
#abouttext a:link {
	color: #3eaff8;
}
#abouttext a:visited {
	color: #3eaff8;
}
#abouttext a:hover {
	color: #330000;
}
#abouttext a:active {
	color: gray;
}

#portfolio {
	position:relative;
	top: -36em;
	left: 48em;
	width: 320px;
	height: 400px;
	color: #555;
	z-index: 0;
	border-left: 1px dotted #555;
	padding-left: 40px;
}

#portfolio img {
	border: none;
}

#portfolio p {
	padding-bottom: 18px;
	line-height: 150%;
}
#portfolio a {
	text-decoration: none;
}
#portfolio a:link {
	color: #555;
}
#portfolio a:visited {
	color: #555;
}
#portfolio a:hover {
	text-decoration: none;
	color: #3eaff8;
}
#portfolio a:active {
	color: gray;
}
#portfolio span{
	font-size: 400%;
	line-height: 2%;
	color: #3eaff8;
	clear: top;
}

#portfolio span span{
	font-size: 60%;
}

#portfolio span span span{
	font-size: 70%;
	margin-left: -2px;
}

#lstext {
	margin-top: -3.5em;
	width: 520px;
	height: 420px;
	color: #555;
	z-index: 99;

}
#lstext p {
	padding-bottom: 10px;
	text-decoration: none;
	line-height: 160%;
	z-index: 99;
}
#lstext span{
	font-size: 300%;
	line-height: 2%;
	color: #3eaff8;
	margin-left: -6px;
	clear: top;
}
#lstext span span{
	font-size: 60%;
	margin-left: 6px;
}

#lstext a {
	text-decoration: none;
}
#lstext a:link {
	color: #3eaff8;
}
#lstext a:visited {
	color: #3eaff8;
}
#lstext a:hover {
	color: #330000;
}
#lstext a:active {
	color: gray;
}

#lsportfolio {
	margin-left: 11em;
	width: 315px;
	height: 400px;
	color: #555;
	z-index: 0;
	border-left: 1px dotted #555;
	padding: 6px 0 0 20px;
}

#lsportfolio img {
	border: none;
}

#lsportfolio p {
	padding-bottom: 12px;
	line-height: 150%;
}
#lsportfolio a {
	text-decoration: none;
}
#lsportfolio a:link {
	color: #555;
}
#lsportfolio a:visited {
	color: #555;
}
#lsportfolio a:hover {
	text-decoration: none;
	color: #3eaff8;
}
#lsportfolio a:active {
	color: gray;
}
#lsportfolio span{
	font-size: 300%;
	line-height: 2%;
	color: #3eaff8;
	clear: top;
}

#lsportfolio span span{
	font-size: 60%;
}

#lsportfolio span span span{
	font-size: 70%;
	margin-left: -2px;
}
/*Multimedia style*/
/*lightbox css for multimedia page*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.minipics {
	padding: 3px 3px 3px 3px;
	border: 2px solid gray; /*outside border*/
	float: left;
	margin-right: 20px;
	margin-top: 0;
}	
.minipics h4 {
	margin: 0 0 0 10px;
	font-size: 120%;
}
.caption {
	font-size: 0.9em; 
	padding-top: 0.2em ;
}
.minipics img {
	border: 1px solid #FFFFCC;
	padding: 1px 1px 1px 1px;
	margin: 3px;
	background-color: #ccc;
}
.minipics :hover{
	background-color: transparent;
}
.minipics :hover img{
	border: 1px solid green;
}
#wildlife h3 {
	text-align: center;
	font-size: 1.6em;
	color: #3eaff8;
	margin-bottom: -10px;
}
#wildlife a {
	text-decoration: none;
}
#wildlife a:link {
	color: #3eaff8;
}
#wildlife a:visited {
	color: #3eaff8;
}
#wildlife a:hover {
	text-decoration: none;
	color: #00487D;
}
#wildlife a:active {
	color: white;
}
#wildlife p {
	text-align: left;
	font-size: 90%;
	padding-left: .8em;
	line-height: 115%;
}
#damper {
	position: absolute;
	top: 30px;
	height: 250px;
	width: 800px;
	border: 1px solid gray;
}
#display {
	position: absolute;
	top: 338px;
	left: 349px;
	background: black;
	z-index: 0;
	filter: alpha(opacity=78);
	opacity: .78;
	height: 340px;
	width: 430px;
	border-left: 2px solid #6B90D4;
	border-top: 2px solid #6B90D4;
}
#display h3 {
	position: relative;
	top: 30px;
	font-size: 300%;
	color: #222222;
}
#imageline {
	position: absolute;
	top: 290px;
	width: 800px;
}
#player {
	position: absolute;
	top: 360px;
	left: 0;
}
#habitats {
	position: absolute;
	top: 690px;
	width: 800px;
	padding-left: 2em;
	border-top: 2px solid #6B90D4;
}
#habitats h3{
	margin-top: 0;
}
#map {
	position: absolute;
	top: 920px;
	width: 800px;
	padding-left: 2.6em;
}
#mmfooter {
	position: absolute;
	top: 2100px;
	width: 1005px;
	height: 240px;
	border-top: solid #330000 8px;
	background: white url(graphics/patternwhite.png)no-repeat;
	padding: -30px;
}
#mmfooter p {
	margin-top: -8px;
	margin-left: 22px;
	color: #18181c;
}
#mmmeline {
	position: absolute;
	background: url(graphics/meline283.png) no-repeat;
	top: 1860px;
	left: 500px;
	width: 283px;
	height:248px;
	z-index: 0;
}

/*cv*/

#cvcontainer {
	margin: -3em 1em 0 1em;
	height: 460px;
	width: 1000px;
	z-index: 100;
}

#cvtext {
	height: 60em;
	width: 49.4em;
	font-size: 110%;
	line-height: 140%;
	padding: 0 0 .2em .4em;
	z-index: 100;
}
#cvtext h1 {
	font-size:190%;
	color: #3eaff8;
}
#cvtext h2 {
	font-size:130%;
	margin-bottom: -9px;
	color: #330000;
}
#cvtext h3 {
	font-size:110%;
	color: gray;
}
#cvtext h4 {
	font-size:130%;
	margin-bottom: -5px;
}
#cvtext a {
	text-decoration: none;
}
#cvtext a:link {
	color: #330000;
}
#cvtext a:visited {
	color: #330000;
}
#cvtext a:hover {
	text-decoration: none;
	color: #3eaff8;
}
#cvtext a:active {
	color: gray;
}
#cvmargin {	
	position: relative;
	top: -35em;
	left: 56.8em;
	height: 1000px;
	border-left: 1px solid #330000;
	padding: 3.8em 0 7.4em .8em;
	line-height: 130%;
	z-index: 0;
}
#cvmargin h3 {
	font-size:120%;
	color: #3eaff8;
}
#cvmargin p strong {
	color: gray;
}
#cvmargin a {
	text-decoration: none;
}
#cvmargin a:link {
	color: #330000;
}
#cvmargin a:visited {
	color: #330000;
}
#cvmargin a:hover {
	text-decoration: none;
	color: #3eaff8;
}
#cvmargin a:active {
	color: gray;
}
#line {
	border-top: 1px solid #330000;
	margin-right: -1.1em;
}
#cvfooter {
	position: absolute;
	top: 1540px;
	height: 240px;
	width: 1000px;
	border-top: solid #330000 8px;
	background: url(graphics/patternwhite.png);
	background-repeat: repeat;
	padding: -30px;
}
#cvfooter p {
	margin-top: -8px;
	margin-left: 22px;
	color: #18181c;
}
#cvmeline {
	position: absolute;
	background: url(graphics/meline283.png) no-repeat;
	top: 1297px;
	left: 500px;
	width: 283px;
	height:248px;
	z-index: -1;
}

#meline 
{
	background: url(graphics/meline283.png) no-repeat;
	width: 283px;
	height:248px;
	z-index: 1;
	margin-left: 6em;
}

#footer {
	border-top: solid #330000 8px;
	background: white url(graphics/patternwhite.png) repeat;
	width: 1000px;
}

#footer object {
	margin: 0 2em 0 3em;
}

#footer p {
	color: #18181c;
}

#footer h4 {
	color: #3eaff8;
	font-size: 120%;
}

#footer span{
	font-size: 300%;
	line-height: 2%;
	color: #3eaff8;
	margin-left: -6px;
	clear: top;
}



#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#18181c !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#1eb4f5;}
#flickr_badge_wrapper {border: solid 4px #1eb4f5}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

