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

BODY 
   {
   font-size: 14px;
   }

.entry-content
   {
   line-height: 140%;
   }

.asset-meta
   {
   font-size: 12px;
   }

#comment-form-subscribe
   {
   margin-bottom: 0.75em;
   }

H2
   {
   font-weight: bold;
   font-size: 140%;
   letter-spacing: 1px;
   margin-top: 1.25em;
   }

H2.entry-title
   {
   margin-top: 0px;
   }

H3
   {
   font-weight: bold;
   font-size: 125%;
   letter-spacing: 1px;
   margin-top: 1.25em;
   }

H4
   {
   font-weight: bold;
   font-size: 110%;
   letter-spacing: 1px;
   margin-top: 1em;
   }

blockquote
   {
   border-left: 2px #999999 dotted;
   padding-left: 4px;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-bottom: 1.75em;
   margin-top: 1em;
   background-color: #e8e8e8;
   }

li 
  {
  margin-bottom: 0.75em;
  }

UL LI
  {
  list-style-type: disc;
  }

li ul li 
  {
  margin-bottom: 0.25em;
  }

INPUT#captcha_code
   {
   margin-top: 0.5em;
   }

PRE, CODE
   {
   letter-spacing:0px;
   font-size: 88%;
   overflow: auto;
   margin-bottom: 1.75em;
   margin-top: 1em;
   padding: 0.4em;
   padding-bottom: 0.75em;
   border: 1px dotted #9f9;
   background-color: #e8f0e8;
   }



/* UL in den Kästen am Rand nicht so weit ausrücken*/

#gamma UL, #beta UL
   {
   margin-left: 0.4em;
   }

#gamma UL UL, #beta UL UL
   {
   margin-left: 1em;
   }

.widget-content 
   {
   padding-right: 0.3em;  
   }

.widget-tag-cloud LI
   {
   list-style-type: none;
   margin-right: 1em;
   float: left; 
   }

.widget-tag-cloud UL
   {
   margin-left: 0.2em;
   float: left; 
   }


.widget-tag-cloud
   {
   padding-bottom: 1em;
   }

DEL
   {
   color: darkred;
   }

INS
   {
   color: darkgreen;
   text-decoration: none;
   }

