/*
 Theme Name:   ibiblio Twenty Fifteen Child
 Theme URI:    
 Description:  Twenty Fifteen Child Theme
 Author:     
 Author URI:  
 Template:     twentyfifteen
 Version:      1.0.0
 Tags:         light, one-column, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

div.site-branding {
  /* background: url(/hosted/images/ibiblio_i_sm_trans.png) no-repeat top center; */
  background: url(/hosted/images/sm_ibiblio_trans.gif) no-repeat top center;
}

.site-footer .widget {
  margin: 0;
  padding: 10% 20% 0;
}
.site-footer .widget:last-child {
  margin-bottom: 10%;
}

.widget_footer_about_text a:link {
  text-decoration: underline;
}

.widget_footer_about_text a:hover {
  text-decoration: none;
}

/*
 * Carolina Argyle
 */
#page {
background-color: #7BAFD4;
background-image:
repeating-linear-gradient(120deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 60px),
repeating-linear-gradient(60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 60px),
linear-gradient(60deg, rgba(255,255,255,.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.1) 75%, rgba(255,255,255,.1)),
linear-gradient(120deg, rgba(255,255,255,.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.1) 75%, rgba(255,255,255,.1));
background-size: 70px 120px;
}

