/* AmuseWiki specific CSS */

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 50px;
}

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
}

body {
    padding-top: 70px;
}

div#preamble p {
    margin: 0;
    padding: 0;
}

div#preamble {
    padding-bottom: 20px;
}

p.tableofcontentline {
    margin: 0px 1em;
    text-indent: -1em;
}

p.tableofcontentline a{
    color: black;
}

div#htmltextbody {
    margin-top: 40px;
}

div.float_image_r,div.float_image_l {
    margin: 3px;
}

div.float_image_r {
    margin-left: 12px;
}

.error, .mandatory {
    color: #8b0000;
}

.feed {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

div#footer {
    margin-top: 50px;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #efefef;
}

img.amw-navlogo-img {
    padding: 5px 5px;
    height: 50px;
}

img.amw-logo-img {
    height: 25px;
    padding: 0px;
}

a.amw-navlogo:hover {
    text-decoration: none;
}

ul.latest-entries {
    list-style-type: none;
}

ul.latest-entries li {
    padding-top: 4px;
}

blockquote {
    border-left: none;
    margin-bottom: 10px;
}

#special-pages-logo {
    text-align: center;
}

#special-pages-logo-img {
    width: 110px;
    padding-top: 30px;
}

/* Tweak the headers in the text */
#thework > h2 {
    font-size: 22pt;
    font-weight: bold;
}

#thework > h3 {
    font-size: 18pt;
    font-weight: bold;
}

#thework > h4 {
    font-size: 14pt;
    font-weight: bold;
}

#thework > h5 {
    font-size: 12pt;
    font-weight: bold;
}

#thework > h6 {
    font-size: 10pt;
    font-weight: bold;
}

.amw-listing-item {
    margin-bottom: 1px;
}

.amw-diff-context {
    color: #999;
}

.amw-diff-deletion {
    color: red;
}

.amw-diff-insertion {
    color: green;
}

