/*
THEME NAME:Custom Code Theme for adding Custom Code
THEME URI:http://www.ajmorris.org
VERSION:0.1
AUTHOR:AJ Morris
AUTHOR URI:http://www.ajmorris.org
DESCRIPTION:This is a child theme for Headway 3.0. It is used for adding custom css and php code.
TEMPLATE: headway
*/

/* add this to custom.css to format the footer widget */
/* footer widgets */
div.footer-item {width:100%;}
div.footer-item {float:left; margin:15px;}
div.footer-item h2 {font-weight:bold;font-size:13px;line-height:20px;border-bottom: 1px solid #ddd; margin-bottom:4px;padding-bottom:4px;}
div.footer-item ul {padding:0px; margin:10px 0 0px;}
div.footer-item ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}
div.footer-item ul li a {text-decoration:none;}
div.footer-item ul li a:hover {text-decoration:underline;}
div.footer-item {padding-bottom:25px;margin: 0 auto;}
div.footer-item ul {}
/* end footer widgets */