/*-----------------------------------------------------------------------------
Finger Lakes Engineering Print Master Style Sheet

version:   05.31.2008
author:    serge isaacson
email:     hello@zanzinato.com
website:   http://www.zanzinato.com/
-----------------------------------------------------------------------------*/

/* Print Styles
-----------------------------------------------------------------------------*/
body { 
    margin: .5in .65in; padding: 0;
    font: 11pt/14pt "Stempel Garamond", Times, Georgia, Palatino, serif; 
}
img { 
    border: 0;
}
#primary-content img {
    float: left;
    padding: 0 .15in .15in 0;
}
#masthead, #primary-content { 
    padding-bottom: .15in; margin-bottom: .25in;
}
#footer { 
    display: inline;
    color: gray;
    font-family: sans-serif;
    font-size: 80%;
    line-height: 11pt;
}
h1, h2, h3, h4 {
    margin: .15em 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    clear: both;
}
h1 {
    font-weight: normal;
    font-family: "Stempel Garamond", Times, Georgia, Palatino, serif; 
    color: #b31b1b;
    font-size: 200%;
    line-height: 20pt;
    margin-top: .25em;
    margin-bottom: .60em;
    border-bottom: 3pt solid #e5e5e5; 
}
h2 {
    font-size:110%;
    font-weight: normal;
    padding-bottom: .15em;
    color: #663300;
}
h3 { 
    color: gray;
}
h4 {
    font-size: 103%; 
    font-weight: bold;
    padding-top: 10pt;
}
ul, dl {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 85%;
    margin-left: 0; padding-left: 0;
}
dt {
    font-weight: bold;
    padding-top: 10pt;
}
.nobo {
    font-weight: normal;
}
dd, li { 
    color: gray;
    margin-left: 0; padding-left: 0;
}
.attn {
    border-bottom: .25pt solid #e5e5e5; 
}
a { 
    color: black; 
}
.faculty-list {
    float: right;
    padding-left: 15pt;
    margin-top: 0pt;
    font-size: 80%;
    line-height: 13pt;
}
#home #news-content { 
    float: right; 
    width: 25%;
    padding-right: 4pt;
}
#home #primary-content { 
    float: left; 
    width: 48%; 
    padding-right: 2pt;
}
#home .blurb img { 
    float: left; 
    padding-right: 12pt; 
}
.date { 
    font-size: 90%; 
}

/* Hide Styles
-----------------------------------------------------------------------------*/
hr, #skipnav, #nav, #unit-signature-links, #search-navigation, #footer-tools, #footer-directories, #side-content, #copyright-links, .vitae, .more {
    display: none;
}
#home #side-content {
    display: block;
    width: 25%; float: right;
}

