/*
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
*/

/* HOME PAGE CUSTOM STYLES */
div#block-4.block-type-content .hentry {padding-bottom:0} /* REMOVES HEADWAY BOTTOM SPACING FOR MAIN HOME CONTENT */

/* HOME - WHY ALAVA? TABLE */
div#block-18.block-type-content .hentry {padding:0 0 0 0} /* REMOVES HEADWAY SPACING FOR TABLE CONTAINER */
table#home-table-resources {background-color:#dae1bc;}
table#home-table-resources th {background-color:#c1c7a7; font-size:18px; font-weight:bold; color:#333; padding:10px 25px;}
table#home-table-resources td {padding:10px;}
table#home-table-resources td.col-spacer {width:10px;} /* COLUMN SPACER */
table#home-table-resources td.col-1 {padding-left:25px; width:33%;} /* FIRST COLUMN - EXTRA SPACING ON LEFT */
table#home-table-resources td.col-2 {width:33%;}
table#home-table-resources td.col-3 {padding-right:25px; width:33%;} /* THIRD COLUMN - EXTRA SPACING ON RIGHT */

/* SIDENAV & SIDEBAR LISTS */
ul.side-list {margin-top:0;}
.side-list li {line-height:120%; padding-bottom:5px;}

.block-type-widget-area li.widget span.widget-title {padding: 2px 0;} /* Adds some spacing between border & enclosing element */