/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

remove_action('thesis_hook_footer', 'thesis_attribution');

/* Customize Footer Text */
.custom #footer {
color: #888888;
text-align: right;
}

/* Customize Footer Links */

.custom #footer a {
border-bottom: 1px solid #888888;
color: #888888;
}

.custom #footer a:hover {
color: #C70E1A;
}