@charset "UTF-8";
/* CSS Document */

/* RESET CSS DATA*/

body {
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	background: #e1eff0 url(images/backGradient.jpg) top left repeat-x;
	font: 67.5% Helvetica, sans-serif; 
	color: #fff;
}

p,h1,h2,h3,h4,h5,h5,ol,ul,img {
		margin: 0px;
		padding: 0px;
}

img {
	text-decoration: none;
	border: none;
}

a {
	text-decoration: none;
	color: #fff;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

/* LIGHTBOX */

#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; }


/* WRAPPER */

#wrapper {
	width: 820px;
	margin: 0 auto;
}

#header {
	width: 820px;
	height: 116px;
	background: url(images/header.jpg) top left no-repeat;
	position: relative;
}

#mainWrapper {
	width: 820px;
	background: url(images/mainBedGradient.jpg) top left no-repeat;
}

#mainShadowRepeat {
	background: #c6dcdd url(images/mainBedShadow.jpg) top left repeat-y;
}

/* TOPNAV */

#navWrapper {
	width:296px;
	height: 27px;
	position: absolute;
	top: 73px;
	left: 22px;
}

ul#topNav {
	list-style: none;
}

ul#topNav li {
	float: left;
	width: 74px;
	height: 27px;
}

ul#topNav li a#design {
	display: block;
	background: url(images/topNav/design.jpg) top left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#design:hover {
	background: url(images/topNav/design.jpg) bottom left no-repeat;
}

ul#topNav li a#designActive {
	display: block;
	background: url(images/topNav/design.jpg) bottom left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#mine {
	display: block;
	background: url(images/topNav/mine.jpg) top left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#mineActive {
	display: block;
	background: url(images/topNav/mine.jpg) bottom left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#mine:hover {
	background: url(images/topNav/mine.jpg) bottom left no-repeat;
}

ul#topNav li a#avatar {
	display: block;
	background: url(images/topNav/avatar.jpg) top left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#avatarActive {
	display: block;
	background: url(images/topNav/avatar.jpg) bottom left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#avatar:hover {
	background: url(images/topNav/avatar.jpg) bottom left no-repeat;
}

ul#topNav li a#contact {
	display: block;
	background: url(images/topNav/contact.jpg) top left no-repeat;
	width: 74px;
	height: 27px;
}

ul#topNav li a#contact:hover {
	background: url(images/topNav/contact.jpg) bottom left no-repeat;
}

/* LEFT INFO */

#leftWrapper {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 622px;
	width: 294px;
	background: #c6dcdd url(images/ad.jpg) bottom left no-repeat;
}

/* NEWS */

#newsWrapper {
	float: left;
	width: 142px;
	height: 417px;
	background: #6cb5c4 url(images/news/newsBot.jpg) bottom left no-repeat;
}

#newsItemWrapper {
	background: url(images/news/newsBack.jpg) top left no-repeat;
	margin: 0 0 0 0;
	padding-top: 120px;
	padding-right: 5px;
	padding-bottom: 10px;
	height: 240px;
	overflow: auto;
	border-bottom: 1px #fff solid;
}

.newsItem {
	margin-left: 5px;
	border-bottom: 1px #d2e9ea solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.newsItem p {
	font-size: .9em;
	line-height: 1.2em;
}

p.updated {
	font-size: 1.1em;
	color: #4d8a8d;
	padding-bottom: 3px;
}  

/* SUBNAV */

#subWrap {
	float: right;
	width: 140px;
	height: 417px;
	background: #d2e9ea url(images/subNav/subNavBottom.jpg) bottom left no-repeat;
}

#subWrap ul {
	list-style: none;
}

#subWrap li {
	float: left;
	height: 20px;
	width: 138px;
	background-color: #9ecbd3;
	border-bottom: #a7d6de 1px solid;
	border-left: #7aacb9 1px solid;
	border-right: #7aacb9 1px solid;
}

#subWrap li a {
	display: block;
	background: url(images/subNav/subNavBack.jpg) top left no-repeat;
	height: 16px;
	padding-left: 28px;
	padding-top: 4px;
	font-size: 1.1em;
}

#subWrap li a:hover {
	background: url(images/subNav/subNavBack.jpg) bottom left no-repeat;
	color: #3d8698;
}

/* RIGHT MAIN */

#rightWrapper {
	width: 476px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	background: #d3e9ea url(images/main/biography/mainBack.jpg) top left no-repeat;
	min-height:622px;
 	height:auto !important;
  	height:622px;
}

h1 {
	font-size: 4em;
	color: #4d8a8d;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

/* ==========sIFR========== */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 40px;
}

#portraitCont {
	width: 74px;
	height: 378px;
	float: left;
	margin-left: 20px;
	background: url(images/main/biography/bioPortrait.jpg) top left no-repeat;
}

#rightCont {
	width: 342px;
	float: right;
	padding-right: 20px;
	color: #4d8a8d;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* WEBBERNETS */

#galCont {
	width: 402px;
	margin: 0 auto;
}

.imgWrap {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 17px;
	margin-top: 10px;
}

.imgCont {
	width: 100px;
	height: 100px;
	background-color: #B5E1E6;
}

/* FOOTER */

#footerWrapper {
	clear: both;
	margin-bottom: 5px;
	background: url(images/footer.jpg) top left no-repeat;
	height: 40px;
}

#footerCont {
	clear: both;
	width: 776px;
	margin: 10px auto 0 auto;
	padding-top: 5px;
	border-top: 1px #98cfd2 solid;
}

#footerCont p {
	color: #4d8a8d;
}

/* TOOLS */

.centerText {
	text-align: center;
}

/* PEEPS */

#galCont ul {
	list-style: none;
}

#galCont ul li {
	padding: 0 0 5px 0;
}

#galCont ul li a {
	color: #4d8a8d;
	display: block;
	font-size: 1.2em;
	text-align: center;
}

#galCont ul li a:hover {
	color: #2b4d4f;
}

/* PErFORMANCES */

.flashBox {
	height: 320px;
	margin-bottom: 10px;
}

.flashBox p {
	padding-top: 3px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #4d8a8d;
}

#back a {
	color: #4d8a8d;
}

#back a:hover {
	color: #fff;
}