/*
 Theme Name:     Brickyard Child Theme developed for the NNECPA
 Theme URI:      
 Description:    A custom theme developed for the Northern New England Concrete Association based on the Brickyard theme framework
 Author:         Joe Strassler Design
 Author URI:     http://www.joestrassler.com
 Template:       Brickyard
 Version:        1.0.0
*/
 
@import url("../brickyard/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* =Global font styles
------------------------------------------------------- */

p, ul, ol, li, dl, address {
  
  font-size: 15px;
}


h2 {
  color: #666;
}


.entry-headline-text {

color: #0755C8;

}

body a,
body .site-title a,
body .post-entry .post-entry-headline a {
  color: #0755C8;                   
}


/* Menu styles
----------------------------------------------- */


.menu-box {

background: #0755C8;   
           
}


body .menu-box,
body .menu-box ul ul,
body .top-navigation ul ul {
  border-color: #64EB21;               
}


.menu-box a:hover,
.menu-box :hover > a {
  background-color: #000080;
 
}



.menu-box a,
.menu-box a:visited {
  
padding: 0 11px;
border-left: 1px solid #fff;
border-right: none;
 
}

#header .menu-box ul ul a,
#header .menu-box ul ul a:visited {
  
  line-height: 20px;
  min-height: 20px;
  padding-top: 20px;
  border-left: none;
 
}


body #header .menu-box .current-menu-item > a,
body #header .menu-box .current-menu-ancestor > a,
body #header .menu-box .current_page_item > a,
body #header .menu-box .current-page-ancestor > a,
.home #container #header .menu-box .link-home {

background: #000080;

color: #64EB21;

}



/* Sidebar widget styles
----------------------------------------------- */


body .sidebar-widget a {
  color: #666;                  
}

.sidebar-widget {
  font-size: 14px;               
}



.sidebar-widget ul .current-menu-item > a {
  color: #c00; 
  font-weight: bold;
  font-size: 13px;               
                        
}

.sidebar-widget ul {
  background: none; 
}

.sidebar-widget ul li {
  font-size: 14px;               
  line-height: 25px;
  list-style-type: none;
  min-height: 25px;
  padding-left: 14px;  
                     
} 


/* Button styles
----------------------------------------------- */


body .post-entry .read-more-button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body #searchform .searchform-wrapper .send:hover {
background-color: #000080;
                                   
}


body .post-entry .read-more-button,
body input[type="submit"],
body input[type="reset"],
body #searchform .searchform-wrapper .send {
background-color: #0755C8;                                   
}


/* Footer styles
----------------------------------------------- */

.footer-signature { 
  background: #000080; 
}

body #footer a,
body .footer-signature .footer-signature-content a {
  color: #c00;                     
}




/* =Homepage slideshow styles
------------------------------------------------------- */
.homepage-ss {

background-color:#FFF;
margin-bottom: 10px;
margin-top: 0px;
-webkit-box-shadow: 0 0 3px #333333;
-moz-box-shadow:    0 0 3px #333333;
box-shadow:         0 0 3px #333333;


}


/* =Homepage header bottom margin clear
------------------------------------------------------- */

body.home #header { 

margin-bottom: 0px; }


/* =Homepage news items styles
------------------------------------------------------- */


.news-item {

padding:8px;
margin-bottom:5px;
background-color:#0755C8;
border-left-style: solid;
border-left-width: 4px;
border-left-color: #64EB21;



}

.sidebar-widget .news-item p {

color: #fff;
font-size: 13px;

}


.news-item a {

color: #FFF !important;


}


.news-item a:hover {

color: #FFF !important;

text-decoration: none;


}



/* = Body Background
------------------------------------------------------- */


body .pattern {
  background: url(images/concrete-bg.jpg);
opacity: 100;
  filter: alpha(opacity=100);  
background-color: #00249F;
}

/* = Mobil Nav. Styles
------------------------------------------------------- */

.js .selectnav {
    background: #000080;
    
} 

/* = Events Cal. Styles
------------------------------------------------------- */

.tribe-events-single-event-description p {

padding: 10px;
}