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

/* Intro page
---------------------------------------------------------- */
body.intro {
	background: #000000;
}
.intro img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -2.55em;
	margin-left: -34.55em;
}
* html .intro img { position:absolute } /*IE6*/

/* Template
---------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #FFFFFF;
  	text-align: center; 
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 10.5px;
	color: #000000;
	padding: 4px 0;
	margin: 0 0 0.5em 0;
	line-height: 14px;
}
em {
	font-family: "Times New Roman", Times, Serif;
	margin-right: 2px;
	font-size: 11px;
	line-height: 1em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 80%;
	font-weight: normal;
}
h1, h2, h3 { 
	margin-bottom: 0.5em; 
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img { 
	border: none; 
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a.close {
	padding-left: 16px;
	background: url(../images/close.gif) 0 50% no-repeat;
}
a.close span {
	position:relative;
	top: 1px;
	display: none;
}
.black50 {
	color: #7F7F7F;
}
/*-----------------------------*/

.container {
	width: 1097px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.mainNav {
	width: 520px;
	height: 10%;
	min-height: 40px;
	margin: 0 auto;
	position: relative;
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
	-khtml-opacity: 0.87;
	opacity: 0.87;
	background-image: url(../images/wb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.mainNavWrapper {
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -13.5px auto 0 auto;
	overflow: hidden;
	z-index: 30;
}
.mainNav .mainNavWrapper ul.nav {
	height: 27px;
	background: #000000 url(../images/white.gif) bottom left repeat-x;
	position: relative;
	z-index: 30;
}
.mainNav ul {
	background-color: #000000;
	list-style: none;
}
.mainNav ul li {
	float: left;
}
.mainNav ul li a {
	display: block;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 25px 15px 8px;
}
.mainNav ul li.last a {
	padding-right: 8px;
}
.mainNav li.active a {
	color: #7F7F7F;
}
.mainNav li:hover a {
	color: #7F7F7F;
	text-decoration: none;
}
.mainNav li:hover ul li a {
	color: #FFFFFF;
}
.mainNav li:hover ul li.active a {
	color: #7F7F7F;
}
.mainNav ul li ul {
	display: none;
	padding: 8px 8px 26px 8px;
	position: absolute;
	top: 26px;
	width: 500px;
	border-top: 1px solid #FFFFFF;
}
.mainNav ul li ul li {
	float: none;
	text-align: left;
	line-height: 12px;
}
.mainNav li:hover ul {
	display: block;
}
.mainNav ul li ul li.menuShowcase {
	margin-bottom: 0.5em;
}
.mainNav ul li ul li a {
	padding: 0 1em 0 0;
	display: inline;
}
.mainNav ul li ul li:hover a {
/*
	color: #FFFFFF;
	background: url(../images/bullet.gif) no-repeat right center;
*/
	color: #7F7F7F;
}
.mainNav li#photography_menu ul li a 
{
	display: block;
	width: 420px;
}
.mainNav li#live-shows_menu ul li a 
{
	display: block;
	width: 305px;
}
.mainNav li#special-projects_menu ul li a 
{
	display: block;
	width: 205px;
}
.mainNav li#info_menu ul li a 
{
	display: block;
	width: 70px;
}
.mainContent {
	width: 100%;
	height: 90%;
	min-height: 300px;
	max-height: 731px;
	margin: 0 auto;
	position: relative;
	z-index: -10;
}
.slideshow {
	width: 100%;
	height: 100%;
	position: relative;
}
.slideshow .slide {
	display: block;
	height: 100%;
	width: 100%;
}
.slideshow .slide .content {
	clear: both;
	width: 100%;
	height: 85%;
	max-height: 731px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.slideshow .slide .content img {
	display: block;
	margin: 0 auto;
	height: 100%;
	max-height: 731px;
}
.slideshow .slide .content img.protector {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slideshow .slide .content img.noresize {
	display: inline;
	margin: 0;
	height: auto;
	width: auto;
}
.advance { cursor: pointer; }
.detailsMask {
	position: absolute;
	top: 0;    
 	width: 255px;
	height: 90%;   
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 ;
	margin-bottom: 0;
	z-index: 1000;
	overflow: hidden;
}
.details {
	width: 255px;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: left;
	position: relative;
	left: 0;
	top: 0;
	/*height: 80%;*/
	overflow: hidden;
	display: none;	
}
.details .detailsHeader,
.details .detailsBody {
	background-color: #00AEEf;
	background-color: #FFFFFF;
	padding: 8px;
	margin-bottom: 2px;
}
.details .detailsHeader h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}	
.details .detailsHeader h2 {
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin: -2px 0 15px 0;
}
.details .detailsBody {
	/*height: 100%;*/
	padding-bottom: 33px;
	margin-bottom: 0;
}	
.details .detailsBody p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	font-size: 12px;
}
.details .detailsFooter {
	background-color: #00AEEf;
	background-color: #FFFFFF;
	padding: 8px;
	margin-bottom: 0;
}
.details .detailsFooter p {
	margin: 0;
	padding: 0;
}
.slideshow .slide .info {
	clear: both;
	width: 100%;
	height: 15%;
	margin: 0 auto;
	overflow: hidden;
}
.info p {
	line-height: 12px;
	text-align: center;
}
.info p.title {
	margin: 20px 0 0;
}
.info p.title em {
	padding-left: 0.3em;
}
.info p.actions {
	margin-top: 0px;
	position: relative;
    z-index: 2000;
}

.info p.left {
	width: 48%;
	text-align: right;
	padding-right: 2%;
	background: url(../images/black.gif) top right repeat-y;
}
.info p.left em {
	padding-left: 0.3em;
}
.info p.right {
	width: 48%;
	padding-left: 2%;
	text-align: left;
}
.prevNext {
	margin-left: 1em;
	height: 12px;
	line-height: 12px;
}
/*
.prev {
	display: block;
	padding: 12px 0 0 0;
	overflow: hidden;
	background: url(../images/arrow-left.gif) no-repeat top left;
	width: 11px;
	height: 0px !important;
	height /**//*: 12px;
	float: left;
	margin-right: 3px;
}
.next {
	display: block;
	padding: 12px 0 0 0;
	overflow: hidden;
	background: url(../images/arrow-right.gif) no-repeat top right;
	width: 11px;
	height: 0px !important;
	height /**//*: 12px;
	float: left;
}
*/
.prev {
	line-height: 12px;
	height: 12px;
	padding: 0;
	overflow: hidden;
	margin-right: 12px;
}
.next {
	line-height: 12px;
	height: 12px;
	padding: 0;
	overflow: hidden;
}
.arrow {
	width: 11px;
	height: 12px;
	overflow: hidden;
	position: relative;
}
.prev span, .next span {
	line-height: 12px;
}
.prev .arrow {
	background: url(../images/arrow-left.gif) no-repeat 0 2px;
	margin-right: 4px;
}
.next .arrow {
	background: url(../images/arrow-right.gif) no-repeat 0 2px;
	margin-left: 4px;
}
.prev:hover {
	color: #696969;
}
.next:hover {
	color: #696969;
}
.prev:hover .arrow{
	background-position: -11px 2px;
}
.next:hover .arrow {
	background-position: -11px 2px;
}
.arrow img {
	vertical-align: middle;
}
/* Page specific
---------------------------------------------------------- */
.information .mainContent {
	width: 760px;
	height: auto;
	max-height: none;
	border-top: 1px solid black;
	overflow: hidden;
	margin-bottom: 20px;
}
.information .mainContent .infopage {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid black;
	overflow: hidden;
	min-height: 560px;
}
.information img.profilepic {
	float: left;
	width: 159px;
	margin: 0 94px 0 0;
}
.information p {
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0;
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.information h2 {
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 12px;
}
.information h3 {
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	margin-bottom: 6px;
}
.information .infopage a {
	text-decoration: underline;
}
.column {
	width: 240px;
	float: left;
}
.column {
	margin-left: 20px;
}
.column.first {
	margin-left: 0;
}
.cv .infopage table td {
	width: 253px;
}
.information .video {
	width:640px;
	margin: 10px auto;
}

.slideshow2 {
	float: left;
	width: 159px;
	margin: 0 94px 0 0;
}
.slideshow2 .slide img {
	width: 159px;
}

