/* Simple Reset
------------------------------------------------------------ */
html, body, div, h1, h2, ul, li, dl, dd, dt, p {
	margin: 0; padding: 0; 
}
ul { list-style: none; }


body {
	width:100%;
}
.group:after { 
	visibility: hidden; display: block; content: ""; clear: both; height: 0;
}
* html .group {
	zoom: 1; 
} /* IE6 */
*:first-child+html .group { 
	zoom: 1;
} /* IE7 */

h6{
	font-family: 'Stag-Serif-Medium', Arial, sans-serif;
	font-size:73%;
	margin: 0.5em 0 0.6em 0;
	color:#434343;
	font-weight:bold;	
}

a {
	color: #444; 
	text-decoration: underline; 
	-moz-transition: 0.4s all linear; 
	-webkit-transition: 0.4s all linear; 
	-o-transition: 0.4s all linear; 
	transition: 0.4s all linear; 
	outline-color: #aaa; 
}

a:hover {
	color: #4f0d4d; 
}
dl.group {
	padding:0;
	margin-bottom:2em;
	color:#88898c;
	border:1px solid #ebeced;
	text-transform:uppercase;
	letter-spacing:0.08em;
	font-family: 'Stag-Serif-Medium', "Times New Roman", serif;
	font-size:11px;
	background-color:#f7f8f8;
}
.filter li {
	float: left;
	line-height:2.5em;
	background-color:#f7f8f8;
}

.filter li:last-child:after {
	content: "";
}
.filter a { 
	color:#88898c;
	padding: 0 1em;
	color: #777;
	text-decoration: none;
	display:block;
}
.filter a:hover, .current a {
	color: #181717;
	text-decoration:underline;
	background-color:#e4e4e4;
}
.filter a:hover, .current a:hover {
	color: #181717;
	text-decoration:underline;
	background-color:#e4e4e4;
}

/* recipes Items */

.recipes { 
	width:100%;
}
.recipes li { 
	float: left;
	width:40%;
	min-height:205px;
	margin-left:1em;
}
.recipes a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: auto;
}
.recipes img {
	width: 100%;
	max-width:100%;
	height: auto;
	display: block;
	float:left;
}
ul, menu, dir {
    padding-start-value: 0; !important;
}

.recipes li:nth-child(4n) {
    margin-right: -7.5em;
}


@media (max-width:500px) {
	.filter li {
		float: none;
		line-height:3em;
		padding 1em 0;
		border-bottom: 1px solid #CCC;
	}
	h6{
		font-size:90%;
	}
	.recipes li { 
		width:100%;
		margin-bottom:1.5em;
	}	
}
@media (min-width:800px) {
	h6{
		font-size:75%;
	}
	.recipes li { 
		width:25%;
	}	
}
@media (min-width:1000px){
	h6{
		font-size:90%;
	}	
	.recipes li { 
		width:25%;
	}
	#wrap {
		margin-left:0.55em;
	}

}
























