@import "base.css";

/* GLOBAL FORUM STYLES
-------------------------------------------------------------------------------- */

#forums-body {
    margin: 1.5em auto;
}

#forums-body #posts-info,
#forums-body #threads-info,
#forums-body #forums-info {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    position: relative;
}

#forums-body #posts-info a:link,
#forums-body #threads-info a:link,
#forums-body #forums-info a:link,
#forums-body #posts-info a:visited,
#forums-body #threads-info a:visited,
#forums-body #forums-info a:visited {
    text-decoration: none;
}

#forums-body #posts-info a:hover,
#forums-body #threads-info a:hover,
#forums-body #forums-info a:hover {
    text-decoration: none;
    color: #000;
}

#forums-body #threads,
#forums-body #posts,
#forums-body #forums {
    margin-top: 0em;
    padding-left: 0em;
}


/* FORUM LISTING
-------------------------------------------------------------------------------- */

#forums-body #forums .forum {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    background: #f2f8ff;
    position: relative;
}

#forums-body ul.forum-stats,
#forums-body ul.forum-desc {
    margin: 0;
    padding-left: 0em;
    list-style-type: none;
}

#forums-body ul.forum-stats li {
    color: #666;
    display: inline;
    margin-right: 0.75em;
    font-size: 0.8em;
}

#forums-body ul.forum-stats li.title {
    font-size: 1.1em;
    margin-right: 0.3em;
    font-weight: bold;
}

#forums-body ul.forum-stats li span.info {
    color: #aaa;
}

#forums-body ul.forum-stats span.info a:link,
#forums-body ul.forum-stats span.info a:visited,
#forums-body ul.forum-stats span.info a:hover {
    text-decoration: none;
    color: #aaa;
}

#forums-body ul.forum-stats span.info a:hover {
    color: #f55;
}

#forums-body ul.forum-desc li {
    display: inline;
    margin-right: 1em;
}

#forums-body ul.forum-desc li p {
    margin: 0.5em 0 0 0;
}


/* THREAD LISTING
-------------------------------------------------------------------------------- */

#forums-body #threads .thread {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    background: #f2f8ff;
    position: relative;
}

#forums-body ul.thread-stats {
    margin: 0px;
    padding-left: 0em;
    list-style-type: none;
}

#forums-body ul.thread-stats li {
    color: #666;
    display: inline;
    margin-right: 0.75em;
    font-size: 0.8em;
}

#forums-body ul.thread-stats li.title {
    font-size: 1.1em;
    margin-right: 0.3em;
    font-weight: bold;
}

#forums-body ul.thread-stats li span.info {
    color: #aaa;
}

#forums-body ul.thread-stats span.info a:link,
#forums-body ul.thread-stats span.info a:visited,
#forums-body ul.thread-stats span.info a:hover {
    text-decoration: none;
    color: #aaa;
}

#forums-body ul.thread-stats span.info a:hover {
    color: #f55;
}


/* POST LISTING
-------------------------------------------------------------------------------- */

#forums-body #posts-info a:link,
#forums-body #posts-info a:visited,
#forums-body #posts-info a:hover {
    text-decoration: none;
}

#forums-body #posts-info a:hover {
    color: #aaa;
}

#forums-body #posts .post {
    padding-top: 0.75em;
    padding-left: 0.5em;
    border-bottom: 1px solid #ccc;
}

#forums-body .post-header {
    font-size:0.8em;
    color: #aaa;
}

#forums-body .post-header .author {
    font-size:1.4em;
    color: #396181;
}

#forums-body .post-body p {
    margin-top: 1em;
    margin-bottom: 1em;
}


/* FORMS
-------------------------------------------------------------------------------- */

#forums-body form label {
    width: 20%;
    float: left;
}

