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

/* Tag cloud */
ul li.tag {
    margin-right: 5px;
    display: inline;
    list-style: none;
    }

li.tag a.level1 {
    font-size: 175%;
    }

li.tag a.level2 {
    font-size: 160%;
    }

li.tag a.level3 {
    font-size: 145%;
    }

li.tag a.level4 {
    font-size: 135%;
    }

li.tag a.level5 {
    font-size: 120%;
    }

li.tag a.level6 {
    font-size: 110%;
    }

ul li.entry-tag {
    margin-right: 5px;
    display: inline;
    list-style: none;
}


div h1 a {
    font-family: verdana ,arial ,sans-serif;
}

blockquote {
   border: 1px solid #000;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   color: #000;
   background-color: #eeeeee;
   font-size: 90%;
}

.code{
	border:2px solid #808080;
	background-color: #fafafa;
	margin: 1px;
	padding: 1px;
	font-family: 'Courier New', Courier, monospace;
}

.code pre{
  padding-top : 2px;
  padding-left : 7px;
  padding-right : 7px;
  padding-bottom : 2px;
  margin-left : 7px;
  margin-bottom: 0px;
}

h4 {
    font-size: 120%;
    font-weight: bold;
}