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

 Client: 	Carib Fine Art
 Webdesign: 	Iseeyou.com
 Coding:	Iseeyou.com
 Date: 		27-11-2006

 Color:		#ba4d24 (dark red)
 Builder:	Jaimy Goetheer
 Resolution:	800x600 and higher

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


/* ------------------------------------------------------------ LAYOUT ------ */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(img/bg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #ba4d24;
}

#container {
   	width:780px;
	height: 670px;
	margin:0px auto;
	padding: 0;
	text-align:left;
}

#links {
	background: url(img/site_bg.gif) no-repeat top left;
	width: 240px;
	height: 670px;
	margin: 0;
	padding: 0;
	float:left;
}

#rechts {
	background: url(img/site_bg.gif) no-repeat top left;
	background-position: -240px 0px;
	width: 540px;
	height: 670px;
	margin: 0;
	padding: 0;
	float: right;
}

/* ------------------------------------------------------------ MENU -------- */

#menu {
	margin: 0;
	padding: 0;
}

ul#nav { 
	position:relative; 
	top:350px; 
	left:60px; 
	width:160px; 
	height:150px;
}

ul#nav li { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
	float:left; 
	text-indent:-9999px; 
} 

ul#nav li a { 
	border:0; 
	text-decoration:none; 
	display:block; 
	background: url(img/navigation_bg.gif) no-repeat; 
} 

li#home a { 
	width:160px; 
	height:30px; 
} 

li#home a:link, li#home a:visited { 
	background-position: 0px 0px; 
} 

li#home a:hover, li#home a:focus { 
	background-position: 0px -30px; 
} 


li#about a { 
	width:160px; 
	height:30px; 
} 

li#about a:link, li#about a:visited { 
	background-position: 0px -60px; 
} 

li#about a:hover, li#about a:focus { 
	background-position: 0px -90px; 
} 

li#gallery a { 
	width:160px; 
	height:30px; 
} 

li#gallery a:link, li#gallery a:visited { 
	background-position: 0px -120px; 
} 

li#gallery a:hover, li#gallery a:focus { 
	background-position: 0px -150px; 
} 

li#artists a { 
	width:160px; 
	height:30px; 
} 

li#artists a:link, li#artists a:visited { 
	background-position: 0px -180px; 
} 

li#artists a:hover, li#artists a:focus { 
	background-position: 0px -210px; 
} 

li#contact a { 
	width:160px; 
	height:30px; 
} 

li#contact a:link, li#contact a:visited { 
	background-position: 0px -240px; 
} 

li#contact a:hover, li#contact a:focus { 
	background-position: 0px -270px; 
} 

/* ------------------------------------------------------------ HEADERS ------ */

h1 {
	background: url(img/h1.gif) no-repeat top left;
	margin: 40px 0 0 36px;
	padding: 0;
	height: 167px;
	width: 473px;
}

h2 {
	background: url(img/h2.gif) no-repeat top left;
	margin: 40px 0 0 36px;
	padding: 0;
	height: 167px;
	width: 473px;
}

h3 {
	background: url(img/h3.gif) no-repeat top left;
	margin: 40px 0 0 36px;
	padding: 0;
	height: 167px;
	width: 473px;
}

h4 {
	background: url(img/h4.gif) no-repeat top left;
	margin: 40px 0 0 36px;
	padding: 0;
	height: 167px;
	width: 473px;
}

h5 {
	background: url(img/h5.gif) no-repeat top left;
	margin: 40px 0 0 36px;
	padding: 0;
	height: 167px;
	width: 473px;
}

/* ------------------------------------------------------------ STYLES ------ */

a {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: gray;
	line-height: 21px;
	text-decoration: none;
}

.kop {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a93f17;
	margin: 30px 0 0 40px;
}

.plain {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #7a7a7a;
	line-height: 21px;
	margin: 20px 30px 0 40px;
}

.plain_form {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #7a7a7a;
	line-height: 21px;
}

.subkop {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a93f17;
	margin: 20px 30px 0 40px;
}

.next, .next a, .next a:hover {

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a93f17;
	margin: 20px 0 0 20px;
}

.button1 {
	margin: 20px 1px 0 32px;
	padding: 0;
}

.button {
	margin: 20px 1px 0 1px;
	padding: 0;
}

.thumb1 {
	border: 1px dotted gray;
	padding: 4px;
	margin: 10px 0 0 53px !important;
	margin: 9px 0 0 25px;
	float: left;
}

.thumb {
	border: 1px dotted gray;
	padding: 4px;
	margin: 10px 0 0 15px;
	float: left;
}

/* ------------------------------------------------------------ FORM ------ */

form{
	margin: 20px 0 0 40px;
}

input{
    	background-color: #fff;
	border: 1px solid #a4afb3;
	color: #818181;
   	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	width: 250px;
  }

.input-alternatief{
   	background-color: #fff;
	border: 0px solid #a4afb3;
	color: #818181;
    	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
  }

select{
   	background-color: #fff;
	border: 1px solid #a4afb3;
	color: #818181;
   	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
  }

textarea{
    	background-color: #fff;
	border: 1px solid #a4afb3;
	color: #818181;
    	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	width: 250px;
	height: 150px;
  }

.button_form {
	margin: 10px 0 0 0;
	height: 20px;
	width: 250px;
	
}

#comment {
	height: 100px;
}

/* ------------------------------------------------------------ LIGHTBOX GALLERY SCRIPT ------ */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
