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

#header { 
    border-color: #FFFFFF;  
    background: #FFFFFF url(header_back.gif);
    background-repeat: no-repeat;
    background-position: top left; 
    border-top-width: 0;
}
#header-name {
    color: #ffffff;
    font-size: 30px;
    font-family: arial black,osaka;
    font-weight: bold;
}
#header-description {
    color: #CC6117;
    font-size: 10px;
    margin-left: 150px;
}
#header a {
    color: #FF8127;
    font-weight: bold;
}

#header-content {
    margin: 20px 0 5px 500px;
}
#content { 
    margin-top: 10px;  
    margin-bottom: 30px;  
}
#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0;
}
#footer { 
    background: #FFFFFF url(footer_back.gif);
    background-repeat: no-repeat;
    background-position: top left; 
}
.widget-header,
.widget-content {
    margin-right: 5px;
    margin-left: 5px;
}
.asset-name {
    font-size: 18px;
    font-weight: bold;
    background-color: #FF9137;
}
.asset-name a {
    color: #fff;
}
.widget-header {
    background-color: #FF9137;
    color: #fff;
    font-weight: bold;
}
.widget-header a {
    color: #fff;
    font-weight: bold;
}

#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 187px;
height: 16px;
border-top: 1px solid #FFa157;
border-left: 1px solid #FFa157;
border-bottom: 1px solid #FFa157;
border-right none;

padding: 0;
margin: 0 0 0 0;
color: #FFa157;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Arial Black", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}