@import url(/mt/mt-static/themes/base-weblog.css);

body
{
        color: #000000;
        background: #EEEEEE;
        font-family:georgia,verdana,arial;
}

h1, h2, h3, h4, h5, h6 {
        font-family:georgia,verdana,arial;
}

#container-inner
{
        border: 1px solid #CCCCCC;
        background: #FFFFFF;
}

#banner {
        /* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
        width: auto;

        background-image: url(/archives/title.gif);
        background-repeat: no-repeat;
        background-position: 20px center;
        background-color: #003366;

        border-bottom:5px solid #EEEEEE;
        border-top:3px solid #EEEEEE;
        color: #EEEEEE;
        padding:15px 95px;
}

#banner-inner {
        padding: 15px;
        border: 0;
}

#beta-inner {
        background:#d4d4d4;
}

.module-content {
        background:#d4d4d4;
        border-top: 0px;
}

.module {
        background:#d4d4d4;
        border-bottom: 0px;
}

.master-archive-index #archive-title, .individual-entry-archive #archive-title, .date-based-archive #archive-title, .category-archive #archive-title {
        background:#EEEEEE;
        color:#666666;
}

.module-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
        background:#EEEEEE;
        color:#666666;
}

.module-header a, .module-header a:hover, .trackbacks-header a, .trackbacks-header a:hover, .comments-header a, .comments-header a:hover, .comments-open-header a, .comments-open-header a:hover .archive-header a, .archive-header a:hover {
        color:#666666;
}

#picasa img {
        border: 3px solid #d4d4d4;
}