/* 
Theme Name:   Twenty Fourteen Child 
Theme URI:    http://example.com/twenty-fourteen-child/ 
Description:  Twenty Fourteen Child 
Theme Author:       John Doe Author 
URI:   http://example.com 
Template:     twentyfourteen 
Version:      1.0.0 
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready 
Text Domain:  twenty-fourteen-child
*/
/*For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:*/
@import url("../twentyfourteen/style.css");

/* =Theme customization starts here-------------------------------------------------------------- */
/* sbl.css */

body 
{ 
background-color: #f5f5f5;
} 

.entry-content, .entry-summary, .page-content
{
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

#page{width:960px; margin:0 auto;}  /*remove left nav for home page */ 

#page:before {    display: none;}

#page .site-content {	margin-left: 0px;}

.site-header, #secondary {    background-color: #b4c958;}#secondary {display: none;}.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .site-navigation a {    color: #336699;font-size: 14px;}.primary-navigation ul ul {    background-color: #d1ff6c;}.home #content, .home .entry-content,  .masthead-fixed .site-header {max-width: 960px;} .homePageImages, .homePageImages tr, .homePageImages td,.homePageNews, .homePageNews tr, .homePageNews td{border: none;text-align: center;vertical-align:top}.homePageImages td{width: 25%;}/* Wordpress inserts p tags that I can't get rid of in the editor */.homePageImages p{display: none}.homePageImages h4{  margin: 10px 0 10px;}.homePageNews{width: 675px;}.homePageNews td{width: 50%;}.home .entry-title, .home .entry-header{display: none;}.home .content-area, .home .content-sidebar {padding-top: 15px;}/*quick links*/.quickLinks ul{margin: 0;list-style: none outside none;text-align: center;}.quickLinks ul li {padding: 8px 0 9px;border-bottom: 1px solid;border-color: rgba(0, 0, 0, 0.1);}.quickLinks ul li  a{text-decoration: none;}/* footer */.site-footer, .site-info, .site-info a {    background-color: #b4c958;color: black;}


.site-content .entry-header {
text-align: center;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    max-width: 900px;
}

.content-area, .content-sidebar {
    padding-top: 18px;
}

.est {
    font-family: georgia;
    font-size: 21px;
    left: 300px;
    position: absolute;
    top: 108px;
}

.entry-title {
word-spacing: 6px;
}

#menu-quick-links {
    text-align: center;
}

#menu-quick-links::before {
    content: "Quick Links";
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 10px;
}


#cb_form_wrapper_1 .layout-control-group .label_control
{
font-weight: bold !important;
}

#cb_form_wrapper_1 .field_description {
    font-size: 14px !important;
    font-style: normal !important;
}