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

/* customized by mark */
h2 {
    margin: 8px 0 8px;
    font-size: 16px;
    font-weight: bold;
}

h3 {
    margin: 6px 0 6px;
    font-size: 14px;
    font-weight: bold;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: .90em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
#header {
    border-top-width: 0px;
    border-top-style: solid;
}
.floatimgleft {
 float:left;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
 font-size: smaller;
 width:250px;
 font-style: italic;
}
.floatimgright {
 float:right;
 margin-top:10px;
 margin-left:10px;
 margin-bottom:10px;
 font-size: smaller;
 font-style:italic;
 width:250px;  
}

.right-portrait {
 float:right;
 margin-top:10px;
 margin-left:10px;
 margin-bottom:10px;
 font-size: smaller;
 font-style:italic;
 width:190px;  
}

.left-portrait {
 float:left;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
 font-size: smaller;
 width:190px;
 font-style: italic;
}





