/* 
Description: General CSS
Created: 05/26/10
Author: James Giroux
Copyright 2010: James Giroux
gold: #FDF7AA
dark green: #3d4838
silver blue: #70c4ff
title blue: #84c4e5;
9cd1dc
5cb0dc
*/

body
{
    margin:0px;
    padding:0px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    background-image: url('../images/background.jpg');
    font-size: .8em;
    line-height: 120%;
	overflow: hidden;
}

img {border: 0;}

div
{
    margin: 0px;
    padding: 0px;
}

a:link{
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover{
	color: #84c4e5;
}


.floatLeft {float: left;}
.floatRight {float: right;}

.hoverButton {
	cursor: pointer;
}

#bigContainer {
    position: relative;
    margin: auto;
    top: 20px;
/*    width: 1162px;  */
    width: 1202px;
    height: 740px;
    color: white;
}

#header {
    position: relative;
    float: left;
    height: 50px;
    background-color: black;
    width: 1102px;
}

#container {
    position: relative;
    margin: auto;
/*    width: 1160px;  */
    width: 1200px;
    height: 690px;
    background-image: url('../images/myGradient.jpg');
    background-repeat: repeat-x;
    background-color: #7c7c7c;
    border: 1px solid black;
}

#title
{
	position: relative;  /* IE7 */
	line-height: 1.5em;  /* IE7 */
	padding-left: 15px;
	color: #84c4e5; 
	font-size: 2.5em;
	z-index: 5;
	font-weight: bold;
	letter-spacing: 4px;
    float: left;
}

#speciesCountArea {
	color: #84c4e5; 
	font-size: .85em;
    float: left;
    margin-top: 11px;
    margin-left: 16px;
}


#speciesSearch {
	float: left;
	margin-left: 25px;
	margin-top: 16px;
	background: #dddddd;
}

#searchIcon {
	float: left;
	width: 32px;
	margin-top: 10px;
	margin-left: 8px;
}

#categoryImage
{
    position: absolute;
    top: -20px;
    left: -25px;
    z-index: 2;
}

/* This is the div for the hidden links for Google */
#speciesLinks {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: .8em;
	z-index: -10;
}

#leftcolumn {
    position: relative;
/*    width: 195px; */
    width: 235px;
    margin-top: 30px;
    margin-right: 20px;
    padding-left: 3px;
    float: left;
    line-height: 1.7em; 
    font-size: .85em;
    height: 592px;
    overflow: hidden;
}

#middlecolumn {
    position: relative;
    width: 640px;
	max-height: 647px;
    margin-top: 20px;
    float: left;
}

#rightcolumn {
    width: 235px;
	margin: 20px;
	margin-left: 45px;
	margin-right: 0px;
    float: left;
	color: white;
	display: none;
}

#bottomLeftCorner {
    float: left;
}

#bottomRightCorner{
}

#footer {
	position: relative;
	float: left;
	background-color: black;
	height: 24px;
	padding: 8px;
	text-align: center;
/*    width: 1082px;  */
    width: 1106px;
}

a.footerLink {
    color: #eeeeee;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 20px;
    padding: 1px;
}

#moreTitle {
    display: none;
}

#jgDesigns {
	width: 250px;
	font-size: .7em;
	margin-top: 12px;
	float: right;
	text-align: right;
}

#jgDesigns > a {
	color: #59b3f3;
}
/****************** End Main Containers ******************/




/****************** Main Image Area ******************/

.subCategory {
    font-size: 1.4em;
	font-weight: bold;
	color: white;
}

.speciesLink {
    margin-left: 12px;
}


.hiddenLink:link {
	color: black;
	display: none;
}

.hiddenLink:visited {
	color: black;
}

.selectedMarker {
	display: none;
    background-image: url('../images/selectedSpeciesMarker.png');
	width: 12px;
	height: 12px; 
	float: left;
	margin-top: 4px;
	margin-right: -12px;
}

.newPhotoIndicator {
    display: none;
    background-image: url('../images/newPhotoIndicator.png');
    width: 10px;
    height: 10px; 
    float: left;
    margin-top: 4px;
    margin-right: -10px;
}


#newPhotosMessage {
    position: relative;
    top: 635px;
    left: -210px;
    font-size: .85em;
    padding-left: 4px;
    color: black;
}

#listOrderButton {
	position: absolute;
	top: 30px;
	left: -95px;
    cursor: pointer;
    z-index: 1000;
}

#sliderContainer {
	display: none;
	position: absolute;
	top: 130px;
	left: -55px;  
	width: 25px;
	min-height: 350px;
	max-height: 350px;
}

#sliderArea {
    background-image: url('../images/sliderBackground.png');
    position: relative;
    margin: auto;
    width: 14px;
    height: 276px;
    border: 1px solid white;
}


#slidingList {
    position: absolute;
    top: 0px;
}

.sliderButton {
	position: relative;
	cursor: pointer;
	left: -2px;
	z-index: 5;
}

#sliderButtonUp {
    top: 4px;
}

#sliderButtonDown {
    top: -4px;
}

#sliderMarker {
    top: 0px;  /* must be explicitly set to 0 for IE. Otherwise scrolling calculations don't work. */
    left: -4px;
    cursor: pointer;
}

#categoryNotes {
	position: absolute;
	z-index: 50;
	min-height: 200px;
	max-height: 580px;
	background: #ffffff;
	color: #111111;
	text-align: left;
	padding: 20px;
	overflow-y: auto;
	border-radius: 15px;
	font-size: .9em;
	border: 10px double #84c4e5;
}

#categoryNotes a:link {
	color: #3e8f33 !important;
	font-weight: bold;
}

#categoryNotes a:visited {
	color: #3e8f33 !important;
	font-weight: bold;
}


/* Used on home page and Uganda */
.menuTitle {
	background: #ffc731;
	color: black;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border-top: 5px solid #3d4838;
	border-left: 5px solid #3d4838;
	border-right: 5px solid #3d4838;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}



#mainImageArea {
	position: relative;
	border: none;
	border-radius: 15px;
	width: 680px;
	height: 520px;
/*	border: 1px solid white; */
	/* Initial width/height setting is above (for category notes).
	  When images display, it gets set to this:  width: 640px;  height: 480px;  */
	margin: auto;
/*	background-color: black;  */
}

#mainImage {
 	position: absolute;
	display: none;
    max-height: 480px;
	max-width: 640px;
	top: 0px;
	left: 0px;
	border: 1px solid white;
}

#bigImageContainer {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
/*	z-index: -5; */
}

#bigImageBorder {
    display: none;
	position: relative;
	width: 640px;;
	height: 480px;
	z-index: 1000;
}

#closeBigImage {
    position: absolute;
	display: none;
	width: 30px;
	height: 18px;
	background-color: black;
	opacity: .7;
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	top: 10px;
	right: 10px;
	border: 1px solid black;
    border-radius: 7px;
}

#speciesNote {
	max-height: 300px;;
	overflow-y: auto;
}

#photographer {
	color: yellow;
	margin-bottom: 8px;
}

.mapArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#mapLoadingDiv {
    display: none;
    z-index: 10;
    font-size: 2.2em;
    padding-top: 140px;
}

#rangeMapArea {
    display: none;
}

#rangeMapText {
    position: absolute;
    top: 450px;
    font-size: .8em;
	color: white;
}

#rangeMapImage {
	max-height: 480px;
	max-width: 640px;
}

#mapItButtonArea {
	font-style: italic;
	font-size: .9em;
}

#mapItButton {
	cursor: pointer;
}

.previousNextButton {
	position: relative;
	top: -295px;
	cursor: pointer;
	display: none;
}

#previousButton {
	left: -4%; 
}

#nextButton {
/*	left: 90.8%;  */
	left: 91.2%;
}
	
.functionButton {
	position: relative;
	cursor: pointer;
}

#supersizeButtonDiv {
    position: absolute;
	top: 350px;
	left: 600px;
}

#supersizeButton {
    z-index: 50;
}

#slideShowButton {
    position: absolute;
	top: 530px;
	left: 600px;
	z-index: 2;
}

#filmstripBackground {
	position: relative;
    width: 632px;
    height: 130px;
    padding-left: 8px;
    background-image: url('../images/filmstripBackground.jpg');
    border-left: 3px solid black; 
    border-right: 3px solid black;
    margin-top: -40px;
    margin-bottom: 15px;
	overflow: hidden;
}

#thumbnailContainer {
	display: none;
}

#thumbnailDiv {
	width: 12000px;   /* large enough to display about 100 thumbnails */
	position: relative;
	left: 0px;
}

.thumbnailSeparator {
	float: left;
	width: 140px;
	height: 130px;
	margin-left: 14px;
}

.thumbnail {
    max-width: 112px;
    height: 84px;
    border: 2px solid black; 
	margin: 9px; 
	margin-top: 20px;
	cursor: pointer;
}

#counter {
	display: none;
	position: absolute;
    top: 540px;
	left: -34px;
    background-image: url('../images/counterBackground.png');
	width: 32px;
	height: 54px;
	color: black;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 12px;
}

#slideShowControls {
	display: none;
}

#playPauseButton {
	position: absolute;
	top: 30px;
	left: 275px;
}

#slowerButton {
	position: absolute;
	top: 30px;
	left: 450px;
}

#fasterButton {
	position: absolute;
	top: 70px;
	left: 450px;
}

#displayTime {
	position: absolute;
	top: 55px;
	left: 500px;
}

#slideShowSeconds {
	float: left;
	background: black;
	color: white;
}

/*#commonName {*/
.subHeading {
	float: left;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #84c4e5;
	margin-right: 3px;
}

.speciesName {
	float: left;
	font-size: 1.1em;
	color: #84c4e5;
	line-height: 1.4em;
}

.speciesInfo {
	color: #84c4e5;
	line-height: 1.1em;
}

#sexIcon {
	float: left;
	margin-top: 5px;
	width: 50px;
/*	height: 25px;  */
	height: 5px;
}

.exifLabel {
	width: 94px;
	float: left;
}

hr {
	border: 1px solid black;
}

#supersizeCloseDiv {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 75px;
    z-index: 2;
}

#supersizeBackdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: black;
	cursor: pointer;
    padding-top: 15px;
}

#exitFullscreenButton {
	display: none;
	float: right;
	cursor: pointer;
}

#largeImage {
    width: 1200px;
    height: 900px;
	margin: auto;
    border: 3px double white;
}

#aboutMePhoto {  /* Used in about.html and jgDesigns.html */
	width: 250px;
	border: double 4px white;
	margin: 20px;
	float: left;
}

#loadingDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: black;
/*	filter: alpha(opacity=70);  */
	-moz-opacity:0.70;
	opacity:0.70;
	display: none;
}

#loadingImgAndMsg {
    width: 90px;
	margin: auto;
	margin-top: 300px;
    padding-right: 60px;
}

