/*
Theme Name: Suffusion Child Theme
Theme URI: http://gamer-goggles.com
Description: Child Theme for Suffusion
Version: 1.0.0
Author: Lemke
Author URI: http://gamer-goggles.com
Template: suffusion
*/


/* ##### Remove extra spacing above header image (logo). */
#header {
   padding-top : 0px;
}


/* ##### Update display for the Widgets In Header area. */
/* ##### This area is being used for leaderboard ads, which are up to 728 x 150 px. */

/* Remove default black background & gray border for AdRotate widgets in this area. */
/* Center the contents vertically and horizontally. */
#header-widgets .widget_adrotate_widgets {
   background-color : transparent;
   border : none;
   display : table-cell;
   height : 150px;
   width : 728px;
   vertical-align : middle;
   text-align : center;
}

/* Blank text widget in the Widgets In Header area in case AdRotates are all suppressed.  Remove border & margin from it. */
#header-widgets .widget_text {
   border : none;
   margin-bottom : 0px;
}



/* ##### Update "Aside" post format, being used for a SlideDeck slider. */

/* Hide comment section. */
.format-aside section#comments {
   display : none;
}
/* Hide metadata line. */
.format-aside div.postdata.line {
   display : none;
}


/* ##### Update for Collapsing Categories widget. Remove bullets from list items. */
li.collapsing.categories {
    background-image : none;
    padding-left : 10px;
}
