/*
 * Technophobe Theme
 * (C) 2001
 * Mike Baker <mbm@linux.com>
 *
 * $Id: technophobe.css,v 1.4 2001/08/20 01:02:33 lightn Exp $
 */

#theme:after {
        content: "Technophobe Theme";
        color: #505050;
        font-size: .5em;
        font-weight: 100;
        letter-spacing: 1.2em;
}

#space {
        border-style: hidden;
        border: 0px 0px 0px 0px;
        border-spacing: 0px;
        padding: 1px 0px 0px 0px;
}

body {
        background: #505050;
        margin: 0px;
        margin-bottom: 2em;
        font-family: arial, helvetica, sans-serif;
        text-align: center;
}
:link, :visited {
        color: #FFBB00;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
table :link, table :visited {
        color: #0000FF;
}
table, td, th, caption {
        border: 0px;
        border-spacing: 0px;
        empty-cells: show;
}
table {
        margin: auto;
        margin-bottom: 1em;
}
table:first-child {
       margin-top: 0px;
}
th, caption {
        color: #ffffff;
        background: #202020;
        font-weight: bold;
        padding: 0px 5px 0px 5px;
}
td {
        padding: 0px 5px 0px 5px;
        background: #909090;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
}
td:first-child {
        border-left: 0px;
        white-space: nowrap;

}
th a:link, th a:visited {
        text-decoration: none;
        color: #7777ff;
}
th a:before, th a:after {
        content: "/";
        color: #909090;
}
font {
        font-weight: normal;
}
h1 {
        color: #FFBB00;
        font-size: 2em;
}
pre {
        margin: 2em;
        text-align: left;
}
