body {
    text-align: center;
    font: 0.9em Verdana, Arial, sans-serif;
    line-height: 1.4em;
}

.layout {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

.left-sidebar {
    width: 180px;
    float: left;
}

.page-content {
    width: 480px;
    float: left;
    margin: 0 20px;
}

.right-sidebar {
    width: 180px;
    float: left;
}

.clear {
    clear: both;
}

.pagination .active {
    font-weight: bold;
    text-decoration: none;
}

.pagination {
    font-size: 1.2em;
    margin: 2em 0;
}

.head {
    margin-bottom: 1em;
    margin-top: 1em;
}

.site-name a {
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
}

.site-name {
    vertical-align: middle;
}


.site-description {
    margin-top: 0.5em;
    color: #666;
    font-size: 0.8em;
}

a {
    color: #08A;
}

label {
    font-weight: bold;
    display: block;
}

input, textarea {
    display: block;
}

form p {
    margin-top: 1em;
}

.intro {
    background-color: #eee;
    padding: 1em;
    font-size: 0.8em;
}

.app-details {
    margin-top: 2em;
}

.app-details h2 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

.app-details h2 {
    margin-bottom: 0.5em;
}

.app-details .created {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 0.5em;
}

.app-details .tags {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.app-details .link {
    margin-bottom: 0.5em;
}

.app-details table {
    margin: 0.5em 0;
}

.app-details td.icon {
    vertical-align: middle;
}

.app-details td.description {
    vertical-align: top;
}

.box {
    margin-bottom: 1em;
}

.page-content h2, .page-content h1 {
    font-size: 1.4em;
    font-weight: normal;
}

.errorlist {
    color: red;
    margin-top: 1em;
    margin-bottom: -1em;
    font-weight: bold;
}

.comment-details {
    margin-top: 1em;
}

.comment-details .meta {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    color: #666;
}

.comment-details .content {
    margin-bottom: 1em;
}

.ads {
    padding-top: 30px;
    text-align: center;
}

#submitter {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer {
    font-size: 90%;
}

.links {
    font-size: 60%;
}


