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


/* CHL: class definitions for my cheap and nasty tag cloud ... works though, unlike CloudNine */

.cloud6 { font-size: xx-small }
.cloud5 { font-size: x-small }
.cloud4 { font-size: small }
.cloud3 { font-size: medium }
.cloud2 { font-size: large }
.cloud1 { font-size: x-large }

/* end tag cloud definitions */


/* CHL: class definition to get tag entries, defined via unordered (entry-tag LI) list items, to flow horizontally instead of vertically, and to follow on directly from the heading 4 (H4) and unordered list (UL)  */

.entry-tags-header { display: inline }

.entry-tags-list { display: inline }

.entry-tag {
   display: inline;
   list-style-type: none;
 }

/* end entry-tag definition */


/* CHL: get rid of annoying underlines in links and replace with something more aesthetically pleasing */

a {
text-decoration:none;
border-bottom:1px dotted; }

/* end links */
