body {

    font-family: Geneva,Arial,Helvetica,sans-serif;
}

ul#list {
    display: inline;
}

ul#list li {
    background-color: #dba7a7;
    margin-left: 0;
    padding: 10px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.hide {
    padding: 10px;
    background-color: #8b7d7d;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul#nav {
    display: inline;
}

ul#nav li {
    display: inline;
}



ul.replies li {
    list-style: none;
    display: block;
    background-color: #ceb725;

}

#comments {
    padding: 10px;
    background-color: #fef7bd;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#user {
    padding: 10px;
    background-color: #98aa8b;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.admin {
    background-color: #8fc2bc;
    display: inline;
    padding: 10px;
}

#registration {
    padding: 10px;
    background-color: #98aa8b;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

img {
    border: 0;
}

#comsort {
    padding: 10px;
    background-color: #d6c885;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul#nav {
    padding: 10px;
    background-color: #bf85d6;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.date {
    font-size: 10px;
}

h2, a {
    text-decoration: none;
    display: inline;
}

.comment {
    font-size: 14px;
}

#IPs {
    padding: 10px;
    background-color: #85ced6;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#top {
    padding: 10px;
    background-color: #85d6a2;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#login {
    padding: 10px;
    background-color: #85d6a2;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#showing {
    padding: 10px;
    background-color: #e29359;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#errors {
    padding: 10px;
    background-color: #de382a;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#results {
    padding: 10px;
    background-color: #e29359;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gravatar {
    margin: 20px;
    
}