/*
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: #fff url(images/bg-header.png) repeat-x top;  }*/

/* 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: #1E649B url(images/button-bg.png) top repeat-x; }
.custom ul.menu .rss a { background: url(images/icon-rss.png) right no-repeat; }
.custom ul.menu .rss a:hover { background: url(images/icon-rss.png) right no-repeat; }

/* Links */
a { color: #2361a1; }