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

* { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body { background-color: #f0e8c4; }

/* LIGHTBOX ======================================================================================== */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: white;  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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* === END OF LIGHTBOX ==================================================================================================== */


#site_container { 
	width: 970px; 
	height: 678px;
	
	position: absolute;
	top: 20px; 
	left: 50%;
	margin: 0 0 0 -485px;
}

/* === PARAGRAPHS, LINKS, HEADERS ======================================================= */

h1 {
	font-size: 20px;
	font-family: Trajan Pro, Palatino Linotype, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 2.5;
	padding-left: 20px;
	color: #5d5d5d;
}

h1 img {
	padding: 0 3px 3px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #5d5d5d;
}

h2.plus {
	margin-top: 24px;
	font-size: 13px;
	font-weight: bold;
	color: #5d5d5d;
	clear: left;
}

h2 img, h2.plus img {
	padding: 0 1px 2px 0;
}

p {
	color: #6e6e6e;
	font-size: 12px;
	margin-top: 12px;
}

/* === HEADER =========================================================================== */

#header {
	width: 970px;
	height: 106px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#header a img.logo {
	border: none;
}

/* === CENTER CONTENT ====================================================================================== */

#shadow {
	width: 970px;
	height: 527px;
	background-image: url(layout/shadow.jpg);
	background-repeat: no-repeat;
}

.center_content {
	width: 952px;
	height: 522px;
	margin: 2px 0 0 8px;
	background-color: white;
	border: 1px solid #949494;
	border-bottom: none;
}

#content_1 {
	background-image: url(layout/colorbar_1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_1 a {
	color: #496182;
	text-decoration: none;
}

#content_2 {
	background-image: url(layout/colorbar_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_3 {
	background-image: url(layout/colorbar_3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_4 {
	background-image: url(layout/colorbar_4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_5 {
	background-image: url(layout/colorbar_5.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_6 {
	background-image: url(layout/colorbar_6.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

 /* === MAIN NAVIGATION ================================================================ */
 
#navigation {
	width: 277px;
	height: 512px;
	float: left;
	background-image: url(layout/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navigation ul.main_navigation {
	width: 265px;
	height: auto;
	margin: 12px 0 0 10px;
	list-style: none;
}

#navigation ul.main_navigation li {
	float: left;
	width: 122px;
	height: 156px;
	margin: 3px;
	background-image:url(layout/nav_shadow.jpg);
	background-repeat: no-repeat;
}

#navigation ul.main_navigation li a img {
	padding: 2px 0 0 3px;
	border: none;
}

#actual_content {
	width: 525px;
	height: 512px;
	float: left;
	background-image: url(layout/back_grad.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#subheader {
	width: auto;
	height: 50px;
}

#scrollable_content {
	width: auto;
	height: 435px;
	overflow: auto;
	margin-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: justify;
}

.cv_summary {
	width: 400px;
	height: auto;
	color: #6e6e6e;
	margin-top: 12px;
}

.cv_summary a, #content_6 a {
	color: #897388;
}

.cv_summary dt{
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
}

.cv_summary dd{
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	padding: 2px 0 2px 0;
}

.ddplus, .dtplus {
	margin-top: 12px;
}

a.pdf, a.pdf img  {
	color: #6e6e6e;
	text-decoration: none;
	border: none;
	padding-left: 60px;
}

blockquote {
	margin: 25px 0 12px 0;
}

blockquote p {
	font-size: 11.5px;
	font-style: italic;
	color: #496182;
}

cite {
	width: auto;
	height: auto;
	font-size: 11px;
	color: #496182;
	font-style: italic;
	margin-left: 240px;
}

img.portret {
	margin-left: 135px;

}

/* === TABLES ================================================================== */

table {

	height: auto;
	margin: 24px 0 24px 0;
	text-align: left;
}

th {
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
}

td {
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0 5px 0;
}

#right_image_detail {
	width: 150px;
	height: 512px;
	float: left;
}

/* === GALERIE ============================================================================================= */


dl.thumb {
	width: 220px;
	height: auto;
	border: 1px solid #b4b4b4;
	background-color: #f0f0f0;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: left;
}

img.thumbnail {
	margin: 9px;
	border: 1px solid #b4b4b4;
}

dl.thumb dd {
	width: 200px;
	font-size: 11px;
	padding-left: 10px;
	color: #6e6e6e;
}

dl.thumb dd em.sold {
	color: red;


}



/* === FOOTER ============================================================================================== */

#footer {
	width: 970px;
	height: 37px;
	background-image: url(layout/footer.jpg);
	background-repeat: no-repeat;	
	text-align: center;
}

#footer p, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 2.5;
	margin-top: 0;
}
