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

body {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}

#header {
    border-top-width: 0px;
    border-top-style: solid;
}

#header-content {
    margin: 0px 0 0px 0px;
}

body {
    color: #1b1b1b;  
}

a {
    color: #cc1111;
    text-decoration: none !important;
    font-weight: bold;
}

a:hover {
    text-decoration: underline !important;
    font-weight: bold;
}


#container {
	padding-top: 0px;
	position: relative;
	background-color: #333232;
	
}

#content {
    background-color: #e5e4e3;
}

#content { 
    margin-top: 30px;  
    margin-bottom: 0px;  
}

#container-inner {
    padding-top: 0px;
    position: relative;
    width: 1000px;
    margin-right:auto;
    margin-left:auto;
    background: #e5e4e3;
}

#header { 
    background: #cc1111; 
}


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

.entry-asset .asset-name {
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    font-size: 13px;
    padding: 6px 0;
    margin-bottom: 12px;
}

.archive-title {
    color: #333333;
}
.asset-name {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.widget-header {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 0px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 5px 5px 0px 5px;
    font-family: helvetica, arial, sans-serif;}


.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.widget-content a {
    color: #267eac;
    text-decoration: none !important;
    font-weight: normal;
}

.widget-content a:hover {
    text-decoration: underline !important;
    font-weight: normal;
}



#footer { 
    background-color: #507c47; 
}


