
body {
	min-height: 100.1%;
	background: rgb(30,30,30);
	color: rgb(200,200,200);
	font-size: 0.8em;
	line-height: 1.8em;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#thepage {
	width: 700px;
	height: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(65,65,65);
	padding: 30px;
}

A  	{  text-decoration: none; color: white; }
A:hover	{  text-decoration: underline; color: white;}

H2 {
	font-size: 14pt;
	font-weight: normal;
}

td {
	vertical-align: top;
}

/* misc. elements  --------------------------------------- */

.subsection {
	padding-top: 20px;
	width: 700px;
	clear: right;
}

img.sideimg {
	float: right;
	margin-top: 0;	
	margin-bottom: 1em;	
	margin-left: 2em;	
	margin-right: 1em;	
	border: 1px solid rgb(80,80,80);
}

img.caption_img {
	border: 1px solid rgb(80,80,80);
}

div.caption_img {
	float:right; 
	margin-left: 2em;	
}

.caption {
  font-size: 90%;
	text-align: right;
	margin-right: 1em;
	margin-top: -3px;
}

.nav_img {
		border: 0px;
}

/* title  ----------------------------------------------- */
#top {
	height: 30px;
	width: 700px;
	color: rgb(230,230,230);
	font-size: 28pt;
}


/* menu  ------------------------------------------------ */
#menu {
	position: absolute;
  margin-top: 10px;
  width: 700px;
	height: 26px;
	color: rgb(205,205,205);
	font-size: 12pt;
	border-bottom: 1px solid rgb(80,80,80); 
}

#menu A:hover {
	border-bottom: 1px solid rgb(205,205,205); 
}

#menu .nav_img_active {
	border: 0px;
}

#nav_about {
	margin-left: 0px;
	display: inline;
}

#nav_research {
	margin-left: 15px;
	display: inline;
}

#nav_gallery {
	margin-left: 15px;
	display: inline;
}


#nav_email {
	position: absolute;
	right: 0px;
	display: inline;
}

/* bottom  ---------------------------------------------- */
#bottom {
	width: 700px;
	margin-top: 100px;
	border-top: 1px solid rgb(80,80,80); 
	color: rgb(180,180,180);	
	text-align: right;
	font-size: 10px;
}

/* welcome  --------------------------------------------- */
#welcome {
	padding-top: 40px;
	height: 300px;
}

#welcome .caption_img {
	margin-top: 10px;
	height: 170px;
	width: 170px;
	margin-right: 3px;
}

#welcome .caption {
  font-size: 10px;
	text-align: right;
	margin-right: 1em;
	margin-top: -3px;
	color: rgb(180,180,180);
}

#welcome H3 {
	padding-top: 0.5em;
}

/* about  --------------------------------------------- */
#about {
	padding-top: 80px;
	min-height: 300px;
}

#about H3 {
	margin-top: 0em;
}

#about table {
	border: 0;
}

#about .caption {
	text-align: center;
	margin-bottom: 3em;
	margin-top: -5px;
	margin-right: 0px;
  font-size: 80%;
}
#about .caption A {
		color: rgb(200,200,200);
}

/* fotos  ----------------------------------------------- */
#fotos {
		padding-top: 80px;
}

#fotos div.caption_img {
	float:none; 
	margin-top: 1em;
	margin-left: 0em;	
}

#fotos .caption {
  font-size: 90%;
	text-align: right;
	margin-top: -3px;
	padding-right: 65px;	
}

#fotos .large_foto {
	display: block;
	border: 1px solid rgb(80,80,80);
	margin-left: auto;
	margin-right: auto;
}

#fotos .large_foto_caption {
	margin-bottom: 5px;
        text-align: center;
        font-size: 12px;
        color: rgb(180,180,180);
}

#fotos .backlink {
	text-align: center;
	font-size: 10px;
	color: rgb(180,180,180);	
}


/* gallery  ------------------------------------------------- */
#gallery {
	padding-top: 60px;
}

#gallery div.caption {
  font-size: 80%;
        text-align: right;
        margin-right: 1em;
        margin-top: -3px;
}

#gallery table.tag_gallery {
    width: 700px;
}

#gallery td.tag_gallery {
    vertical-align: middle;
    text-align: center;
    background: black;
    width: 200px;
    height: 200px;
    padding: 10px;
}

#gallery td.tag_preview {
    background: black;
    width: 200px;
    height: 190px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 0px;
}

#gallery DIV.year {
    display:inline;
    font-size: 8pt;
    margin-left: 8px;
/*     margin-top: -5px; */
/*     padding-right: 30px; */
/*     float:right; */
    color: rgb(160,160,160);
}


#gallery img{
    border: 1px solid rgb(80,80,80);
}

#gallery img.detail{
    border: 0px;
}


#gallery H1 {
    font-size: 14pt;
    font-weight: normal;
}

#gallery H2 {
    font-size: 12pt;
    font-weight: normal;
}

#gallery div.text {
    display: block;
    width: 650px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#gallery div.detail {
    background: black;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#gallery div.img_title {
    width: 680px;
    display: block;
    font-weight: bold;
    padding-left: 20px;
    padding-top:5px;
}
#gallery div.img_description {
    display: block;
    width: 680px;
    padding-left: 20px;
    padding-bottom: 15px;
}

#gallery div.copyright {
    display: none;
    width: 680px;
    padding-left: 20px;
    padding-bottom: 15px;
}

/* email  ----------------------------------------------- */
#email {
	padding-top: 80px;
	min-height: 300px;
}

#email .email_table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#email input {
	background: rgb(180,180,180);
	color: black;
        border: 1px solid rgb(30,30,30);
	width: 400px;
	margin-bottom: 5px;
	height: 16px;
}

#email textarea {
	margin-bottom: 5px;
	background: rgb(180,180,180);
	color: black;
        border: 1px solid rgb(30,30,30);
	width: 400px;
}

#email .button {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #5D5D5D;
	background-position : bottom;
	width: 100px;
	height: 20px;
}


/* research  -------------------------------------------- */
#research {
	padding-top: 80px;
        min-height: 300px;
        margin-left: 20px;
}


#research DIV.section {    
    clear: right;
    padding-right: 20px;
    margin-bottom: 4em;
}

#research DIV.caption_img {
    float:right; 
    margin-left: 4em;	
    margin-top: 2em;	
    margin-bottom: 2em;	
}

#research IMG {  
    border: 1px solid #666666; 
}

#research DIV.caption {
    font-size: 80%;
    text-align: right;
    margin-right: 5px;
    margin-top: 4px;
}


