/*
 * Theme Name:     SDS 2012
 * Theme URI:      http://example.com/
 * Description:    Child theme for the Twenty Twelve theme 
 * Author:         Steven Stern
 * Author URI:     http://www.sterndata.com
 * Template:       twentytwelve
 * Version:        0.1.0
 * */

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

.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;
}



p {
    color: black;
}


td {
    color: black;font-size:14px;
}


li {
    color: black;
}


.header-image {
    
    box-shadow: none !important;
}


.site-header {
    padding: 0rem 0;
}


.entry-content td, .comment-content td {
    border-top: 0px solid #FFFFFF;
    padding: 0px 0px 0px 0;
}

