/* 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/support/themes/hills-midnight/hills-midnight.css);
/* end StyleCatcher imports */

#header {
  /*background: #333333 url(/blog/img/top.jpg) no-repeat left bottom;*/
  background: url(/blog/img/header-image.jpg) no-repeat left top; 
}
#header-name {text-align: right;}
#header-name a{font-family:'arial black';color:#FF3300;}
#header-description {text-align: right;color:#FFFF33;}


#header-content{
  min-height: 10px;
}

.asset {
  background: url(/blog/img/icon_entry.jpg) no-repeat 0 18px;
}

#footer { 
  text-align:center;
  /*background-color: #FFFFFF;*/ 
}

a:hover { color: #CC0000; }
.widget a:hover{ color: #CC0000; }

.widget-header{
  margin-left:5px;
}

.link_area{
  text-align:center;
  margin: 10px auto;
}

table.cal{
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-collapse: collapse;
}
table.cal th{
  text-align:center;
  padding: 4px 2px;
  background-color: #CCCCCC;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
table.cal td{
  text-align:center;
  padding: 3px 2px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

