/* This is the top bar with "Home", "Recent", search and login */
#top-menu a { font-size: 12px; color: #eee; }
#top-menu { background: #125; }
/* Default to black text in general */
body, .reset, h1, h2, body.wagn .card-slot h1, body.wagn .card-slot h2 { color: #030; }
/* Overall background/page behind the cards */
body.wagn { background: #977 url(/images/body-bg-tt.png) repeat-x; }
/*links, you can split out unvisited, or others if you want a special color/style */
a, a:link, a:visited, .card-slot a.external-link, .card-slot.line .content a.external-link, .card-slot a.email-link { color: #004080; }
/* Special link: a not yet created card is highlighted (dark red here) */
.card-slot a.wanted-card { color: #911 }
/* Title bar on cards */
.card-slot .title { font-weight: normal; }
/*You can set the styles of card contents like this:
body.wagn .card-slot.paragraph p { font-size: 14px; color: #055; } body.wagn .card-slot.paragraph h1 { font-size: 22px; color: #033; } body.wagn .card-slot.paragraph h2 { font-size: 18px; color: #044; } */
/* The rest of the card menu bar stuff */
.card-slot .card-header, .card-slot .card-header a, .card-slot .card-header .title a, .card-slot .card-header .title a:link, .card-slot .card-header .title a:visited, .card-slot .card-header .title a:hover { color: #8ec }
/* Footer on a card */
.card-slot .card-footer, .card-slot .revision-navigation, .card-slot .current { background: #7080a8; }
/* The *logo card, top-right column */
div[id="logo"] span { background: #035; }
body.wagn div[id="logo"] h1 { font-size: 24px; color: #95c0d6; }
/* The '+' joining _left and _right parts of the cardname */
.card-slot .joint { color: #08a; }
.card-slot .card-header { background: #506088 none repeat scroll 0; }
.card-slot .submenu a { color: #035; }
.help, .instruction { text-align: left; background: #CDE; }
.card-slot .comment-box { background: #CDE none repeat scroll 0; }
#main span.open-content .card-slot .closed-content .h1, #main span.open-content .card-slot .closed-content .a, #main span.open-content .card-slot .closed-content { display:none; }