/* this has some overlap with comments.css and needs review */

table.topic, table.topics {
    width: 100%;
}
table.topic td, table.topics td {
    vertical-align: top;
    padding: 5px 20px 5px 5px;
}
table.topic td h1, table.topics td h2 {
    margin: 0;
    padding: 0;
}
.responses .even, .topics .even {
    background-color: #FAFAFA;
}
.responses .odd, .topics .odd {
    background-color: #F3F3F3;
}
.responses {
    margin-left: 0px;
    padding-left: 0px;
}
.responses li {
    list-style-type: none;
}
td.meta {
    width: 100px;
    margin: 4px;
}
div.meta {
    float: left;
    width: 100px;
    margin: 4px;
    padding: 4px;
}
div.topic-bulk {
    float: left;
    margin-left: 50px;
    padding: 4px;
    width: 300px;
}

.hidden { display: none; }
.thread-0 { margin-left: 0px; }
.thread-1 { margin-left: 20px; }
.thread-2 { margin-left: 40px; }
.thread-3 { margin-left: 60px; }
.thread-4 { margin-left: 80px; }
.thread-5 { margin-left: 100px; }
.thread-6 { margin-left: 120px; }
.thread-7 { margin-left: 140px; }
.thread-8 { margin-left: 160px; }

table.topics .created {
    color: #999;
    font-size: 90%;
}
table.topics .comment_stats {
    color: #999;
    border-top: 1px solid #CCC;
    font-size: 90%;
}

/* foodielink style */

.topic-date {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.topic-bulk-title a {
    font-size: 16px;
    text-decoration: underline;
    color: #e77a33;
    font-weight: bold;
}

.topic-body {
    line-height: 12px;
}

.topic-balloon {
    float: left;
    width: 58px;
    height: 61px;
    background: url(/site_media/static/img/comments_balloon.png) no-repeat;
    text-align: center;
    padding-top: 2px;
    font-size: 9px;
    color: #666;
}

.topic-balloon .count {
    font-size: 22px;
    color: #fff;
}

.topics-dotted {color: #fff; background-color: #fff; border: 2px dotted #f89037; border-style: none none dotted; border-width: 2px; margin-bottom: 20px; }

.topic-modified {
    color: #cc6633;
    font-size: 10px;
}

.topic-tags a {
    color: #666;
    font-size: 11px;
}

.topic-back {
    position: relative;
    top: -15px;
}

.topic-back a {
    font-size: 10px;
    color: #333;
}

.topic-heading, .topic-heading a {
    font-size: 18px;
    color: #000;
}

.new-topic-heading {
    font-size: 18px;
    color: #333;
}

.create-topic-btn {
    position: relative;
    top: 15px;
    left: 170px;
}
