/* 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-light-blue/minimalist-light-blue.css);
/* end StyleCatcher imports */

#header-name { font-size: 60px;}
.asset-body {background: #f6f6f6; padding: 8px; -moz-border-radius: 8px;
    -webkit-border-radius: 8px;}
#header-description {
color: #003366;}
.entry-title a {
color: #660000;}
.widget-header {
font-weight: bold;}
.widget-header a {
font-weight: bold;}
blockquote {
    margin: 8px 50px 10px 50px;
    padding: 5px;
    background-color: #fbfeff; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: thin;
	border-style: dashed;
	border-color: #99ccee;
}

div.box { border: solid; 
          border-width: thin; 
          width: 100%; 
          color: #ff6600; 
          font-size: 18px; 
          padding: 6px; 
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;

          }


div.box2 {border-style: double; 
          border-width: medium; 
          width: 90%; 
          color: #330099; 
          font-size: 18px; 
          padding: 6px; 
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;

          }






