/* © Copyright 2009 Andre Englbrecht. All Rights Reserved.
 * colors:
 * Gray-Light: #e2e2e2
 * Gray-Light2: #d8d6d0;
 * Gray-Blue-Light: #e6e8ed
 * Gray-Blue-Dark: #69748c
 * Blue-Light: #98b0ed
 *
 */

body {
    background: url('/media/images/body-x.png') repeat-x white;
    font-size: 10pt;
    font-family: Geneva, Helvetica, sans-serif;
}

a, a:visited {
    text-decoration: none;
    color: #69748c;
    font-weight: bold;
}
a:hover { text-decoration: underline; color: black; }

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 12pt; }

.pagetitle {
    font-size: 14pt;
    padding: 0 0.5em;
    margin: 0 1em;
    border-bottom: 2px solid #69748c;
}

.byline {
    font-size: 8pt;
    margin-left: 1em;
    font-style: oblique;
}

blockquote {
    border: 2px solid #69748c;
    border-left: 2px solid #69748c;
    padding: 0.25em;
    padding-left: 1em;
    width: 20%;
    font-size: 10pt;
    font-style: oblique;
    float: right;
    position: relative;
}

.itemlist {
    list-style-type: none;
}
.itemlist li {
    padding: 1em 0;
}

.listtitle {
    padding: 0.25em 1em;
    font-size: 10pt;
    margin-top: 0;
    background: #69748c;
    color: white;
}

.actions {
    margin: 0 auto;
    margin-bottom: 1em;
    width: 60%;
    text-align: right;
    font-size: 8pt;
}

#header {
    text-align: center;
}

#nav { 
    margin: 2em 0;
    text-align: center;
    font-family: courier, "courier new";
}
#nav ul {
    list-style-type: none;
    list-style-position: inside;
    margin-right: 3em;
}
#nav ul li { 
    display: inline;
    padding: 0.5em 3em;
}
#nav ul li a { display: inline-block; }

#content-wrapper {
    overflow: hidden;
    background: url('/media/images/content-x.png') repeat-x bottom white;
}

#contentmain {
    margin: 0 auto;
    width: 60%;
    padding: 1em;
}

#footer {
    text-align: center;
    background: #69748c;
    border-top: 3px double white;
    margin-top: 0;
    padding: 1em;
    color: white;
}
#footer a, #footer a:visited {
    color: white;
    font-weight: bold;
}
#footer a:hover { color: black; }

/* Forms */
p.formerrors {
    background: #660000;
    color: white;
    font-weight: bold;
    border: 3px double white;
    padding: 0.5em;
}
ul.errorlist { margin: 0; color: #660000; }
form {
    border: 2px solid #69748c;
    padding: 1em;
}

input {
    width: 95%;
    font-size: 12pt;
    padding: 0.5em;
    border: 1px solid #69748c;
    background: url('/media/images/input-x.png') repeat-x white;
}

textarea {
    width: 96%;
    height: 10em;
    padding: 0.5em;
    border: 1px solid #69748c;
    background: url('/media/images/input-x.png') repeat-x white;
}

.btn {
    border: 2px solid #69748c;
    width: auto;
    padding: 0.25em;
}

