/* --- 
TEMPLATE
--- */
.submissions {
    display: none;
}
.post .tags {
    display: none;
}
h1.module-title {
    margin-bottom: 0px !important;
}
#bb-container {
    margin-top: 15px;
}

/* --- 
LISTINGS PAGE
--- */ 
.hk_menu {
    display: none;
}
a.CommandButton {
    display: none;
}
.listing div.post {
    border: none !important;
    padding: 0 !important;
    float: left;
    width: 49%;
    margin-bottom: 3.3em !important;
}
.listing div.even {
    margin-right: 2% !important;
}
.listing h3.title {
    font-size: 14px !important;
    font-weight: normal !important;
}
.listing h3.title a {
    color: #6d6d6d !important;
    font-family: Arial, Helvetica, sans-serif;
}
.listing h3.title, .listing .hk_readmore_wrapper, .listing .byline {
    display: none;
}


/* --- 
SINGLE POST 
--- */
form[action*=bid] .post {
    border: none !important;
}
form[action*=bid] h3.title {
    color: #6d6d6d !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin: 0 10px 0 0 !important;
    line-height: 2.3em !important;
}
.title-tags {
    overflow: hidden;
    border-top: 0px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    font-size: 14px;
    margin-top: -15px;
}
.title-tags .title {
    float: left;
}
.title-tags .tags {
    float: left;
    display: block;
    margin: 0 !important;
}
.title-tags .tags span {
    font-weight: normal;
    margin-right: 5px;
    line-height: 2.3em;
}

form[action*=bid] .post img {
    margin-bottom: 10px;
}