@import url(http://www.hazama.nu/mt/mt-static/themes-base/blog.css);
@import url(http://www.hazama.nu/mt/mt-static/themes/minimalist-red/screen.css);

/* User add */
pre.code {
    color: #FFFFFF;
    background: #000000;
    margin: 0.4em 1em;
    border: solid black 1px; 
    padding: 0.5em;
    clear: both;
    overflow: auto;
    width: 93%;
    font-family: monospace;
}

div.code {
    color: #FFFFFF;
    background: #000000;
    margin: 0.4em 1em;
    border: solid black 1px; 
    padding: 0.5em;
    clear: both;
    overflow: auto;
    width: 93%;
    font-family: monospace;
}

blockquote {
background:#EAEAEA;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 2em;
margin-left: 2em;
padding-top: 10px;
padding-left: 1em;
padding-right: 1em;
border: dashed 2px #B9B9B9;
width: auto;
}

span.quotedtitle {
margin-bottom: 4px;
border-bottom: 1px solid #B9B9B9;
position: relative;
width: auto;
}

.asset-content h3, .asset-more h3 {
background: #BBBBBB;
border-left: 5px solid #B22222;
border-bottom: 1px solid #666666;
padding: 5px;
margin: 5px;
}

.asset-content h4, .asset-more h4 {
background: #EEEEEE;
border-left: 3px solid #666666;
border-bottom: 1px solid #666666;
padding: 5px;
margin: 5px;
}

#header {
    background: #ad0404 url(http://www.hazama.nu/t2o2/img/header_201105_morning_glow.jpg) repeat-x center center;
    text-shadow: 1px 1px 3px #000;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

.clear {
    clear: both;
}

div.social-buttons {
    margin-bottom: 3px;
}

.entry-title {
    text-shadow: 1px 1px 3px #999;
}


