.login-box {
    margin-bottom: -10px;
    height: 25px;
}

.user-menu {
}

.login-menu {
    float: right;
    white-space: nowrap;
}

.Wt-auth-logged-in {
    display: inline;
}

.link {
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

.invalid {
    background-color: #EE9999;
}

.comment-info {
    font-size: 12px;
    text-transform: uppercase;
}

.author-panel {
    margin-top: 10px;
    border: 1px #528B12 dashed;
    padding: 5px;
}

.user-editor {
    margin-top: 10px;
    border: 1px #528B12 dashed;
    padding: 5px;
}

.profile-panel {
    margin-top: 10px;
    border: 1px #528B12 dashed;
    padding: 5px;
}

.comment-edit {
    width: 400px;
}

.comment-edit textarea {
    width: 360px;
}

.comment-links {
    margin-bottom: 3px;
}

.blogpost-edit {
    width: 500px;
    margin: 10x;
}

.blogpost-edit div {
    margin: 5px 0px;
}
.blogpost-edit input {
    width: 450px;
}

.blogpost-edit textarea {
    width: 496px;
    height: 150px;
}

.archive-month-title {
    color: #528B12;
    display: block;
    font-size: 1.3em;
    line-height: 1.8;
    margin-top: 15px;
    font-weight: bold;
}

.asciidoc .subtitle {
	font-size: 1.4em;
}
