/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://vita-cantabile.org/mt/mt-static/themes-base/blog.css);
@import url(http://vita-cantabile.org/mt/mt-static/support/themes/wing-cycling/wing-cycling.css);
/* end StyleCatcher imports */

body { font-size: 12px; }

#header { background-image: none; }

.entry-category, .entry-tag { font-size: 12px; }
.widget-header { font-size: 14px; }
.widget-content { font-size: 12px; }
.widget-content form input { font-size: 10px; }

.entry-content pre.code
{
   margin: 5px 15px;
   padding: 5px 7px;
   border: 1px solid #888888;
   color: #0b0b0b;
   background-color: #fafbff;
   line-height: 1.3em;
   overflow: auto;
}
.entry-content pre.code .code-ins { color: #0000ff; }
.entry-content pre.code .code-mod { color: #0000ff; }
.entry-content pre.code .code-del { color: #ff0000; }

