/*
	GHETTO RESET I CHOOSE YOU
*/
* {
	margin: 0;
	padding: 0;
}

/*
	Foundation styles
*/
body {
	background-image:url('/images/bg.png');
	background-repeat:repeat-x;
	color: #001722;
	font: normal 100% Helvetica, Arial, sans-serif;
}

a {
	color: #001722;
}

a:hover {
	color: #C0788E;
	text-decoration: none;
	border-bottom: 1px solid; 
}

p {
	margin-bottom: 1em;
}

/*
	Type
*/
.entry h1 {
	font-size: 1.5em;			/* 24px / 16px = 1,5em */
	line-height: 1.5;	/* 36px / 24px = 1.5 */
	margin: 0 0 .07em;
	text-transform: uppercase;
}

.more .cooking h2,
 {
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	font-weight: bold;
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
}



.more .list h2,{
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	font-weight: bold;
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
	
}

.credits {
	font-size: 0.6875em;
	text-transform: uppercase;
}

