/*----------------- CSS File For the Path of Light Yoga Site V2 --------------*/
/* For this chapter, I'm adding some font styling/additional effects          */
/* since I've used all these in other examples, I'm not going to be putting   */
/* that many comments so things are not cluttered!                            */

/* NOTE: if confused about anything, see the hands-on activities for the chapter*/

body
{

        color:#40407A;
        background-color: #F5F5F5;
        font-family: Verdana, Arial, sans-serif

}


header
{

        background-color: #80CBC4;
        background-image: url(lilyheader.jpg);
        background-repeat: no-repeat;
        background-position: right;

}


footer
{

        background-color: #80CBC4;
        font-style: italic;
        text-align: center;
        font-size: 0.80em;

}


nav
{

        font-weight: bold;
        text-align: center;

}


nav a
{

        text-decoration: none;

}


h1
{

        line-height: 400%;
        text-indent: 1.0em;

}


li, dd 
{

        font-size: 90%;

}



