/****
(c)Digitized 1999
http://www.digitized.nl
mail@digitized.nl
****/




/**************************************************************

   #content: Sets the width of the site.  Make changes here

             to convert to a fixed width site.

 **************************************************************/
 

#pane_about {
	width: 650px; 

	height: 250px;

}


.scroll-pane-about {
	width: 650px; 
	float: left;
	height: 250px;
	overflow: auto; 
	text-align: left; 
	padding-right: 0%;
}

 

#pane1 {
	width: 18%; 

	height: 350px;

}


.scroll-pane {
	width: 18%; 
	float: left;
	height: 350px;
	overflow: auto; 
	text-align: right; 
	padding-right: 1%;
}





#content {  

	height: 100%;

	min-height: 100%;

	text-align: left;

}



#content,

#width {

	/* max-width hack for IE since it doesn't understand the valid css property */

	width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  

	max-width: 1000px;

	margin: 0 auto;

}



#content[id],

#width[id] {

	width: 94%;

	height: auto;

}





/**************************************************************

   #header: Holds the site title and header images

 **************************************************************/



#header {

	position: relative;

	height: 186px;
	background: #fff url(../images/bg/header_header.jpg) repeat-x top left;

}



/* Holds the site title and subtitle */

#header #title {

	position: absolute;

	z-index: 3;

	top: 65px;

	left: 0px;


	padding: 0px;

	text-align: left;
	width: 100%;

}

.gallery_link a {
	color:#FF0000
}

#header a {
	text-decoration: none;
}

#header h1 {


	margin: 0;

	padding: 0;



	font: 200 2.0em arial;

	letter-spacing: 0px;
	


	color: #000;
	display: inline;
	

}



#header h2 {

	position: relative;

	margin: 0;

	padding: 0;

	font: 200 2.0em arial;


	letter-spacing: 0px;

	color: #474747;
	display: inline;

}





/* Sets where the header images will go */

#header img.left {

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

}



#header img.right {

	position: absolute;

	z-index: 0;

	top: 0;

	right: 0;

}



#header img.balloons {

	position: absolute;

	z-index: 2;

	top: 70px;

	right: 400px;

}



/**************************************************************

   .sideMenu: The side bar menu

 **************************************************************/



ul.sideMenu {

	margin: 0;

	padding: 0;

}



.sideMenu li {

	display: inline;



	/* Needed since IE fails when you give it list-style: none; */  

	list-style-image: url(foo.gif);

	font: 400 1.3em "times", serif;

}



.sideMenu li a {

	display: block;

	margin: 0em 0;

	padding: 3px 5px;    

	text-decoration: none;

	color: #FFF;

} 



.sideMenu li a:hover {

	color: #000;

	background: #5F5F5F;

}



/* Active menu item */

.sideMenu li.here {

	display: block;

	color: #650000;

	background: #555;

}



/* Submenu of active menu item */

.sideMenu li.here ul {

	margin: 0;

	padding: 0;

}



.sideMenu li.here ul li a {

	padding-left: 35px;

	font: 400 0.55em verdana; 

	color: #FFF;  

	background: url(../images/bg/bullet.gif) no-repeat 10px 0px;

}



.sideMenu li.here ul li a:hover {

	color: #9FF3FF;

	background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;

}








/**************************************************************

   #page: Holds the main page content.

 **************************************************************/



#page {

	float: left;

	width: 100%;

	clear: both;



	padding-bottom: 4em;

}









/**************************************************************

   #footer: The page footer - will stick to the bottom if not

            enough content.

 **************************************************************/



#footer {

	float: left;

	width: 100%;

	clear: both;



	margin-top: -3.8em;

	background: #3E3232 url(../images/bg/footer.png) repeat-x top left;
	color: #fff;

}



/* Sets the width of the footer content */

#footer #width {

	position: relative;

	z-index: 3;

	font-size: 1.0em;

	padding-top: 27px;

}


#footer a,
#footer a:visited {

	color: #fff;

}



#footer a:hover {

	color: #000;

}







/**************************************************************

   Width classes used by the site columns

 **************************************************************/



.width100 {

	width: 100%;

}



.width75 {

	width: 74%;

}



.width50 {

	width: 49.7%;

}



.width33 {

	width: 32.7%;

}



.width25 {

	width: 24.7%;

}







/**************************************************************

   Alignment classes

 **************************************************************/



.floatLeft {

	float: left;

}



.floatRight {

	float: right;

}



.alignLeft {

	text-align: left;

}



.alignRight {

	text-align: right;

}



/**************************************************************

   Generic display classes

 **************************************************************/



.clear {

	clear: both;

}



.block {

	display: block;

}



.small {

	font-size: 1.0em;

}


.bold {

	font-weight: bold;

}




.green {

	color: #A1FF45;

}



.red {

	color: #EA1B00;

}



.grey {

	color: #666;

}



.grey a {

	color: #463C30;

}



.grey a:hover {

	color: #000;

}



/**************************************************************

   Gradient

 **************************************************************/


.gradient {

	margin-bottom: 2em;

	background: #827875 url(../images/bg/gradient.png) repeat-x bottom left; 

	color: #fff;
}

.gradient h2 {

	color: #fff;
}

.gradient h3 {

	color: #fff;
}


/**************************************************************

   Generic div classes/ids

 **************************************************************/

#loading { 
	width:100%; 
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;	
	background-color:#fff;
	border:1px solid #3E3232;
	text-align:center;
}

/****

Make a div clickable

*****/

.divClick a {
	display: block;
	height: 100%;
	width: 100%; 
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
}

.divClick a:hover {
	display: block;
	height: 100%;
	width: 100%; 
	color: #000;
	text-decoration: none;
	border: 1px solid #463C30;

}


/*****
Pagination class

*********/

div.pagination {
	font-size: 1.1em;
	background-color:#fff;
	color: #fff;
	padding:15px 15px;
}

div.pagination a, div.pagination a:visited {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#3E3232;
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#C3BAB5;
	color: #3E3232;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #C3BAB5;
	color: #3E3232;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#C3BAB5;
	color: #fff;
}


/*******
Language changer

*************/



ul.lang {
	margin-top:6px;
	padding: 0px;
	display:block;
	list-style-type: none;
	font: 200 1.6em arial;
	

	
}

ul.lang li {
	float:left;
	margin-left:15px;
	border: 0px solid #333;
	padding: 0px;
	text-align:center;
	
}

ul.lang li a,
ul.lang li a:visited {
	color: #000;
	padding: 3px;
	text-decoration: none;
	border-bottom: 0px solid #C3BAB5;
}


ul.lang li a:hover {
	color: #FF0000;
	background-color: #fff;
}


/*********

Quotation

**********/


.bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #C3BAB5;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: -45px;
	padding-top: 45px;
	font-size: 700%;
	color: #C3BAB5;
}



/************

Image zoom

***********/

div.zoomdiv {
	z-index: 100;
	position: absolute;
	top:0px;
	left:0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align: center; 
	overflow: hidden;
}

img.jqzoom{
	cursor:crosshair;
	position:relative;
}


/***************

Ability

**************/

body.l {font-size: 100%; }
body.xl {font-size: 115%; }
body.xxl {font-size: 130%; }

#accessibility {
	float: left;
	text-align: left; /* depends on element width */
}

ul.fontsize {
	margin:0px;
	padding: 0px;
	display:block;
	list-style-type: none;
	font-size: 0.8em;
}

ul.fontsize li {
	float:left;
	margin-left:0px;
	border: 0px solid #333;
	padding: 2px;
	text-align:center;
}

ul.fontsize li a {
	color: #fff;
	background-color: #3E3232;
	padding: 5px;
	text-decoration: none;
}

ul.fontsize li a:visited {
	color: #fff;
	background-color: #3E3232;
	padding: 5px;
	text-decoration: none;
}

ul.fontsize li a:hover {
	color: #1a1a1a;
	background-color: #fff;
}





.pics { 
	height: 134px; 
	width:85%; 
	padding:0; 
	margin-left:0; 
	overflow: hidden; 
	text-align: center; 
	background-color: #474747; 
}

#s1 {

text-align: center; 
width:85%;
}

.pics img { 
	text-align: center; 
	padding:2px;
	margin: 0 auto; 
background-color: #474747; 

}



/****

Imagebox for gallery view

*****/

.imageBox{
	width:85%;	/* Total width of each image box */
	height:140px;	/* Total height of each image box */
	float:left;
	text-align: center;
	background-color: #fff;
	margin-left: 0px;



	
}

imageBox_theImage a:hover{
	background-color: #fff;
}
	
.imageBox_theImage a{
	background-color: #fff;
}	

.imageBoxcont{
}

.imageBox_theImage{
	width:100%;	/* Width of image */
	height:130px;	/* Height of image */
	/* 
	Don't change these values *
	*/
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	
	margin-bottom:2px;
	border: 0px solid #000;
	background-color: #474747;
	
	
	
	
}

.imageBox .imageBox_theImage{

	padding:2px;
	
}

.imageBox_label, .imageBox_label a, .imageBox_label a:visited {	/* Title of images - both selected and not selected */
	width:110px;
	text-align:center;
	font-family: verdana;
	font-size:0.9em;		
	padding-top:2px;
	margin: 0 auto;
	color: #3E3232;
	text-decoration: none;
	background-color: #C3BAB5;
}

.imageBox_label a:hover {	/* Title of images - both selected and not selected */
	width:110px;
	text-align:center;
	font-family: verdana;
	font-size:0.8em;		
	padding-top:2px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
}



.hover_img {
  border: 3px solid red;

}
.testlink {
	color: red;
  border: 3px solid black;
}


.artists_menu {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width:100%;
	height: 70px;
	
	
}
.artists_pictures {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width:100%;
	height: 64px;
	float: right;

}

.artists_pictures img {

	margin-left: 5px;
}


#artist_content ul {

	list-style-type: circle;
	padding-left: 50px;

}
 

#artist_content p {

	padding-bottom: 20px;
	padding-top: 20px;

}
 
.artist_pics_container {
width: 100px;
height: 300px;
overflow: auto;
border-bottom:0px solid #cccccc;
float: left;
margin-right: 10px;
position: relative; 

}

.homepage_box {

font-size: 1.1em;
width: 85%; 
text-align: justify;

}

