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

#previous,#next{
	display:block;
	margin-bottom:10px;
	width:50px;
	height:14px;
}

a#previous, a#next{
	font-size:14px;
	color:#06C;
}

a:hover#previous , a:hover#next{
	font-weight:bold;
}

#next{
	float:right;
}

#previous{
	float:left;
}

#artistname{
	font-weight:bold;
	width: 130px;
	
}

#house_gallery_description{
	font-size:22px;
	margin: 8px 0px;
	text-align:center;
}

/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#house_gallery_description{
	margin: 6px;
}
}

#separator_line{
	margin-top:20px;
	clear:left;
	width:100%;
	height:2px;
	display:block;
	background-color:#333333;
	float:left;
}

#right_info{
	clear:left;
	float:left;
	margin-top: 20px;
	position:relative;
	/*background-color:#999;*/
}

#right_info{
	width: 260px;
}

#right_info p{
	margin: 0px;
}

#right_info img{
	float:left;
	border: 1px solid black;
	width:120px;
	height: 130px;
	margin: 0px 5px 0px 0px;
}

#textwrapper{
	/*position:relative;*/
}

.textarea{
	height: 230px;
	width:360px;
}

#textfiller{
	height:205px;
}

.textarea{
	position:absolute;
	left:270px;
	top:0px;
	z-index:1;
	display:block;
	overflow:hidden;
	text-align:justify;
	background-color:white;
	padding:0px;
	margin:0px;
}

.textarea a{
	font-weight:bold;
}

.low_z_value{
	z-index:-1;
}

#boldbits{
	font-size:16px;
	margin-top:-3px;
	float:left;
	/*font-weight:bold;*/
}

/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#boldbits{
	margin-top:0px;
}
}

li.pagetype{
	list-style:square inside;
}

#textfiller{
	width:1px;
}

#linkswrapper{
	position:relative;
	float:right;
}

#linkswrapper ul{
	display:inline;
}

#linkswrapper li{
	/*list-style:none;
	display:inline;
	margin-right:5px;*/
	display: inline;
	padding-left: 5px; /* the width reserved for the background image */
	padding-right: 5px; /* the width reserved for the background image */
	background: url(/images/main_frame/list.gif) no-repeat 0px 2px; /* the "bullet"... adjust these numbers to taste */
}

#biopages{
	z-index:3;
}

#biopages, #contactpages, #exhibitionspages, #pageword,#pagesblanker{
	position:absolute;
	top:190px;
}

#pageword{
	left:11px;
}

#biopages, #contactpages, #exhibitionspages{
	left:47px;
}

#pagesblanker{
	height:18px;
	width:100px;
	background-color:white;
	z-index:2;
	left:42px;
	margin:0px;
}

/* GALLERY DISPLAY STYLES --------------------------------------------------- */
#gallerywrapper{
	float:left;
	clear:left;
	position:relative;
	z-index:5;
	margin: 20px 0px 0px -2px;
}

.gallerydisplay {
	padding:0;
	margin:0px 0px 0px 327px;
	list-style-type:none;
	float:right;
}

#gallerywrapper,.gallerydisplay img.mainimage, #defaultimage img.mainimage{
	height:480px;
}

.gallerydisplay img.mainimage, #defaultimage img.mainimage{
	width:320px;
	
	margin-left:-1px;
	border:1px solid #666666;
	/*padding:4px;
	background-color:white;
	border:1px solid #666666;*/
}

.gallerydisplay li {
	float:right;
	margin:0px 2px 15px 0px;
	padding:0px;
}

.gallerydisplay li a {
	text-decoration:none;
}

.gallerydisplay li a img.mainimage {
	position:absolute;
	left:3px;
	visibility:hidden;
	border:0;
	top:0px;
	z-index:5;
	border:1px solid #666666;
	
}

/*Make sure this is the same as #defaultimage span*/
.gallerydisplay li a span.maintext, .gallerydisplay li a span.gallery_text_title {
	position:absolute;
	left:5px;
	visibility:hidden;
	border:0;
	top:150px;  
	z-index:5;
	display:block;
	background-color:white;
	text-decoration:none;
	width:300px;
	height:65px;
}

/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.gallerydisplay li a span.maintext {
	height:30px;
}
}

.gallerydisplay li a span.gallery_text_title {
	top:120px;
	height:20px;
}

.gallerydisplay li a:hover img.mainimage, .gallerydisplay li a:hover span.maintext, .gallerydisplay li a:hover span.gallery_text_title{
	visibility:visible;
}

/*
.gallerydisplay li a:active img.mainimage, .gallerydisplay li a:focus img.mainimage{
	visibility:visible;
}*/

.gallerydisplay li img.thumbnail{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:98px;
	height:147px;
	border:1px solid #dddddd;
}

.gallerydisplay li a:hover img.thumbnail{
	border:1px solid #666666;
}

#defaultimage img{
	position:absolute;
	top:0px;
	left:3px;
	z-index:-1;
	float:left;
}

#defaultimage span.maintext, #defaultimage span.gallery_text_title{
	position:absolute;
	left:5px;
	top:150px;
	z-index:-1;
	display:block;
	background-color:white;
	width:300px;
	height:65px;
	overflow:hidden;
}

/* Show only to Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#defaultimage span.maintext{
	height:50px;
}
}

#defaultimage span.gallery_text_title{
	top:120px;
	height:20px;
}