/*
Theme Name:     craftlit-shoppe
Description:    TwentyTwelve Child Theme for Crafting-a-Life shoppe
Author:         psg
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentytwelve/style.css");


.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image, img.product_image, img.imagecol  {
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  box-shadow:rgba(0, 0, 0, 0) 0 0px 0px;
  border:0;
}

.single_product_display, .imagecol, img.product_image {
   
    border: 0;
}

	
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
