/*
 * File: site-style.css
 * Creator: George Ferguson
 * Created: Tue Dec  6 14:38:55 2011
 * Time-stamp: <Mon Dec 12 14:44:07 EST 2011 ferguson>
 *
 * UR standard colors:
    http://www.rochester.edu/publications/graphicstandards/colors.html
  - Blue color is #00467f (0, 70, 127)
    - 75%: #4075a1 (64, 117, 161)
    - 50%: #7fa2c0 (127, 162, 192)
    - 25%: #bfd1df (191, 209, 223)
  - Yellow color is #ffdd00 (255, 221, 0)
    - 75%: #ffe640 (255, 230, 64)
    - 50%: #ffee7f (255, 238, 127)
    - 25%: #fff6bf (255, 246, 191)
 *
 * URCS style:
     http://www.cs.rochester.edu/drupal/sites/all/themes/urcs/urcs.css
 *
 */

@import url("urcs-menubar.css");

body {
    width: 860px;
    margin: 0 5% 2% 5%;
    background: white;
    color: black;
}

h1, h2, h3, a {
    color:  #00467f;
}

h1 {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover {
    color: #7fa2c0;
    text-decoration: underline;
}

#footer {
    margin-top: 10px; 
    border-top: 1px solid #808080;
    padding-top: 5px;
    text-align: center;
    font-size: smaller;
    color: grey;
}

#header {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

/* I just have to have some space between the bullets... */
li {
    margin-bottom: 1ex;
}
