/* 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/cityscape-seattle/cityscape-seattle.css);
/* end StyleCatcher imports */

/* body ----------------------- */
body {
    color: #333;  
    font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
    background: #628642; 
}

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

#header { 
    border-color: #27455a;  
    background: #97cad8 url(kabegami_tb_t120.jpg) repeat bottom left; 
    color: #ffffff;
}

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

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 72px;
}
#header-content {
    width: 844px; 
    min-height: 72px; 
    margin: 10px 0 10px 20px;
}

#header-name {
    color: #ffffff;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    font-size: 28px;
    font-weight: bold;
}

#header-description {
    color: #ffffff;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;  
    font-weight: bold; 
}

/* Wide-Thin-Thin */

.layout-wtt #content-inner {
    background: #ffffff; }


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

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

.layout-wtt #gamma {
    right: 120px;
    width: 167px;
}

/* Widgets --------------------------- */

.widget .widget-header {
    border: 0px;
    padding:3px;
}

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
    padding: 0;
}

