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


/* =HTML5 fixes
-------------------------------------------------------------- */

#website article, #website aside, #website details, #website figcaption, #website figure, #website footer, #website header, #website hgroup, #website menu, #website nav, #website section {
	display: block;
}
#website nav ul {
	list-style: none;
}
#website ol, #website ul, #website li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#website blockquote, #website q { 
	quotes: none;
}
/* No underline and removes dotted line in Firefox, IE */
#website a {
	text-decoration:none;
	outline: 0; 			/* Firefox */
	border: none;			/* IE */
	outline: none; 			/* IE */
}
#website a:active {
	border: none;
	outline: none;
}
#website img {
	border: none;
}


/* =application
-------------------------------------------------------------- */

/* always show/hide scrollbar */
.html-portfolio { 
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling-y: touch;
}
.body-portfolio {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: sans-serif;
	line-height: 1.4;
	font-size: 1em;
	color: #999999;
	background-color: #f9f9f9;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#website h1, #website h2, #website h3, #website h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
}
#website a {
	color: #000000;
	text-decoration:none;
}
#website a:hover {
	color: #999999;
}
#website {
	position: relative;
	z-index: 0;
}
#website #logo-panel {
	position: absolute;
	display: none;	
}
#website #background-image {
	position: relative;
	top: 0px;
	left: 0px;
}
#website .background-image-constrained { 
   max-width: 0px;
   max-height: 0px;
}


/* =nav bar
-------------------------------------------------------------- */

#website #nav-panel-background {
	position: fixed;
	display: none;
	top:  0px;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	height: 30px;
	border-bottom: thin solid #ededed;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
#website #nav-panel {
	position: fixed;
	display: none;
	top:  0px;
	width: 100%;
	z-index: 10000;
	padding: 0px 10px 0px 10px;
	height: 30px;
}
#website #site-title {
	display: inline;
	float: left;
	font-size: 1.4em;
	color: #000000;
}
#website #site-title-logo {
	padding: 6px 0px 0px 0px;
	max-height: 20px;
	max-width: auto;
}
#website #nav-buttons-left {
	display: inline;
	float: left;
	margin: 8px 0px 0px 15px;
}
#website #nav-buttons-left li {
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
	font-size: .9em;
}
#website #nav-buttons-left li.touch-navigation-icon {
	margin: -3px 10px 0px 0px;
}
#website .letter-button {
	display: inline-block;
	width: 20px;
	height: 100%;
	background: #cccccc;
	text-align: center;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
#website #nav-buttons-right {
	display: inline;
	float: right;
	margin: 8px 0px 0px 0px;
}
#website #nav-buttons-right li {
	display: inline;
	float: left;
	margin: 0px 15px 0px 0px;
}
#website #nav-buttons-right h2 {
	font-size: .9em;
}
#website #sound {
	position: relative;
	top: -4px;
	height: 25px;
	width: 25px;
	overflow: hidden;
}
#website .sound-on {
	cursor: pointer;
}
#website .sound-on-light {
	background: url(images/soundL.png) no-repeat -25px 0px;
}
#website .sound-on-light-hover:hover {
	background: url(images/soundL.png) no-repeat 0px 0px;
}
#website .sound-off-light {
	background: url(images/soundL.png) no-repeat -25px -25px;
}
#website .sound-off-light-hover:hover {
	background: url(images/soundL.png) no-repeat 0px -25px;
}
#website .sound-on-dark {
	background: url(images/soundD.png) no-repeat 0px 0px;
}
#website .sound-on-dark-hover:hover {
	background: url(images/soundD.png) no-repeat -25px 0px;
}
#website .sound-off-dark {
	background: url(images/soundD.png) no-repeat 0px -25px;
}
#website .sound-off-dark-hover:hover {
	background: url(images/soundD.png) no-repeat -25px -25px;
}
#website #fullscreen-button {
	position: relative;
	top: -4px;
	height: 25px;
	width: 25px;
	overflow: hidden;
}
#website .fullscreen-on-light {
	background: url(images/fullscreenL.png) no-repeat 0px 0px;
}
#website .fullscreen-on-light:hover {
	background: url(images/fullscreenL.png) no-repeat -25px 0px;
}
#website .fullscreen-off-light {
	background: url(images/fullscreenL.png) no-repeat 0px -25px;
}
#website .fullscreen-off-light:hover {
	background: url(images/fullscreenL.png) no-repeat -25px -25px;
}
#website .fullscreen-on-dark {
	background: url(images/fullscreenD.png) no-repeat -25px 0px;
}
#website .fullscreen-on-dark:hover {
	background: url(images/fullscreenD.png) no-repeat 0px 0px;
}
#website .fullscreen-off-dark {
	background: url(images/fullscreenD.png) no-repeat -25px -25px;
}
#website .fullscreen-off-dark:hover {
	background: url(images/fullscreenD.png) no-repeat 0px -25px;
}
#website #loader {
	position: relative;
	float: right;
	display: inline;
	margin: 6px 15px 0px 0px;
	height: 20px;
	width: 20px;
}
#website #loader-image {
	height: 20px;
	width: 20px;
}
#website #loader-static {
	height: 20px;
	width: 20px;
	float: right;
	display: none;
	margin: 6px 15px 0px 0px;
}
#website .chosen {
	color: #999999;
	cursor: default;
}
#website .chosen:hover {
	color: #999999;
}


/* =opening slideshow
-------------------------------------------------------------- */

#website #slideshow-panel {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
	text-align: center;
}
#website .slideshow-image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 0;
}
#website .slideshow-image-bordered {
	max-height: 0px;
	max-width: 0px;
}


/* =touch navigation page 
-------------------------------------------------------------- */

#website #touch-navigation-panel {
	display: none;
	padding: 40px 10px 0px 10px;
}
#website .touch-element {
	display: inline;
	float: left;
	margin: 0px 0px 15px 0px;
	clear: both;
}
#website #touch-navigation-panel h2 {
	clear: both;
	display: inline;
	margin: 0px 8px 8px 0px;
	padding: 2px 8px 2px 8px;
	font-size: 1.125em;
	color: #ffffff;
	background-color: #cccccc;
}
#website #touch-navigation-panel li {
	display: inline;
	float: left;
	font-size: 1.25em;
	margin: 0px 15px 5px 0px;
}
#website #touch-navigation-panel ul {
	margin: 10px 0px 0px 0px;
}
#website ul#thumb-touch li {
	display: inline;
	float: left;
	margin: 0px 6px 6px 0px;
	padding: 0px 0px 0px 0px;
}
#website #touch-navigation-panel .letter-button {
	width: 30px;
}
#website #close-button {
	display: inline;
	float: right;
}
#website #close-button li {
	margin: 0px 0px 0px 0px;
	color: #000000;
	cursor: pointer;
}
#website #close-button li:hover {
	color: #999999;
}


/* =gallery page 
-------------------------------------------------------------- */

#website #gallery-menu-panel {
	clear: both;
	display: none;
	padding: 40px 0px 0px 0px;
}
#website #gallery-menu-container {
	width: 0;
	margin: 0 auto;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#website .gallery-menu-button {
	display: block;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 202px;
	height: 190px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}
#website a.gallery-menu-button img {
	border-bottom: 4px solid #ffffff;
}
#website a:hover.gallery-menu-button img {
	border-bottom: 4px solid #000000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: .5;
}
#website .gallery-menu-button h1 {
	font-size: 1.2em;
}
#website .gallery-menu-button h2 {
	font-size: .8em;
	color: #999999;
}


/* =album page 
-------------------------------------------------------------- */

#website #media-panel {
	clear: both;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	height: 0px;
	text-align: center;
	display: none;
	z-index: 1;
}
#website #navigation-panel {
	display: none;
	position: absolute;
	padding: 40px 0px 0px 0px;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	/* fix to make cursors show in ie9 */
	background: rgba(0, 0, 0, 0);
	background-color:  #000000;
	filter: alpha(opacity=0);
	opacity: 0;
}
#website #left-area {
	position: relative;
	float: left;
	cursor: default;
	width: 0;
	height: 0;
}
#website #play-pause-area {
	position: relative;
	float: left;
	cursor: default;
	width: 0;
	height: 0;
}
#website #right-area {
	position: relative;
	float: left;
	cursor: default;
	width: 0;
	height: 0;
}
#website .image {
	position: relative;
	top: 0px;
	max-height: 0px;
	max-width: 0px;
	display: none;
	z-index: 0;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#website .video {
	position: relative;
	top: 0px;
	max-height: 450px;
	max-width: 800px;
	display: none;
	z-index: 0;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#website #double-image-wrapper {
	position: relative;
	left: 0;
	z-index: 0;
}
#website .double-image {
	max-height: 0px;
	max-width: 0px;
	float: left;
	margin: 0px 5px 0px 0px;
	display: none;
	z-index: 0;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#website #thumb-panel {
	padding: 10px 10px 0px 10px;
	height: 0px;
	display: none;
	text-align: center;
}
#website #thumb-strip {
	position: relative;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0 auto;
	float: none;	
}
#website #thumb-strip-ul {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 0px;
	left: 0px;
	display: block;
	visibility: visible;
}
#website #thumb-strip-ul li {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#website .thumb:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
#website a .thumb {
	display: block;
}
#website .double-thumb {
	margin: 0px 2px 0px 0px;
}
#website .double-thumb:last-child {
	margin: 0px 2px 0px 0px;
}
#website .thumb-marker {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
#website #thumb-nav {
	width: 25px;
	float: right;
	display: inline;
}
#website #thumb-left {
	height: 25px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
}
#website #thumb-nav-separator {
	width: 25px;
	height: 5px;
}
#website #thumb-right {
	height: 25px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
}
#website .thumb-left {
	background: url(images/arrowsL.png) no-repeat -25px 0px;
}
#website .thumb-left:hover {
	background: url(images/arrowsL.png) no-repeat 0px 0px;
}
#website .thumb-right {
	background: url(images/arrowsL.png) no-repeat -25px -25px;
}
#website .thumb-right:hover {
	background: url(images/arrowsL.png) no-repeat 0px -25px;
}
#website .thumb-hidden {
	background: url(images/thumbL.png) no-repeat center center;
}
#website #caption-panel {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11000;
}
#website #caption-panel .ssp-link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	cursor: pointer;
}
#website .caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	text-align: left;
	background-color: #EDEDED;
	color: #33333;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;	
	padding: 10px 10px 10px 10px;
	cursor: default;
	overflow: hidden;
}
#website #caption-header,
#website #caption-text  {
	display: inline-block;
}
#website #caption-title {
	display: inline-block;
	font-size: 1.6em;
	line-height: 1.125em;
}


/* =about page 
-------------------------------------------------------------- */

#website #about-panel {
	clear: both;
	position: relative;
	padding: 40px 10px 50px 10px;
	display: none;
}
#website #about-panel-container {
	max-width: 700px;
}
#website #about-title {
	display: inline;
	float: left;
}
#website #about-links {
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
}
#website .about-links-li {
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
	line-height: 3.3em;
}
#website #about-profile {
	clear: both;
}
#website #about-photo {
	display: inline;
	float: left;
	margin: 0px 15px 15px 0px;
}


/* =error page 
-------------------------------------------------------------- */

#website.error {
	padding: 0px 10px 50px 10px;
}
#website .error-button {
	display: inline-block;
	background: #cccccc;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 0px 0px;
}

/* =media queries  ------------------------------------------------------------ */

/* 600 and below */
@media screen and (max-width:45.75em) {
	#website #about-title {
		display: block;
		float: none;
	}
	#website #about-links {
		display: block;
		float: none;
		margin: 0px 0px 10px 0px;
	}
	#website .about-links-li {
		display: block;
		float: none;
		margin: 0px 0px 0px 0px;
		line-height: 1.6em;
	}
}


