/*

A Six Apart theme adapted for Movable Type default templates 
name: Cityscape SF  
designer: Tiffany Chow  
designer_url: http://tiffany.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


#index {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 28px 3px 28px;
    color: #666666;
}

#index a {
    text-decoration: none;
}

#index a:hover {
    text-decoration: underline
}

/* Default ---------------------------------------------------------------- */




/* Global ----------------------------------------------------------------- */

body {
    color: #666666; 
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif; 
    background: #ffffff url(bodytop.jpg) no-repeat  top center; 
}

a {
    color: #666666; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
    background: #fff url(bg_layout.jpg) no-repeat  bottom left; 
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


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

#header { 
    border-color: #3399FF;  
    background: #3399FF url(header.png) no-repeat left bottom; 
}

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

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

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

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


/* Content ---------------------------------------------------------------- */

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 

.asset-name,
.asset-name a,
.archive-title {
    color: #ffffff;
    background: #ffffff url(assetname.jpg) no-repeat left bottom; 
}

.asset-footer {
    border-top-color: #dcebf1;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #fc8432;
}

.comment,
.trackback {
    border-color: #dcebf1;
}



.archive-list-item {
    margin-bottom: 5px;
}


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

.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }




