@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Eric Meyer Reset */

body, html {
	height:100%;
	width:100%;
	min-width:1024px;
}

body{
    background-image:url(../images/shared/page_bg.jpg);
    background-position: top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
	padding:0;
}

video {
	outline:none;
}

/* ==== */
/* Divs */
/* ==== */

/* Everything that gets a box drop-shadow goes here (global and local) */

video, #videoNavContainer, #videoNavHeader, .thumbShadow, #mainVideoNavWrapper, #pictureNavWrapper, .thumbBox, #pictureContainer {
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

/* Global divs and classes */

#mainContainer {
	position:relative;
	margin:0 auto;
	width:100%;
	min-height:100%;
}

#headerContainer {
	width:100%;
	height:185px;
	min-width:800px;
	z-index:10;
}

#contentContainer {
	position:relative;
	margin:0px auto;
	width:960px;
	height:100%;
	min-width:960px;
	/* make sure the footer isn't overlapping the monkeys */
	min-height:550px;
	z-index:20;
	/* stick the footer */
	padding-bottom:220px;
}

footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:130px;
	z-index:20;
	background-image:url(../images/shared/footer_bg_1x130.png);
	background-repeat:repeat-x;
}

#footerTextBox {
	position:absolute;
	top:30px;
	width:100%;
	height:80px;
}

#footerTextBox p {
	text-align:center;
	font-family: Margarine, Arial, serif;
	font-weight: 200;
	font-size:24px;
	padding:10px 0px 0px 10px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

#footerTextBox .rsLink a {
	text-decoration:none;
	color:#a85c6a;
}

#footerTextBox .rsLink a:hover {
	text-decoration:none;
	color:#6dd0f7;
}

#footerHomeBtnBox {
	position:absolute;
	width:70px;
	height:80px;
	left:15px;
	top:25px;
	z-index:200;
	list-style:none;
	text-indent:-9999px;
	
}

#footerHomeButton a {
	display:block;
	width:70px;
	height:80px;
	outline:none;
	background-image:url(../images/shared/home_imagemap.png);
	background-repeat:no-repeat;
	width:70px;
	background-position:0px 0px;
}

#footerHomeButton a:hover {
	background-position:-80px 0px;
}

#footerTopBtnBox {
	position:absolute;
	width:70px;
	height:80px;
	left:100px;
	top:25px;
	z-index:200;
	list-style:none;
	text-indent:-9999px;
	
}

#footerTopButton a {
	display:block;
	width:70px;
	height:80px;
	outline:none;
	background-image:url(../images/shared/top_btn_imagemap.png);
	background-repeat:no-repeat;
	width:70px;
	background-position:0px 0px;
}

#footerTopButton a:hover {
	background-position:-80px 0px;
}

header {
	position:absolute;
	height:185px;
	width:100%;
	min-width:800px;
	top:0px;
	left:0px;
	background-image:url(../images/shared/header_bg_1x185.png);
	background-repeat:repeat-x;
	z-index:10;
}

header h1 {
	text-align:left;
	font-family: Margarine, Arial, serif;
	font-weight: 400;
	font-size:42px;
	padding:30px 0px 0px 100px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

header h2 {
	text-align:left;
	font-family: Margarine, Arial, serif;
	font-weight: 200;
	font-size:24px;
	padding:15px 0px 30px 100px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

/* age */
.bigPink {
	color:#f5989d;
	font-weight:250;
	font-size:32px;
}

#imageViewOverlay {
	position:absolute;
	width:450px;
	height:828px;
	right:0px;
	top:0px;
	background-image:url(../images/shared/image_viewer_w_monkeys.png);
	background-repeat:no-repeat;
	background-position: top right;
	z-index:10;
}

#imageViewer {
	position:absloute;
	width:450px;
	height:171px;
	right:0px;
	top:0px;
	z-index:20;
}

#slideshow {
	width:450px;
	height:171px;
	position:absolute;
	right:0px;
	top:0px;
}

#slideshow > div {
	position:absolute; top:0; left:0;
}

#homeButtonContainer {
	position:absolute;
	width:70px;
	height:80px;
	left:15px;
	top:35px;
	z-index:200;
	list-style:none;
	text-indent:-9999px;
	display:block;
}

#homeButton a {
	display:block;
	width:70px;
	height:80px;
	outline:none;
	background-image:url(../images/shared/home_imagemap.png);
	background-repeat:no-repeat;
	width:70px;
	background-position:0px 0px;
}

#homeButton a:hover {
	background-position:-80px 0px;
}

#giraffeBox {
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:10;
	width:395px;
	height:505px;
	background-image:url(../images/shared/giraffe.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/* Main page specific divs and classes */

#mainVideoNavWrapper {
	position:relative;
	margin:40px auto 40px auto;
	width:960px;
	height:850px;
	background-image:url(../images/shared/yellow_bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#mainVideoNavWrapper h2, #pictureNavWrapper h2 {
	text-align:left;
	font-family: Margarine, Arial, serif;
	font-weight: 300;
	font-size:32px;
	padding:20px 0px 0px 20px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

#mainVideoNavContainer {
	position:relative;
	margin:0 auto;
	width:820px;
	height:440px;
	padding-top:10px;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
}

/* rollover effect */

#mainVideoNavContainer a img {
	opacity:.8;
}

#mainVideoNavContainer a:hover img {
	opacity:1.0;
}

.videoThumbBox {
	width:150px;
	height:200px;
	background-color:#000;
	/*float:right;*/
	/*
	margin:20px 20px 40px 20px;
	width:150px;
	height:212px;*/
}

#pictureNavWrapper {
	position:relative;
	margin:40px auto 40px auto;
	padding:0px 0px 40px 0px;
	width:960px;
	height:auto;
	background-image:url(../images/shared/yellow_bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#pictureNavWrapper ul {
	list-style:none;
}
	
#pictureNavWrapper li {
	text-indent:80px;
	text-align:left;
	font-family: Margarine, Arial, serif;
	font-weight: 300;
	font-size:24px;
	margin:10px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

#pictureNavWrapper li a {
	text-decoration:none;
	color:#a85c6a;	
}

#pictureNavWrapper li a:hover {
	text-decoration:none;
	color:#6dd0f7;	
}

#pictureNavWrapper li a:visited {
	text-decoration:none;
	color:#a85c6a;	
}

.thumbFloatRight {
	display:block;
	float:left;
	margin:25px;
	background-color:#000;
}

/* Video page divs */

#vidContentContainer {
	position:relative;
	margin:0px auto;
	width:960px;
	height:100%;
	min-width:960px;
	/* make sure the footer isn't overlapping the monkeys */
	min-height:700px;
	z-index:20;
	/* stick the footer */
	padding-bottom:220px;
}

#videoContainer {
	position:absolute;
	width:400px;
	height:auto;
	right:0px;
	top:20px;
	margin:25px 300px 50px 100px;
	padding:0px 0px 100px 0px;
	z-index:60;
}

#videoNavHeader {
	position:absolute;
	left:10px;
	top:40px;
	width:200px;
	height:40px;
	padding:0px 10px 0px 10px;
	background-image:url(../images/shared/yellow_bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
}


#videoNavHeader h2 {
	text-align:left;
	font-family:Margarine, Arial, serif;
	font-weight: 200;
	margin: 10px 0px 10px 20px;
}

#videoNavContainer {
	position:absolute;
	width:200px;
	height:416px;
	top:70px;
	left:0px;
	margin:25px 55px 25px 10px;
	padding:10px;
	overflow:auto;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:12px;
	background-image:url(../images/shared/yellow_bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index:60;
}

#videoNavContainer a {
	margin:0px 0px 40px 0px;
}

/* rollover effect */

#videoNavContainer a img {
	opacity:.8;
}

#videoNavContainer a:hover img {
	opacity:1.0;
}

video {
	margin:0 auto;
	width:auto;
	height:auto;
	z-index:100;
}

/* Pictures pages */

.thumbBox {
	float:left;
	width:200px;
	height:150px;
	margin:20px;
	z-index:50;
	background-color:#000;
}

#pictureContainer {
	position:relative;
	margin:40px auto;
	width:960px;
	height:auto;
	z-index:20;
	/* stick the footer */
	padding-bottom:40px;
	background-image:url(../images/shared/yellow_bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* rollover effects */

/* opacity version */
#pictureContainer a img {
	opacity:.8;
}

#pictureContainer a:hover img {
	opacity:1;
}

/* border version */
/*#pictureContainer a img {
	border-style:none;
}

#pictureContainer a:hover img {
	border-style:inset solid;
	border-width:1px;
	border-color:#0F0;
}*/

/* Misc */

/* footer fix */
.clearIt {
	clear:both;
}

.centerText {
	font-family:Arial, sans-serif;
	text-align:center;
	font-size:12px;
	margin-bottom:-30px;
	/*line-height:10px;*/
}

/* Media Queries */

@media screen and (max-width: 1180px) and (min-width: 280px) {
	
	header h1{
	font-size:36px;
	}
	
	header h2 {
	font-size:18px;
	}
	
	#footerTextBox p {
	font-size:18px;
	}
}