/*
File:			themes/orange.css
Description:	Custom styles for ThesisFolio
Author:			2010 Matt Hodder (www.matthodder.com)
*/

/* Header */
#featured_area, #page_area { background: #a04801 url(images/bg-orange.png) repeat-x top; }
.menu li.current, .menu li.current-parent, .menu li.current-cat { background: url(images/bg-orange.png) repeat-x 0 -1px; border: 1px solid #cd742b; }
#featured_area .overlay, #page_area .overlay { background: none; }

/* Links */
a { color: #4052AD; }
a:hover {text-shadow: 1px 1px 1px rgba(0,0,0,.4); }
