@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f2f2f2;
	margin:20px;
	z-index:-2;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.25em;
	color:#000;
	letter-spacing:1px;
	webkit-text-size-adjust:none;	
	}

a {
	color:#000;
	text-decoration:none;
	}


#wrapper {
	width: auto;
	float:left;
	margin-top:70px;
	}

nav {
	margin:0px;
	padding:0px;
	}
	
.family {
	width:100px;
	height:auto;
	position:fixed;
	top:0px;
	left:0px;
	margin:20px;
	z-index:2100;
	}
	
.studio {
	width:100%;
	z-index:2500;
	position:fixed;
	top:0px;
	left:0px;
	margin-top:20px;
	text-align:center;
	z-index:2000;
	}	
	
.recent {
	width:127px;
	z-index:2800;
	position:fixed;
	top:0px;
	left:0px;
	margin-top:20px;
	text-align:center;
	margin-left:23%;
	z-index:2100;
	}	
	
.random {
	width:127px;
	z-index:2800;
	position:fixed;
	top:0px;
	right:0px;
	margin-top:20px;
	text-align:center;
	margin-right:23%;
	z-index:2100;
	}	
	
.blog {
	width:230px;
	float:left;
	position:fixed;
	right:0px;
	top:0px;
	margin-top:20px;
	margin-right:20px;
	z-index:2800;
	text-align:right;
	z-index:2100;
	}
	
.follow {
	width:128px;
	z-index:2800;
	position:fixed;
	top:0px;
	right:0px;
	margin-top:20px;
	text-align:center;
	margin-right:23%;
	z-index:2100;
	}	

.projecttitle {
	width:auto;
	height:auto;
	position:fixed;
	bottom:0px;
	left:0px;
	margin:20px;
	z-index:2100;
	}	
	
.nextprev {
	width:100%;
	z-index:2800;
	position:fixed;
	bottom:0px;
	left:0px;
	margin-bottom:20px;
	text-align:center;
	}	
	
.share {
	width:270px;
	height:auto;
	position:fixed;
	bottom:0px;
	right:0px;
	margin:20px;
	z-index:3000;
	text-align:right;
	}	

nav a {
	color:#000;
	text-decoration:none;	
	}

nav a:hover {
	color:#00F;
	text-decoration:none;
	}	


section {
	width: auto;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
	}

.galleryimage{
	visibility: hidden;
	}

#tooltip {
	position:absolute;
	z-index:9999;
	color:#000;
	width:300px;
	height:150px;
	}

#tooltip .tipHeader {
	height:8px;
	}


#tooltip .tipBody {
	background-color:#fff;
	padding:5px 5px 5px 5px;
	}

#tooltip .tipFooter {
	height:8px;
	}
	
.topbar {
	background-color:#f2f2f2;
	z-index:1000;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	height:65px;
	margin:0px;
	}	

.bottombar {
	background-color:#f2f2f2;
	z-index:1000;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	height:65px;
	margin:0px;
	}	
	
.slideshow {
	width:1020px;
	height:700px;
	float:left;
	left:50%;
	margin-left:-510px;
	margin-top:-350px;
	position:absolute;
	top:50%;
	z-index:900;
	background-color:#000;
	}	

.text1 {
	width:50%;
	margin-left:0px;
	margin-top:100px;
	margin-bottom:40px;
	float:left;
	text-align:justify;
	}	
	
.text2 {
	width:300px;
	margin-top:100px;
	margin-bottom:40px;
	margin-left:50px;
	float:left;
	}	

section a {
	color:#000;
	text-decoration:none;	
	}

section a:hover {
	color:#00F;
	text-decoration:none;
	}
	
.underline {
	border-bottom:thin #000 solid;
	padding-bottom:2px;
	}	
	
footer {
	width:100%;
	height:auto;
	padding-top:50px;
	float:left;
	}	
	
footer a {
	color:#000;
	text-decoration:none;	
	}

footer a:hover {
	color:#00F;
	text-decoration:none;
	}	
