@font-face {
	font-family: 'Laudatio';
	src: url('../images/lauda.ttf');
	src: local('Laudatio'), local('Laudatio'), url('../images/lauda.ttf') format('truetype');
}


/* page overall: */

body,div,img,form,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0;
	}
p {
    margin-top: 2px;
    padding: 0;
    border: 0;  }

ul {
	padding-left: 2em;
	}

body {
	background-color: #D2C848;
	text-align: center;
	margin-top: 10px;
    font-family: Verdana, Arial, sans-serif;
	}

input, textarea	{
         font: 12px arial, helvetica;
         color:#000000;
         text-decoration: none;
         line-height: 12px;
         border:1px solid #990000;
         background-color:#ffffff;
	}

.page {
	width: 960px;
	}

#header {
    margin: 0 auto;
	text-align: left;
	font-family: 'Laudatio', Palatino, Times;
    font-weight: bold;
	margin-bottom: 4px;
    letter-spacing: 0.1em;
	}

#header h1 {
   	font-size: 32px;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration: none;
	/* header color 1: */
	color: #990000;
	}
#header a:hover {
	color: #33201D;
         }

#contentbox {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	}

/* menu: */

#menucontainer {
    width: 352px;
    padding: 2px;
    padding-left: 8px;
    background: url("../images/menu.png") left top;
}


#menu {
        margin: 0 auto;
        height:36px;
        width: 936px;
	    color: #990000;
	    /* font-family: Palatino, Times; */
	    font-size: 13px;
        font-weight:bold;
        padding-left: 24px;
        padding-top:4px;
        text-align:left;
        background: #fff;
        background: url("../images/footer.png") left top;
	}

#menu a:link, #menu a:visited {
	color: #990000;
	text-decoration: none;
	}

#menu a:hover, #menu a:active {
	color: #D2C848;
	text-decoration: none;
	}

#padding {
	padding: 24px;
    background: url("../images/page.png");
	}

#innerpage {
	/* Background image: */
	background-image: url("../images/background-1.jpg");
	background-repeat: no-repeat;
	padding: 6px;
	height: 442px;
	}

#quote {
    margin: 0 auto;
	color: #990000;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: -12px;
         margin-bottom: 0px;
         text-align:left;
         font-weight:bold;
	}

.quote1 {
    margin: 0 auto;
	color: #990000;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 12px;
    margin-bottom: 0px;
    text-align:center;
    font-weight:bold;
	}


/*
 content area:
*/

#content {
	/*background-color: #ffffff;*/
    background: url("../images/content.png") left top;
	filter: Alpha(opacity=92);
	opacity: .92;
	float: right;
	width: 500px;
	height: 420px;
	padding: 8px 8px 8px 16px;
    margin:0;
    margin-top:32px;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: auto;
    line-height: 1.618;

	}

#content p, ul, li {
	font-size: 12px;
}

#content p .center {
	padding-left:30px !important;
}

.bio p {
    line-height: 13px !important;
}

#content li {    margin: 0 0 2px 0;
		}


#cv 	{
	border-bottom: 1px solid #ccc;
         padding: 8px 0 0 0;
         }



/* heading */
#content h1 {
	font-size: 16px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #990000;
    letter-spacing:0.07em;
	}
#content h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #990000;
         letter-spacing:none;
         }

/* link colors */
#content a:link, #content a:active, #content a:visited {
	color: #C2361D;
         text-decoration: none;

}

#content a:hover {
	color: #33201D;
         text-decoration: underline;
}

#footer {
    margin: 0 auto;
    font-weight:bold;
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin-top: 4px;
    text-align: right;
    padding-bottom: 10px;
    }
#footer a {
	color: #fff;
         text-decoration:underline;
         }
#footer a:hover {
	color: #990000;
    text-decoration:none;
         }


 /* ----------- 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: #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: 100; }
#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; text-align:center; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #888; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 0;	}
#imageData #bottomNavClose{ width: 113px; float: right;  padding-bottom: 0.7em; outline: none;}

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