/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04. Features: Two column layout, widget aware, variable width. 
Author: Alan Lord alan@theopensourcerer.com
Author URI: http://www.theopensourcerer.com
Version: 1.3
Tags: brown, two-column, flexible-width, widget-aware
License: GPLv3 or Later. (c) 2009 Alan Lord 
*/

#footer img {
    border:0;
}

/* Remove the dotted highlight when clicked */ 
#footer a:focus {
    outline:none;
}

#ft_left, #ft_centre, #ft_right {
    position:absolute;
    bottom:0.5em;
}

#ft_left {
    left:0.5em;
    text-align:left;
}

#ft_centre {
    left:40%;
    text-align:center;
}

#ft_right {
    right:0.5em;
    text-align:right;
}
