/* ========================================================================
  CSS-file
    author:              Ethan Coon
    filename:            frontpage.css
    version:             
    created:             29 December 2006
      on:                18:24:19 EST
    last modified:       29 December 2006
      at:                18:24:19 EST
    URL:                 http://www.ldeo.columbia.edu/~ecoon/
    email:               ecoon _at_ ldeo.columbia.edu
 
========================================================================*/

/* general items */
body { 
	background-color:snow;
        font-size: 101%;
} 

div.body { 
	background-color:snow;
        background-image:url('public_files/ocean_me.JPG');
        background-repeat: no-repeat;
        background-position: top right;
        min-width: 1012px;
	text-align: left;
        margin:0 auto;
	width: 1012px;
 }

div.sectionBox { 
	position: absolute;
	width: 1011px;                 
 }

div.researchBox { 
        border-style: solid;
        border-width: 1px;
        position: relative;
        width: 1011px;
        height: 234px;
	margin-top: 10px;                  
	margin-bottom: 10px;                  
	margin-right: 0px;
	margin-left: 0px;
}

img.researchImage { 
	float: left;
	border-style: dotted;
	border-width: 2px;
	width: 253px;
	height: 230px;
	margin: 0px;    
	padding-left: 30px;
	padding-right: 30px;                    
}



p.pLogoLinks { 
        text-align: left;
        font-family: 'URW Bookman L';
	font-variant: small-caps;
}

p.researchText { 
	font-size: 1.0em;                  
        float: right;            
	border-style: dotted;
        border-width: 2px;
	width: 650px;
	height: 170px;  
	margin: 0px;                    
	padding: 20px;
	padding-top: 40px;
	text-align: justify;
}


table.tableCVAddress { 
        width: 454px;
}

a.logo { 
        text-decoration: none;
        font-size: 0.9em;
}

a.links { 
        text-decoration: none;
        font-family: 'URW Bookman L';
	font-variant: small-caps;
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 0;
        padding-bottom: 0;

}

ul.links { 
        float: center;
        width: 1010px;
        height: 20px;
        list-style-type: none;
}

li { 
        display: inline;
}

hr {
        display: none;
}	


/* self-defined items */
#divEthanLogo { 
        position: relative; 

}	

#divCULogo { 
        position: relative; 
}


#divLogoLinks {
	width: 450px;
	position: relative;
        left: 4px;        
}	

#divLinksToolbar { 
	width: 100%;
        position: relative;
        left: 0px;
        top: 5px;                   
}

#divLinksToolbarLineOne { 
        border: none 0; 
	border-bottom: 2px dotted;
	border-top: 1px solid;
	width: 100%;
	height: 0px;
        position: relative;
	top: -33px;                          
}

#divLinksToolbarLineTwo{ 
        border: none 0; 
	border-top: 2px dotted;
	border-bottom: 1px solid;
	width: 100%;
	height: 0px;
        position: relative;
	top: -13px;                         
}


#email { 
        font-family:'Times New Roman';
        font-variant:normal;
}

#cv { 
        font-family:'URW Bookman L';
        font-variant:small-caps;
        font-size:1.8em;
}

#divXfemResearchBox { 
	top: 0px;
        left: 0px;
}

#divMlupsResearchBox { 
	top: 286px;
        left: 0px;
}

#divShearzoneResearchBox { 
	top: 572px;
        left: 0px;
}

#divCharlieResearchBox { 
	top: 858px;
        left: 0px;
}
