/* Theme Name: Twenty Thirteen Child
Template: twentythirteen
Description: Child theme for the twentythirteen theme
Author: John Chapman
*/


@import url("../twentythirteen/style.css");



/*
*suppress page title on page-id-### page
*/
.page-id-2 .entry-title { display: none; } /* Main Menu */
.page-id-45 .entry-title { display: none; } /* Behaviour and Discipline */
.page-id-47 .entry-title { display: none; } /* Bridge Links */
.page-id-43 .entry-title { display: none; } /* Contact the President */
.page-id-69 .entry-title { display: none; } /* Education */
.page-id-33 .entry-title { display: none; } /* Finance, Minutes, Attendance */
.page-id-125 .entry-title { display: none; } /* Board Minutes */
.page-id-123 .entry-title { display: none; } /* Financials */
.page-id-134 .entry-title { display: none; } /* Governance */
.page-id-143 .entry-title { display: none; } /* Board Members */
.page-id-137 .entry-title { display: none; } /* Constitution */
.page-id-139 .entry-title { display: none; } /* Bylaws */
.page-id-141 .entry-title { display: none; } /* Standing Rules */
.page-id-39 .entry-title { display: none; } /* Masterpoint Races */
.page-id-245 .entry-title { display: none; } /* Post-based Calendar */
.page-id-41 .entry-title { display: none; } /* Unit 161 Clubs */
.page-id-37 .entry-title { display: none; } /* Unit Calendar */
.page-id-65 .entry-title { display: none; } /* Unit Recorder */
.page-id-193 .entry-title { display: none; } /* Visit our Clubs */



/*
height occupied by title in base theme is excessive.  following adjusts several factors impacting this
*/

/* move site title up (remove padding) to accomodate smaller header images.  eliminate bottom padding to bring up subtitle */
.site-title {
padding: 20px 0 0px;
}

/* reduce height of header */
.site-header .home-link {
max-width: 1180px;
min-height: 130px;
}

/* adjust size of header image 
.site-header {
background-size: 1600px 110px;
}
*/


/*
remove some of the excess padding
*/

/* page content */
.hentry {
padding: 0px 0;
}

/* nav menu - address the FONT size while we're here */
.nav-menu li a {
font-size: 20px;
padding: 10px 20px;
}



/*
highlight the selected menu item (e.g., page) since we're not displaying the page title in the body
*/

/*media all*/
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #bc360a;
    font-style: italic;
    font-size: 30px;
}


/*
font size of post titles is too big
*/

h1 {
    font-size: 24px;
    margin: 33px 0;
}

