/* CSS Document */

/*--------------------------------------------------------
Basic Design Style Sheet for Thai Kitchen in Lakeland

version: 1.0
author: eric whitehead
email: web@ericwhiteheadphotography.me.uk
website: http://www.thaikitcheninlakeland.co.uk
build: march 2008


-----------------------------------------------------------*/

/************* #navigation page layout div's ***************/	

/* CURRENTLY  active styling */
/* this highlights the CURRENT selected page */
body.home #mainNav a#home, body.about #mainNav a#about, body.order #mainNav a#order, body.prices #mainNav a#prices, body.food #mainNav a#food,  body.lesson #mainNav a#lesson, body.contact #mainNav a#contact,  body.links #mainNav a#links {background: #C9D9C3;/* active cell color */ color: #800000;}
/* this is the rollover state on the CURRENTLY selected page */
body.home #mainNav a:hover#home, body.about #mainNav a:hover#about, body.order #mainNav a:hover#order, body.prices #mainNav a:hover#prices, body.food #mainNav a:hover#food, body.lesson #mainNav a:hover#lesson, body.contact #mainNav a:hover#contact, body.links #mainNav a:hover#links { color: #ccc;
cursor: default;}

/****** main navigation list styles ****/

ul#mainNav
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto 0 1em;
width: 80%;
text-transform: none;
}

ul#mainNav li
{
display: block;
margin: 0;
padding: 0;
}

ul#mainNav li a
{
display: block;
width: 80%; /* width of cell */
padding: 0.1em; /* text padding in cells */ 
border-width: 1px;
border-right: transparent;
border-bottom: transparent;
border-color: transparent;
border-style: solid;
font-size: 0.8em;
line-height: 1.1em;
color: #333;
text-decoration: none;
background: transparent; /* inactive cell color */
}
#mainNav>ul#mainNav li a { width: auto; }

ul#mainNav li#active a
{
background: transparent;/* active cell color */
color: #D81F3E;/* active text color red */
cursor:default;
}

ul#mainNav li a:hover, ul#mainNav li#active a:hover
{
color: #D81F3E; /* mouseover text color */
background: #C9D9C3;
border-color: #C9D9C3 #C9D9C3 #C9D9C3 #C3931C;
}
/******** contact listing in side column ********/


ul#infoList
{
text-align: left;
list-style: none;
padding: 0 0 0 3px;
margin: 5px auto;
width: 100%;
color:#000;
font-size:0.8em;
line-height: 1.3em;
}
ul#infoList li
{
display: block;
margin: 0;
padding: 0;
}


/******** styles for editorials listings in primary column ********/


ul#guests
{
text-align: left;
list-style: none;
padding: 0;
margin: 10px auto;
width: 100%;
color: #000;
font-size:0.9em;
line-height: 1.3em;
}
ul#guests li
{
display: block;
margin: 0;
padding: 3px;
}

.bambooBar {
margin: 2px 0 0 90px;
}
/******** styles for pricing in prices.php ********/
ul#pricing
{
background-color:#C9D9C3;
text-align: center;
list-style: none;
padding: 0;
margin: 10px auto;
width: 90%;
color:#000;
font-size:1.1em;
line-height: 1.4em;
}
ul#pricing li
{
display: block;
margin: 0 auto;
padding: 0;
}
