
body {
    margin-left: 15px;
    margin-bottom: 4em;
    margin-right: 10%;
    max-width: 55em;
    color: rgb(30,0,30);
    background-image: url(images/purple_fern_bg4.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: rgb(225,220,225);
    font-family: verdana, sans-serif;
    font-size: 80%;
    line-height: 1.6em;
} 

h1 {
    font-size: 140%;
    padding-top: 2.5ex;
}


div.menubar, div.menubar_bottom { 
    float: right;
    font-size: 85%;
}


div.menubar_bottom {
    padding-top: 2ex;
}


p {
    margin-left: 15px;
    padding-top: 0.2em;
}


p#log-tagline {
    font-size: 110%;
    padding-top: 1.5ex;
}


#about {
    clear: left;
    clear: right;
}


ul.log {
    list-style-type: none;
    padding-left: 1em;
    margin-left:  30px;
}


ul.log li {
    margin-top: 3.5ex;
}   


li p {
    margin-left: 0px;
}


ul blockquote {
    font-size: 85%;
    line-height: 1.3em;
    margin-left: 2em;
    margin-right: 6em;
}    

ul.small li {
    padding-top: 0mm;
    margin-top: 0mm;
}


span.dateline {
    display: block;
    font-weight: bold; 
}

span.title, span.pronounce {
    font-style: italic;
} 



a:link {
    color: rgb(160,0,160);
    text-decoration: underline;
}


div.menubar a:link {
    text-decoration: none;
}


div.menubar a:visited {
    text-decoration: none;
}


div.menubar a:hover {
    text-decoration: underline;
}


div#thumbnails {
    padding-top: 2ex;
    padding-left: 5ex;
    padding-right: 0ex;
    width: 450px;
    height: 370px;
}

div.thumbnail  {
    margin-bottom: 0ex;
    padding-bottom: .3ex;
    padding-top: 1ex;
    width: 140px;
    text-align: center;
    float: left;
    line-height: 1.4ex;
}

span.caption {
    display: block;
}

div.thumbnail img {
    border-style: solid;
    border-color: rgb(65,0,65);
    border-width: 3px;
    height: 150px;
    width: 113px;
}

a img:hover {
    border-color: rgb(0,0,200);
}


div#joe-pic {
    clear: left;
}

div#about {
    clear: left;
}


a:visited {
    color: rgb(100,0,100);
    text-decoration: underline;
}


a:hover {
    color: rgb(0,0,200);
    text-decoration: underline;
}


a:active {
    color: rgb(200,0,0);
}


div.footnotes {
    padding-top: 3ex;
    clear: left;
    clear: right;
}





