/*------------------------------------------------------------------

project:	Wok and Roll
date created: 20 March 2009
author: Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/core/bg.gif') top center repeat-x;
	color: #464646;
}

a { color: #ff7f01; text-decoration: none; }
a:hover, a:focus { color: #414141; text-decoration: underline; }
span.mailto { color: #414141; }  
a.mailto { color: #414141; text-decoration: none;  }  
a.mailto:hover { color: #ff7f01; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #464646; text-transform: uppercase; }
h2 { font-size: 1.8em; color: #464646; text-transform: uppercase; }
h3 { font-size: 1.4em; color: #191818; }
h4 { font-size: 1.3em; color: #fca44c; font-weight: bold; }
h5 { font-size: 1.2em; color: #797979;}
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1.1em; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

.pdf {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 20px;
	height: 16px;
}

.price { color: #ff1e1e; font-weight: bold; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-------------------------------*/
/* Container
/*-------------------------------*/
#bg-container {
	width: 1140px; height: auto;
	background: url('../images/core/bg-container.jpg') top center no-repeat;
	display: block;
	margin: 0 auto;
}

#container {
	width: 940px; height: auto;
	padding: 0 100px;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header {
	height: 285px;
	padding: 19px 0 0 0;
	position: relative;
	/*background: url('../images/core/bg-header.jpg') top center no-repeat;*/
}

/* banner */
#banner {
	width: 920px; height: 260px;
	background-color: #343131;
	z-index: 10;
	overflow: hidden;
}

#banner img {
	width: 898px; height: 237px;
	border: 1px solid #000;
	margin: 10px;
}

/* logo */
h1#logo {
	width: 498px; height: 108px;
	background: url('../images/core/logo-wok.jpg') 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 267px;
	left: 11px;
	z-index: 90;
}

/* nav (see nav.css) */


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content {
	width: 858px; height: auto;
	margin: 85px 51px 20px 10px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* content left */
#content-left {
	width: 630px;
	float: left;
	padding-right: 10px;
	display: inline;
}

body#thankyou #content-left { height: 300px;}
body#contact #content-left { width: 500px;}

#content-left h2, h3, h4, h5 { margin-bottom: 1em; }

#content-left h2.orange {
	color: #color: #ff7f01;
	padding-left: 78px;
	margin: -1px 0 0.5em 0;
	display: block;
}

#content-left h2.orange1 {
	color: #color: #ff7f01;
	margin: -1px 0 0.5em 0;
	display: block;
}

#content-left table {
  border:1px solid #E2E2DF;
  border-right:0;
  border-bottom:0;
	background-color: #cccccc;
	margin-bottom: 20px;
}

#content-left td {
  border:0;
  border-bottom:1px solid #E2E2DF;
  border-right:1px solid #E2E2DF;
  vertical-align:top;
  padding:3px;
	background-color: #cccccc;
	text-align: center;
	font-size: 1.1em;
}

#take-away {}

/* store/grocery page */
#content-left ul#listing {
	list-style-type: none;
	margin: 0;
}

#store-box {
	width: 630px;
	border-bottom: 1px dashed #d9d9d9;
	display: inline-block;
	padding-top: 20px;
}

#image {
	width: 100px;
	height: 100px;
	border: 3px solid #cccccc;
	float: left;
	margin-right: 20px;
}

#description {
	width: 500px;
	float: left;
}

#content-left div.products {
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}

#content-left div.products ul {
  list-style-type: none;
	margin: 0;
	color: #ff0000;
}

#content-left div.products ul span {
  color: #000;
  display: block;
  font-size: 14px;
}

#content-left div.products ul li {
  font-weight: bold;
  float: left;
  display: inline;
  width: 100px;
  height: 385px;
  margin: 10px;
  border: 1px solid #E9E9E9;
  padding: 0 !important;
  text-align: center;
}

#content-left div.products ul li div.image {
  height: 275px;
  background: url('../images/store/noimage.jpg');
}

#content-left div.products ul li span.extra {
  font-weight: normal;
  color: #000;
  font-size: 10px;
}

/* content right */
#content-right {
	width: 190px;
	float: left;
	padding: 60px 0 0 0;
}

body#contact #content-right { width: 300px; padding: 30px 0 0 0;}

#content-right ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#content-right ul li{
	display: inline;
	padding-left: 25px;
	font-weight: normal;
	line-height: 1.8em;
}

#content-right ul li.phone {
	height: 16px;
	background: url('../images/core/icon-phone.gif') 0 4px no-repeat;
	font-size: 1.6em;
	color: #fe7e00;
}

#content-right ul li.fax {
	height: 16px;
	background: url('../images/core/icon-fax.gif') 0 4px no-repeat;
	font-size: 1.6em;
	color: #fe7e00;
}

#content-right ul li.email {
	height: 16px;
	background: url('../images/core/icon-email.gif') 0 0 no-repeat;
	font-size: 1.3em;
	color: #414141;
}

#content-right p.pdf { margin-bottom: 5px;}


/* contact page */
#content-left ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#content-left ul li {
	padding: 0 0 10px 25px;
	font-weight: normal;
}

#content-left ul li.phone {
	height: 16px;
	background: url('../images/core/icon-phone.gif') 0 4px no-repeat;
	font-size: 1.6em;
	color: #fe7e00;
}

#content-left ul li.fax {
	height: 16px;
	background: url('../images/core/icon-fax.gif') 0 4px no-repeat;
	font-size: 1.6em;
	color: #fe7e00;
}

#content-left ul li.email {
	height: 16px;
	background: url('../images/core/icon-email.gif') 0 0 no-repeat;
	font-size: 1.3em;
	color: #414141;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#bg-footer {
	background: url('../images/core/bg-footer.jpg') left top repeat-x;
	height: 180px;
	padding-top: 28px;
}

#footer {
	width: 874px; height: 31px;
	background: url('../images/core/bg-footer-white.png') 0 0 no-repeat;
	margin: 0 auto;
	padding: 14px 0 0 29px;
	font-size: 1.1em;
	color: #000;
}

#footer a { color: #000; text-decoration: none; }
#footer a:hover { color: #ff7f01; text-decoration: underline; }

#wflogo {
	width: 70px;
	height: 28px;
	float: right;
	margin: -18px 20px 0 0;
}
#wflogo img{
	width: 70px;
	height: 28px;
}


/*-------------------------------*/
/* Recipes
/*-------------------------------*/
div.recipe {
  display: block;
  clear: both;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}

div.recipe div.image {
  float: right;
  width: 240px;
  display: inline;
}

div.recipe div.info {
  float: left;
  width: 360px;
  display: inline;
}

div.recipe div.info ul li {
  list-style: square;
  padding: 0 !important;
  margin-left: 20px;
}