* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a664c;
	font-size: 14px;
	line-height: 21px;
	background:#f5f3e7 url(../images/bg.gif) center repeat-y;
	overflow-x: hidden;
}

  
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {
    display: block;
} 


/* Main Areas */
 
#wrapper {
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 959px;
	
}

img {
	border: 0;
}

/* Navigation */
 
#navigation {
	width: 200px; 
	height: 227px;
    background: url(../images/nav.gif);
	list-style-type: none;
	list-style: none;
	margin-top: 32px;
}

#navigation span {
	display: none;
}

#home a {
	height: 40px;
	display: block;
}

#home a:hover {
	background: url(../images/nav.gif) -208px 0px no-repeat;
	display: block;
}

#home-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px 0px no-repeat;
}

#home-on a:hover {
	background: url(../images/nav.gif) -208px 0px no-repeat;
	display: block;
}

#about a {
	height: 40px;
	display: block;
}

#about a:hover {
	background: url(../images/nav.gif) -208px -40px no-repeat;
	display: block;	
}

#about-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px -40px no-repeat;
}

#about-on a:hover {
	background: url(../images/nav.gif) -208px -40px no-repeat;
	display: block;	
}

#recipes a {
	height: 40px;
	display: block;
}

#recipes a:hover {
	background: url(../images/nav.gif) -208px -80px no-repeat;
	display: block;
}

#recipes-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px -80px no-repeat;
}

#recipes-on a:hover {
	background: url(../images/nav.gif) -208px -80px no-repeat;
	display: block;
}

#news a {
	height: 40px;
	display: block;
}

#news a:hover {
	background: url(../images/nav.gif) -208px -120px no-repeat;
	display: block;
}

#news-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px -120px no-repeat;
}

#news-on a:hover {
	background: url(../images/nav.gif) -208px -120px no-repeat;
	display: block;
}

#blog a {
	height: 40px;
	display: block;
}

#blog a:hover {
	background: url(../images/nav.gif) -208px -160px no-repeat;
	display: block;
}

#blog-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px -160px no-repeat;
}

#blog-on a:hover {
	background: url(../images/nav.gif) -208px -160px no-repeat;
	display: block;
}

#twitter a {
	height: 40px;
	display: block;
}

#twitter a:hover {
	background: url(../images/nav.gif) -208px -200px no-repeat;
	display: block;
}

#twitter-on a {
	height: 40px;
	display: block;
	background: url(../images/nav.gif) -208px -200px no-repeat;
}

#twitter-on a:hover {
	background: url(../images/nav.gif) -208px -200px no-repeat;
	display: block;
}


/* Headers */

header {
	float: left;
	margin: 0 10px 0 28px;
	width: 210px;
}

h1 {
	margin-bottom: 47px;
	background: url(../images/logo.gif) no-repeat;
	width: 153px;
	height: 75px;
	text-indent: -9999px;
}

h2 {
	background: url(../images/masterchef.gif) no-repeat;
	width: 182px;
	height: 57px;
	text-indent: -9999px;
}


/* left, right-recipes, rating-chart */

.left {
	float: left;
	margin: 16px 0px 0 34px;
	width: 210px;
	height: 100%;
}

.leftInfo {
	padding: 20px;
	float: left;
	margin: 16px 0px 0 34px;
	width: 167px;
	height: 100%;
	background: #e8e3d0;
	line-height: 23px;
	font-size: 12px;

}

span.title {

	font-size: 13px;
	line-height: 23px;
		
}

.small {
	
	line-height: 16px !important;
	padding: 5px 0;
	
}

img.recipeBig {

	margin-bottom: 10px;
		
}

hr.big {

	margin-top: 15px;
	width: 440px;
	background: url(../images/dash.gif) repeat-x;
		
}

.leftRecipe {
	float: left;
	width: 210px;
	height: 100%;
	margin-right: 20px;
	line-height: 18px;
}

.rightRecipe {
	float: left;
	width: 190px;
	height: 100%;
	line-height: 18px;
}

.left a {
	color: #7A664C;
	text-decoration: underline;
}

.left a:hover {
	color: #7A664C;
	text-decoration: underline;
}

.right-recipes {
	float: left;
	margin: 16px 10px 0 10px;
	width: 420px;
	height: 100%;
}

.right-recipes dl {
	width: 468px;	
}

.right-recipes dd {
	width: 210px;
	height: 100%;
	padding-bottom: 16px;
	float: left;
	margin-bottom: 24px;
	border-bottom: 1px solid #7a664c;
	font-size: 12px;
	line-height: 16px;
}

.right-recipes dd:last-child {
	width: 210px;
	height: 100%;
	padding-bottom: 16px;
	float: left;
	margin-left: 24px;
	font-size: 12px;
	line-height: 16px;
}

.right-recipes dd:last-child img {

	margin-bottom: 13px;
		
}

.right-recipes dd img {

	margin-bottom: 13px;
		
}

img.rating {
	float: right;	
	margin-top: -30px;
}

img.bottom-rating {
	valign: bottom;
}

.rating-chart {
	float: left;
	width: 630px;
	height: 60px;	
}

.rating-chart ul {
	padding: 0;
	margin: 15px 0 0 0;	
}

.rating-chart li.easy {
	width: 49px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.rating-chart li.medium {
	width: 80px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.rating-chart li.hard {
	width: 70px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.rating-info-chart {
	float: left;
	margin: 15px 10px 0 10px;
	width: 210px;
	height: 60px;	
}

.rating-info-chart ul {
	padding: 0;
	margin: 15px 0 0 0;	
}

.rating-info-chart li.easy-info {
	width: 49px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.rating-info-chart li.medium-info {
	width: 67px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

.rating-info-chart li.hard-info {
	width: 48px;
	float: left;
	list-style: none;
	margin-right: 20px;
}

hr {
	border: 0;
	background:url(../images/dash.gif) no-repeat;
	padding-bottom: 23px;
}

/* footer */

footer {
	float: left;
	border-top: 1px solid #b2aa7e;
	width: 670px;
	margin: 20px 28px 0 259px;
	padding: 20px 0 20px 0;
}

footer a {
	color: #7a664c;
	text-decoration:none;
}

footer a:hover {
	color: #7a664c;
	text-decoration:underline;
}

.copyright {
	float: left;
	width: 570px;
	font-size: 13px;
}

.tokyologo {
	float: right;
	width: 93px;
}

.number {

	width: 20px;
	float: left;
	
		
}

.leftRecipe a {
	color: #7A664C;
	text-decoration: underline;
	bottom: 1px;
}

.leftRecipe a:hover {
	color: #7A664C;
	text-decoration: underline;
	bottom: 1px;
}