body {
    font-family:Bitstream Vera Sans,Arial,Verdana,sans-serif; font-size:11pt;
    margin:0pt;
    padding:10pt;
    padding-top:140px;
    background-color:#d89820;
}

pre {
    font-family:Bitstream Vera Sans Mono,Courier New,monospace; font-size:10pt;
    margin-top:0pt;
}

/* links */

a:link {
    text-decoration:underline;
}

a:hover {
    color:red;
}

/* heading */

div.top {
    position:absolute;
    top:0pt;
    left:0pt;
    margin:0pt;
    padding:10pt;
    width:100%;
    height:98px;
    background-image:url(/sunrise.jpg);
    background-repeat:repeat-x;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
}

div.top p.title { 
    margin:0pt;
}

div.top span.title {
    font-size:35pt;
}

div.top span.description {
    font-size:14pt;
}

div.top a {
    text-decoration:none;
    color:black;
    margin-right:10pt;
}

div.top a:hover {
    color:blue;
}


h1 {
    text-align:left;
    margin-left:-4pt;
    margin-right:-4pt;
    margin-top:0pt;
    margin-bottom:20pt;
}

h2 {
    text-align:left;
    margin-top:5pt;
    margin-bottom:2pt;
}

/* normal text */

body > p {
    max-width:600pt;
}

body > ul > li { 
                 max-width:500pt;
}

p.legal {
    font-size:9pt;
}

/* index page */

div.box {
    max-width:400pt;
    margin:8pt;
    padding:4pt;
}

#aboutbox {
}

a.more {
    display:block;
    font-size:10pt;
}

#projectlist {
}

#googlebombs {
}

#links {
}

/* project stuff */

p.project-description {
    font-style:italic;
}

/* news */

div.newsitem {
    border-width:1px;
    border-style:solid;
    border-color:#805808;
    background-color:#b07810;
    margin-bottom:2pt;
    padding:4pt;
    max-width:600pt;
}

div.newsitem > div.date {
    font-weight:bold;
    display:inline;
}

div.newsitem > div.date:after {
    content: ": "
}

div.newsitem > div.text {
    display:inline;
}

div.newsitem > p {
    margin:2pt;
}

div.newsitem span.cite {
    font-style:italic;
}

div.newsitem > div.download {
    display:list-item;
    margin-left:16pt;
}

/* other markup */

div.notice { 
    border-width:1px;
    border-style:solid;
    border-color:#f8d8d0;
    background-color:#ffefe8;
    margin:10pt;
    margin-left:50pt;
    padding:4pt;
    max-width:500pt;
}

div.notice h3 { 
    margin:2pt;
}

div.notice p { 
    margin:2pt;
}

div.code {
    border-width:1px;
    border-style:solid;
    border-color:#f8c845;
    background-color:#f0b030;
    margin:10pt;
    margin-left:10pt;
    padding:4pt;
    max-width:550pt;
    white-space:pre;
    font-family:Courier,fixed;
    font-size:10pt;
}

ul.quotes li { 
    margin-top:5pt;
    margin-bottom:3pt;
}

ul.quotes span.response {
    font-style:italic;
    font-size:9pt;
}

/* navigation */

div.copyright, div.copyright a {
    text-align:right;
    text-decoration:none;
    font-size:6pt;
    color:#b07810;
}
