img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.entry-content img{
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.entry-content{
	margin: 1.5em;
}
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	
}
body {	
	text-rendering: optimizeLegibility;	
}
/* Page structure */
.site {
	border:0px solid red;
	background-color: #fff;    
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}	
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


