/*
Theme Name:	Bucklers Website
Theme URI:	http://www.bucklers.org
Description:	Child theme of Twenty Twelve
Author:		Brian Candiloro
Author URI:	http://www.candiloro.net/brian
Template:	twentytwelve
Version:	0.0.1
*/

@import url("../twentytwelve/style.css");

/* start attachment icons */
.pdf {
     background-color: #fff;
     background-image: url(/wp-includes/images/pdficon_small.png);
     background-position: bottom left;
     background-attachment: scroll;
     background-repeat: no-repeat;
     padding-left: 20px;
}
/* end attachment icons */

/* start footer widget areas */
.widget-area .widget h3 {
  margin-bottom:0;
}

#footerwidgets {
 width:100%;
}
#footerwidgets p {
 padding-bottom: .5em;
}
#footerwidgets li, #footerwidgets p  {
 padding-bottom: .5em;
 font-size:80%;
 line-height:1.1em;
}
#footer-left {
 width:30%;
 float:left;
 padding-right:2.5%;
}
#footer-middle {
 width:30%;
 float:left;
 padding-left:2.5%;
 padding-right: 2.5%;
}
#footer-right {
 width:30%;
 float:right;
 padding-left:2.5%;
} 
.site-content article {
  border-bottom:none;
}
@media only screen
and (max-width:481px) {

   #footer-right, #footer-middle, #footer-left {
     float:none;
     padding-left:0;
     padding-right:0;
     padding-top:1em;
     width:100%;
   }
}

.the-social-link {
  text-align:center;
}
.the-social-link img {
  padding:5px;
}
/* end footer widget area */