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

body {
    background-color: #660000;

}

#header-logo a:hover {
    background: none;
}

#header-inner {
    margin-bottom: 10px;
}

#header-navbar {
    margin-top: 10px;
    color: white;
    margin-bottom: 18px;
}

#header-navbar a:hover {
    text-decoration: none;
    color: white;
}

#header-menu {
    margin-left: 40px;
    float: left;
}

#header-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#header-menu ul li { 
    display: inline; 
    margin-right: 30px;
}

#container {
    position: relative;
    left: 50%;
    
    margin-left: -420px;
    margin-right: 30px;
    width: 840px;
}

.layout-wt #alpha {
    width: 650px;
}

a {
      color: #990000;
      text-decoration: none;
}
a:hover {
      color: white;
      background-color: #990000;
}

.widget-content a {
color: #993333;
}

.widget-content a:hover {
      color: white;
      background-color: #990000;
      text-decoration: none;

}
.asset-meta a {
font-style: italic;
text-decoration: none;
}

.asset-meta {
    color: #666666;
    font-size: 1em;
    border: none;
}

#alpha .asset-content {
  line-height: 1.6em;
}

#alpha .asset-content p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.asset-content strong {
  font-color: black;
}

#alpha .asset-content pre {
  margin-left: 20px;
  padding: 10px;
  background-color: #ffffd0;
  border: 1px solid #999999;
}

.entry-title a {
   color: #cc0000;
}

.entry-title a:hover {
   color: white;
   background-color: #cc0000;
   text-decoration: none;
}

.entry-title {
   margin-top: 30px;
   font-size: 2em;
   font-weight: bold;
   color: #cc0000;
}
.asset-body {
   padding-top: 10px;
   font-size: 1em;
}

.widget-syndication-text {
   width: 64px;
   font-size: 1.1em;
   float: left;
   margin: 10px;
}

.widget-syndication img {
   float: left;
}

a:hover .widget-syndication-text  {
   background-color: #990000;
}

.widget-syndication {
    margin-bottom: 10px;
}

.feed_entry { 
    padding-bottom: 5px;
}
#search {
    width: 100px;
    float: left;
}


a {
      color: #990000;
      text-decoration: none;
}

h1 {
   padding-top: 20px;
   font-size: 1.6em;
   font-weight: bold;
}
h2 {
   padding-top: 15px;

   font-size: 1.5em;
   font-weight: bold;
}
h3 {
   padding-top: 10px;
   font-size: 1.4em;
   font-weight: bold;
}
h4 {
   padding-top: 5px;

  font-size: 1.3em;
   font-weight: bold;
}
h5 {
   font-size: 1.2em;
   font-weight: bold;
}



