/* CSS Document */
/*Main layout*/

html,body{
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color: #000000;
	font-family: "Modern MS Sans Serif 10", Verdana, sans-serif;
	font-size:80%;
	color:#ccc;
}
img {
	border:none;
}
a {
	/*outline:none;*/
}
#position {
	float:left;
	height:50%;
	margin-top:-360px;
	width:100%;
	padding:0;
	
}
#wrapper {
	width:920px;
	margin:0 auto;
	clear:both;
	position:relative;
	padding:10px 20px 4px 20px;
}
#header {
	height:36px;
	width:920px;
	margin:0;
	padding:0;
}
#title {
	background:url(../art/namebl.gif) no-repeat;
	width:500px;
	height:30px;
	display:block;
	text-indent:-999px;
}
#leftbar {
	float:left;
	position:relative;
	width:196px;
	height:446px;
	margin:0;
	padding:20px 2px 2px 2px;
}
/*arrows, info button and style button*/
#controls {

	position:absolute;
	bottom:6px;
	left:44px;
	
}

/*The containers for the slideshow arrows*/
#leftarrow,#rightarrow,#textlinkwrapper,#ssSwitch {
	width:20px;
	height:20px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	padding:0;
	visibility:hidden;
}
/*
#ssSwitch {
	width:30px;
	
}
*/
#leftarrow {
	background:url(../art/larrowbl.gif) no-repeat;
	background-position:-60px 0;
	
}
#rightarrow {
	background:url(../art/rarrowbl.gif) no-repeat;
	background-position:-60px 0;
	
}
#textlinkwrapper {
	width:50px;
	margin-left:10px;
	
}
#textlinkwrapper a {
	color:#FFFFFF;
}


/*main content*/
#content {
	width:682px;
	margin:4px 0 0 212px;
	padding:0;
	position:relative;
}
#content p {
	text-align:justify;
	line-height:130%;
}
#loaderwrapper {
	position:absolute;
	display:none;
	background:none;
	text-align:center;
	padding-top:200px;
	width:700px;
}
/*images slideshow*/
#loaderwrapper {
	position:absolute;
	display:none;
	background:none;
	text-align:center;
	padding-top:200px;
	width:700px;
}
#image { /*the image placeholder*/
	
	padding:0;
	width:682px;
	height:462px;
	overflow:hidden;
	opacity:1;
	filter:alpha(opacity=100);
}

#image img {
	border:1px solid #333;
	max-height:460px;
	max-width:680px;
}

/*All interactive content below main content including thumbnail menu and caption*/

#mycaption,#imagemenu {	
	margin:4px 0;
	text-align:left;
	padding:0;
}
#mycaption { /*The line of text underneath the image*/
	font-size:85%;
	min-height:2em;
	
}
#imagemenu {
	width:696px;
	min-height:50px;
	margin:4px 0 0 0;
	padding:0;
}

.photomenuitem {
	
	padding:0;
	overflow:hidden;
	width:48px;
	height:48px;
	border:1px solid #333;
	float:left;
	margin:0 8px 6px 0;
	
	background-color:black;
}

.photomenuitem img {
	width:48px;
	height:48px;
	
}
#copyright {
	width:682px;
	margin-left:212px;
	margin-top:12px;
	padding-right:10px;
	font-size:10px;
	color:#888888;
	clear:both;
}
#copyright a {
	text-decoration:none;
}
/*text wrapper*/
#textwrapper { 
	clear:both;
	height:480px;
	width:682px;
	/*background:url(../images/textback01.jpg) no-repeat;
	background-color:#666666;*/
	padding:0;
}

#mytext {
	font-family: Tahoma, Verdana, sans-serif;
	width:660px;
	padding:20px 10px 30px 10px;
	line-height:150%;
	text-align:justify;	
}
/*Bio page*/
#biotext {
	margin-top:40px;
	width:620px;
}
h4#education, h4#publications, h4#exhibitions, h4#bio {
	text-indent:-999px;
	height:24px;
	margin-left:0;
	margin-bottom:-10px;
	color:#999999;
}
h4#education {
	background:url(../art/educationbl.gif) no-repeat;
}
h4#publications {
	background:url(../art/publicationsbl.gif) no-repeat;
}
h4#exhibitions {
	background:url(../art/exhibitionsbl.gif) no-repeat;
}
h4#bio {
	background:url(../art/biographybl.gif) no-repeat;
	}
	
/*Contact page*/
#contact_wrapper {

	background:url(../images/textback.jpg) no-repeat;
	padding:80px 0 10px 0;
	}
#con_details {
	
	
}
#con_details a {
	font-size:12px;
	color:#CCCCCC;
}
#terms {
	
	margin-top:140px;
	height:auto;
	font-size:11px;
	padding:0;
	text-align:justify;
	line-height:130%;
	color:#ccc;
	
}
#terms p {
	
}
/*classes*/
.no_display {
	display:none;
}
.hidden {
	visibility:hidden;
}
.position_wrapper {
	position:absolute;
	top:0;
	left:0;
}
.position_text{
	position:absolute;
	bottom:20px;
	left:0;
}
.transparent {
	opacity:0;
	filter:alpha(opacity=0);
	}
.floatright {
	float:right;
}

