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


.widget-header {
/*background: #003366 url(/images/blog/bar_bg_1.png) repeat-x;*/
background: #003366;
color: #fff;
padding: 0.3em;
padding-left: 0.7em;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.asset-meta {
 color: #6699cc;
}

pre {
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 13px;
    padding: 0.6em;
}

.entry-title a {
color: #003366;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

th {
    border: 1px solid #ddd;
    background: #003366 url(/images/blog/th_bg.gif);
    color: #fff;
}

th, td {
    padding: 4px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

blockquote {
    font-family: "Times New Roman",Times,serif;
    border-left: 3px solid #003366;
    background: #f5f5f5;
    padding: 10px;
    quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.asset-body h3, .asset-more h3 {
font-size: 14px;
font-weight: bold;
}

#header { 
    border-color: #111343;
background-color: #fff;
background-image: url(/images/blog/subreption_logo.jpg);
background-repeat: no-repeat;
background-position: 75% 50%;
}

#header-content p, #header-content a,
#header-content h2, #header-description p,
#header-description {
    color: #003366;
}


