/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   


/* css zen garden - "some leafs" - michael tupy - t2 graphic design - http://www.t-2.at/ */

/* this is a basic theme - works with nearly all browsers */
/* all the text is visible and easy to change */
/* the css code is overcoded and long - so its easier for css starters */

/* tested with: */
/* on mac osx: safari 1.2.2, camino 0.8b, mozilla 1.7, firefox 0.9, omniweb 4.5, ie 5.2.3, */
/* on mac os9: ns 7.0.2, ie 5.1.6, */
/* on win98:  ie 6.0.2800, ns 7.0.1, moz 1.6, firefox 0.9, opera 7.03, */


/* ie5 win - grrr - start */
body { 
	font: small serif;
	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #333;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: #444; 
/* 	background-color: #FFF; */
 	background-image: url(images/back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: left;
	margin: 0px; 
	padding: 0px;
	}
p {
	font-size: 14px; 
	line-height: 16px;
/*	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;  */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3 {
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #307082;
	/*font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; */
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
a {
	color: #307082;
	text-decoration: none; 
}
a:link,visited { 
	text-decoration: none; 
	color: #307082;
	}
a:visited:hover { 
	text-decoration: none; 
	color: #E65933;
	}
a:hover, 
a:active { 
    color: #E65933;
	text-decoration: none;
	/*
	text-decoration: underline; 
	color: #4f711f;
	*/
	}

.download {
	background: #f4fbfd;
	border: 1px dashed #307082;
	padding: 5px;
	} 	

.pubs ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.pubs ul li {
  background:url(images/newspaper.jpg) no-repeat 2px .25em;
  margin:0;
  padding: 0 0 3px 30px;
  margin-bottom:3px;
  margin-left: 10px;
  border-bottom:1px dotted #eee;
  line-height:1.4em;
  }

 
 .talks ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.talks ul li {
  background:url(images/sprechblase.gif) no-repeat 2px .25em;
  margin:0;
  padding: 0 0 3px 30px;
  margin-bottom:3px;
  margin-left: 10px;
  border-bottom:1px dotted #eee;
  line-height:1.4em;
  }
  
.talks a a:visited {
text-decoration: underline;
}
 
.publink a{
	color: #333;
	text-decoration: none;
}

.phd-details {
	border: 1px dashed #307082;
	padding: 0px 15px 5px 15px;
	background: #fafafa;
}

.publink a:hover {
	color: black;
	display:block;
	text-decoration: none;
	background: #ffdf81;
/* #D9E2E7; */
}

.pubs hr {
	height: 1px
	dashed;
	color: #AAAAAA;
}

.line {
	display:block;
	border-bottom: 1px dashed #AAAAAA;
	margin-bottom: 2px;	
	margin-top: 2px;	
}

.arrow ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.arrow ul li {
  background:url("images/icon_arrow_sm.gif") no-repeat 2px .25em;
  margin:0;
  padding: 0 0 3px 30px;
  margin-bottom:3px;
  margin-left: 10px;
  border-bottom:1px dotted #eee;
  line-height:1.4em;
  }


acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

/* major divs */
#container { 
	width: 740px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

#intro {
 	width: 450px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#supportingText {
 	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	}
	
#linkList {
  position: absolute;
  top: 375px;
  left: 0px;
 	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#linkList2 {
  position: relative;
  top: 5px;
  left: 0px;
 	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


/* minor divs */
#pageHeader {
 	width: 740px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url(images/office4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	border-right: 1px solid #aaa;    
	border-bottom: 1px solid #aaa;    
	border-left: 1px solid #aaa;    
	margin: 0px 0px 0px 0px; 
	padding: 345px 0px 0px 0px;
	}
	
#pageHeader h1 {
 	width: 600px;
	color: #307082;
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
/*	text-transform: uppercase; */
	margin: -320px 0px 0px 50px;
	padding: -150px 0px 0px 0px;
	}
	
#pageHeader h2 {
 	width: 600px;
	color: #fff;
	font-size: 11px; 
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;

	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}
		
#quickSummary {
 	width: 220px;
/* 	background-image: url(stone_24.gif);
	background-position: top center;
	background-repeat: repeat;
	background-color: #284C00;
	border: 1px solid #aaa;    
	*/
	margin: -270px 0px 10px 50px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	}

#preamble {
 	width: 490px;
	border: 1px solid #aaa;    
 	background-image: url(images/globe.jpg);/*leaf_09d.gif);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 10px 0px 0px 230px;
	padding: 10px 10px 20px 10px;
	}
	
#fotocase {
	width: 510px;
	border: 1px solid #aaa;    
	background-color: #fff;
	margin: 10px 0px 0px 230px;
	padding: 0px;
	}


#explanation,
#participation,
#benefits,
#requirements {
 	width: 490px;
	border: 1px solid #aaa;    
 	background-image: url(images/globe.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;	
	margin: 10px -10px 0px 220px;
	padding: 10px 10px 20px 10px;
	}
	
#footer {
 	width: 740px;
	color: #3B899F;
	border: 1px solid #aaa;    
 	background-image: url(images/stone_19.gif);
	background-position: center center;
	background-repeat: repeat;
 	margin: 10px -10px 20px 0px; 
	padding: 10px 0px 10px 0px; 
	text-align: center;
	}
	
#explanation p,
#participation p,
#benefits p,
#requirements p,
#fotocase p,
#preamble p {
	padding-bottom: 8px;
	padding-top: 10px;
	text-align: justify;
	}

#fotocase h3 {
	color: #307082;
	background-color: #eee;
/*  	background-image: url(images/pub.jpg);/*stone_21.gif);*/ */
	background-position: bottom center;
	background-repeat: repeat;
	border-bottom: 1px solid #BBB;
	font-size: 14px; 
	line-height: 16px;
/* 	margin: -10px -10px 4px -10px; */
	padding: 4px 4px 4px 10px;
}


#fotocase ul {
 	height: 140px;	 
	list-style: none;
}

#fotocase li {
 	float: left; 
}

#preamble h3,
#supportingText h3 {
	color: #fff;
/* #307082; */
	background-color: #307082;
/* #ddd; */
/*   	background-image: url(images/pub.jpg); */
	background-position: bottom center;
	background-repeat: repeat;
	border-bottom: 1px solid #BBB;
	font-size: 14px; 
	line-height: 16px;
 	margin: -10px -10px 4px -10px; 
	padding: 4px 4px 4px 10px;
	}
	
#quickSummary .p1 { 
	color: #fff ! important;
	font-size: 12px ! important;
	line-height: 16px;
/*	font-weight: bold; */ 

	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#quickSummary .p2 { 
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: normal;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#linkList ul {
	border-top: 1px dotted #ccc; 
	margin: 0px 0px 7px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #307082;
	background-color: #f8f8f8;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
/* 	padding: 3px 5px 3px 5px; */
	}
	
#linkList li a:link,
#linkList li a:visited {
	display: block;
	font-style: normal;
/* 	padding-right: 5px; */
	color: #307082;
	text-decoration: none;
	padding: 3px 5px 3px 15px;
}
#linkList li a:visited:hover,
#linkList li a:hover, 
#linkList li a:active {
	font-style: normal;
	padding-right: 5px;
	color: #000000;
/* #E65933; */
	text-decoration: none;
	background-color: #ffdf81;
/* ffb39e; */
	display:block;
	}
	
.c { 
	color: #307082 ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}

#linkList h3 {
	color: white;
	background-color: #307082;
 	/*background-image: url(stone_24.gif); */
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		/*font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; */
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

#linkList h4 {
	color: white;
	background-color: #307082;
 	/*background-image: url(stone_24.gif); */
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		/*font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; */
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}

	
#lselect,
#lfavorites,
#larchives,
#lresources {
	background-image: url(images/globe.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}

	
/* hovers 
	
#preamble:hover {
 	background-image: url(leaf_09f.gif);
	}

*/
	

#lresources:hover {
	background-image: url(leaf_09b.gif);
	}
