/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://bethelumcpeachtreerock.org/twentyseventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Jeff Thompson
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.14
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
//Custom styles go here
/* font style*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;}

/*Link colors */
a {
    color: #0000EE;}

/* Remove space between header and page body*/
.custom-header-media {
    margin-bottom: 0;
    margin-top: 0;}
.wrap {
    margin-top: 0px !important;
    padding: 0px 8px 8px !important; }
.skip-container {
    padding-bottom: 0;
    padding-top: 0;}
.site-content {
    padding-top: 15px;
    padding-bottom: 15px;	
	margin-bottom: 0;
    margin-top: 0;}
#content.site-content {
    padding-bottom: 15px;}
#content-full {
    margin-bottom: 10px;
    margin-top: 10px;}


/* Center Page Title */
.entry-title {
    text-align: center;}
/* Remove Extra Space Below Title */
.entry-header {
    margin-bottom: 15px !important;}
/* make largerest font slightly smaller */
h1 {
    font-size: 2em;}

/* Navigation Background*/
.navigation-top {
    background: #000099;
    background-color: #000099;
    background-image: none;
    border-bottom: none;
    border-top: none;
	color: #FFFFFF;}
.site-branding {
    padding: 0;}
.main-navigation a {
    padding: 12px;}	
/* Navigation font color*/
.navigation-top li a {
    color: #CCCCCC;}	
/*main menu and submenu text colour on mouseover*/
.navigation-top li a:hover {
    color: #FFFFFF;
    background-color: #1919A3;
    background-image: none;}
/* Active page */
.navigation-top .current-menu-item > a {
    background-color: #1919A3;
	color: #FFD73F;}	

/* submenu item border elimination*/
.navigation-top ul {
    border: 0px;}
	
/* Hide Home Page Title */
.page-id-26  .entry-title {display: none;}
/* Hide About our church Page Title */
.page-id-23  .entry-title {display: none;}
/* Hide burning mortgage page Title */
.page-id-403  .entry-title {display: none;}
/* Header background*/
.site-header {
     background-image: url('http://bethelumcpeachtreerock.org/wordpress/wp-content/uploads/2014/09/BlueSplotchBackgroud.gif');
     color: white;
     padding: 20px 20px 0px 20px;
	 margin-bottom: 20px;}
.site-name a {
     color: white;}
.site-description {
     color: white;}
/*Add bullet to featured post list - news */
.widget_ak_featured_post_widget ul {
     list-style-type: disc;}	 
/* Add space around pictures*/
img.alignright{display:inline;padding:4px;}
img.alignleft{display:inline;padding:4px;}

/* Remove border lines from tables */
table, th, td {
   border: 0px none;} 
   
/*place page title and content in one column*/
@media screen and (min-width: 48em) {
body.page-two-column:not(.archive) #primary .entry-header,body.page-two-column:not(.archive) #primary .entry-content {
   float:none;
   width: 100%;}
