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

/* Header */
#featured_area, #page_area { background: url(images/bg-graphite.jpg) repeat-x top; }
.menu li.current, .menu li.current-parent, .menu li.current-cat { background: url(images/bg-graphite.jpg) repeat-x 0 -1px; border: 1px solid #333333; }
#featured_area .overlay, #page_area .overlay { background: none; }

/* Footer */
#footer_widget_area { background: url(images/bg-graphite.jpg) repeat bottom; }
	#footer_widgets .col { text-shadow: 1px 1px #000; color: #fff; }
	#footer_widgets .col h3 { color: #ddd; }
#footer_area { background: #000; border-top: 1px solid #222;  }

/* Links */
a { color: #32709D;}
