


/* @group Recipes */


.recipe-grid {
margin-top:10px;
margin-left:10px;
}
.recipe-thumb {
	float: left;
	width: 178px;
	height: 168px;
	background: url('http://visualrecipes.com/images/grid-img-bkg.png') no-repeat;
	padding: 9px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
}


.recipe-thumb p {
	margin-bottom: 20px;
}

.recipe-thumb p a {
	color: #a21b1f;
	text-decoration: underline;
	padding: 2px;
}

.recipe-thumb p a:hover {
	background-color: #a21b1f;
	color: #fff;
	text-decoration: none;
}

.recipe-grid .nomargin {
	margin-right: 0px;
}



.recipe-thumb h3 {
	position: relative;
	margin-top: -24px;
	font: bold 12px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: url(img/sfondo-txt.png) repeat;
	width: 173px;
	padding-left: 5px;
	height: 25px;
	float: left;
	margin-bottom: 20px;
}

.recipe-thumb  a {
	color: #fff;
	text-decoration: none;
}

.recipe-thumb  a:hover {
	color: #fbe066;
}

.recipe-thumb h3 a {
	color: #fff;
	text-decoration: none;
}

.recipe-thumb h3 a:hover {
	color: #fbe066;
}

.recipe-thumb p.autore {
	float: left;
	width: 110px;
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	margin-top: -12px;
}

.recipe-thumb p.autore a {
	color: #CF1C58; /*#d25a24;*/
	text-decoration: none;
}

.recipe-thumb p.autore a:hover {
	background-color: #CF1C58;
	color: #fff;
}

.recipe-thumb .rating {
	float: right;
	width: 50px;
	margin-top: -12px;
}

.recipe-thumb .rating img {
	margin: 0px;
	display: block;
	float: left;
}

#content p.viewall,
.home-sort p.viewall {
	float: left;
	width: 100%;
	text-align: right;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

#content p.viewall a,
.home-sort p.viewall a {
	color: #298cc3;
}

#content p.viewall a:hover,
.home-sort p.viewall a:hover {
	background-color: #298cc3;
	color: #fff;
}



/* @group Profile */

.home-sort li a {
	color: #3d698e;
	text-decoration: none;
}

.home-sort li a:hover {
	color: #333;
}

.home-sort .recipe-thumb {
	/*background: url('http://visualrecipes.com/images/home-sort-grid-img-bkg.gif') no-repeat;*/
	background: url(img/block.gif) no-repeat;
	
	width: 214px;
	height: 200px;
}

.home-sort .recipe-thumb h3 {
	width: 209px;
	font-size: 13px;
}

.home-sort .recipe-thumb p.autore {
	width: 155px;
	font-size: 12px;
}

.home-sort p.viewall {
	margin-bottom: 0px;
	width: 400px;
	float: right;
}

#home .sort-header {
	float: right;
	width: 320px;
	margin-right: 40px;
	display: inline;
	margin-top: -10px;
	background-image: url(/images/sort-header-home.png);
}

#home .sort-header ul.tabnav-sort {
	float: right;
	width: 250px;
	margin-left: 10px;
	display: inline;
}

#home .sort-header ul.tabnav-sort li {
	display: inline;
	background-image: none;
	padding: 0px;
}

#home .sort-header ul.tabnav-sort li a {
	color: #298cc3;
	text-transform: uppercase;
	text-decoration: none;
	font: normal bold 11px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 22px;
	display: block;
	float: left;
	padding-left: 12px;
	margin-right: 3px;
}

#home .sort-header ul.tabnav-sort li a span {
	height: 22px;
	display: block;
	padding-right: 12px;
	float: left;
}

#home .sort-header ul.tabnav-sort li a:hover {
	background: url(/images/sort-nav-capsule-left.gif) no-repeat left -22px;
}

#home .sort-header ul.tabnav-sort li a:hover span {
	background: url(/images/sort-nav-capsule-right.gif) no-repeat right -22px;
}

#home .sort-header ul.tabnav-sort li.current a {
	background: url(/images/sort-nav-capsule-left.gif) no-repeat left top;
}

#home .sort-header ul.tabnav-sort li.current a span {
	background: url(/images/sort-nav-capsule-right.gif) no-repeat right top;
	color: #fff;
}

.home-callout2 {
	float: left;
	width: 940px;
	background: url(/images/callout-home2.gif) no-repeat;
	height: 70px;
	margin-left: 25px;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

.home-callout2 h3 {
	line-height: 70px;
	color: #298cc3;
	text-shadow: #fff 1px 1px 0;
	width: 160px;
}

.home-callout2 p {
	color: #808075;
	line-height: 70px;
	width: 330px;
}

.home-callout2 ul {
	margin-top: 22px;
	float: right;
	width: 440px;
}

.home-callout2 li {
	display: inline;
	padding-left: 30px;
	font: italic 17px/24px Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
	float: left;
}

.home-callout2 li.rss {
	background: url(/images/icon-rss-trans.png) no-repeat;
	width: 50px;
}

.home-callout2 li.email {
	background: url(/images/icon-mail-trans.png) no-repeat;
	width: 45px;
}

.home-callout2 li.twitter {
	background: url(/images/icon-twitter-trans.png) no-repeat;
	width: 65px;
}

.home-callout2 li.facebook {
	background: url(/images/icon-facebook-trans.png) no-repeat;
	width: 75px;
}

.home-callout2 li a {
	color: #736357;
	text-decoration: none;
}

#home h2.user {
	margin-top: -33px;
}

#home .article-img, 
#blog .article .article-img {
	float: left;
}

#home .article-info,
#blog .article-info {
	width: 520px;
}

#home .article-info h2 {
	font-size: 19px;
	margin-bottom: 10px;
}

#home .article-info h2 a {
	color: #298cc3;
}

#home .article-info h2 a:hover {
	color: #333;
}

#home .article-info a.button span,
#blog .article-info a.button span {
	background-position: left -140px;
	text-shadow: #465e1b -1px -1px 0;
}

#home .article-info a.button,
#blog .article-info a.button {
	background-position: right -140px;
	margin-bottom: 10px;
}

#home .article-info a.button:hover span {
	text-shadow: #cdcdcd 1px 1px 0;
}


#home .article-info a.remove_button span {
	background-position: left -70px;
	text-shadow: #944119 -1px -1px 0;
}

#home .article-info a.remove_button span {
	background-position: left -70px;
	text-shadow: #944119 -1px -1px 0;
}


.smallCatsNarrow a {
font-size:12.5px;

}

/* @end */

/* @group Recipe Tabs */

#recipe-tabs {
	float: left;
	clear: both;
	width: 995px;
	margin-left: 15px;
	display: inline;
	background: url(/images/recipe-bottom.gif) no-repeat 0 bottom;
	margin-top: 20px;
	padding-bottom: 63px;
	padding-left: 5px;
	margin-bottom: -20px;
}

#recipe-tabs li {
	display: inline;
	width: 109px;
	float: left;
	text-align: center;
	height: 32px;
	font: italic 14px/30px Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 1px 1px 0;
}

#recipe-tabs li a {
	display: block;
	background: url(/images/recipe-tabs.gif) no-repeat 0 -32px;
	height: 32px;
	color: #608382;
	line-height: 34px;
	text-decoration: none;
}

#recipe-tabs li a:hover {
	background-position: 0 -64px;
}

#recipe-tabs li a.current {
	background-position: 0 top;
	color: #fff;
	text-shadow: #5e4e3e -1px -1px 0;
	border-bottom: 2px solid #a6917d;
}

/* @end */
