/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://catboatclub.com/
 Description:  Twenty Fourteen Child Theme
 Author:       Ivan Jones
 Author URI:   http://catboatclub.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
 */
 
 @import url("../twentyfourteen/style.css");

/* ------------------- Theme Customisation starts here ----------------- */




/* There's a funny little header at the top of the page - this line changes the colour to match the background so that it disappears */
.site-content .entry-header {
/*background-color: #212121;*/
background-color: #ffffff;	
}


.site-content .entry-content {
padding-top: 10px; /* Adds a slight gap before the text starts */
border-radius: 4px; /* Adds a pleasing radius to panels */
/*background-color: #212121;*/
background-color: #ffffff;	
	
}


h2 {color: White;}
h4 {color: #AD172B;}  /* Picks out red colour of logo for h4 headings */
h6 {color: #AD172B;}  /* Picks out red colour of logo for h6 headings */
li {color:#0082CB; } /* Color of bullet points */



/* Add nice rounded edges to results table and remove grid lines */

table, th, td {
   border-collapse: collapse;
   border: 0px solid rgba(0, 0, 0, 0.0);
   border-radius: 10px;
}



.wp-block-table th, .wp-block-table td {
    border-width: 0 0px 0px 0;
    border-style: none;
}




/* Spacing between the table rows */ 
.entry-content td, .comment-content td {
    padding: 5px;
}




/*Add a radius to boxes on About page and reduce padding */
p.has-background {
    padding: 10px 10px;
    border-radius: 5px;
}

        /*IJ Note for future self: */
		/*Twenty Fourteen Color change with Fourteen Colors Plugin.  Custom accent color. */
        /*See https://youtu.be/jhOdPvClWTo for details */



