body {
    background: #77b400 url('img/pattern.png') repeat top;
    text-align: center;
    margin: 0px;
    font-family:sans-serif;
    font-size:12px;
}

img {
    border: none;
}

#wrapper {
    position: relative;
    width: 560px;
    top: 0px;
    border-top: none;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    padding: 10px;

    background: #a8ff00;
    border: 3px solid #77b400;
    border-top: none;

    color: #2f3600;
    -moz-border-radius: 0px 0px 15px 15px;
}

#header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#content a {
    color: #588a00;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#footer {
    width: 400px;
    font-size: 10px;
    margin: 5px;
    margin-right: auto;
    margin-left: auto;
}

#session {
	background: white;
    -moz-border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    height: auto;
	border: 1px dashed #77b400;
}

#session h2 {
    margin: 0px;
    text-shadow: #a8ff00 0 0 0.2em;
}

#session .avatar {
    float: left;
    width: 3em;
    height: 3em;
    margin-right: 1em;
}

.question {
    background: #c7ff5a;
    -moz-border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    min-height: 100px;
    height: auto;
}

.question h2 {
    margin: 0px;
    color: #ff9400;
    text-shadow: #a8ff00 0 0 0.2em;
}

.question p {
    margin-bottom: 0px;
}

.question .date {
    font-size: 10px;
    opacity: 0.7;
}

.question img {
    -moz-border-radius: 8px;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0px;
    margin-right: 10px;
}

.author {
    -moz-border-radius: 8px 0px 0px 8px;
    float: right;
    position: relative;
    padding-left: 0.5em;
    width: auto;
    height: 2em;
    background: #a8ff00;
    border: 1px dashed #77b400;
    font-weight: bold;
    text-align: right;
}

.author img {
    vertical-align: middle;
    float: none;
    width: 2em;
    height: 2em;
    border: none;
    margin: 0px;
    margin-left: 5px;
}

div.answer-button{
    clear:right; width: auto; height: 24px;
}

img.answer-button{
    width: 106px;
    height: 24px;
    float: right;
    margin: 0px;
}

span.answer-button {
    background: url('/util/answer-bg.png') no-repeat top;
    width: 106px;
    height: 24px;
    float: right;
    display: block;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: white;
    text-shadow: #20b500 0 0 0.4em;
}

span.answer-button:hover {
    background: url('/util/answer-bg-hover.png') no-repeat top;
    text-shadow: #c98a00 0 0 0.4em;
}

span.answer-count {
    -moz-border-radius: 6px;
    background: #b0ed3a;
    width: 106px;
    height: 20px;
    float: right;
    display: block;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: white;
}

answer-edit {
    display: none;
    clear: both;
    height: 200px;
    width: 100%;
}

.answered {
    font-style:italic;
    font-size: 11px;
    padding-top: 4px;
    opacity: 0.8;
}

.new-question {
    background: url('/util/new-question.png') top no-repeat;
    float: right;
    width: 133px;
    height: 24px;
    text-shadow: #0086ad 0 0 0.4em;
    color: white;
    padding-top: 4px;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}