/* --------------------
Template: /path/to/footer.css
Description: Site page footer layout
Created: 01/10/2009 Chris Stevenson (christopher.stevenson@aihw.gov.au)
Modified: 17 Feb 2011 Andrew Smith update for corporate colours
-------------------- */

/* footer */

#footer {
	border-top: 1px solid #d7d8d9;
	float: left;
	margin: 0;
	width: 100%; }
#footer-bg {
	background: #e3e5e6;
	float: left;
	margin: 0;
	width: 100%; }

/* footer link list */

#footer ul {
    font-size: 85%; 
    list-style-type: none; 
    margin: 2% 1.25% 2.5%; 
    padding: 0; }
#footer ul li {
    border-left: 1px solid #cacbcc;
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: lowercase; }
#footer ul li.first-child {
    border-left: 0; 
    padding-left: 0;
    text-transform: none; }
#footer ul li.copyright {
    background: url(/webassets/images/site/creative-commons.png) no-repeat 98% 0; 
    padding: 1px 85px 1px 0; }
#footer ul li a { 
    border-bottom: none; 
    color: #0A6898;
    margin: 0 7px; }
#footer ul li a:hover { 
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #878a8c;
    color: #8c8688; }
