@import url(path.css);

li.recipe {
	margin-bottom: 20px;
}

#recipes h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}

#recipes a {
	border-bottom-width: 1px;
}

	#recipes span.short-text {
		color: #666;
		display: block;
	}
	
	#recipes .bottom span {
		display: block;
		height: 18px;
		float: left;
		border-right: 1px solid #efefef;
		margin-right: 10px;
		padding-right: 10px;
	}

	#recipes span.group {
		background-repeat: no-repeat;
		background-position: center center;
		border: 0;
		width: 80px;
		text-align: center;
		padding: 0;
	}
	
	#recipes span.author {
		background-repeat: no-repeat;
		background-position: left center;
		border: 0;
		width: 80px;
		padding: 0;
		text-indent: 21px;
	}
	
	#recipes span.skill {
		background: url(../images/skill_small.gif) no-repeat left top;
		width: 34px;
	}

	#recipes span.rating {
		background: url(../images/stars_small.gif) no-repeat left top;
		width: 64px;
	}

	#recipes span.comments {
		background: url(../images/comment_icon.gif) no-repeat left center;
		padding-left: 16px;
	}

	#recipes span.country {
		display: block;
		height: 18px;
		float: left;
		margin-right: 10px;
	}

#recipes img {	
	float: left;
	margin-right: 10px;
}

#recipes div.top {
	height: 60px;
	margin-bottom: 10px;
}

#recipes div.bottom {
	height: 18px;
	line-height: 18px;
}

	#recipes div.info {
		float: right;
		width: 410px;
		height: 100%;
	}
