/*
File:			themes/black.css
Description:	Custom styles for Thesis Play
Author:			2010 Matt Hodder (www.matthodder.com)
*/

/* Header */
#header_area { background: #fff url(images/bg-header_black.png) repeat-x top;  }

/* Widget Footer */
#widget_footer_area { background: url(../images/bg-widget-footer.png) top repeat-x #777777; }

/* Buttons */
.teaser_link, .format_text .read-more, #commentform #submit, .bypostauthor span.avatar, dl#comment_list dd p.reply a { background: #333333 url(images/button-bg_black.png) top repeat-x; }
#navigation_area ul.menu .rss a { background: url(images/icon-rss_black.png) right no-repeat; }
#navigation_area ul.menu .rss a:hover { background: url(images/icon-rss_black.png) right no-repeat; }

/* Links */
a { color: #999; }