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

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    font-size: 12pt;
    line-height: 150%;
}
#nav {
 margin: 0px 0px 0px 5px;
 padding: 0px;
 list-style: none;
 float: left;
 width: 100%;
 text-align: center;
}
#nav li {
 float: left;
 background-color: #F0F0F0;
 border: 1px solid #000;
 font-size: 12px;
 text-align: center;
 width: 130px;
 height: 20px; 
 margin-top: 1px; 
 margin-right: 0px;
 margin-left: 3px;
}
#nav a {
 color: #000;
 display: block;
 width: 140px;
 height: 20px;
}
#nav a:hover {
 color: #FFF;
 background-color: #0F314E ;
 text-decoration:none;
 height: 20px;
}