/*
Theme Name: Twentytwelve Child Footer + Ads
Description: Child theme for footer and in-template ads with the twentytwelve theme
Theme URI: http://amipost.com
Author: mikelo
Template: twentytwelve
Version: 0.1.0 named style.css in wp-content/themes/twentytwelve-child/ 
*/

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

/* remove yellow background of Adsense */
.adsbygoogle iframe {
margin: 0;
}
ins {
	background: #ffffff;
	text-decoration: none;
}

/* Twitter Icon */
#access .nav-twitter {
	width: 130px;
	text-align: center;
    float: right;
  	padding: 40px 0 0 0;
}
.nav-twitter,

#access .nav-twitter:hover >a,
#access .nav-twitter a:focus
{			
	background: url('images/twitterbutton.png');
	background-repeat: no-repeat;
	padding: 0;
}
.nav-twitter a
{
	color: transparent !important;
	padding: 0;
}


/* reduce page top background */
body .site {
	margin-top: 10px;
	margin-top: 0.71428571428571rem;
	}

.entry-header .comments-link { 
	display: none; 
	}

/* increase theme width */
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 81.25rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
footer[role="contentinfo"] {
	max-width: 1100px;
	}
@media screen and (min-width: 600px) {
	.site {
		max-width: 1100px;
		max-width: 78.571428571rem;
	}
}
.ie .site {
	max-width: 1100px;
}

/* testing id leftFloat to centered in post */
#leftFloat {
	display: block;
	width: 750px;
	float: right;
	position: relative;
	left: 20%;
	margin-left: auto;
	margin-right: auto;
	}

/* Add 3 column footer */
   #footer-right, #footer-middle, #footer-left {
     float:none;
     padding-left:0;
     padding-right:0;
     padding-top:1em;
     width:100%;
   }

/* for table horizontal lines */
table.sample {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}
.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;
}

/* .the-social-link { */
/*  text-align:center; */
/* } */
/* .the-social-link img { */
/*  padding:5px; */
/* } */