/*
File:			themes/red.css
Description:	Custom styles for Thesis Play
Author:			2010 Matt Hodder (www.matthodder.com)
*/

/* Header */
#header_area { background: #fff url(images/bg-header_red.png) repeat-x top;  }

/* Widget Footer */
#widget_footer_area { background: url(../images/bg-widget-footer.png) top repeat-x #b3554c; }

/* Buttons */
.teaser_link, .format_text .read-more, #commentform #submit, .bypostauthor span.avatar, dl#comment_list dd p.reply a { background: #a0453d url(images/button-bg_red.png) top repeat-x; }
#navigation_area ul.menu .rss a { background: url(images/icon-rss_red.png) right no-repeat; }
#navigation_area ul.menu .rss a:hover { background: url(images/icon-rss_red.png) right no-repeat; }

/* Links */
a { color: #8f423e; }