.showgrid { background:url(/img/blueprint/grid.png) }

.center { text-align: center }
.filename { font-weight: bold }
.legend { font-size: 140% }
.warning { font-size: 110%; font-weight: bold }

.content { font-size: 140%; text-align: justify }
.content p { padding: 0 0.5em }
.content p:hover { background: #eee; }

.help-content { font-size: 140%; text-align: justify }
.help-sentence-emphasis { font-weight: bold }

.button { border:1px solid #bbb; background: #eee; padding: 0.25em 0.5em; }
.button:focus { border:1px solid #666666; }

.file { padding: 3px 0 4px }
.notice { border: 1px solid #FFD324; }

.framed { border: 1px solid #0D8800 }

#send-comment-area { margin: 1em 0; height: 16em; }

a { color: #0D8800 }
a:hover { color: #514721 }
ins { color: #000; background: #74E868; padding: 0 0.25ex; text-decoration: none }
del { color: #000; background: #FF7A73; padding: 0 0.25ex }
fieldset { padding: 1.4em; }
li { margin-bottom: 1.5em }

input#send-comment-email { border: 1px solid #BBBBBB; margin: 1em 1em 0 0; padding: 5px }
input#send-comment-email:focus { border: 1px solid #666666 }
label#send-comment-email-label { font-weight: normal }

#centered-menu {
    float: left;
    width: 100%;
    border-bottom: 1px solid #0D8800;
    overflow: hidden;
    position: relative;
    margin-top: 2em;
    margin-bottom: 3em;
}
#centered-menu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 1.25em;
}
#centered-menu ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#centered-menu ul li a {
    display: block;
    margin:0 0 0 0.5em;
    padding: 0.25em 1em;
    color: #514721;
    background: #FFF6BF;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #0D8800;
    text-decoration:none;
    line-height:1.3em;
}
#centered-menu ul li a:hover {
    background: #74E868;
    color: #514721;
}
#centered-menu ul li a.active,
#centered-menu ul li a.active:hover {
    color: #fff;
    background: #0D8800;
    font-weight: bold;
}
#centered-menu ul li a.first-menu-item {
    margin: 0;
}

