/*

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


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

/* Global */

body {
    font: normal 12px "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
}
a:link { text-decoration : none ; }
a:visited { text-decoration : none ; }
a:hover {text-decoration: underline; color:#333333; }

html, body {
    scrollbar-base-color: #3A828E;
    scrollbar-track-color: #3A828E;
    scrollbar-face-color: #666666;
    scrollbar-shadow-color: #AFAFAF;
    scrollbar-darkshadow-color: #3A828E;
    scrollbar-highlight-color: #AFAFAF;
    scrollbar-3dlight-color: #3A828E;
    scrollbar-arrow-color: #AFAFAF;
}

/* Header */

#header {
    border-top-width: 0px;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

/* Content */

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

.asset-content {
    margin: 5px 0;
}

.asset-more-link,
.asset-more-link a { color:#336F99; text-align:center;
    font-weight: bold;
}


.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    font-weight: normal;

    display: block;
    border-top: 1px solid #aaaaaa;
    padding-bottom: .3em;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav,
.content-nav a { color:#56763A;
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 15px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#c,
#c a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


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

body {
    color: #4C5B4C;  
    background: #3A828E; 
    font-family:  "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
}


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


#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 { 
    background: #B19927; 
    border-bottom: 1px dotted #666666;
}

#header a {
    color: #FFFFFF;
}

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

#header-name {
    color: #1e2900;  
    font-size: 20px;
}

#header-description {
    color: #1e2900;  
    font-weight: bold; 
}


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

.asset-name,
.asset-name a,
.archive-title {
    color: #7d9316;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer { font-family:"ms pgothic", "trebuchet ms";
    color: #999;
}

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

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


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


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





.widget a,
.archive-widget .widget-list .item {
    color: #4c5b4c;
} 

.widget-header {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold; 
}  
.widget .widget-header {
    border-top: 1px dotted #666666;
    border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #666;
}

.widget-header .edit a {
    border-left-color: #fff
} 

.widget-content  {
    padding: 0 15px 5px 15px;
}

.widget-content input {font-size:12px;
color:#555555;
background-color:#FFFFFF;
border:1px solid #777777; 
}
.textsize1 { width:110px; height:14px; }
.textsize2 { width:35px; height:16px; }

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

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

.widget-content {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* 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;
}


/* Footer ----------------------------------------------------------------- */

#c { 
    text-align: right;
    background-color: #181914; 
    padding: 15px;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}

.asset-body a { color:#7D9316; font-family:"ms pgothic", "trebuchet ms";}
.entry-content a { color:#7D9316; font-family:"ms pgothic", "trebuchet ms";}


/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding: 0;
}
.line {
  margin-bottom:5px;
  border-top: 1px solid #D5D5D5;
}
.line2 {
  margin-bottom:10px;
  border-bottom: 1px dotted #666666;
}
.sidemenu { font-size:11px; }
.menu a { padding-left:5px; text-decoration: none;}
.menu a:link {color: #4C5B4C;@text-decoration : none}
.menu a:visited {color: #999999; text-decoration: none}
.menu a:hover { text-decoration: underline; color:#000000; }

.item {
display: inline;
float: left;
margin: 0px 5px 0px 0px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}

.newitem {
margin: 10px 0px 5px 0px;
border: 1px solid #cccccc;
background:#eeeeee;
}

.editlink,
.editlink a {color:#ccc;
text-align:right; font-size:11px;
}

ul{margin: 0px;}

#alpha-inner{padding-top: 15px; padding-bottom: 15px;
    line-height: 1.4;
    border-top: 1px dotted #666666;
}

#main-navigation{
padding: 3px 0 3px 20px;
background:#33362C;
color:#FFF;
}

#main-navigation a {
font-weight: nomal;
color:#FFF;
}

.search { padding-top:10px; 
font-size:12px; clear:both; 
font-family: "ms pgothic", "trebuchet ms";}
.search a { color:#56763A;}

.wall { margin:15px;overflow: hidden; 
width:200px;
border : 1px solid #aaaaaa;
}

#wallcli2 {
background-repeat: no-repeat;
}

.lastup {
width:300px; height:16px; overflow:auto; border: 1px #aaa dotted;
    scrollbar-base-color: #FFF;
    scrollbar-track-color: #FFF;
    scrollbar-face-color: #FFF;
    scrollbar-shadow-color: #9AB127;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-highlight-color: #9AB127;
    scrollbar-3dlight-color: #FFF;
    scrollbar-arrow-color: #9AB127;

}