
.recipe_list {
	width: 600px;
	clear: both;
	overflow:hidden;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.recipe_list .thumbnail {
	float: left;
	clear: none;
	background-color: #EAEAEA;
	
	/*margin: 45px 20px 0px 0px;*/
	width: 50px;
	height: 50px;
}

.recipe_list .item {
	clear: both;
	width: 600px;
	margin-bottom: 5px;
	overflow: hidden;
}

.recipe_list .info {
	float: left;
	width: 510px;
	margin-left: 5px;
	overflow: hidden;
	min-height: 47px;
	padding-left: 7px;
	padding-right: 28px;
	padding-top: 3px;
}
.recipe_list .alt
{
	background-color: #EAEAEA;
}
.recipe_list .title {
	color: #2d7bb2;
	font-size:14px;
	margin-bottom: 5px;
	
}

.recipe_list .title a {
	
}
.recipe_list .author {
	float:left;
	font-size: 12px;
	color: #666666;
}
.recipe_list .author a {
	
	font-size: 12px;
	color: #666666;
}
.recipe_list .links {
	float: right;
	font-size: 12px;
}
.recipe_list .links a{
	color: #666666;
}
.recipe_list .blurb {
	
	color: #808c85;
	margin-bottom: 5px;
	font-size: 12px;
	
}

.navigation {
	
	    margin: 10px auto; 
    width: 500px;
	
}

 .navigation ul{

    list-style-type:none;
}

.navigation li{
    display:inline;
	padding: 10px;
}

.navigation li.selected{
    text-decoration:none;
}