@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body { 
  font-family: 'Varela Round', sans-serif;
  color: #804821;
}

/* STRUCTURE */

#pagewrap {	width: 100%; }
header { height: auto; }
#content { width: 100%; }
#img { max-width: 32%; /* Account for margins + border values */ }
#recette { width: 100%; }
footer { clear: both; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 1080px) {
#pagewrap { width: 100%; }
#content { width: 100%; }
#img { max-width: 48%; }
#recette { width: 100%; }
}
@media screen and (max-width: 1000px) {
#pagewrap { width: 100%; }
#content { width: 100%; }
#img { max-width: 100%; }
#recette { width: 100%; }
}

#content {
	background: #FFF;
}

header, #content, #middle, #sidebar {
	margin-bottom: 0px;
}

#pagewrap, header, #content, #img, #sidebar, footer {
	border: 0px;
}