body {
    position: relative;
    padding: 80px 200px 10px 150px !important;
    font-family: 'Gentium Basic', serif;
    font-size: 1em;
    color: #666;
    background-color: #eee;
    background-image: url(http://www.liminis.net/theme/images/ionic_order-alpha.png);
    background-repeat: no-repeat;
}

#banner, #menu, #content, #contentinfo, #footer { 
    margin: auto;
}

#banner {
    position: absolute;
    top: 5em;
}

#menu, #banner {
    max-width: 60em;
}

#menu {
    text-align: right;
}

#content {
    max-width: 60em;
    min-height: 40em;
    border: thin solid grey;
    border-radius: 5px;
    padding: 1em 4em 1em 1em;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

#contentinfo {
    max-width: 60em;
    text-align: right;
    padding: 1em;
}

a:link    { color: blue; text-decoration: none;      }
a:hover   { color: blue; text-decoration: underline; }
a:visited { color: blue;                             }

h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

#menu li {
    display: inline;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

pre {
    background-color: #eee;
    border: 1px dashed grey;
    margin: 2em 1em 2em 4em;
    padding: 1em;
}

