/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Custom Header Icons */
.facebook_menu a {
float: right;
padding-left:68px; 
text-indent: -9999px;
outline:none; 
border:none; 
background-color: white;
background-image:url('http://brighterday.venturiaerospace.com/wp-content/uploads/2013/09/facebook24.png'); 
background-repeat: no-repeat;
background-position:right center;
}

#menu-item-449 a {
float: right;
padding-left:24px; 
text-indent: -9999px;
outline:none; 
border:none; 
background-color: white;
background-image:url('http://brighterday.venturiaerospace.com/wp-content/uploads/2013/09/feed24.png'); 
background-repeat: no-repeat;
background-position:right center;
}




/* Custom Footer Hook */
function add_custom_footer () {
?>
<p>© 2012 <a href="http://www.venturiaerospace.com/">VenturiAerospace.com</a> – All rights reserved.</p>
<?php
}
add_action('thesis_hook_footer', 'add_custom_footer'); 