/* Variables
 * Browns: #55260a > #8b6b58 
 */
/********************************************************************************/
/* Other stuff */
/********************************************************************************/

div.content {
    background-color: white;
    vertical-align: top;
    padding: 0.3125em;
    margin: 0em;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    border: 0.0625em;
    border-color: black;
    border-style: solid;
    -moz-border-radius: 0.625em;
}

h1 {
    margin-top: 0em;
    margin-bottom: 0.625em;
    color: darkblue;
}

h1.centered {
    text-align: center;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

h1.subcentered {
    font-size: small;
    font-weight: normal;
    margin-top: 0em;
    padding-top: 0em;
    text-align: center;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

h2 {
    background-color: darkgray;
    color: white;
}

p {
    margin-top: 0.3125em;
}

ul.links {
    margin-top: 0em;
    margin-bottom: 0em;
}

img.icon {
    border: 0em;
}

/********************************************************************************/
/* Header stuff */
/********************************************************************************/

body {
    background-color: #eee;
    margin: 0em;

    /* Fix IE 5/6 :hover, :active, and :focus for elements other than <a> */
    behavior:url("css/csshover2.htc");
}

table#mainTable {
/*  width:  50em;*/
    width:  95%;
    height: 100%;
    border: 0em;
    border-spacing: 0em;
    /*border-collapse: collapse;*/
    margin: 0em auto 0em auto;
    padding: 0em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
}

td.title {
    margin:0em;
    padding: 0.3125em;
}

.border {
    width:0.625em;
    padding:0em;
    border:0em;
}

/********************/

table.copyright {
    font-size: small;
    padding:0em;
    margin:0em;
    border:0em;
    width:100%;
}

table.copyright tr td {
    font-size: small;
    padding:0em;
    margin:0em;
    border:0em;
}

table.copyright tr td a img {
    vertical-align: top;
}

/********************/

td.main {
    background-color: white;
    padding: 0.625em;
    margin: 0em;
    border: 0.0625em solid black;
    vertical-align: top;
/*  -moz-border-radius: 1em;*/
}

/********************/

td.menu {
    vertical-align: top;
    padding-top: 1.25em;
    padding-left: 0em;
    padding-right: 0em;
    margin:0em;
    border:0em;
    text-align:right;
}

td.menu > a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 0.2em 0.3em 0.2em 0.5em;
/*  border-top: 0.0625em solid;
    border-bottom: 0.0625em solid;
    border-color: white; */
}
td.menu a:hover {
/*  font-size: smaller;
    font-weight: bold;
    font-style: italic; */
    background-color: #f5eccc;
    background-color: white;
    border-color: #000;
    color: darkred;
}

td.menu h1 {
    font-size: 1em;
    background-color: darkgray;
    color: white;
    margin:1em 0em 0em 0em;
    padding: 0em 0.25em 0em 0em;
    border: 0em;
}

/********************/

div.pub table {
    width: 100%;
}
div.pub table col.picture {
    width: 8em;
}

div.pub td {
    padding-bottom: 1em;
}

div.pub .pubtitle { /* title */
    display: block;
    color: darkgreen;
    font-weight: bold;
}
div.pub .pubtitle a {
    color: darkgreen;
    text-decoration: underline;
}
div.pub .pubauthors {
    display: block;
}
div.pub .pubauthors span.pubme {
    font-style: normal;
    font-weight: bold;
}
div.pub .pubjournal {
    color: darkred;
}
div.pub .puberrata,
div.pub .puberrata a
{
    color: darkred;
}
div.pub .pubsource,
div.pub .pubsource a
{
    color: darkblue;
}
div.pub .pubcomment {
    display: block;
    font-style: italic;
}
div.pub .pubcomment:before { content: "("; }
div.pub .pubcomment:after { content: ")"; }

/* Auto-showing BiBTeX */
div.pub .pubbibtex a { 
    color: purple;
}
div.pub .pubbibtex pre
{
    margin: 0em;
    padding: 0em;
    color: black;
    background-color: #eee;
    text-decoration: none;
    margin-right: auto;
}
div.pub .pubbibtex pre.show { 
    display: block;
    width: 45em;
}
div.pub .pubbibtex pre.hide { 
    display: none;
}

/*
a:link
a:visited
a:hover
a:active
a:focus
*/
/*
div.pub .pubbibtex a + pre {
    display: none;
}
div.pub .pubbibtex a:active + pre,
div.pub .pubbibtex a:focus  + pre {
    display: block;
}
*/

/********************************************************************************/
/* Regular defaults */
/********************************************************************************/

body {
    /*color: green;*/
    /*background-color: #f5f3ed;*/
    /*background-color: white;*/
    font-family: helvetica,arial,sans-serif;
    /*color: black;*/
}

img {
    border: 0em;
}

td {
    /*background-color: white;*/
    padding: 0.3125em;
    vertical-align: top;
}

table {
    border:0em;
    border-spacing:0em;
}

a {
    color: #0000cc;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: darkred;
    text-decoration: underline;
}

ul li ul {
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0em;
    padding-bottom: 0.4375em;
}

li p {
    margin-bottom: 0em;
    padding-bottom: 0em;
}

pre {
    font-family: courier;
}
