@import url(http://www.sskworld.net/mt/mt-static/themes-base/blog.css);

/* SSK World custom styles */

/* Global ----------------------------------------------------------------- */

body {
    font: normal 12px 'メイリオ', 'trebuchet ms', arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    color: #111;  
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 0;
}

a {
    color: #5a3;
    text-decoration: underline !important;
}

a:visited {
    color: #888;
    text-decoration: underline !important;
}

a:hover {
    color: #ff3;
    background-color:#070;
    text-decoration: underline !important;
}

/* Layout ----------------------------------------------------------------- */

#container-inner {
    background-color: #f8f8f8;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#content {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 0;
}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 760px;
    margin: 0 auto;
    padding-bottom: 0;
}

#alpha-inner {
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
}

#beta-inner {
    overflow: hidden;
    padding-right: 0px;
    margin-right: 0px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 485px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

.layout-wm #beta {
    width: 275px;
    padding-right: 0px;
    margin-right: 0px;
}

/* Wide-Wide */

.layout-ww #alpha {
    width: 380px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
}

.layout-ww #beta {
    width: 380px;
    padding-right: 0px;
    margin-right: 0px;
}

/* Header ----------------------------------------------------------------- */


#header { 
    background: #f8f8f8 url(images/banner10.jpg) no-repeat center;
}

#header a {
    text-decoration: none;
    color: #000;
}

#header a:hover {
    text-decoration: underline;
    color: #ff3;
    background-color: transparent;
}

#header-inner {
    position: relative;
}

#header-content {
    width: 768px; 
    height: 130px; 
    margin: 30px;
}

#header-name {
    color: #000; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #111;
    font-size: 12px;  
}

/* Content ---------------------------------------------------------------- */

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #777;
    padding-top: 15px;
}

.entry-asset .asset-name {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #bbb;
    border-top: 1px dotted #777;
    border-bottom: 1px dotted #777;
    font-size: 11px;
    padding: 6px 0;
    margin-bottom: 12px;
}

.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}

.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 20px;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

#homepage-image {
    width: 768px;
    height: 200px;
    /* photo by Anil Dash */
    background: url(/images/header10.jpg) no-repeat 0 0;
    overflow: hidden;
    border: 1px solid #5a3;
    text-indent: -9999px;
    margin: 0 0 25px 0;
}

#alpha .comments .even {
    background-color: #cceedd;
    border-top: 1px solid #351;
    border-bottom: 1px solid #351;
    padding: 8px;
}

#alpha .comments .odd {
    background-color: #ddeecc;
    border-top: 1px solid #351;
    border-bottom: 1px solid #351;
    padding: 8px;
}

.comment {
    background: #111;
    padding: 0;
    width: 440px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    font: normal 12px 'メイリオ', 'trebuchet ms', arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    margin-bottom: 8px;
    padding-bottom: .3em; 
    color: #111;
    font-weight: bold;
    background: #8fbc8f;
    border-left: 8px solid #351;
    border-top: 1px solid #351;
    border-bottom: 1px solid #351;
    border-right: 1px solid #351;
    padding: 0 0 0 8px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #777;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-comments dl dt,
.widget-recent-trackbacks dl dt {
    background-color: #eeeeee;
    margin: 0px;
    padding: 1px 5px;
    border-top: 1px solid #ffffff; 
    border-bottom: 1px solid #cccccc; 
}

.widget-recent-comments dl dd,
.widget-recent-trackbacks dl dd {
    margin: 1px 0 8px 5px;
}

.widget-recent-entries dl {
    margin-left: 0px;
    padding: 0;
}

.widget-recent-entries dl dt {
    font-size: 14px;
    background-color: #eeeeee;
    margin: 0px;
    padding: 1px 5px;
    border-top: 1px solid #ffffff; 
    border-bottom: 1px solid #cccccc; 
}

.widget-recent-entries dl dd {
    margin-left: 5px;
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
}

ul.recent-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.recent-comments-list li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

dl.widget-list {
    padding: 0 8px;
}

dl.widget-list dt {
    font-size: 16px;
}

.widget-content dl dt {
    font-size: 14px;
}

dl.widget-list dd {
    margin-bottom: 5px;
}

dl.widget-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #777;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #351;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-header .commenter-profile {
    display: none;
}

.comment-content {
    border-top: 1px dotted #777;
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #777;
    background: #eee;
    padding: 5px 10px;
}

.content-nav {
    margin: 0 0 10px 0;
    background: #8fbc8f;
    border: 1px solid #351;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    height: 38px;
}

.calendar-nav {
    margin: 8px 0 10px 0;
    background: #8fbc8f;
    border-top: 1px solid #351;
}

.content-nav-parent {
    margin: 1px 1px 2px 1px;
    clear: both;
    text-align: center;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    height: 15px;
    background: #8fbc8f;
}

.content-nav-child {
    margin: 2px 1px 1px 1px;
    clear: both;
    text-align: center;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    height: 15px;
    background: #8fbc8f;
    color: #111;
}

.calendar-nav-child {
    margin: 4px 1px 1px 1px;
    clear: both;
    text-align: center;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    background: #8fbc8f;
    color: #111;
}

.content-nav-prev, .calendar-nav-prev {
    margin: 2px 1px 1px 1px;
    float: left;
    text-align: left;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    height: 15px;
    background: #8fbc8f;
}

.content-nav-next, .calendar-nav-next {
    margin: 2px 1px 1px 1px;
    float: right;
    text-align: right;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    height: 15px;
    background: #8fbc8f;
}

.content-nav-archive {
    margin: 0 0 10px 0;
    padding: 15px;
    background: #8fbc8f;
    border: 1px solid #351;
    font-size: 11px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    text-align: center;
}

.content-nav-parent a,
.content-nav-child a,
.content-nav-prev a,
.content-nav-next a,
.content-nav-archive a {
    color: #228b22;
}

.content-nav-parent a:hover,
.content-nav-child a:hover,
.content-nav-prev a:hover,
.content-nav-next a:hover,
.content-nav-archive a:hover {
    color: #ff3;
    background-color:#070;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #777;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}

/* Widget ----------------------------------------------------------------- */

.widget-header {
    margin-right: 0px;
    margin-left: 0px;
}

.widget-content {
    margin-right: 0px;
    margin-left: 5px;
}

.widget-search2 .widget-content {
    margin-right: 0px;
    margin-left: 5px;
}

.widget-header { 
    font: normal 12px 'メイリオ', 'trebuchet ms', arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    margin-bottom: 8px;
    padding-bottom: .3em; 
    color: #111;
    font-weight: bold;
    background: #8fbc8f;
    border-left: 8px solid #351;
    border-top: 1px solid #351;
    border-bottom: 1px solid #351;
    border-right: 1px solid #351;
    padding: 0 0 0 8px;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}

/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

.widget-search h3 {
    display: block;
}

#search {
    border: 1px solid #777;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}

/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Footer ----------------------------------------------------------------- */

#footer {
    clear: both; 
    background-color: #231;
    color: #eee;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
}

#footer a {
    color: #5a3;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 20px 15px 20px 20px;
    color: #fff;
    text-align: left;
    font: normal 10px/15px "Trebuchet MS", "メイリオ", sans-serif;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}

.widget-tag-cloud .rank-1  { font-size: 2em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.5em; }
.widget-tag-cloud .rank-4  { font-size: 1.25em; }
.widget-tag-cloud .rank-5  { font-size: 1em; }
.widget-tag-cloud .rank-6  { font-size: 0.9em; }
.widget-tag-cloud .rank-7  { font-size: 0.8em; }
.widget-tag-cloud .rank-8  { font-size: 0.75em; }
.widget-tag-cloud .rank-9  { font-size: 0.7em; }
.widget-tag-cloud .rank-10 { font-size: 0.5em; }

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}

/* Custom Styles ---------------------------------------------------------- */

/* superbanner, quicklink */

#superbanner {
    position: relative;
    margin: 2px auto; /* center on everything else */
    width: 760px;
}

#superbanner-inner {
    position: static;
    width: 760px;
}

.superbanner-top {
    float: none;
    clear: left;
    margin: 2px auto;
    width: 760px;
    text-align: left;
    font: normal 10px/12px "Trebuchet MS", sans-serif;
}

.superbanner-top strong {
    font-weight: bold;
    color: #5a3;
} 

#superbanner-left {
    float: left;
    clear: both;
    margin: 2px 0px 1px 0px;
    color: #111;
    text-align: left;
    width: 360px;
    font: normal 10px/12px "Trebuchet MS", "メイリオ", sans-serif;
}

#superbanner-right,#quicklink-right {
    float: right;
    clear: right;
    margin: 2px 0px 1px 0px;
    color: #111;
    text-align: right;
    width: 360px;
    font: normal 10px/12px "Trebuchet MS", "メイリオ", sans-serif;
}

#superbanner-left strong,
#superbanner-right strong {
    font-weight: bold;
    color: #5a3;
} 

.sb-adsense {
    margin: 2px 0 8px 0;
    text-align: center;
}

#quicklink {
    position: relative;
    margin: 20px auto; /* center on everything else */
    width: 680px;
}

#quicklink-inner {
    position: static;
    width: 680px;
}

/* Quick Link buttons */

#qlink-right {
    float: right;
    clear: right;
    height: 32px;
    width: 192px;
    margin: 0px 0px;
}

#qlink-right a img {
    border: 0;
    margin: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}

#qlink-right a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

#qlink-right a:active img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/*----asset elements----*/

.asset-header-thumbnail {
    display: block;
    float: right;
    margin: 0 0 8px 8px;
}

.asset-header-thumbnail img {
    border: 1px solid #eee;
    margin: 0;
}

.asset-header-category {
    margin: 4px 0 0 0;
    height: 11px;
    padding: 1px 0 0 0;
    color: #fc9;
    font-weight: normal;
    font-size: 10.5px;
}

.asset-body h2, .asset-body h4,
.asset-more h4 {
    margin-top: 18px;
    margin-bottom: 6px;
    border-left: 7px solid #5a3;
    padding: 1px 0 1px 8px;
    font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #351;
    background-color: #eeeeee;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;
}

.asset-body hr,
.asset-more hr {
    color: #777;
    background-color: #777;
    border-style: none;
    height: 1px;
    width: 75%;
    margin: 1px auto;
    text-align: center;
}

.asset-body p, 
.asset-more p,
.comment-content p {
    line-height: 150%;
    margin: 20px 0;
}

.asset-more {
    color: #231;
}

.asset-body img, 
.asset-more img {
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 8px 8px;
}

.entry-ad {
    border: 0;
    margin: 24px auto;
}

.entry-ad img {
    border: 0;
    float: none;
    margin: 0 auto;
}

.asset-body ul {
    margin: 0;
}

.asset-body ul li {
    margin: 0 0 0 2em;
}

.asset-body ol {
    margin: 0;
}

.asset-body ol li {
    margin: 0 0 0 2em;
}

/*----header elements----*/

.entry-title-withicon {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    color: #afa;
    background: #223311;
    border-top: 1px solid #5a3;
    border-bottom: 1px solid #5a3;
    text-decoration: none;
    font-size: 16px;
}

.entry-title-withicon a {
    color: #afa;
    text-decoration: none !important;
}

.entry-title-withicon a:hover {
    text-decoration: underline !important;
}

.category-title-withicon {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
    color: #351;
    text-decoration: none;
    font-size: 16px;
}

.category-title-withicon a {
    color: #5a3;
    text-decoration: underline !important;
}

.category-title-withicon a:hover {
    color: #ff3;
    background-color:#070;
    text-decoration: underline !important;
}

.entry-title-withicon a img,
.category-title-withicon a img{
    border: 0;
    vertical-align: middle;
    margin: 0 4px 0 0;
    float: none !important;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

.entry-title-withicon a:hover img,
.entry-title-withicon a:active img,
.category-title-withicon a:hover img,
.category-title-withicon a:active img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.subcontent-header { 
    font: normal 14px 'メイリオ', 'trebuchet ms', arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    margin-bottom: 16px;
    color: #111;
    font-weight: bold;
    background: #8fbc8f;
    border-left: 8px solid #351;
    border-top: 1px solid #351;
    border-bottom: 1px solid #351;
    border-right: 1px solid #351;
    padding: 0 0 0 8px;
}

.category-icon {
    border: 0;
    vertical-align: middle;
    margin: 0 1px 0 0;
}

.category-icon-small {
    border: 0;
    vertical-align: baseline;
    margin: 0 0 -0.7ex 0;
}

/*----widget elements----*/

.new {
    font-weight: bold;
    color: #f4a;
}

/*----ad elements----*/

.alpha-adsense, .beta-adsense {
    margin: 20px auto;
    text-align: center;
}

.footer-adsense {
    margin: 10px auto;
    text-align: center;
}

.alpha-adsense-keywords {
    margin: 0px auto 15px auto;
    border-left: 5px solid #351;
    text-align: center;
}

/* End of stylesheet SSK World (theme-sskworld.css) */

