/*
Theme Name: Edible
Theme URI: http://www.oliis.com/
Description: The theme for Edible.com.
Version: 1
Author: Phil Rennie
Author URI: http://www.oliis.com/
Tags:custom header, fixed width, two columns, widgets
*/

body, html, *{
	padding:0px;
	margin:0px;
}

body{
	background:#ffffff url(images/pageback.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
	border:none;
}

#innerframe{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:124px;
}

#headerleft{
	float:left;
	clear:left;
	width:480px;
	height:65px;
	padding-top:19px;
	text-align:left;
}

#headerright{
	float:left;
	clear:right;
	width:480px;
	height:65px;
	padding-top:19px;
	text-align:right;
}

#headerlinks{
	width:960px;
	height:40px;
	text-align:right;
}

.headertitle{
	float:left;
	clear:left;
	color:#ffffff;
	font-size:1.15em;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	text-transform:uppercase;
}

#headerleftlinks img{
	padding-left:15px;
}

#headerlinks a:link, #headerlinks a:visited, #headerlinks a:hover, #headerlinks a:active{
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align:right;
	font-size:1.15em;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	text-transform:uppercase;
}

#maincontent{
	width:960px;
}

#deptbar{
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 0px;
}

#deptbar a:link, #deptbar a:visited, #deptbar a:hover, #deptbar a:active{
	color:#666666;
	text-decoration:none;
	padding-left:14px;
}

#maincontent{
	margin-top:20px;
}

/* ----------- tooltips ----------------- */

#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#000;
	padding:5px;
	display:none;
	color:#fff;
	width:375px;
}

/* ----------- frontpage styles ---------------- */

.frontbox{
	background-color:#000000;
	color:#ffffff;
	width:392px;
	margin-left:10px;
	margin-bottom:12px;
	clear:both;
}

.frontbox h1{
	color:#ffffff;
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 5px 10px 0px;
}

.frontbox h2{
	font-family: Courier, "Courier New", monospace;
	color:#ffffff;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 5px 10px 0px;
}

.frontbox p{
	font-family: Courier, "Courier New", monospace;
	color:#ffffff;
	font-size:1.5em;
	padding:10px 0px;
}

.fronticon{
	float:left;
	margin-right:10px;
}

.frontbox a:link, .frontbox a:visited, .frontbox a:hover, .frontbox a:active{
	font-family: Courier, "Courier New", monospace;
	color:#ffffff;
	font-size:1.35em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	padding:10px 0px;
}

#leftcolumn{
	float:left;
	clear:left;
	width:558px;
}

#rightcolumn{
	float:left;
	clear:right;
	width:402px;
}

.colsplash{
	margin-left:4px;
	margin-bottom:3px;
}

/* -------------- shop homepage ------------------- */

.shopfront{
	padding-top:30px;
}

#shopfrontleft{
	width:176px;
	float:left;
	clear:left;
	padding-left:0px;
	padding-top:30px;
	font-weight:bold;
	font-size:1.1em;
}

#shopfrontleft ul{
	
}

#shopfrontleft ul li{
	list-style:none;
	padding-top:27px;
}

#shopfrontleft ul li a:link, #shopfrontleft ul li a:visited, #shopfrontleft ul li a:hover, #shopfrontleft ul li a:active{
	color:#666666;
	text-decoration:none;
}


#shopfrontright{
	float:left;
	clear:right;
	width:784px;
}


/* -------------- dept page ----------------------*/

#deptleft{
	width:434px;
	float:left;
	clear:left;
	padding:30px 50px 50px 50px;
}

#deptdescription{
	color:#fff;
	background-color:#000;
	margin-top:20px;
	padding:0px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#deptdescription p{
	padding:10px 0px;
}

#deptdescription .title{
	font-weight:bold;
}

#deptright{
	float:left;
	clear:right;
	font-weight:bold;
	width:250px;
	padding-top:30px;
}

#deptright ul li{
	list-style:none;
	padding-top:14px;
}

#deptright ul li a:link, #deptright ul li a:visited, #deptright ul li a:hover, #deptright ul li a:active{
	color:#666666;
	text-decoration:none;
}

/* ------------- product page ------------------ */
#productleft{
	width:430px;
	float:left;
	clear:left;
	padding:50px 50px 50px 0px;
}

#productright{
	float:left;
	clear:right;
	font-weight:bold;
	width:290px;
	padding-top:50px;
}

#producttitle{
	color:#fff;
	background-color:#000;
	margin-top:20px;
	padding:6px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#producttitle .title{
	float:left;
	clear:left;
}

.weight{
	float:right;
	clear:right;
}

.productimage{
	text-align:center;
}

.productinfo{
	color:#fff;
	background-color:#000;
	margin-top:5px;
	padding:6px;
	font-weight:normal;
	width:290px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.productinfo .title{
	font-weight:bold;
}

.productprice{
	color:#666666;
	margin:10px 0px;
	font-weight:bold;
}

.productbullets{
	list-style:inside;
	list-style-image:url(images/productbullet.jpg);
	font-weight:bold;
	margin:10px 0px;
}

.productbullets li{
	padding:5px 0px;
	text-transform:uppercase;
}

#addtobasket{
	float:right;
	padding:0px;
	margin: 10px 0px 0x 0px;
}

/* -------------- basket styles ----------------- */

.baskettable{
	width:100%;
	margin-top:30px;
	border-collapse:collapse;
}

.baskettable th{
	background-color:#000;
	color:#fff;
	padding:4px;
	text-align:left;
	text-transform:uppercase;
}

.baskettable tr{
	background-color:#efefef;
	color:#666666;
	padding:4px;
	text-align:left;
	border-bottom:1px solid #fff;
}

.baskettable tr.productrow td{
	background-color:#efefef;
	color:#666666;
	padding:4px;
}

.empty{
	margin-top:30px;
}

#postagetable{
	padding:4px;
	text-align:right;
}

#checkouttable{
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
}

#changeregion{
	background-color:#ffffff;
	margin-top:10px;
}

#changeregion td{
	background-color:#ffffff;
	padding-top:10px;
}

#worldpaybanner{
	width:100%;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}

#worldpaybanner table{
	margin-left:auto;
	margin-right:auto;
}

.continue{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
	background-color:#fff;
}

.continue a:link, .continue a:visited, .continue a:hover, .continue a:active{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#fff;
}

/* -------------- checkout styles ------------------- */

#checkout{
	margin-top:30px;
}

.purchase{
	background-color:#ffffff;
	padding-top:10px;
	text-align:right;
}

/* -------------- recipes homepage ------------------- */

#recipesleft{
	width:244px;
	float:left;
	clear:left;
	padding-left:0px;
	padding-top:30px;
	font-weight:bold;
	font-size:1.1em;
}

#recipesleft ul{
	
}

#recipesleft ul li{
	list-style:none;
	padding-top:27px;
	text-transform:capitalize;
}

#recipesleft ul li a:link, #recipesleft ul li a:visited, #recipesleft ul li a:hover, #recipesleft ul li a:active{
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}


#recipesright{
	width:716px;
	float:left;
	clear:right;
}

.recipefront{
	padding-top:30px;
}

#recipedetail{
	width:715px;
	margin:30px 0px;
}

#recipeleft{
	float:left;
	clear:left;
	width:375px;
}

#recipeleft ul li{
	list-style-position:outside;
}

#reciperight{
	float:left;
	clear:right;
	width:335px;
}

.recipehighlight{
	padding:4px;
	background-color:#000;
	color:#fff;
	margin-bottom:5px;
	text-transform:uppercase;
}

#recipedetail h2{
	width:375px;
	padding:4px;
	margin:20px 0px;
	background-color:#000;
	color:#fff;
	margin-bottom:5px;
	font-size:1em;
	text-transform:uppercase
}

#recipedetail ul{
	list-style:inside;
	font-weight:bold;
	font-size:1.2em;
	line-height:2em;
	font-size:1em;
	text-transform:uppercase
}

.buyimage{
	float:left;
	clear:left;
}

/* ----------- stockists col ------------ */

.stockistcountryname{
	width:100%;
	color:#ffffff;
	font-size:1.25em;
	background-color:#000;
	margin:10px 0px;
	padding:5px;
}

.stockistlists{
	clear:both;
}

.stockistscol{
	float:left;
	width:240px;
	font-size:1.2em;
	color:#000000;
}

.stockistscol .town{
	margin-top:30px;
	color:#000;
}

.stockistscol p{
	margin-top:10px;
}

.stockistscol .tel{
	color:#000;
	font-weight:bold;
}

/* -------- about and ethics ---------------*/

#info{
	clear:both;
	color:#666666;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:50px;
}

.infoleft{
	width:320px;
	padding-right:20px;
	clear:left;
	float:left;
}

#info a:link, #info a:visited, #info a:hover, #info a:active{
	color:#000;
	text-decoration:none;
}

.infobold{
	color:#000;
	font-weight:bold;
}

.infoheading{
	color:#000;
	font-weight:bold;
	margin:20px 0px;
}

.inforight{
	width:620px;
	clear:right;
	float:left;
}
#info h2{
	color:#000000;
}

#info p{
	margin:20px 0px;
}


/*----------- terms and conditions --------------*/

#terms{
	clear:both;
	color:#666666;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:50px;
}

#terms p{
	margin:20px 0px;
}

#termsleft{
	width:470px;
	padding-right:20px;
	clear:left;
	float:left;
}

#termsright{
	width:470px;
	clear:right;
	float:left;
}


/* ----------- footer ---------------- */

#contentfooter{
	width:960px;
	color:#ffffff;
	background-color:#000;
	margin-top:30px;
}

#contentfooter ul li{
	float:left;
	line-height:2em;
	width:195px;
	/* height:180px; */
	height: 210px;
	padding-left:45px;
	list-style:none;
	/* background:#000 url(images/footersep.jpg) 0% 50% no-repeat; */
	background:#000 url(images/footersep.jpg) 0% 25% no-repeat;
}

#contentfooter ul li p img{
	margin-right:10px;
}

#contentfooter ul li.nopad{
	width:230px;
	padding-left:10px;
	background:#000 none;
}

#contentfooter ul li h1{
	font-size:1.15em;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px;
}

#contentfooter ul li h1 *{
	vertical-align:middle;
}

#contentfooter ul li p{
	color:#999999;
	font-size:1.15em;
	margin:5px 0px;
}

#contentfooter ul li.nopad p *{
	vertical-align:middle;
}

#contentfooter a:link, #contentfooter a:visited, #contentfooter a:hover, #contentfooter a:active{
	color:#999999;
	text-decoration:none;
}

#contentfooter .basket a:link, #contentfooter .basket a:visited, #contentfooter .basket a:hover, #contentfooter .basket a:active{
	color:#ffffff;
	text-decoration:none;
}

.basketvalue{
	padding:5px;
	color:#ffffff;
}

#basketprice{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

#footer{
	color:#999999;
	background-color:#000;
	font-size:.8em;
	line-height:2em;
	/* height:50px; */
	width:950px;
	padding:20px 0px 20px 10px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color:#fff;
	text-decoration:none;
}
