@import url(http://makoto.minoura.org/d/mt/mt-static/themes-base/blog.css);

body {
    color:              black;
    background-color:   #e0e8e0;
    margin-left:        2ex;
    margin-right:       50px;
}

#content pre {
    margin-left:        2ex;
    margin-right:       2ex;
    white-space:        pre;
    border-style:       groove;
    border-width:       4px;
    border-color:       #a0a7a0;
    padding:            1%;
    background-color:   #e8f0e8;
}
#content blockquote {
    border-style:       groove;
    border-width:       4px;
    border-color:       #a0a7a0;
    padding:            1%;
    background-color:   #e8f0e8;
}
#content blockquote h2,h3,h4 {
    margin-left:        0;
}

#content dl dt{
    font-weight:	bold;
}

#header-name {
    font-family:        "verdana, helvetica, sans-serif";
    font-style:         italic;
    text-align:         center;
    font-size:          34px;
    font-weight:        bold;
}
#header a {
    color:              black;
    text-decoration:    none;
}


#alpha-inner {
    margin:             2em;
}
#alpha .entry-title {
    color:              black;
    background-color:   #00c0f0;
    font-style:         italic;
    padding-right:      3%;
    margin-top:         2ex;
}
#alpha h2 a, #alpha h3 a {
    text-decoration:    none;
    color:              black;
}
#alpha .content-nav {
    font-family:        Verdana, Arial, sans-serif;
    font-size:          x-small;
    text-align:         left;
}
#alpha .trackbacks h2, #alpha .comments h2, #alpha .comments-open h2 {
    border-width:       2px;
    padding-left:       1ex;
    padding-bottom:     3px;
    border-style:       none none solid solid;
    border-color:       black;
    margin-left:        3%;
    margin-right:       3%;
}
#alpha .trackbacks-info, #alpha .trackbacks-content, #alpha .comments-content, #alpha .comments-open-content {
    margin-left:        3%;
    margin-right:       3%;
}
.asset-meta {
    text-align:         right;
}

#beta-inner {
    border-width:       3px;
    border-style:       groove;
    border-color:       gray;
    font-family:        Verdana, Arial, sans-serif;
    font-size:          x-small;
}
#beta h3 {
    color:              #666666;

    text-align:         center;
    font-weight:        bold;

    text-transform:     uppercase;
    letter-spacing:     .3em;
}

