/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://cms.empic.com/mtos_5/mt-static/themes-base/blog.css);
@import url(http://cms.empic.com/mtos_5/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */

/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 170px;
    width: 120px;
}

.layout-wtt #gamma {
    right: 125px;
    width: 160px;
}

/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #55F;  
    background: #46B4FF; 
}

#header a {
    color: #000;
    font-weight: bold;
}

#header-content {
    width: 880px;
    height: 80px;
    margin: 0 0 0 0;
    background: #46B4FF url(/images/tri_main.gif) no-repeat; 
    background-position: 12px 0;
}

#header-name {
    color: #000; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #333;  
}


/* Content */

.asset-name {
    font-size: 18px;
    font-weight: bold;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 0;
    margin-left: 0;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 12px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

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

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 12px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


