/* ------ NOTES -----------------------------------------

Blueberry

--------- UPDATE INFO -----------------------------------
	
Revision number: 
Last updated: 30 Oct 2005
Last update made by: graham bancroft (gbancroft@gmail.com)

--------- CONTENTS --------------------------------------

	=1: html and body
---------------------------------------------------------
	=3: General typography
		=Set default padding and margins
		=p
		=hx
		=dl
		=dt
		=dd
		=ul
		=ol
		=li
		=a
		
---------------------------------------------------------
	=3a: General params
		=img
		=blockquote
---------------------------------------------------------
	=4: Layout Divs
		=Branding
		=Hidden accessibility elements
		=Site container
		=Main navigation
		=Side navigation
		=Nav on the foot
		=Supplementary navigation
		=Main content
		=Sub content
		=Page foot
---------------------------------------------------------
	=5: Forms
		=Live search
--------------------------------------------------------- 

---------------------------------------------------------
	=6: Page specific 
		
--------------------------------------------------------- */


/* =1: html and body */

body {
	background: #ECD6C8 /*url(/Blueberry_Images/brochure_side.png) 50% 0% repeat-y*/;
	background:#F2D394;
	color: #592225;
}


/*= 3: General typography */

/* =p */

/* =hx */


h2 {
	background:#592225 url(/Blueberry_Images/bg_bullet-h.gif) 7px 50% no-repeat;
	}

h2,h3,h4 { color: #fff;}

/* =a */

a { color: #76433B; }

a:visited { color: #76433B;}

a:hover, 
#site-info a:hover {
	background: #ECD6C8;
	color: #fff;
	text-decoration: none;
}


/* =Side navigation */

#content-sub li a {
	background: url(/Blueberry_Images/bg_bullet.gif) 7px 8px no-repeat;
	border-bottom: 1px solid #ECD6C8;
	color:#76433B;
}

#content-sub li a:hover { 
	background:  #ECD6C8 url(/Blueberry_Images/bg_bullet_hover.gif) 7px 8px no-repeat; 
	color: #fff;
}

/*#content-sub a:visited { background: url(/Blueberry_Images/bg_bullet_hover.gif) 3% 50% no-repeat; }*/

/* =Nav on the foot */

#site-info a { color:#76433B; }

#site-info li a { border-right-color:#76433B; }

/* =3a: General params */

/* =img */

#content-sub img { border-color:#ECD6C8; }

a img{border:0;background:transparent;}

/* =blockquote */

/* =span */

p.morelink { background: url(/Fosters_Images/link.gif) 20px 2px no-repeat; }

/* =4: Layout Divs */

/* =Branding */

/*#branding h1 a { background: transparent url(/Blueberry_Images/logo.gif) 0 0 no-repeat; }*/

#branding h1 a{
	height:140px;
	display: block;
	text-indent:-9999px;
	padding-left:30px;
	overflow: hidden;
}

#branding h1 a:hover {background: none;}

#branding {	border:0 !important; }

 #branding { background:#fff url(/Blueberry_Images/bluberry_head.png) top right no-repeat; } 

/* =Site container */

#container{ border-color:#592225;}


/* =Main navigation */

#navigation-main {				
	border: solid#ECD6C8;
	background: #592225;
}

#navigation-main li a { color: #fff; }

#navigation-main li a:hover{ 
	color: #76433B;
	background:transparent;
}

li#active a {color: #76433B;}

/* =Main content */

.copy-main,
.search,
.feature,
.static-bottom,
.static-fosters,
.static-foodfinders,
.static-chambers,
.more-range,
.front-page,
.new-product { 
	background: #fff;
	border-color: #ECD6C8;
}

/* =Sub content */

#content-sub p {padding: 0 0 10px 0; color:#ECD6C8;}

#seasonal,
#product-nav,
.news-nav,
#new-products,
#top-tips {
	background: #fff;
	border: solid #ECD6C8;
}

/* =Page foot */

#site-info {
	color:#592225;
	border: solid #ECD6C8;
	background: #fff;
	}

/* =5: Forms */

#submit input:hover,
#livesearchsubmit:hover
 {background:#ECD6C8;border-color: #999 #d2d2d2 #d2d2d2 #999; color: #000;}

/* =Live search */

#search_fosters dt{ display: none; }  /* Recently on this site - stops the RSS_supa date being displayed - best way? */

#search_fosters .copy-main p {margin: 0; padding: 0 20px 15px 20px; overflow: hidden;}

#search_fosters .copy-main h2 {margin-bottom: 10px;}

#search_fosters strong {background: #F6F2E0;}	

#search_fosters input {padding: 2px 4px; margin-right: 5px;}

#LSResult { }

.LSRow a  {border-bottom: 1px solid #ECD6C8; color: #592225; margin: 0;}/*{ background: url(/Blueberry_Images/link.gif) 0% 50% no-repeat; }*/

.LSRow a:hover {background:  #ECD6C8; color: #fff;}

#LSRes { background-color: #fff;}

#LSHighlight {  background-color: #ECD6C8; color: #fff;}
#LSHighlight a{ color: #fff;}

#LSHeader { background: #592225; color:#fff;}

.lsDate { color: #fff;}


/* =6: Page specific */

#the_foodfinders .copy-main img  {float: right; margin: 0 15px 20px 0; }

#the_foodfinders .static-bottom img  {float: left; margin: 0 15px 0 0; }

#welcome .copy-main img {float: left; margin: 0; margin-right: 20px;}

#history .static-bottom { overflow: hidden; background: #fff url(/Blueberry_Images/products/wh92-long-cake.jpg) bottom right no-repeat;}
#history .static-bottom p { padding: 0 200px 0 0;}

.static-chambers { background: #fff url(/Blueberry_Images/cr25-small.jpg) bottom right no-repeat;}
.static-chambers p{	padding: 0 160px 20px 0;}

.static-fosters { background: #fff url(/Blueberry_Images/VG71.jpg) bottom right no-repeat;}
.static-fosters p {	padding: 0 120px 30px 0;}

.static-foodfinders { background: #fff url(/Foodfinders-Images/products/JL-marmalade.jpg) bottom right no-repeat;}
.static-foodfinders p{	padding: 0 120px 30px 0;}

.front-page { background: #fff url(/Blueberry_Images/langdale-label.jpg) bottom right no-repeat;}
.front-page p{	padding: 0 170px 50px 0;}

/* (bancroft) 15 March 2006 */

#the_foodfinders #brands h3 { 
	color: #444; 
	padding: 0 0 0 180px; 
}

#the_foodfinders #brands img { 
	float: left; 
	margin: 0 10px 0 0!important; 
	padding: 0 10px 20px 0;
}

#the_foodfinders #brands { 
	background-color: #fff;
	float: right; 
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
}

#the_foodfinders #brands p { 
	margin: 5px 0 10px 180px; 
	padding-bottom: 10px;
}

#the_foodfinders .brand-items { float: left; margin-bottom: 20px; padding: 0 15px 0 20px; background: #fff;}

