/*

CSS for Howtos

Rich Simms
Summer 2008

*/	
* {font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; color: #8b6914; /* golderod4 */ ; font-size: small}
h1 {font-size: 1.6em; color: white}
h2 {font-size: 1.2em; color: white; line-height: 50%; margin-left: 1em;}	
h3 {font-size: 1.2em;}	
h4 {font-size: 1.0em;}	
#page {width: 50em;}

#header  {background-image: url('../images/howto-header.jpg')}
#header   { padding: 1em; margin: 0; }

ol {list-style-type: lower-alpha;} 
/*
Drop shadow credit:  www.webtoolkit.info/css-drop-shadow.html
*/
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;  
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 0;
    }