/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(https://www.chapan.info/mt/mt-static/themes-base/blog.css);
@import url(https://www.chapan.info/mt/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */

body {
    background-image: url(https://www.chapan.info/img/100wall.gif);
}
#container-inner, #content {
    background-color: transparent;
}
#content { 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;  
    padding-bottom: 5px; 
}

.widget {
    background-color: whitesmoke;
    margin-bottom: 10px;
    padding-top: 10px;
}

#header-inner,
#content-inner,
#footer-inner {
    width: 1040px;
}

.layout-twt #alpha {
    width: 640px;
}

.layout-twt #beta {
    left: -640px;
}

.layout-twt #gamma {
    width: 210px;
}

#alpha-inner{
    padding-right: 10px;
    padding-left: 10px;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    background-color: white;
    border: solid 1px #ccc;
    padding: 10px 4px 10px 4px;
}

.asset,
.comments,
.trackbacks,
.archive {
    width: 610px;
}

.asset-footer {
    text-align: right;
}
            
.archive-title {
    margin: 0 0 5px;
    padding-left: 10px;
    font-style: italic;
    border-width: 0 0 1px 10px;
    border-style: solid;
}

.entry-categories {
    margin-bottom: 0;
}
            
blockquote{
    margin:10px;
    padding:5px;
    border:1px solid #c0c0c0;
    background: #eed;
}