body {
    border: 0;
    margin: 0;
    background-image: url(../img/bluebackground.jpg);
    font-family:'Georgia','Gill Sans',sans-serif;
    min-width: 690px;
    font-size: 75%;
}
a {
    text-decoration: none;
    color: #009;
}
a:hover {
    background-color: #FFFF99;
}
a:visited {
    color: default;
}
.char {
    font-family: 'Kai','Songti';
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
h1.major {
    padding-top: 10px;
    margin: 0 0 20px 70px;
    color: #666;
    font-size: 1.7em;
}
div.outerWrap {
    background-color: white;
    margin: 15px;
    padding: 10px;
    min-width: 750px;
}
div.innerWrap {
    border: 1px solid #999;
    background-color: white;
    padding: 15px;
    position: relative;
}
div#wrap {
    width: 75%;
    margin: 20px 0 0 15px;
    font-size: 1.3em;
}
div.brace {
    clear: both;
}
ul {
    list-style: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}
/*
img.authorpic {
    border: 1px solid #999;
    margin: 0 15px 0 0;
    padding: 2px;
    float: left;
    display: inline;
}
*/
/* common styles for blog entries */
div.entry p {
    line-height: 1.5em;
}
div.entry h3.title {
    margin-bottom: 15px;
}
div.entry {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;    
    border-bottom: 1px dotted #999;
}
div.entry p.more {
    padding: 0 0 0.5em 0;
    line-height: normal;
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
}
div.entry p.signature {
    padding: 2px 0 0 0;
    margin: 0;
    line-height: normal;
    color: #333;
    font-size: 0.9em;
}
div.entry p.comment,div.link p.comment {
    font-size: 0.8em;
    padding: 5px 0 0 0;
    margin: 0;
    color: #333;
    line-height: normal;
}
div.closed_entry, div.future_entry {
    background-color: #EEE;
    border: 1px solid #999;    
}
div.closed_entry h3.title:before {
    content: "CLOSED ";
}
div.future_entry h3.title:before {
    content: "FUTURE ";
}
div.entry ul {
    list-style: circle inside;
}
span.current {
    color: #666;
}
span.entryseries {
    padding-left: 30px;
}

/* only for the about page */

div#about {
    width: 700px;
    text-align: justify;
    margin: 30px 20px 0 30px;
}

/* styles for the marginal section */

div#marginal {
    float: right;
    font-size: 1em;
    text-align: right;
    margin-right: 30px;
    width: 100px;
    margin-top: 30px;
    display: inline;
}
div#marginal h3 {
    padding: 20px 0 10px 0;
}
div#homelink {
    margin-bottom: 50px;    
}
div#homelink img {
    border: none;
}
div#homelink a:hover {
    background-color: inherit;
}

/* styles for the 'logged in' box */
div.logged {
    padding: 0.5em;
    background-color: #EEE;
    border: 1px solid #999;
}
div#logged {
    width: 10em;
    font-size: 0.8em;
    position: absolute;
    top: 11.5em;
    right: 4em;    
}
div#logged p {
    padding: 0;
    margin: 0;
}
div#logged a {
    font-weight: bold;
}
/* for the custom 404 and 500 error pages*/
div#error {
    margin-top: 100px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div#error p.url {
    font-weight: bold;
}
/* for the comment post success page */
div#preview_posted h1 {
    margin: 1em 0 1em 0;
}
div#preview_posted p.note {
    margin-left: 3em;
    font-weight: bold;
}
div#preview_posted div#comment {
    width: 60%;
    margin-left: 3em;
    padding: 0.5em;
    background-color: #EEE;
}
/* These are for the little translator interest sections*/
   /* on both the contributor and author pages. */

div#translator_rels {
    clear: left;
    text-align: left;
    font-size: 90%;
}
div#translator_rels h4 {
    padding-bottom: 0.5em;
}
div#interests {
    width: 50%;
    float: left;
}
div#samples {
    width: 50%;
    float: left;
}

/* Only for the samples list page, too lazy to make another stylesheet */
li.sample {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #999;
}
li.sample p.detail {
    font-size: 80%;
    color: #666;
}
