/*
Theme Name: Andy Twenty Twelve
Description: Andy Hacks Twenty Twelve
Template: twentytwelve
*/
/* Using @import, we can borrow style sheets from the Parent Theme */
@import  url("https://www.digitalnaturalism.org/wp-content/themes/twentytwelve/style.css");

.author-info {
  display:none;
	  
	}

#page {
background-color: rgba(255,255,255,.95);

}

body.custom-background {
 
width:100%;

}

#masthead{
padding: 0px;

}
.menu-item{
    padding-left: 10px;
  padding-right: 10px;
	}

.current-menu-item {
 
     text-decoration: underline;
	  
	}

.attachment-post-thumbnail {
	  display:none;
	}

.copyright-info {
	 
float:right;	  
	  
	}
	
	.site-info{
		 float:left; 
		}

.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

.listing-item {
  background-color: rgba(255,255,255,.95);
margin: 10px;
	  padding: 10px;
  
}

 img.header-image {
border-radius: 3px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
} 
