﻿/**
 * Theme Name: bcChangbiMain
 */

@import url('content-style.css');
@import url('comment.css');

/* ==========================================================================
   Common
   ========================================================================== */

#post_cnt .post-actions {
    font-size: 12px;
    line-height: 26px;
}
#post_cnt .post-actions .button-delete_post {
    background: url(../images/post_buttons.png) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0 0;
    width: 42px;
}
#post_cnt .post-actions .button-delete_post:hover {
    background-position: 0 -30px;
}
#post_cnt .post-actions a.button-edit_post {
    background: url(../images/post_buttons.png) no-repeat -50px 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0 0;
    width: 42px;
}
#post_cnt .post-actions .button-edit_post:hover {
    background-position: -50px -30px;
}
#post_cnt .post-actions .button-new_post {
    background: url(../images/post_buttons.png) no-repeat -100px 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0 0;
    width: 55px;
}
#post_cnt .post-actions .button-new_post:hover {
    background-position: -100px -30px;
}
#post_cnt .post-actions .button-reply {
    background: url(../images/post_buttons.png) no-repeat -160px 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0 0;
    width: 65px;
}
#post_cnt .post-actions .button-reply:hover {
    background-position: -160px -30px;
}
#post_cnt .post-actions .button-list {
    background: url(../images/post_buttons.png) no-repeat -230px 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0 0;
    width: 42px;
}
#post_cnt .post-actions .button-list:hover {
    background-position: -230px -30px;
}

/* ==========================================================================
   Basic
   ========================================================================== */

.blog-basic #article .entry-header {
    margin-bottom: 30px;
}
.blog-basic #article .entry-title {
    border-bottom: 1px solid #87c9e5;
    font-family: "Malgun Gothic", Dotum, Gulim, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-top: -9px;
    margin-bottom: 5px;
    padding-bottom: 13px;    
}
.blog-basic #article .entry-meta {
    color: #88ceeb;
    font-size: 11px;
    height: 27px;
    line-height: 18px;
    padding-top: 6px;
    position: relative;
}
.blog-basic #article .entry-meta .date {
    margin-right: 10px;
}
.blog-basic #article .entry-meta .views {
    background: url(../images/icon_08.gif) no-repeat 0 0;
    margin-right: 10px;
    padding-left: 17px;
}
.blog-basic #article .entry-meta .comments {
    background: url(../images/icon_09.gif) no-repeat 0 center;
    margin-right: 10px;
    padding-left: 13px;
}
.blog-basic #article .entry-meta .cat-links {
    background: url(../images/icon_10.gif) no-repeat 0 0;
    padding-left: 14px;
}
.blog-basic #article .entry-meta .cat-links a {
    color: #88ceeb;
}
.blog-basic #article .entry-meta .cat-links a:hover {
    color: #3c90b3;
}

/* Toolbox */

.blog-basic #blog_post_toolbox {    
    position: absolute;
    right: 0;
    top: 0;
}
.blog-basic #blog_post_toolbox {
    width: 147px;
}
.blog-basic #blog_post_toolbox li {
    float: left;
    height: 33px;
    margin: 0 5px 0 0;
    width: 33px;
}
.blog-basic #blog_post_toolbox li.last {
    margin-right: 0;
}
.blog-basic #blog_post_toolbox .button-smaller-text {
    background: url(../images/toolbox_icons.png) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 33px;
    height: 0;
    overflow: hidden;
    padding: 33px 0 0 0;
    vertical-align: middle;
    width: 33px;
}
.blog-basic #blog_post_toolbox .button-smaller-text:hover {
    background-position: -40px 0;
}
.blog-basic #blog_post_toolbox .button-larger-text {
    background: url(../images/toolbox_icons.png) no-repeat 0 -40px;
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 33px;
    height: 0;
    overflow: hidden;
    padding: 33px 0 0 0;
    vertical-align: middle;
    width: 33px;
}
.blog-basic #blog_post_toolbox .button-larger-text:hover {
    background-position: -40px -40px;
}
.blog-basic #blog_post_toolbox .button-print {
    background: url(../images/toolbox_icons.png) no-repeat -80px 0;
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 33px;
    height: 0;
    overflow: hidden;
    padding: 33px 0 0 0;
    vertical-align: middle;
    width: 33px;
}
.blog-basic #blog_post_toolbox .button-print:hover {
    background-position: -120px 0;
}
.blog-basic #blog_post_toolbox .button-list {
    background: url(../images/toolbox_icons.png) no-repeat -160px 0;
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 33px;
    height: 0;
    overflow: hidden;
    padding: 33px 0 0 0;
    vertical-align: middle;
    width: 33px;
}
.blog-basic #blog_post_toolbox .button-list:hover {
    background-position: -200px 0;
}

/* /Toolbox */

.blog-basic #article .entry-content {
    margin-bottom: 60px;
}
.blog-basic #article .entry-footer .tag-links {
    background: url(../images/icon_tag.gif) no-repeat 0 0;
    color: #6c6c6c;
    font-size: 11px;
    min-height: 17px;
    padding: 2px 0 12px 21px;
}
* html .blog-basic #article .entry-footer .tag-links {
    zoom: 1;
}
.blog-basic #article .entry-footer .tag-links a {
    color: #6c6c6c;
    display: inline-block;
    line-height: 11px;
    padding: 2px 1px;
}
.blog-basic #article .entry-footer .tag-links a:hover {
    color: #3c90b3;
}

.blog-basic #post-comment-stats {        
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 26px;
    overflow: hidden;
    padding: 10px 0;
}
.blog-basic #post-comment-stats .stats {
    color: #4a4949;
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 1px 0 0 0;
}
.blog-basic #post-comment-stats .stats .number {
    color: #5ba6c5;
    font-size: 18px;
}
.blog-basic #post-comment-stats .stats .comments {
    margin-right: 9px;
}
.blog-basic #post-comment-stats .post-actions {
    float: right;
}
.blog-basic #post-comment-stats .post-actions a {
    margin-left: 5px;
}

.blog-basic #alt-post-trackback-link {
    height: 1px;
    margin: 0 0 12px 0;
    width: 100%;
}
.blog-basic #post-trackback-link {
    border-bottom: 1px solid #87c9e5;
    margin: 0 0 13px 0;
    padding: 16px 0 17px 10px;
}
.blog-basic #post-trackback-link .trackback label {
    color: #9f9f9f;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 20px;
}
.blog-basic #post-trackback-link .trackback .url {
    color: #5ba6c5;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px;
    text-decoration: underline;
    word-wrap: break-word;
}
.blog-basic #post-trackback-link .trackback .button-copy-trackback {
    background: url(../images/icon_trackback_link.gif) no-repeat 0 0;
    display: inline-block;
    height: 0;
    line-height: 18px;
    overflow: hidden;
    padding-top: 18px;
    vertical-align: middle;
    width: 18px;    
}

.blog-basic #post-actions-below {
    padding: 14px 0;
    text-align: right;
}
.blog-basic #post-actions-below a {
    margin-left: 5px;
}


