/* -*- mode: css -*- */
body {
    padding: 0;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px; 
    font-family: verdana, sans-serif;
    color: black;
    background-color: white;
}

#header {
    border: 1px solid #0099cc;
    padding: 20px;
    margin: 0;
    background: white url(/media/images/purpleflower.jpeg) no-repeat right;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#header a {
    vertical-align: middle;
    text-decoration: none;
    color: gray;
}
#header a#logo {
    font-size: 360%;
}

form {
    padding: 0;
    margin: 0;
}

#header .search {
    vertical-align: middle;
    position: absolute;
    right: 200px;
    font-size: 85%;
    text-align: right;
}

#header .search input {
    border: 1px solid #0099cc;
    background-color: white;
    -moz-border-radius: 4px;
}

#header .search input.button {
    color: #0099cc;
}

input, textarea {
    border: 1px solid #0099cc;
    background-color: white;
}

textarea {
    font-family: monospace;
}

input.button {
    color: #0099cc;
}

#menubar {
    background-color: #0099cc;
    color: white;
    padding-left: 1.5em;
    padding-right: 1.5em;
    /*    text-align: right;*/
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin: 0;
    height: 20px;
    font-size: 108%;
}

#menubar a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding-left: 0.5em;
}

#menubar a:hover {
    text-decoration: underline;
    font-weight: bold;
}

#menubar #page-actions {
    float: left;
    text-align: left;
}

#menubar #page-actions #username {
    color: gray;
    font-weight: bold;
}

#menubar #shortcuts {
    float: right;
    text-align: right;
}

.content {
    overflow: hidden;
    border: 1px solid #0099cc;
    padding: 1.5em;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.content .title {
    font-size: 167%;
    font-weight: bold;
}

.content .title-not-published {
    font-size: 167%;
    font-weight: bold;
    background-color: #ccc;
    -moz-border-radius: 10px;
}

.content .title-meta-data {
    font-size: 85%;
    color: gray;
    margin-bottom: 10px;
}

.content p {
/*    font-size: 108%;*/
}

.content a {
    text-decoration: none;
    color: #0099cc;
}

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

.content h1 {
    font-size: 167%;
    font-weight: bold;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 153.9%;
    font-weight: bold;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 138.5%;
    font-weight: bold;
    padding: 0;
/*    border-bottom: 1px solid #0099cc;*/
}

.content .entry {
    padding-bottom: 1em;
}

.content .header {
    background-color: #eee;
    -moz-border-radius: 4px;
}

.content .header-unpublished {
    background-color: #333;
    -moz-border-radius: 4px;
/*    border: 1px solid black; */
}

.content img {
    border: 0;
}

.content img.float {
    float: right;
    margin-left: 10px;
}

.content a img {
    border: 1px solid #0099cc;
}

.content a img.noborder {
    border: 0;
}

.content .subpages {
    float: right;
    -moz-border-radius: 10px;
    background-color: #eee;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content .subpages h2 {
    border-bottom: 1px solid #0099cc;
    margin-bottom: 5px;
}

.content .bazaar {
    max-width: 50%;
    float: right;
    -moz-border-radius: 10px;
    background-color: #eee;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content .bazaar ul {
    margin-left: 0px;
}

.content .bazaar li {
    list-style-type: none;
}
.content .bazaar h2 {
    border-bottom: 1px solid #0099cc;
    margin-bottom: 5px;
}

.content .bazaar .title {
    font-size: 85%;
    color: gray;
    font-weight: normal;
}

.content .bazaar .rev {
    font-size: 153.9%;
    font-weight: bold;
    padding: 2px;
    background-color: #0099cc;
    color: white;
}

.content .bazaar .date {
    font-size: 116%;
    color: black;
}
.content .bazaar .author {
    font-size: 116%;
    color: black;
}
.content .bazaar .message {
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 85%;
    color: gray;
}
p {
    padding-top: 5px;
    padding-bottom: 5px;
}
ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
}
li {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 5px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
blockquote {
    background-color: #eee;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding: 10px;
    border-left: 2px solid #999;
    font-style: italic;
}
.content .subpages ul {
    color: #0099cc;
    margin: 2px;
    padding-left: 25px;
}

.content .date {
    color: gray;
    font-size: 85%;
    padding: 0;
    margin: 0;
}

.content .content {
/*    font-size: 90%;*/
}

.content pre {
    background-color: #eee;
    font-family: monospace;
    font-size: 108%;
    padding: 0;
    margin-left: 1em;
    border: 1px solid gray;
}

/*
  .content table.codehilitetable {
  width: 80%;
  }
  */

.content table.noborder {
    border: none;
}

.content table.noborder td {
    border: none;
}

.content table.noborder td.even {
    vertical-align: top;
    margin: 10px;
    border: 1px #0099cc solid;
    -moz-border-radius: 10px;
    padding: 10px;
}

.content table.noborder td.odd {
    vertical-align: top;
    background-color: white;
    border: none;
    margin: 10px;
    padding: 10px;
}

.content table.noborder th {
    border: none;
    text-align: left;
}

.content form table {
}

.content form table td {
    border: 0;
}

.content form table th {
    border: 0;
}

.content #login-page {
    text-align: center;
    padding: 0px;
    border: 5px solid #0099cc;
    -moz-border-radius: 10px;
}

.content #login-page h1 {
    background-color: #0099cc;
    color: white;
    padding-bottom: 5px;
}

.content th {
    border-bottom: 2px solid black;
    border-right: 1px solid black;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.content th.last {
    border-right: none;
}

.content td {
    border-bottom: 1px dotted black;
    border-right: 1px dotted black;
}

.content td.last {
    border-right: none;
}

.content .error {
    border: 3px dashed white;
    background-color: red;
    color: white;
    font-family: monospace, courier;
}

.content hr {
    border: 0;
    border-top: 1px dotted black;
    height: 1px;
}

.content .error .title {
    font-size: 153.9%;
}

.content .warning {
    color: red;
    font-weight: bold;
}

.content #comments {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid black;
    padding-left: 10%;
}
.content .comment {
    margin-bottom: 10px;
}

.content .comment .header {
    padding: 4px;
    font-size: 108%;
    color: gray;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content #comments blockquote {
    margin-right: 200px;
}

.content #comments code {
    margin-right: 200px;
}

.content #comments form label {
    display: block;
}

.content #split-containers {
    width: 90%;
}

.content #split-containers #right-container, #left-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 48.5%;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.content #preview {
    clear: both;
}
#left-container {
    float: left;
    z-index: 1; /* put input in front, in case Safari users resize it */
}

#right-container {
    float: right;
}

.content #split-containers #right-container {
}

.footer {
    color: #bbb;
    text-align: center;
    font-size: 77%;
}

.footer a {
    color: gray;
}

.sidebar {
    font-size: 85%;
    border: 1px black solid;
    background-color: #eee;
    width: 30%;
    float: left;
    margin-right: 20px;
    padding: 10px;
}
