/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */
body {
    background-color: #eef;
}

#sidebar {
    margin: 0px;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
}
#sidebar ul {
    list-style: None;
    border-bottom: 1px solid black;
    background: white;
    padding: 3px 3px 3px 2em;

}
#sidebar ul li{
    display: inline;
    position: relative; 
    top: 4px; 
}
#sidebar ul li span.selflink{
    padding: 4px 1em;
    background: white;
    border: 2px solid black;
    border-bottom: none;
}
#sidebar ul li a{
    color: black;
    background: #ddd;
    padding: 3px 1em;
    text-decoration: none;
    border: 1px solid black;
    border-bottom: none;
}

#sidebar ul li a:hover {
    background: #ccf;
}

#feedlink {
    display: None;
}

h1 {
    font-size: 120%;
    text-transform:capitalize;
}
h2 {
    font-size: 110%;
}
h3 {
    font-size: 100%;
}

h1, h2, h3, h4, h5{
    color: #036;
    /*width: 38%; golden ratio :-) */
    /* text-transform:capitalize; */
}

h1 a, h2 a {
}

.inlinepage {
    padding: 10px;
    margin: 5px;
    border: 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.syntax {
    background-color: #eef;
    padding: 0.5em;
    border: 1px solid black;
}
span.synStatement {
    color: green;
}
span.synIdentifier, span.synType {
    font-weight: bold;
}
span.synConstant {
    color: purple;
}

span.synPreProc {
    color: blue;
}

span.synComment{
    color: red;
}


#wrap {
    margin-left: 5em;
    margin-right: 5em;
    background-color: white;
    border: 1px solid #aaa;
    padding: 2px;
}
#content {
    padding: 0 10px 0 10px;
    margin: 0 10px 20px 10px;
    border-left:  1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    clear:both;
}
#pageinfo {
    border-top: 1px solid #e0e0e0;
}

.pre {
    white-space:pre;
    font-family:monospace;
}
