﻿/*
	COLOUR PALLETTE & BACKGROUND IMAGES
*/

/*	TEXT COLOURS 		*/
body {color:#434343; } /* Text of main page */
body a:link,a:visited {color:#807052;}
body a:hover,a:active {color:#807052;}
body em {color:#61B0B3};
#headerContainer a:link,a:visited,a:active  {color:#222;} /* Title of nohover*/
#headerContainer a:hover {color:#555;} /* Title link HOVER*/
#headerContainer h1 {color:#D4BCB0;} /* TTILE SUBtitle */
#headerContainer h2 {color:#D4BCB0;} /* TTILE SUBtitle */
#headerHours span.work {color:#ccc;} /* Hours class */
#footerContainer .copyright {color:#555;} /* footer copyright UU */
#footerContainer .copyright a {color:#555;} /* footer copyright <a> UU */
#footerContainer a:hover {color:#32567d;} /* "Created by" <a:hover> */
#footerContainer .links {color:#555;} /* Footer links list text */
#footerContainer .links a {color:#555;} /* Footer links list <a> */
#footerContainer .links a:hover {color:#32567d;} /* Footer links list <a:hover> */
.category {color:#000;} /* Category menu at top text colour */
.category:hover {color:#807052;} /* ..on hover */
.category a:hover {color:#000;} /* ..<a:hover> */
#floating {color:#000;} /* Order Online text */
.itemcontents {color:#000;} /* menu item description */
.itemcontents em {color:#61B0B3;} /* <em> inside menu item description */
.itemcontents a:link,a:visited {color:#434343;}
.itemcontents a:hover,a:active {color:#434343;}
.subinfo {color:#555;} /* SUB information text */
.subinfo h1 {color:#999;} /* SUB header */
#ERROR a:link,a:visited {color:#807052;}
#ERROR a:hover,a:active {color:#807052;}
#about #information em {color:#61B0B3;}
#contact #information em {color:#61B0B3;}
#gluten #information em {color:#61B0B3;}

/*	BACKGROUND COLOURS	*/
span.notice {background-color:#FFFAF0;} /* Hidden class for special notices */
#headerHours span.blank {background-color:#FFFAF0;} /* Day off class */
#headerHours span.work {background-color:#D4BCB0;} /* Day ON class */
#footerBAR {background-color:#FFF2F0;}
#featuredBODY p {background-color:#FFFAF0;} /* Background of news updates on Featured page */
.category {background:#FFFAF0;} /* Category menu at top */
.category:hover {background-color:#FFEFE3;} /* Category HOVER */
#featcat {background-color:#FFE0A3;} /* Featured category */
#featcat:hover {background-color:#FFF2F0;} /* Featured category:hover */
#floating {background-color:#FFFAF0;} /* Order Online background */
#floating:hover {background-color:#FFEFE3;} /* Order Online:hover */
.sub {background-color:#FFF;} /* Subtitle and information on each menu page */
.itemcontents p {background-color:#FFFAF0;} /* item information */
#ERROR {background-color:#FFF2F0;}
#about #information {background-color:#FFF2F0;}
#gluten #information{background-color:#FFF2F0;}
#gluten #information h1 {background-color:#FFE0A3;}
#gluten #information h2 {background-color:#FFFAF0;}
#gluten #information h3 {background-color:#FFFAF0;}


/*	BORDERS 			*/
#headerBAR {border-bottom:#57302C solid 1px;}
#featuredBODY h1 {border-color:#555;} /* Underlined under News title - before news text */
#about #pictures {border-color:#FFF2F0;} /* On either side of pictures in ABOUT page */
#about #pictures img.aboutPic:hover {border-color:#FFF2F0;} /* Mouse over ABOUT pics */
.sub {	border-top-color:#ecc; 	/* Subtitle and information on each menu page */
		border-bottom-color:#ecc;
		border-left-color:#FFFAF0;
		border-right-color:#FFFAF0;}
.itemcontents p {	border-left-color:#ccc; /* border surrounding item information */
					border-bottom-color:#ccc;
					border-right-color:#999;
					border-top-color:#999;}
.itemcontents {border-top-color:#999;} /* border surrounding item itself */
.thumb span {background-color:#FFEFE3;} /* Border around item PICTURES */
.category {border-color:#FFF2F0;}
.category:hover {border-color:#E8DDCF;}
#floating {border-color:#E8DDCF;} /* Order Online background */
#gluten #information h2 {border-color:#E8DDCF;}
#gluten #information h3 {border-color:#E8DDCF;}

/*	BACKGROUND IMAGES	*/
body {background:#fff1d7 url(../img//pink.jpg) repeat center center;} /* Main body background image */
#headerBAR {background:#FFF2F0 url(../img//header.png) repeat top center;} /* header background */
#headerBARimg {background:url(../img/spring/grass.png) repeat top left;} /* Header bar image */
#headerBARfade {background:url(../img/spring/fade.png) repeat-x bottom center;} /* Header bar shadow */
#footerBARimg {background:url(../img/spring/fadeup.png) repeat-x bottom center;} /* Was used for wavy footerUU */
#featuredMAP {background:url(../img/access.png) no-repeat;} /* Map on featured page */
#feat {background:none;}
#about {background:none;}
#faq {background:none;}
#contact {background:#FFF2F0 url(../img/arigatou.png) no-repeat top right;} /* arigatou background */
#jobs {background:none;}
/*
.itemcontents {background: url(../img/itembg.png) no-repeat;}
.itemcontents h1 {background: url(../img/itembgborder.png) repeat top left;}
*/
