/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/MT5/mt-static/themes-base/blog.css);
@import url(/MT5/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */

/* Layout ----------------------------------------------------------------- */
body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    background-color: #ccc;
}

#container {
    margin: 0;
    padding: 0;
}

#container-inner {
    background: #fff url(/images/bg.gif) repeat-y left top ; 
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
}

#alpha-inner {
    padding-right: 20px;
    padding-left: 10px;
}
#beta-inner, #gamma-inner {
    padding-right: 10px;
    padding-left: 4px;
}

/* Wide-Thin */
.layout-wt #alpha {
    width: 700px;
}

.layout-wt #beta {
    width: 200px;
}
/* Global ----------------------------------------------------------------- */
.widget-content a:visited, .widget-content a, .widget-content a:link {
    color: #333; 
    text-decoration: none;
}

.widget-content a:hover {
    color: #FFF; 
    background-color: #f30; 
    text-decoration: underline;
}

.asset-name a:visited, .asset-name a, .asset-name a:link {
    color: #333; 
    text-decoration: none;
}

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

/* Header ----------------------------------------------------------------- */
#header {
    background: #758749 url(/images/main.jpg) no-repeat center top ; 
    height: 150px;
    width: 900px;
    position: static; 
    width: 100%; 
    color: #fff;
    margin: 0;
    padding: 0;
}

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

#header a:hover {
    color: #fff;
    text-decoration: underline;
}

#header-inner {
    margin-top: 0px;
    color: #fff;
    position: relative;
}

#header-name, #header-name a {
    font-weight: bold;
    padding: 60px 0 0 0;
    font-size: 32px;
    color: #fff;
    margin: 0px 0 5px;
    text-decoration: none;
}

#header-description {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

#header-content {
    margin: 0 20px 0;
}


/* Content ---------------------------------------------------------------- */
#content {
    margin-top: 0px;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #939393;
    text-decoration: none;
}

.asset-footer a:hover,
.comment-footer a:hover {
    color: #fff;
    background-color: #f30; 
    text-decoration: none;
}



.asset-header {
    border-top: 1px solid #f63;
    border-left: 9px solid #f63;
    color: #a63;
}

.asset-name {
    margin: 0 0 0 2px;
    border-left: 6px solid #009;
    font-size: 22px;
    font-weight: bold;
    color: #a63;
}
.asset-name a {
    color: #a63;
}

.asset-content {
    margin: 5px 0 0 20px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-footer a {

}

.asset-footer {
    text-align: right;
    border-bottom: 1px solid #aea383;
}


.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #fff;
}

.archive-list-item {
    margin-bottom: 5px;
}

/* Widget ----------------------------------------------------------------- */
.widget a,
.archive-widget .widget-list .item {
    color: #520;
} 

.widget .widget-header {
    border-left: 4px solid #009;
    border-top: 1px solid #f63;
    padding: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
}

.widget-content {
    margin-left: 10px;
    font-size: 11px;
}

.widget-content li {
    list-style: none;
}

.widget-content hr {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding: 0;
    width: 60%;
    height: 3px;
    border: #f63 1px solid;
    color: #fdb;
    background: #fdb;
    }


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

#footer { 
    height: 26px;
    background-color: #F63; 
    border-top: 1px solid #fff;
    border-right: 2px solid #666;
    border-left: 2px solid #999;
    border-bottom: 2px solid #666;
}

#footer-inner {
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align:middle;
}

blockquote {
    margin: 1em 3em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; 
}


