/* Colors:
 *      dark-purple:    #221830
 *      bright-purple:  #442255
 *      medium-purple:  #4a4e78
 *      light-purple:   #8070b2
 *      pink:           #84466a
 *      text-purple:    #948AEE
 */

/* Classless tags */
body {
    background: #221830 none;
    color: #948aee;
    font-family: Arial, helvetica, sans-serif;
    font-size: 80%;
}

h2 {
    color: white;
    font-weight: normal;
    margin: 1ex;
    padding-bottom: 2em;
    background: url(images/line.png) bottom left repeat-x;
}

h3 {
    color: white;
}

p {
    margin: 1ex;
}

/* Header section */
.header {
    color: white;
}

/* Content section */
.content {
    background: #4a4e78 none;
    border: 1px solid black;
    width: 75%;
    float: left;
    padding: 1em;
}

.content a:link, .content a:visited {
    color: #f8a;
    text-decoration: none;
}

.content a:hover {
    color: #ffeeff;
    text-decoration: underline;
}

/* Navigation section */
.navigation {
    float: right;
    width: 9em
}

.navigation ul {
    background: #84466a none;
    border-left: 1px solid black;
    padding-left: 1em;
    margin: 0;
}

.navigation ul li {
    border: 1px solid black;
    background: #4a4e78 none;
    list-style: url(images/star-bullet.png) circle inside;
    padding-left: 1ex;
    padding-right: 1ex;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    margin-left: -2em;
    text-align: left;
}

.navigation ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/* Section break */
.ruler {
    background: url(images/line.png);
    height: 30px;
    border: none;
    margin: 0;
}

/* Leaders list */
ul.leaderlist {
    color: white;
}

ul.leaderlist li ol {
    margin-bottom: 1em;
}

/* Link list */
ul.linklist {
    text-align: center;
    margin: 0;
    padding: 0;
}

ul.linklist li {
    display: inline;
    list-style: none;
    margin-left: 1em;
    margin-right: 1em;
    white-space: nowrap;
}

/* Tables */
table {
    border-collapse: collapse;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #221830 none;
    text-align: left;
}

thead tr {
    background: #442255 none;
    border-bottom: 1px solid black;
}

td, th {
    padding-left: 1ex;
    padding-right: 1em;
}

tr.even {
    background: #321840 none;
}

tr.ruled {
    background: #222222 none;
}

/* Other */

