/* Embedded Moose local.css for use with ikiwiki
 * Written by Josh Triplett <josh@freedesktop.org>
 * Some ideas from the Debian lighttpd index.html page. */

body {
    background: #e7e7e7;
    margin:1.75em auto;
    width:44em;
}


code {
    font-size: 14px;
}

pre {
    background-color: #C2D3E8;
}

blockquote {
    font-style:oblique;
    border-left:1px dotted;
    margin-left:0.654em;
    padding-left:0.654em;
    font-size: 16px;
}

p {
    margin: 0.6em 0em;
}

blockquote p {
    margin:1.154em 0
}

.inlinecontent {
    padding-left: 10px;
    padding-right: 10px;
}

#content {
    background: #ffffff;
    margin: 10px 0px;
    border: 2px solid #c0c0c0;
    padding: 0 10px;
    font:normal medium 'Gill Sans','Gill Sans MT','Goudy Bookletter 1911','Linux Libertine O','Liberation Serif',Candara,serif;
    font-size: 18px;
    min-height: 5em;
}

#feedlink {
    text-align: right;
}

#content > #feedlink {
    padding-top: 10px;
}

.feedbutton {
	padding: 0px 0.5em 0px 0.5em;
    font-size: 10px;
}

.header {
    font-size:22px;
    line-height:1.8em;
    font-family: sans-serif;
    background: #4b6983;
    border: 2px solid #7590ae;
    padding: 7px;
    color: #ffffff;
}

.inlineheader {
    border: 2px solid #7590ae;
    background: #4b6983;
}

.inlineheader > .header {
    font-size:16px;
    line-height:1em;
    border: 0px;
    padding: 7px;
    font-family: sans-serif;
    width:27em;
}

.header a {
    margin-right: 1ex;
    color: #ffffff;
    font-family: sans-serif;
}

.actions ul {
    border: none;
    font-family: sans-serif;
	padding: 0px;
}

.actions li {
    padding: 0 0;
}

.actions {
    display: none;
}

.inlinefooter {
    padding: 1.5em;
    font-size: 13px;
}

.inlinefooter > .actions, .inlinefooter  > .tags, .pagedate {
    margin-top: 0em;
    padding: 0em;
}
.inlinefooter > .actions, .inlinefooter  > .tags {
    padding: 0.8em 0.5em;
}

.inlinefooter  > .tags {
    position: absolute;
    bottom:0;
    right:0;
}

.inlinefooter > .actions {
    position:absolute;
    bottom:0;
    left:0;
    display: inline;
}

.inlinefooter > .pagedate {
    position: absolute;
    right: 0em;
    top: 0em;
    padding: 9px;
    color: #DDDDDD;
}

.inlinefooter {
    border: none;
    font-family: sans-serif;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
}

.inlinepage {
    position: relative;
    padding: 0px 0px;
    padding-bottom: 0px;
    border: 0px solid #aaa;
}

.pagecloud {
    width: auto;
    float: none;
	padding: 10px 10px;
}

#comments {
    margin: 0em 3em;
    font-size: 14px;
}

.comment {
    background: white;
    margin-bottom: 5px;
}

.comment-header {
    font-size: 12px;
}

.editcomment {
    padding: 15px 0;
}

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

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


