
/* used http://www.humboldt.edu/~jpv1/styles/main.css for inspiration,
 *    then backpedaled from that to simplify it;
 * ...and using examples adapted from
 *    http://www.csstutorial.net/css_tutorial_part1.php
 * ...as well, in trying to get this operational!
 *
 * modified by: Sharon M. Tuttle, st10@humboldt.edu
 * last modified: 3-22-09 - trying to format Parish address under
 *                          its title
 *                3-16-09 - initial version (based on 3-16-09
 *                          main.css for St. Mary's School)
 */

/********************* LAYOUT DIVS ***********************/

body 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    color: #333333;
    background-image: url('../images/stmaryschurch5.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*background-color: #FFFFC0;*/
    /*background-position: 6cm 0.3cm;*/
}

p 
{
    width: 80%;
}

li 
{
    list-style-type: disc;
    line-height: 150%;
}

h1 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    font-weight: bold;
    /*color: #000000;*/
    color: rgb(0, 0, 200);
}

h2 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: bold;
    /*color: #000000;*/
    color: rgb(0, 0, 200);
}

/**************** Pseudo classes ****************/

a:link 
{
    color: #0066CB;
    text-decoration: underline;
    font-weight: bold;
}

li:link 
{
    color: #0066CB;
    /*text-decoration: none;*/
    text-decoration: underline;
    font-weight: bold;
}

a:visited 
{
    color: #47268A;
    text-decoration: underline;
    font-weight: bold;
}

li a:visited 
{
    color: #47268A;
    /*text-decoration: none;*/
    text-decoration: underline;
    font-weight: bold;
}

a:hover 
{
    color: #000000;
    font-weight: bold;
}

li a:hover 
{
    display: block;
    color: #000000;
    font-weight: bold;
}

a:active 
{
    color: rgb(255, 0, 102);
    font-weight: bold;
}

/************************* ID's *************************/

#navigation 
{
    float: left;
    width: 250px;
    /*height: 600px;*/
    margin: 0;
    margin-top: 0px;
    /*border-right: 2px solid #000000;*/
    font-weight: normal;
}

#centerDoc 
{
    /*position: absolute;*/
    padding: 10px 10px 10px 20px; /*top right bottom left*/
    border-left: 2px solid #000000;
    margin-top: 180px;
    margin-left: 250px;
} 

#contact 
{
  width: 1200px;
  /*margin: 0 auto 10em;*/
  text-align: center;
}

/**** classes? ***/
.sublist
{
    font-size: 0.75em
}

.no_space_under
{
    margin-bottom: 0;
}

.no_space_above
{
    margin-top: 0;
}
