/*   
Theme Name: Fast Blog
Scheme Name: Dark Green
*/

/* =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: #9a9a9a; background-color: #060606; }
a                              { color: #a5e09a; }
a:hover                        { color: #d3f6cc; }
th, td                         { color: #acacac; }
.input, .textarea              { color: #4d4d4d; }
.post .input, .post .textarea,
.contact-form .status          { color: #515358; }
input, textarea                { color: #a5a5a5; }
#tagline                       { color: #fbfbfb; }
#sidebar .title                { color: #3d3d3f; }
#footer,
#footer a                      { color: #4d4d4d; }
#footer a:hover,
#footer li.current a           { color: #a5e09a; }
.post                          { color: #cecece; border-color: #2b2b2b; }
.post .meta,
.post .meta a                  { color: #515358; }
.post .meta a:hover            { color: #a5e09a; }
.tags a                        { color: #656565; border-color: #2b2b2b; }
.tags a:hover                  { color: #a5e09a; }
.comment .meta                 { color: #676767; }
#respond .msg                  { color: #4d4d4d; }
.box                           { border-color: #202020; }
.widget_fastblog_twitter small { color: #575757; }
.widget_fastblog_flickr img    { border-color: transparent; }
.wp-caption-text               { color: #7b7b7b; }

/* =Other
----------------------------------------------------------------------------- */
.submit                        { font-weight: bold; }
.post .title                   { font-weight: bold; }
