
h1,h2,h3,h4,h5 {
    color: #0078ff;
}

body {
}

img {
    border: 0px;
}

/* Header */

div#header {
    background-repeat: no-repeat;
    height: 48px;
    margin-bottom: 2em;
}

div#header h1 {
    font-size: xx-large;
    margin: 0px;
    padding: 0px;
    border-bottom: 3pt solid #0078ff;
}

span#pageicons {
    float: right;
}

div#header form {
    float: right;
    margin-bottom: 0px;
}

div#header input#search {
    width: 10em;
}


div#header a {
    margin-top: 0px;
    background-color: #0078ff;
    color: white;
    margin-right: 0.3em;
    padding: 0.2em;
    font-weight: bold;
    padding-left: 0.4em;
    padding-right: 0.4em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#header a#rss {
    background-color: white;
    border: 0px;
}

div#header a#src {
    background-color: white;
    border: 0px;
}

div#header a#buzz {
    background-color: white;
    border: 0px;
}

div#header a#twitter {
    background-color: white;
    border: 0px;
}

div#sidebar {
    float: left;
    width: 12em;
    margin: 0px;
    padding: 0px;
    border-right: 3px solid #0078ff;
}

div#sidebar h3 {
    margin: 0px;
    padding-bottom: 0px;
    font-style: italic;
    font-size: medium;
}

div#sidebar h4 {
    margin: 0px;
    font-style: italic;
    font-size: small;
}

div#sidebar p {
    font-size: small;
    margin-top: 0px;
}

div#sidebar a {
    color: #ff9933;
}

div#sidebar a:hover {
    color: black;
    background: #ff9933;
}

div#three div#navigation {
    float: right;
    width: 13em;
}

div#three div#content {
    margin-left: 13em;
    margin-right: 14em;
}

div#two div#navigation {
    float: right;
    width: 13em;
}

div#two div#content {
    margin-right: 14em;
}


div#navigation {
    background-color: #eeeeff;
    border: 2pt solid #0078ff;
    border-radius: 10px;
}

div#navigation h3 {
    margin: 0px;
    background-color: #0078ff;
    color: white;
    font-size: medium;
    padding-left: 0.5em;

}

div#navigation ul {
    margin-top: 0px;
    padding-left: 0.5em;
    font-size: small;
}

div#navigation li {
    list-style-type: image;
    list-style-image: url("/ASSETS/icons/sm_bullet.png");
    list-style-position: inside;
    vertical-align: top;
    margin-top: 5px;
    padding-bottom: 5px;
}

div#navigation li:hover {
    background-color: #0078ff;
    color: white;
}

div#content h2 {
    background-color: #eeeeff;
    border-top: 2px solid #0078ff;
    border-bottom: 2px solid #0078ff;
    padding-left: 32px;
    background-image: url(/ASSETS/icons/d20.png);
    background-repeat: no-repeat;
    background-position: left center;
}

strong {
    color: #ff9933;
    font-style: italic;
    font-weight: bold;
}

div#navigation li.article {
    list-style-image: url("/ASSETS/icons/sm_article.png");
    padding-left: 0px;
    margin-left: 0px;
}

div#navigation li.pdf {
    list-style-image: url("/ASSETS/icons/sm_pdf.png");
    padding-left: 0px;
    margin-left: 0px;
}

div#navigation li.character {
    list-style-image: url("/ASSETS/icons/sm_character.png");
    padding-left: 0px;
    margin-left: 0px;
}

ul#search {
    margin-top: 0px;
    padding-left: 0.5em;
    font-size: medium;
}

ul#search li {
    list-style-type: image;
    list-style-image: url("/ASSETS/icons/article.png");
    list-style-position: inside;
    vertical-align: top;
    margin-top: 5px;
    padding-bottom: 5px;
}

ul#search li.pdf {
    list-style-image: url("/ASSETS/icons/pdf.png");
}

ul#search li.character {
    list-style-image: url("/ASSETS/icons/character.png");
}

div.character_profile {
    margin-bottom: 1em;
}

div.character_profile h4 {
    margin: 0px;
}

div.character_profile p {
    margin: 0px;
}

p.quote {
    font-style: italic;
    margin-left: 25px;
}

p.quote strong {
    font-weight: bold;
    font-style: normal;
    color: #0078ff;
}


div.element {
    border-bottom: 3px solid #0078ff;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

div.element h2 {
    font-size: medium;
}

div.element p {
    font-size: small;
    margin: 0px;
    padding: 0px;
}

div.element h4 {
    margin: 0px;
    font-size: medium;
}

div.characterblock {
    background-color: #ccffcc;
    border: 1px solid black;
    margin: 0px;
    padding: 2px;
    font-size: small;
    margin-bottom: 6px;
}

div.characterblock h4 {
    font-size: small;
    font-weight: bold;
    color: white;
    background-color: green;
    margin: 0px;
    margin-bottom: 6px;
}

div.characterblock p.info {
    font-size: small;
    font-style: italic;
}

div.characterblock p.skills {
    font-size: x-small;
}

div.characterblock table {
    font-size: x-small;
}

div.recentnews h2 {
    font-size: large;
    color: white;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    margin-top: 12pt;
    background-repeat: no-repeat;
    background-position: top right;
}

div.recentnews div.item h4 {
    color: #0078ff;
    font-size: small;
    margin: 0px;
    padding: 0px;
}

div.recentnews div.item p {
    font-size: small;
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
}


div.characters h2 {
    border-bottom: 4px solid #0078ff;
}

div.characters h3 {
    margin: 0px;
    padding: 0px;
    font-style: italic;
    font-weight: bold;
}

div.characters a {
    color: green;
    text-decoration: none;
}

div.characters table {
    border-spacing: 10px;
    width: 100%;
}

div.characters td {
    width: 30%;
    border: 2px solid green;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
}

div.characters table h4 {
    margin: 0px;
    color: green;
    font-weight: bold;
    font-size: medium;
}

div.characters table p {
    margin: 0px;
    font-size: small;
}

div.characters td.empty {
    border: none;
}

p.abstract {
    font-style: italic;
}

table#character_block th {
    text-align: left;
    background-color: green;
}

table#character_block td.info {
    text-align: left;
    background-color: #ddffdd;
}

table#attributes {
    width: 100%;
}

table#attributes th {
    text-align: center;
    background-color: green;
}


table#attributes td {
    text-align: center;
    background-color: #ddffdd;
}

