/*-------------------------------------

Version:	1.0
Author:		Sabine Roediger
email:		sabine.roediger@pixilla.org
website:	www.pixilla.org

-------------------------------------*/

html	{
	height: 100%;
}

body	{
	background:url(../gfx/bg_body.jpg) left top repeat-x #fff;
	color: #fff;
	margin: 0;
	padding:0;
	font-family: Arial, helvetica;
	font-size: 13px;
	line-height: normal;
		}
		
body p	{
	margin-bottom: 1.0em;
		}
		
body *	{
		margin: 0;
		padding: 0;
		}
		

h2		{
font-size:2.0em;
		}
		
h3 {font-size:1.6em;}
h2, h3 {color:#fff;}	
h4 {
		font-weight:normal;
		font-size:1.1em;		
		}
p {
		font-size:1.0em;
		line-height:1.2em;
		}
a {	
		text-decoration:none;
		color:#5d380c;
		}
a:hover {
		background-color:#EAE9D8;
		color:#5d380c;
		}
#navigation ul li a {
		font-size:1.2em;
		color: #696969;
		text-decoration:none;
		background-color:#fff;
		}
#navigation ul li a:hover, #navigation ul li.currentpage a {
		color: #696969;
		background:url(../gfx/bg_navi.jpg) repeat-x;
		}
#subnav ul li a {
	font-size: 1.4em;
	line-height:1.4em;
	color:#9e9e9e;
		}
#subnav ul li a:hover {
	color:#fff
	;}
	
#copyright a {	
		text-decoration:none;
		color:#5d380c;
		background:none;
		}
#copyright a:hover {
		color:#fff;
		background:none;
		}

#subnav ul li a, #subnav ul li a:hover {
		background:none;
		}
#home #subContent li {
		font-size:1.2em;
		font-weight:normal;
		line-height:1.4em;
		}
	
img {
	border: 5px solid #fff;
	;
	float: left;
}
h2, h3 {padding-bottom:0;}
ul {margin-bottom:10px;}
li {list-style:none;}
/*
----------------------------------------------------------------------------- 
MASTHEADER
-----------------------------------------------------------------------------*/
#mastheadContainer {
	height:120px;
	background:#fff;
	margin-top:0em;
		}
		
#masthead, #mainContent, #footer, #copyright {
	width:900px;
	margin:0 auto;
	position:relative
		}
#masthead {position:relative;}
#branding {
	padding-top:38px;
	height:97px;
		}
		
#branding h1#logo {
	background: url(../gfx/logo_top.gif) bottom left no-repeat;
	display:block;
	width:286px; 
	float:left;
		}
		
#branding h1 a {
	display:block;
	text-indent:-10000px;
	width:286px;
	height:51px;
	text-decoration:none;
	border-bottom:none;
	background: url(../gfx/logo_top.gif) bottom left no-repeat;
		}

/*
----------------------------------------------------------------------------- 
NAVIGATION
----------------------------------------------------------------------------- 
*/
#navigation {
	display:block;
	height:97px;
	position:absolute;
	top:0;
	right:0;
		}	
#navigation ul {	
		float:left;
		}
#navigation ul li {
		list-style:none;
		float:left;
		}
#navigation ul li a {
		display:block;
		padding:75px 15px 5px 15px;
		border-right: 1px solid #e7e7e7;
		}
#navigation ul li#first {
		border-left: 1px solid #e7e7e7;
		}
#subnav {
		float:left;
		}
#subnav ul {
		float:left;
		width:125px;
		}
#subnav ul li {
		list-style:none;
		margin:0 0 2px 0;
		padding:0;
		border-bottom:1px solid #fff;
		}
/*
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#mainContentContainer {background: url(../gfx/bg_content_default.gif) repeat-x  #3c0303;}
#mainContent {
	padding:30px 8px 20px 8px;
	overflow:hidden;
		}
#content {
		width:400px;
		min-height:300px;
		float:left;
		position:relative;
		}
#subContent {
	width:380px;
	float:right;
	position: relative;
	padding-left: 50px;
	text-align:justify;
	font-size: 15px;
		}
/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footerContainer	{
	background:url(../gfx/bg_footer.jpg) repeat-x #fff;
		width: 100%;
					}
#footer {
	height:14em;
	}
	
#footer .tag {
	padding-top:3.2em;
	width: 350px;
	float:left;
}

#footer #tagline {
	background: url(../gfx/description_bottom.gif) center left no-repeat;
	float: left;
	height: 6.5em;
	display: block;
	width: 100%;
		}
/*
----------------------------------------------------------------------------- 
COPYRIGHT
-----------------------------------------------------------------------------*/
#copyright {
	margin-top:-18px;
	display:block;
	height:50px;
	float: left;
	width: 100%;
		}
#copyright a, #copyright a:hover, #copyright a:visited, #copyright a:active
 {
 color: #fff;
 }
#copyright .left {float:left;}
#copyright .right {float:right;}
/*
----------------------------------------------------------------------------- 
FIELDSET/FORMS
-----------------------------------------------------------------------------*/
fieldset {
		margin:10px 0;  
		padding:0; 
		border:none; 
		}
legend {display:none;}
label {
		float:left;
		width:11em;
		}
fieldset p span {
		margin:0;
		font-size:0.9em;
		color:#d09e43;
		background-color:inherit;
		}
input.submit {
		margin-left:345px;
		width:125px;
		}
fieldset.checkBoxes h4 {	
		float:left;
		width:11em;
		height:5.0em;
		}
fieldset.checkBoxes div {
		width:12.35em;
		float:left;
		}
fieldset.checkBoxes label {
		width:3em;
		float:none;
		display:inline;
		}		
fieldset.checkBoxes p {
		margin:0.3em 0;
		}
fieldset #enquiry {
		width:350px;
		height:100px;
		}
#collections label {width:5em;}
/*
----------------------------------------------------------------------------- 
SPECIFC PAGE STYLES
-----------------------------------------------------------------------------*/
#home #content, #collections #content #flash {
	padding:7px;
	width:900px;
	float: left;
		}
#home h2 {padding-bottom:0.8em;}	
#home h3 {padding-bottom:1.3em;}	
#artist #subContent, #exhibitions #subContent {
		width:125px;
		float:right;
		display:block;
		}
#exhibitions #subContent img, #artist #subContent img  {display:block;}
#exhibitions #content, #artist #content {
		float:left;
		margin-left:25px;
		width:400px;
		}
#links #content li {padding:0 0 10px 0;}

.clear {clear:both;}
.gallerynav { position:relative; top:3px;}

.lang { 

width:119px;
height: 15px;
float:right;
margin-top: 35px;
font-weight: bold;
font-size: 14px;
color: #6f6f6f;
font-style:italic;
}
.lang a{ 

color: #6f6f6f;
}

#myGallery, #myGallerySet
{
	width: 460px;
	height: 460px;
	border: 1px solid #000;
	float: left;
}


#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../gfx/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../gfx/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 14px;
	margin: 0 0 0 2px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	margin: 0 0 0 2px;
	color: #eee;
	line-height: 10px;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	line-height:10px;
}

