﻿body 
{
    background-color: #eee;
    font-family: Sans-Serif;
}

a
{
    color: Black;
}

p
{
    margin: 20px 20px 20px 20px;
}

h2
{
    font-family: Geneva;
    font-weight:lighter;
}

h1
{
    font-size: 36pt;
}

.paper
{
    width: 900px;
    height: 114px;
    background-image: url(images/paper.png);
}

/*Blocks & containers*/

.container
{
    margin-left: auto;
    margin-right: auto;    
    width: 900px;
    background-color: #fff;

    behavior: url(styles/PIE.htc);
    
    -moz-box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
    -webkit-box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
    
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.main-name
{
    margin-left: auto;
    margin-right: auto;    
    width: 855px;
    top: 0px;
    position: relative;
    background-color: #cccccc;
    padding: 35px 0px 0px 45px;
}

.title-name
{
	color: gray;
	position: relative;
	top: -25px;
	font-size: 14pt;
}

.content
{
    padding: 45px 45px 45px 45px;
}

/*Search*/

.search-box
{
    border: 1px solid black;
    background-color: white;
    height: 20px;
    width: 80px;
    float: right;
}

.search-button
{
    border: 1px solid white;
    float: right;
    background-color: black;
    color: White;
    width: 20px;
    height: 20px;
}

/*Biography - home page*/

.name
{
    font-size: 35px;
}

.contact-info
{
    color: Gray;
    font-family:Verdana;
    font-size: 10pt;
    letter-spacing: 1.5px;
    padding: 0px 5px 0px 5px;
}

.portrait 
{
    float: right;
    margin: 0px 0px 5px 5px;
    border: 1px solid #ccc;
}

.bio-text
{
    width: 545px;
    float: left;
}

.bio-section
{
    width: 220px;
    float: left;
    margin: 20px 0px 0px 15px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #bbb;
    background-color: #eee;
}

p.par:first-letter
{
    font-size:150%;
}

/*Research page*/

.res-block
{
    border: 1px solid #bbb;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
}

.res-right-citation
{
    float:right;
    text-align: right;
    width:400px;
    margin: 20px 5px 20px 20px;
}

/*Other*/

.shadowed
{
    behavior: url(styles/PIE.htc);
    -moz-box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
    -webkit-box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888, -5px 5px 10px #888;
}

.light-shadowed
{
    behavior: url(styles/PIE.htc);
    -moz-box-shadow: 2.5px 2.5px 5px #ccc, -2.5px 2.5px 5px #ccc;
    -webkit-box-shadow: 2.5px 2.5px 5px #ccc, -2.5px 2.5px 5px #ccc;
    box-shadow: 2.5px 2.5px 5px #ccc, -2.5px 2.5px 5px #ccc;
}

.bottom-shadowed
{
    behavior: url(styles/PIE.htc);
    box-shadow: 0 4px 2px -2px #ccc;
}

.clear
{
    clear: both;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.text-center
{
    text-align: center;
}

.line
{
    width: 900px;
    margin-left: -45px;
    border-bottom: 1px solid #888;    
}

.short-line
{
    width: 50%;
    border-bottom: 1px solid gray;
}

.inactive
{
    color: gray;
}

/*Publications formatting*/

.year-box
{
    margin: 10px 0px 10px 0px;
}

.entry
{
    float: left;
    margin: 0px 0px 5px 0px;
}

.year
{
    float: left;
    width: 40px;
    height: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.ref
{
    float: left;
    width: 55px;
}

.cite
{
    float: left;
    width: 640px;
    margin-left: 10px;
}

/*Teaching page*/

.course-info
{
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #bbb;
    /*border-left: 1px solid #eee;*/
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    position: relative;
    left: 40px;
    width: 775px;
}

.course-title
{
    width: 900px;
    height: 20px;
    background-color: white;
    position: relative;
    left: -48px;
    padding: 3px;
}

/*Index for Publications and Presentations*/
.index
{
    background-color: #cad8e0; /*#aecde1; */
    border: 1px solid #40A9FF;
    padding: 20px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}

.index a
{
    color: Black;
}

.title-index
{
    float: left;
    display: inline-block;
}

.returnToTop
{
    background-color: #eee;
    width: 80px;
    padding: 2px;
    font-size: 9pt;
    float: left;
    margin: 5px 0px 0px 20px;	
}

.returnToTopRight
{
    background-color: #eee;
    width: 80px;
    padding: 2px;
    font-size: 9pt;
    float: right;
    margin: 5px 0px 0px 20px;
}

/*Footer*/

.footer
{
    height: 30px;
    text-align: center;
    font-size: 9pt;
    color: White;
    background: black;
    padding-top:5px;
}

.footer a
{
    color: White;
}
