/* CSS Document for Susan Finger's Website */

/*shared elements*/
html {	 }
	 
BODY, P, OL, UL, LI, H1, H2, H3, H4, H5, A, B, blockquote
{
        font-family:  "Arial", "Sans-serif", "Helvetica";
        font-size: 10pt;
        line-height: 11pt;
        color:#000088;
 	    text-align: left;
		letter-spacing: 1px; 
}
	
B   {
	text-align: left; 
	font-weight: bold;
	}

A:link             {color:#008888; text-decoration: none;    border-color:#FFFFFF; }
A:visited          {color:#008888; text-decoration: none;       }
A:active           {color:#008888; text-decoration: underline;  }
A:hover            {color:#008888; text-decoration: underline;  }

A.sm: link             {font-size: 8pt; color:#008888; text-decoration: none;    }
A.sm: visited          {font-size: 8pt; color:#008888; text-decoration: none;       }
A.sm: active           {font-size: 8pt; color:#008888; text-decoration: underline;  }
A.sm: hover            {font-size: 8pt; color:#008888; text-decoration: underline;  }


div {
		border-style:none;
		border-width:none;
		border-color:#cccccc;

		margin-bottom: 5px ;
		margin-top: 5px ;
		margin-left: auto ; 
		margin-right :auto ;

		padding-top: 10px; 
		padding-bottom: 10px; 
		padding-right: 10px;
		padding-left: 10px;
		
		max-width: 800px;
		text-align: left; 
}

#container { 
		background-image:url(../images/doublebridge.jpg);
		background-repeat:repeat-y;

		max-height:100%;
		max-width: 800px;

		margin-bottom: 0px ;
		margin-top: 0px ;
		margin-left:  auto; 
		margin-right :auto;

		padding-top: 5px; 
		padding-bottom: 5px; 
		padding-right: 5px;
		padding-left: 5px;
}		
 
#top {
		border:none;
		margin-bottom: 0px ;
		margin-top: 0px ;
		border-style:none;
		
		max-width: 100%;
		height:60px;

		padding-top: 0px; 
		padding-bottom: 0px; 
		padding-right: 0px;
		padding-left: 0px;
 }

#bottom {
		border-bottom-style:solid;
		border-bottom-width:thin;
		border-bottom-color:#cccccc;
		
		border-top-style:solid;
		border-top-width:thin;
		border-top-color:#cccccc;

        font-size: 8pt;
 }

#menu { 
		border-top-style:solid;
		border-top-width:thin;
		border-top-color:#cccccc;

		border-bottom-style:solid;
		border-bottom-width:thin;
		border-bottom-color:#cccccc;
		
		padding-top: 0px; 
		padding-bottom: 0px; 
		padding-right: 5px;
		padding-left: 5px;
		
		font-size: 8pt;
    	text-align: center;
}


#general {  }

#intro {  }

#affiliation {  }

#engineering {  }

#outreach {  }

#publications {  }

#misc {  }

#research {  }
 
#past {  }
#garden { width: 510px; }

#garden1 {   background-image:url(../images/whitelily.jpg); 	width: 500px; 	height:400px; }
#garden2 {   background-image:url(../images/blueiris.jpg);    width: 500px; 	height:400px; }
#garden3 {   background-image:url(../images/rosesfromthealley.jpg); width: 500px; 	height:400px;}
#garden4 {   background-image:url(../images/benchinsnow.jpg); width: 500px; 	height:400px;}
#garden5 {   background-image:url(../images/towardshed.jpg); width: 500px; 	height:400px;}


