/* rd.css - (c) rohan drape, 2004-2010 */

html {
}

body {
 font-family: serif;
 font-size: 14pt;
 margin: 4em;
}

div.main {
}

h1, h2 {
}

table {
}

img {
}

a {
 color: #222;
}

a:visited {
 color: #444;
}

p {
}

ul {
 padding-left: 0;
}

li {
 list-style-type: none;
}

/* Classes */

.redundant {
 display: none;
}

ul.menu {
 margin: 0px; /* IE */
 padding: 0px; /* FF */
 font-weight: bold;
}

.menu li {
 list-style-type: none;
 display: inline;
}

main.d ul.menu {
}

ul.dindex {
}

.dindex li {
}

a.external {
 color: #888;
}

/* hsc3/sw-69 */
span.alias {
 color: #aaa;
 font-size: 12pt;
}

/* Card index */

dt {
 clear: both;
 float: left;
 width: 5em;
 color: #999;
}

dd {
 float: left;
 width: 32em;
}

dl.external dd {
}

/* Page footer */

p.footer {
 clear: both;
 padding-top: 3em;
 font-size: 8pt;
}

.footer a , .footer a:visited {
}

ul.brief li {
 display: inline;
 list-style-type: none;
 letter-spacing: 0.05em;
 line-height: 1.5em;
 padding: 0px 4px 0px 0px;
 margin: 0px;
}

ul.brief li a {
 text-decoration: none;
 padding: 0px 2px;
}

/* Areas */

.rf, .rf:visited {
 background-color: #c80815;     /* red (venetian) */
 color: #ffffff;                /* white */
}

.sw, .sw:visited {
 background-color: #005b99;     /* blue (swedish azure) */
 color: #ffffff;                /* white */
}

.uc, .uc:visited {
 background-color: #009246;     /* green (fern green)*/
 color: #ffffff;                /* white */
}

.ut, .ut:visited {
 background-color: #fcd116;      /* yellow (candlelight approx.) */
 color: #000000;                 /* black */
}

.external, .external:visited {
 background-color: #00B7EB;     /* cyan (subtractive primary) */
 color: #000000;                /* black */
}
