/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Portal */


/* Theme */
@import url(/.shared/themes/lilia/theme-beckett.css);

/* Custom */
#banner { 
background-image:url(http://postcards.typepad.com/last_days/images/lastbanner7.jpg); 
background-repeat: no-repeat;
width: 760px; height: 200px;
}
#banner h1 {display:none;}
#banner h2 {display:none;}

a { color: #888899; text-decoration: underline; }
a:visited { color: #999; }
a:hover { color: #fff; }

.module-content a { color: #cdcdcf; font-weight: bold; text-decoration: none; }
.module-content a:visited { color: #888899; }
.module-content a:hover { color: #f93; }

