/* style.css - main style sheet for Scientific Legacies */
body
{
    color: black;
    background: white;
    margin-left: 10%;
    margin-right: 10%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

td
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

li
{
    margin: 1em;
}


/* rules below taken from pgabiram stylesheet */


/* for debugging purposes... (set to 1px) */ 
div
{
    border: 0px solid;
}

/* for captioned and credited divs, must specify the width
 * (use a width class, or inline style="width: 320px") */
/* to credit and caption an image:
 * <div class="captioned left|right"><div class="credited">
 * <img> credit here</div> caption here</div> */
div.captioned, div.credited
{
    font-family: arial, sans-serif;
    color: #555555;
}

div.captioned /* a captioned photo */
{
    font-size: 1em;
    line-height: 1.3em;
}

div.credited /* a credited photo */
{
    font-size: .9em;
    line-height: 1em;
    padding-bottom: .3em; /* pad betw. credit and caption */
    font-style: italic;
    text-align: right;
}

div.captioned img {
    padding-bottom: .5em;
    background-color: white; /* override :hover highlighting */
}

div.credited img {
    padding-bottom: 0;
}

img
{
    border: none;
    margin: 0 0 0 0;
}

img.left,
div.left
{
    float: left;
    clear: left;
    margin: 0px 25px 25px 0px;
}

img.right,
div.right
{
    float: right;
    clear: right;
    margin: 0px 0px 25px 25px;
}

.address {
}

small.subtitle {
}

ol.schedule li {
    list-style-type: none;
}

ol.schedule li span {
    /* the text within a "span" in each list item is the time */
    font-weight: bold;
}

.note /* a note to the reader */
{
    font-style: italic;
}

img.pdficon {
    position: relative;
    left: 3px;
    top: 3px;
    padding-right: 4px;
    margin-top: -0.5em;
    height: 1.2em;
    width: 1.2em;
}

/* can be used with inline styles, use sparingly */
.no-text-decor :link,
.no-text-decor :visited
{
    text-decoration: none;
}

br.clear
/* use this at the end of a div to make it contain all floating elements */
{
    clear: both;
}

cite, .cite {
    font-style: italic;
}

.center {
    text-align: center;
}

strong, .strong {
    font-weight: bold;
}

em, .em {
    font-style: italic;
}


