/* CSS - Footer Stylesheet */

/* Footer */

#footer {
	width:100%;
    height:159px;
    background:url(../layout/footer/footer_background.png) repeat left top;
    float:left;
    margin-top:23px;
    }
    
#footer-content {
	width:900px;
    height:132px;
    margin:auto;
    }
    
#footer h6 {
	font-family:'LinotypeFeltpenMedium';
	font-size:16px;
    float:left;
    margin-top:10px;
    font-weight:normal;
    }
    
#footer h6 a:link, #footer h6 a:visited {
	color:#000;
    }  
    
#footer h6 a:hover {
	color:#663399;
    text-decoration:none;
    }        
    
#helpful-links, #follow-me, #footer-skills {
	float:left;
    height:132px;
	}

#helpful-links {
    width:255px;
    margin-left:50px\9;    
	}
    
#helpful-links header {
	float:left;
    width:255px;
	}    
    
#helpful-links ul {
	float:left;
    width:100px;
	list-style:none;
    margin-top:15px;
	}
    
#helpful-links ul li {
    width:100px;
    height:24px;
	}        
	
#follow-me {	
    width:272px;
	}
    
#follow-links {
    float:left;
	width:272px;
    margin-top:15px;
    } 
    
#follow-links div {
    float:left;
    width:40px;
    height:31px;
    }        

#bookmark {
    background:url(../layout/footer/bookmark_btn.png) no-repeat left top;
    margin-top:14px; 
    padding-top:3px;          
    }
    
#email-friend {
    background:url(../layout/footer/email_btn.png) no-repeat left top;   
    margin-top:5px;  
    }    
    
#bookmark, #email-friend {
	float:left;
    width:272px;
    height:20px;	
    }   
    
#bookmark a, #email-friend a {
	padding-left:28px;
    width:272px;
    height:20px;
    }      
    
#footer-skills {
    width:373px;
    } 
    
#footer-skills header {
    width:373px;
    float:left;
    }          
    
#footer-skills ul {
	width:110px;
    float:left;
    list-style:none;
    margin-right:14px;
    } 
    
#footer-skills ul li {
	width:110px;
    height:15px;
	background:url(../layout/footer/skills_btp.png) no-repeat left top;
    margin-top:7px;  
    } 
    
#footer-skills ul li:hover {
	background:url(../layout/footer/skills_btp_hover.png) no-repeat left top;
    }     
    
#footer-skills ul li a {
	width:110px;
    margin-top:1px;
    float:left;
    }  
    
#footer-skills ul li {
    padding-left:22px;
    color:#333;
    }                
    
#footer-skills ul li a, #footer-skills ul li a:link, #footer-skills ul li a:visited {
	color:#333;
    }
    
#footer-skills ul li a:hover {
	color:#663399;   
    } 
    
footer {
    width:900px;
    float:left\9;
    margin:auto;
    margin-left:50px\9;
    font-size:10px;
    padding-top:10px;
    }  

footer a, footer a:link, footer a:visited {
	color:#000;
	}

footer a:hover {
	color:#666;
    text-decoration:none;
	}   
    
/* Footer Ends */
