
/* Architectural styles: */

body {
    background:     silver;
}

td.page-header {
    background:     pink;
    width:          80%;
}

td.page-margin {
    width:          10%;
}

td.page-nav {
    text-align:     right;
    vertical-align: top;
}

td.page-content {
    background:     lime;
}

div.page-construction {
    background:     pink;
    border:         medium outset pink;
    font-weight:    bold;
}

td.page-footer {
    background:     cyan;
    width:          80%;
}

/* Specialty page styles: */

div#html-canvas {
    border: medium inset silver;
    background: white;
}

div#html-frame {
    border: thick outset brown;
}

div#image-canvas {
    border: medium inset silver;
    background: ivory;
    padding: 5px;
}

div#image-frame {
    border: thick outset brown;
}

/* Basic content block styles: */

div.document {
    display:    table-cell;
    border:     medium ridge brown;
    background: ivory;
    padding: 5px;
}

p.attribution {
    font-size: 0.8em;
    padding: 5px;
    opacity: 0.75;
}

span.title {
    font-weight: bold;
}

dl.data, table.data {
    border:     thin outset silver;
    background: silver;
}

div.page-links {
    padding: 10px;
}

/* Some reusable simple style definitions: */

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.spacing {
    margin: 5px;
}

img.spacing-vertical {
    margin-top: 5px;
    margin-bottom: 5px;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearance {
    /* Use in <p> or whatever below floating image and other stuff (like text)   *
     * to make sure that the containing <div> is high enough for floating image. */
    clear: both;
}

/* Outline with paragraph text to the right: */

ul.columnar-outline {
    position: relative;
}
ul.columnar-outline > li {
    font-weight: bold;
    margin-top: 10px;
}
ul.columnar-outline li p {
    font-weight: normal;
    font-style: italic;
    display: inline;
    left: 300px;
    position: absolute;
    margin: 0 0;
}

/* "Special" font classes: */

.fancy {
    font-family: Papyrus, Harrington, URW Bookman L, serif;
}

.fixed {
    font-family: courier, monospace;
}

.script {
    font-family: Lucida Calligraphy, Vivaldi, cursive;
}

