/***** BASICS *****/

@import url("structure.css");

#styleswitcher, #links, #logo { display: none; }
#content { width: auto; margin: 0px; left: 0px; }


th, td, body, select, textarea, input, #styleswitcher a:hover {
    color: black;
}


select:focus, textarea:focus, input:focus {
    border-color: white;
}

body, select, textarea, input, .navbar, pre {
    background-color: #ccc;
}

body {
   background: white;
}


#links a, #links a:visited {
    border-color: #ccc;
}

#content, .navbar select, .navbar input,
#links .active-link a, #links .active-link a:visited,
#links .link a:hover {
    background-color: white;
}

#links .active-link a, #links .active-link a:visited {
    border-color: #eee;
}

#content a, #content a:visited, #content a:active,
#links .active-link a, #links .active-link a:visited {
    color: #08b;
}

#footer, #styleswitcher, #styleswitcher a {
    color: #888;
}


select, textarea, input, .comments-by {
    border-color: #bbb;
}

#content .navbar a {
    color: #555;
}


#content a:hover, #content .navbar a:hover, dt {
    color: black;
}


h1 {
    color: #e80;
}
h2, .comments-by {
    color: #888;
}


.pic, .thumb {
    border-color: #ccc #aaa #aaa #ccc;
    background: white;
}

a:hover .thumb {
    border-color: #888;
}


#logo {
    background: url("/images/logo-light2-filled.gif");
}

#links a, #links a:visited {
    background: #ddd;
    color: #555;
}
#links .link a:hover {
    color: black;
}

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

table.roio {
   border: 1px solid #bbb;
}
table.roio tr.odd td {
   background-color: #ddd;
}
table.roio tr:hover td {
   background-color: white;
} 
#content a.dim {
   color: #888;
}
