/*
Theme Name: PRiNZ Incorporated - Child Theme
Version: 1.0
Author: Your Name
Author URI: http://www.yoursite.com/
Template: incorporated
*/

/*** Read about child themes at the WordPress codex: http://codex.wordpress.org/Child_Themes ***/

@import url(../incorporated/style.css); /* Never delete this line */

div#headerbar {
	/* johan 2021-11-26: hide headerbar since the theme already shows these */
	display: none;
}

/* Enter your custom styles below this line */
#header {
    background: none !important;
}
/*#submit, a.button, a.button:link, a.button:active, a.button:visited {color: #000 !important;} 
#commentform small {background: #000;}*/
.PRiNZ_Recent_Posts_Widget li { margin-top:10px; display: inline-block;}

.PRiNZ_Recent_Posts_Widget li a  {font-size: 120%;}