/*
File:			themes/custom-theme.css
Description:	USER Custom styles for Thesis Play
Author:			2010 Matt Hodder (www.matthodder.com)

Notes:			To use this theme, select Custom with the theme dropdown under ThesisPlay options. Use this if you don't want to ruin any of the other theme files and have your own selectable styles.
*/

/* Header */
.custom #header_area { background: none; border: none;  }

/* Buttons */
.custom .teaser_link, .custom .format_text .read-more, .custom #commentform #submit, .custom .bypostauthor span.avatar, .custom dl#comment_list dd p.reply a { background: #7c9550 url(images/button-bg_green.png) top repeat-x; }
.custom ul.menu .rss a { background: url(images/icon-rss_green.png) right no-repeat; }
.custom ul.menu .rss a:hover { background: url(images/icon-rss_green.png) right no-repeat; }

/* Links */
a { color: #556f45; }
