/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom ul.menu { border:none; }
	.custom ul.menu a { border:none; color:#666; letter-spacing:0px; text-transform:capitalize; background:none; }
		.custom ul.menu .current a { color:#000; background:#eee; }
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }
