/* $Id: archive.css,v 1.4 2007/12/10 02:11:31 doug Exp $
 *
 * Supplemental stylesheet for Rocky Mtn 1200 Site Archive Cover Pages
 * 
 * Author: Doug Latornell
 * Start Date: 2007-11-27
 * Last Revision $Date: 2007/12/10 02:11:31 $ [UTC]
 * $Revision: 1.4 $
 */

/* This file assumes that it is applied along with the styles defined
 * in base.css.
 */

/* Top-of-page wolf logo */
div#wolf {
    margin-bottom: 15px;
    text-align: center;}
div#page {
    padding-top: 10px;}

/* Border for images that are too close in contrast to the light page
 * background colour.
 */
div#image-border {
    background-color: rgb(48,109,146);
    width: 610px;
    padding: 5px;}

/* Year link table data */
td {
    font-size: 130%;
    text-align: center;}

/* Reduce the paragraph font size to make the links on the stories
 * page look better
 */
p {
    font-size: 90%;}

/* Page maintenance credit at bottom of page */
p.maint-credit {
    font-size: 80%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: center;}

/* end of file */
