
/* Code to eliminate white space between header and nav menu */

.custom #header {
padding-bottom:0.0em;
padding-top:0;
}

/*Code to plant dotted lines beneath each post (see also custom_functions.php)*/

.homepage .format_text {
border-bottom: 2px dotted #ccc; 
padding-bottom:0em;
}


