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

body {
    color: #333;  
    font-family: 'Helvetica', 'ArialMT', 'Arial', 'sans-serif';
    background-color: #fff; 
}

#header-name {
    font-family: 'Helvetica', 'ArialMT', 'Arial', 'sans-serif';
    font-size: 34px;
    font-weight: bold;
    color: #969696;
    text-align: center;
}

#header { 
    color: #969696;
    background: #fff;
}

#header a {
    color: #969696;
}

#header-content {
    background-color: #fff; 
    width: 842px; 
    margin: 30px 0 40px 20px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: 'Helvetica', 'ArialMT', 'Arial', 'sans-serif';
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

/* Need to set all three of these to get the colors correct for entry titles */
.asset-name {
    color: #333333;
}

.asset-name a {
    color: #333333;
}

.archive-title {
    color: #333333;
}

.entry-title {
    font-size: 18px; 
}

/* This sets the byline */
.asset-header {
    color: #969696;
}

#footer { 
    background-color: #fff; 
    border-top: 1px solid #ccc;
}

#footer-content { 
   color: #969696; 
}

#footer-content a { 
   color: #2d318a; 
}
