body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    
    color: #000;
    margin: 0;
}

p {
    text-align: justify;
    margin-top: 0;
}

#page {
    padding: 50px 75px 0px 75px;
    /*max-width: 40em;*/
    max-width: 800px;
}

#header {
    margin-bottom: 2em;
}

#teaser {
    clear: both;
    padding: 1.5em 0;
}
#where {
    clear: both;
    font-style: italic;
}

h1 {
    font-size: 500%;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 0;
}

h1#title {
    font-size: 275%;
	text-transform: none;
}

/*
#files dl {
    position: relative;
}
#files dt {
    font-weight: bold;
    position: absolute;
    width: 5em;
    left: 0;
}
#files dd {
    margin-left: 5em;
}
*/

td.file {
    font-weight: bold;
    padding: 0 1em;
}

div.author {
    float: left;
    margin: 0.3em 0.75em 0.3em 0em;
}

div.author a:visited {
    font-weight: bold;
}

div.affiliation {
    /*display: none;*/
    font-size: 75%;
    font-weight: normal;
}

div.affiliation a {
    font-weight: normal;
}

div.affiliation a:visited {
    font-weight: normal;
}

h1 span.subtitle {
    font-size: 75%;
    color: #aaa;
}

h1.post {
    margin-bottom: 20px;
    font-size: 400%;
}


h3 {
    clear: both;
    font-size: 200%;
    margin-top: 0.75em;
    margin-bottom: 5px;
    line-height: 150%;
    text-transform: lowercase;
}

h3 a {
    color: #69341d;
    width: 100%;
}

a {
    text-decoration: none;
    color: #FF9900;
    font-weight: bold;
}

a:visited {
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

.post-footer {
    font-weight: bold;
    color: #CCC;
}

#footer {
    margin-top: 50px;
    background: #e0e0d7;
    border-top: solid 1px #000;
    padding: 5px 75px;
}
#footer table {
    width: 95%;
    color: #000;
    margin: 0;
    font-size: 75%;
}
#footer th {
    text-align: left;
    text-transform: lowercase;
}

#about {
    width: 20em;
}

ul {
    padding: 0;
}

ul li {
	list-style:none;
	padding-left: 1em;
}

ul#recent-posts li {
	/*background:url(http://odeo.com/img/bullet-news.gif) no-repeat left top;*/
	margin-bottom:2px;
	font-size:100%;
}
