/* -----------
TEMPLATES
---------- */
p.Normal.hk_menu {
    display: none;
}
a.CommandButton {
    display: none;
}


/* -----------
PAGE STYLES
---------- */
#bb-container .post {
    overflow: hidden;
}
.listing .post {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6 !important;
    margin-bottom: 4px !important;
    padding: 30px 0 !important;
}
.listing #first.post {
    border-top: none;
    border-bottom: 1px solid #e7e6e6 !important;
    margin-bottom: 4px !important;
    padding-top: 0 !important;
}
.listing #last.post {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
#bb-container .submissions {
    display: none;
}
#bb-container .listing .tags {
    display: none;
}
#bb-container .comments {
    display: none !important;
}
div.hk_inner {
    float: right;
    width: 390px;
}
.listing h3.title {
    display: none;
}
.hk_inner h3.title {
    margin-top: 0 !important;
}
.post p.hk_link {
    display: none;
}
.post p.hk_link a {
    display: block;
    width: 136px;
    height: 35px;
    background: url(images/portfolio-read-more.png) no-repeat;
    text-indent: -9999px;
}
.post p.hk_link a:hover {
    background-position: 0 -36px;
}
.post-tags a {
    color: #333 !important;
    text-decoration: none;
    font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
}
.post-tags a:hover {
    text-decoration: underline;
}

/* listings image */
.listing .post .hk_readmore_wrapper a.hk_img, .blogjapaneselisting .post .hk_readmore_wrapper a.hk_img {
    float: left;
    margin: 2px 0 10px;
    max-height: none;
    max-width: 540px;
    position: relative;
    text-align: center;
}
a.hk_img span.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/portfolio-overlay.jpg) no-repeat 100% 0 #2eb8c7;
    display: none;
    text-align: center;
    font-family: 'PTSansBold',Arial,Helvetica,sans-serif;
}
a.hk_img a {
    text-decoration: none;
    color: #333 !important;
    font-weight: normal;
}
a.hk_img span.overlay img {
    display: block;
    height: 36px;
    margin: 55px auto 7px;
    width: 35px;
}