/*   
Theme Name: Fast Blog
Scheme Name: Bright Blue
*/

/* =Backgrounds
----------------------------------------------------------------------------- */
body                              { background-image: url(images/bg.png); }
th, td                            { background-image: url(images/frame-bg.png); }
ul > li                           { background-image: url(images/dot.png); }
.input, .textarea,
#search input[type="submit"]      { background-image: url(images/input.png); }
.post .input, .post .textarea     { background-image: url(images/post-input.png); }
#wrapper                          { background-image: url(images/bg-light.png); }
#menu ul                          { background-image: url(images/menu-shadow.png); }
#menu li                          { background-image: url(images/menu-bg.png); }
#sidebar > li                     { background-image: url(images/widget-line.png); }
.post                             { background-image: url(images/post-bg.png); }
.post .corner                     { background-image: url(images/post-corner.png); }
.post .post-icon,
.post .post-icon > *              { background-image: url(images/post-icon.png); }
.post .meta a                     { background-image: url(images/meta-icon.png); }
.tags a                           { background-image: url(images/tag.png); }
.comment                          { background-image: url(images/comment-line.png); }
.contact-form .loader             { background-image: url(images/loader.gif); }
.box                              { background-image: url(images/frame-bg.png); }
.widget_fastblog_twitter .title,
.widget_fastblog_twitter .title a { background-image: url(images/twitter.png); }
.widget_fastblog_flickr .title,
.widget_fastblog_flickr .title a  { background-image: url(images/flickr.png); }
.widget_fastblog_flickr img       { background-image: url(images/post-bg.png); }
.widget_calendar tbody td         { background-image: url(images/calendar-bg.png); }
.line, .line > div                { background-image: url(images/line.png); }
.line.full                        { background-image: url(images/line-full.png); }

/* =Colors
----------------------------------------------------------------------------- */
body                           { color: #585858; background-color: #f8f8f8; }
a                              { color: #3464bd; }
a:hover                        { color: #417ef0; text-decoration:underline; }
th, td                         { color: #4b4b4b; }
.input, .textarea              { color: #acacac; }
.post .input, .post .textarea,
.contact-form .status          { color: #a7a7a7; }
input, textarea                { color: #535353; }
#tagline                       { color: #292929; }
#sidebar .title                { color: #350000; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-variant:normal; font-style:normal; text-transform:none;}
#footer,
#footer a                      { color: #8c8c8c; }
#footer a:hover,
#footer li.current a           { color: #29a3eb; }
.post                          { color: #313131; border-color: #e7e7e7; }
.post .meta,
.post .meta a                  { color: #a7a7a7; }
.post .meta a:hover            { color: #29a3eb; }
.tags a                        { color: #929292; border-color: #e7e7e7; }
.tags a:hover                  { color: #29a3eb; }
.comment .meta                 { color: #8c8c8c; }
#respond .msg                  { color: #acacac; }
.box                           { border-color: #ddd; }
.widget_fastblog_twitter small { color: #adadad; }
.widget_fastblog_flickr img    { border-color: #e7e7e7; }
.wp-caption-text               { color: #858585; }