/* =CASTER
===================================================================================*/
#main-content {
    float: right;
    width: 600px;
}
#primary {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 52px 78px 52px 0;
}
#content {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 20px;
    background: #fff;
}
#side {
    float: left;
    width: 380px;
}
#content-sidebar {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 52px 58px 20px 75px;
}
.entry-meta-cat {
    margin: -10px -10px 0 0;
}
.cat-links {
    display: block;
    width: 100%;
    text-align: right;
}
.post-categories, .post-categories li {
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}
.post-categories li {
    margin: 0 3px 0 0;
    padding: 0 8px;
    background: #EB9532;
    color: #fff;
    font-size: 8pt;
    text-align: center;
    line-height: 18px;
}
.post-categories a,
.post-categories a:hover {
    color: #fff;
    text-decoration: none;
}
.entry-title {
    margin: 0 0 4px 0;
    padding: 4px 0;
}
.entry-title span {
    display: inline-block;
    vertical-align: bottom;
}
.japanese-name {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.furigana-name {
    font-size: 14px;
    color: #444444;
    font-weight: normal;
    line-height: 21px;
}
.jobtitle {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 21px;
}
.caster-properties {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.caster-properties th,
.caster-properties td {
    padding: 0 8px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #444444;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
}
.caster-properties th {
    width: 110px;
    border-right: 20px solid #fff;
    background: #eee;
}
h2 {
    margin: 24px 0 4px 0;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 0 0 0 10px;
    background: #eee;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}
p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    line-height: 25px;
}
.widget {
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 10px;
    background: #fff;
}
.widget_portrait,
.widget_twitter {
    padding: 0;
    background: transparent;
}
.post-thumbnail img {
    display: block;
    max-width: 100%;
}
.widget_blog {
    margin: 29px 0 0 0;
}
.widget_blog .widget_header {
    overflow: hidden;
    width: 100%;
    padding: 0 0 6px 0;
}
.widget_blog h2 {
    float: left;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: #00AEEF;
    padding: 1px 9px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.widget_blog .widget_content p {
    margin: 0;
    padding: 0;
}
.widget_reltags {
    margin: 20px 0 0 0;
}
.widget_reltags h2 {
    margin: 0 0 14px 0;
    padding: 0;
    background: transparent;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.widget_reltags ul,
.widget_reltags li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.widget_reltags li {
    padding: 0 0 14px 0;
}
.widget_reltags a {
    font-size: 14px;
}
.widget_banner {
    margin: 20px 0 0 0;
    padding: 0;
    background: transparent;
}
.widget_banner a,
.widget_banner img {
    display: block;
}
.widget_twitter {
    overflow: hidden;
    width: 100%;
    margin: 20px 0 0 0;
    white-space: nowrap;
    /*text-indent: 100%;*/
}
.widget_twitter iframe {
    display: block;
}
.pagination {
    clear: both;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    padding: 20px 78px 75px 75px;
}
.pagination ul,
.pagination li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.pagination ul {
    overflow: hidden;
    width: 100%;
}
.pagination .prev {
    float: left;
}
.pagination .next {
    float: right;
}
.pagination a {
    overflow: hidden;
    display: block;
    width: 80px;
    height: 14px;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
}
.pagination .prev {
    background: url(../../images/caster/prev-caster_hover.png) no-repeat 0 0;
}
.pagination .prev a {
    background: url(../../images/caster/prev-caster.png) no-repeat 0 0;
}
.pagination .prev a:hover {
    background: url(../../images/caster/prev-caster_hover.png) no-repeat 0 0;
}
.pagination .next {
    background: url(../../images/caster/next-caster_hover.png) no-repeat 0 0;
}
.pagination .next a {
    background: url(../../images/caster/next-caster.png) no-repeat 0 0;
}
.pagination .next a:hover {
    background: url(../../images/caster/next-caster_hover.png) no-repeat 0 0;
}
