@charset "utf-8";

.carouselWrapper {
    margin-top: 12px;
    background: url("../images/frontpage/login.png") #f0f0f0 left top repeat-x;
}

.loginWrapper {
    width: 230px;
    text-align: center;
    padding-top: 60px;
}
.loginWrapper a img {
    margin-bottom: 16px;
}

.notLoginWrapper {
    padding-top: 10px;
}
.notLoginWrapper a img {
    margin-bottom: 4px;
}

.carousel {
    width: 752px;
    margin: 1px 0 1px 1px;
}
.carousel-indicators {
    right: 230px;
    top: 255px;
}
.carousel-indicators li {
    border: 1px solid #8f8f8f;
    background-color: #e4e4e4;
    background-color: rgba(228,228,228,0.25);
    width: 8px;
    height: 8px;
}
.carousel-indicators .active {
    border: 1px solid #658e0c;
    background-color: #94d20d;
}
.hotWrapper {
    margin-top: 15px;
    color: #515151;
}
.hotWrapper .caption {
    padding: 0 0 8px 4px;
    font-size: 16px;
}
.hotWrapper > div {
    height: 340px;
}
.hotSpaces {
    width: 277px;
}
.hotSpaces .thumbnails {
    margin-left: 0;
}
.hotSpaces .thumbnail {
    padding: 8px;
}
.hotSpaces .media {
    margin-top: 0;
    margin-bottom: 6px;
}
.hotPosts {
    width: 375px;
}
.hotPosts .hotPostItem {
    width: 110px;
    margin-right: 20px;
}
.hotPosts .hotPostItem.last {
    margin-right: 0;
}
.hotPosts .hotPostItem .hotPostCover {
    position: relative;
}
.hotPosts .hotPostItem .hotPostCover a {
    width: 110px;
    height: 110px;
    overflow: hidden;
    background-color: #4d4d4d;
}
.hotPosts .hotPostItem .hotPostCover a:hover {
    text-decoration: none;
}
.hotPosts .hotPostItem .hotPostCover a .resCover {
    background-color: #efefef;
}
.hotPosts .hotPostItem .hotPostCover a span {
    color: #fff;
    padding: 4px;
}
.hotPosts .hotPostItem .hotPostCover .hotPostAuthor {
    height: 24px;
    width: 110px;
    background: #000;
    background: rgba(0,0,0,0.5);        
    color: #fff;
    position: absolute;
    top: 86px;
    left: 0;
    z-index: 5;
    overflow: hidden;
}
.hotPosts .hotPostItem .hotPostCover .hotPostAuthor a {
    color: #fff;
    background-color: transparent;
}
.hotPosts .hotPostItem .hotPostCover .hotPostAuthor .avatar {
    margin-left: 4px;
    margin-right: 4px;
}
.hotPosts .hotPostItem .hotPostTitle {
    width: 110px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 4px;    
}
.hotPosts .hotPostItem .hotPostTitle a {
    color: #515151;
}
.hotChannels {
    width: 255px;
}
.hotChannels .hotChannelItem {
    position: relative;
    width: 84px;
    height: 84px;
    overflow: hidden;
    background-color: #4d4d4d;
}
.hotChannels .hotChannelItem .hotChannelTitle {
    margin-left: 7px;
    width: 70px;
    height: 28px;
    overflow: hidden;
    background: #000;
    background: rgba(0,0,0,0.5);        
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 5;    
}
.hotChannels .hotChannelItem .hotChannelTitle a {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    width: 62px;
    overflow: hidden;
    margin-left: 4px;
}
.hotChannels .hotChannelItem .resCover {
    background-color: #efefef;
}
.leftLine {
    background: url("../images/frontpage/line.png") transparent left top no-repeat;
    margin-left: 18px;
}
.hotPosts.leftLine {
    padding-left: 20px;
}
.hotChannels.leftLine {
    padding-left: 22px;
}
.cover {
    display: none;
}