
/*///////////////////////////////////////////////////////////////////

	<!-- Welcome to the Genie-Essen Website Source Code     -->
	<!-- we payed attention to valid XHTML and CSS code     -->
	<!-- but besides from that it's a pretty simple site    -->
	<!-- hope you enjoy it nevertheless. the chilli team    -->
	<!--													-->	
	<!-- Inspired by Blueprint CSS Framework				-->
   	<!-- Website:   http://code.google.com/p/blueprintcss/  -->
	
///////////////////////////////////////////////////////////////////*/


.left   				{ float:left; }
.right  				{ float:right; }
.hide   				{ display:none; }

.reset-margin   		{ margin:0; } 
.reset-padding  		{ padding:0; } 
.reset          		{ margin:0; padding:0; } 

.align-justify  		{ text-align:justify; } 
.align-left     		{ text-align:left; } 
.align-center   		{ text-align:center; } 
.align-right    		{ text-align:right; } 

.distance-top10 		{padding-top:10px; }
.distance-top20 		{padding-top:20px; }
.distance-top25 		{padding-top:25px; }
.distance-top40 		{padding-top:40px; }
.distance-top50 		{padding-top:50px; }

.border-left 			{border-left: 1px solid black; }
.border-right 			{border-right: 1px solid black; }
.border-top 			{border-top: 1px solid black; }
.border-bottom 			{border-bottom: 1px solid black; }
.border-complete 		{border: 1px solid black; }

.red 					{ color:#BA0317; }
.black 					{ color:#000000; }
.grey 					{ color:#232323; }
.black 					{ color:#000000; }
.white 					{ color:#FFFFFF; }

.background-red 		{ background-color:#BA0317; color:white; font-weight:bold;}

.nomargin 				{margin:0;padding:0;}
.nodecoration, .nodecoration:hover			{text-decoration:none;border:none;}
.span-4.nomargin.recipenav a:hover {font-weight:normal !important;}

/* advanced css classes 
///////////////////////////////////////////////////////////////////*/

.recipeteaser {margin-left:-10px; }
.recipenav {padding-top:1em; padding-bottom:1em;}
.recipenav a, .recipenav a:hover {text-decoration:none;}
.recipenav a:hover {font-weight:bold;}


