/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}


 .postmetadata {
 color:#FFFFFF;
 font-size:10px;
	}
	
	 .postmetadata a:link {
 color:#FFFFFF;
 font-size:10px;
 text-decoration:underline;
 background:none;
	}
	
		 .postmetadata a:visted {
 color:#FFFFFF;
 font-size:10px;
 text-decoration:underline;
  background:none;
	}
		 .postmetadata a:hover {
 color:#000;
 font-size:10px;
 text-decoration:underline;
  background:none;
	}	
	 .postmetadata a:active {
 color:#FFFFFF;
 font-size:10px;
 text-decoration:underline;
  background:none;
	}
	
	 .postmetadata_bg {
 width:500px;
 height:30px;
 background:url(images/pmd_bg.gif) left no-repeat;
 padding:6px 0px 3px 40px;
 color:#FFFFFF;
 font-size:10px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color:#999999;
	}

#sidebar h2 {
font-weight:bold;
color:#000000;
font-size:11px;
list-style:0px;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
list-style:none;
margin:0 0 8px 0;
padding:0 0 0 12px;
font-size:11px;
line-height:12px;
font-family: Arial, Helvetica, sans-serif;
color:#333333;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: right;
	padding: 0 0 10px 5px;
	margin: 0px 0 0;
	width: 720px;
	}

.widecolumn {
	float: right;
	padding: 0 0 10px 5px;
	margin: 0px 0 0;
	width: 900px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
list-style:none;
margin:0 0 8px 0;
padding:0 0 0 12px;
font-size:11px;
line-height:12px;
font-family: Arial, Helvetica, sans-serif;

color:#333333;
	}
.entry{
padding:5px 5px 15px 5px;
background:url(images/entry_bg.gif) bottom repeat-x;
border:1px solid #ebebeb;
border-bottom:3px solid #bebebe;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin:5px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{ float:left;
margin:5px 0 10px 0;
width:147px;
border:1px solid #d1d1d1;
padding:8px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* CSS Document */
body {
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
input {
background: #f5f5f5;
font-size:11px;
color:#008444;
font-weight:bold;
border: 1px solid #008444;
padding:4px;
}

.card_app_form {
background: #282928;
font-size:11px;
color:#FFF;
font-weight:bold;
border: 2px solid #FFFFFF;
padding:3px;
}

.lk_input {
background: #f2f4d5;
font-size:11px;
color:#3e201b;
font-weight:bold;
border: 2px solid #aea175;
padding:3px;
}

.lk_textarea {
background: #f2f4d5;
font-size:11px;
color:#3e201b;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
border: 2px solid #aea175;
padding:3px;
}

checkbox {
border: 1px solid #aea175;
background: #f2f4d5;
color:#3e201b;
}
select {
border: 1px solid #008444;
background: #f5f5f5;
font-size:11px;
}
.radio {
border:none;
background:none;
}
.submit_but {
border:none;
background:none;
}
IMG {
border:none;
}

img a:hover{
border:none;
background:none;
}
.clear_space{
clear:left;
margin:5px 0 5px 0;
}
.textbox{
padding:0 8px 0 8px;
}
.textbox2{
padding:4px 10px 4px 10px;
}
a:link {
color:#008444;
text-decoration: underline;
}

a:visited {
color:#008444;
text-decoration:none;
text-decoration: underline;
}

h1 {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:24px;
color:#008444;
margin-bottom:5px;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#008444;
margin-bottom:4px;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
h6 {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
color:#FFFFFF;
margin:2px 0 2px 0;
}

ul {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin-left:30px;;
}
ol p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-style:normal;
}

ol {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#999999;
font-style:italic;
margin-left:30px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:3px 0 5px 0;
}
.reg_text {
margin:0 0 0 0;
font-size:10px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
}

.store_text {
margin:0 0 0 0;
font-size:10px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


a:hover {
color:#FFFFFF;
text-decoration:none;
background:#008444;
}

/* Main positions*/
#wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
width:900px;
background:#FFFFFF;
}

#header_main {
width:900px;
height:75px;
background-color:#008444;
margin-bottom:5px;
}

#banner_main{
width:900px;
height:205px;
}

.banner_image {
width:690px;
height:205px;
margin:0px 5px 5px 0;
float:left;
}

.home_button {
float:right;
width:20px;
height:21px;
margin:45px 10px 0 0;
}

a.home_rollover {
display:block;
width:20px;
height:21px;
background:url(http://www.bentalls.co.uk/img/button_home.gif) top no-repeat;
}
.home_rollover:link {
display:block;
width:20px;
height:21px;
background:url(http://www.bentalls.co.uk/img/button_home.gif) top no-repeat;
}

.home_rollover:hover {
background:url(http://www.bentalls.co.uk/img/button_home.gif) bottom no-repeat;
}
.newsletter {
float:right;
width:203px;
height:98px;
background: #e4e4e4;
border: 1px solid #d1d1d1;
}
.newsletterbox_title {
  width:100%;
  height:36px;
 background: url(http://www.bentalls.co.uk/img/bg/newsletter_titlebox_background.gif) top repeat-x #008444;
  }
.frame {
border:none;
overflow:hidden;
margin:0 0 0 0;
}
.facebook {
float:right;
width:203px;
height:40px;
margin-top:5px;
}
.advert {
float:right;
width:203px;
height:55px;
margin-top:3px;
}

#main_content {
float:right;
margin:5px 0px 0px 5px;
width: 730px;
height:auto;
padding-bottom:20px;
}
 .highlightbox {
 margin: 0 5px 15px 0;
 width:238px;
 height:115px;
 float:left;
 }
  .highlightbox_right {
 margin: 0 0px 15px 0;
 width:238px;
 height:115px;
 float:left;
 }
  .highlightbox_title {
  width:100%;
  height:25px;
  background: url(http://www.bentalls.co.uk/img/bg/hightlight_box_background.gif) repeat-x top #000000;
  padding:5px 0 3px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#FFFFFF;
  text-align:center;
  }
 .copy_deptimage_box {
 float:right;
 margin:0px 0px 5px 5px;
 border:0;
 }
#LKClub {
width:730px;
background:url(http://www.bentalls.co.uk/img/bg/LKClub_bg2.gif) top no-repeat;
border:1px solid #aea175;
}

.lkc_content {
margin:155px 20px 10px 110px;
color:3e201b;
}

#eat_info {
width:365px;
height:auto;
border:1px solid #008444;
background: url(http://www.bentalls.co.uk/img/bg/eat_infobg.gif) no-repeat top left #b4d2c3;
}
.eat_info_text {
padding:8px 8px 8px 59px;
}
.card_app {
clear:both;
margin:5px 0px 0px 5px;
padding:10px;
color:#FFFFFF;
background: url(http://www.bentalls.co.uk/img/bg/card_ap_bg.gif) center no-repeat #292829;
border:2px #000000 solid;
}
.menu_download {
font-size:14px;
margin-bottom:5px;
margin-left:30px;
padding:0px;
list-style-image:url(http://www.bentalls.co.uk/img/Icon_MENU_list.gif);
border-bottom: 1px dotted #CCCCCC;
font-weight:bold;
}
.chef_list {
font-size:14px;
margin-bottom:5px;
margin-left:30px;
padding:0px;
list-style-image:url(http://www.bentalls.co.uk/img/Icon_CHEF.gif);
border-bottom: 1px dotted #CCCCCC;
font-weight:bold;
}
.list_link:link {
color:#666666;
background:none;
text-decoration:none;
}
.list_link:visited {
color:#666666;
background:none;
text-decoration:none;
}
.list_link:hover {
color:#008444;
background:none;
text-decoration:underline;
}
.thumbsup {
background:url(http://www.bentalls.co.uk/img/bg/BACKGROUND_whatson_kids_ThumbsUp.gif) top right no-repeat;
}

.rosefestival {
background:url(http://www.bentalls.co.uk/img/bg/BACKGROUND_whatson_kids_beahunt.gif) bottom right no-repeat;
}

.frag_date {
font-size:14px;
font-weight:bold;
color: #474747;
border-bottom: dotted 1px #008444;
margin-top:15px;
}

.kids_title_purple{
font-size:16px;
font-weight:bold;
color: #8c1e76;
}

.redchat_brochure {
width:525px;
height:147px;
background:url(http://www.bentalls.co.uk/img/bg/redchat_bg1.gif) repeat-x;
color:#FFFFFF;
}

.redchat_text {
position: relative;
width:70%;
margin:10px;
color:#FFFFFF;
font-size:14px;
padding:45px 0px 40px 100px;
}
/*sidebar*/
.sidebar_menu {
list-style:none;
margin:0 0 10px 0;
padding:0 0 10px 0;
}
.sidebar_menu_recipe {
list-style:none;
margin:0 0 10px 0;
padding:0 0 10px 0;
}
.sidebar_links:link {
color:#333333;
text-decoration:none;
}

.sidebar_links:visited {
color:#333333;
text-decoration:none;
}

.sidebar_links:hover {
color:#008444;
text-decoration: underline;
background:none;
}
.sidebar a:link {
color:#333333;
text-decoration:none;
}

.sidebar a:visited {
color:#333333;
text-decoration:none;
}

.sidebar a:hover {
color:#008444;
text-decoration: underline;
background:none;
}

.sidebar_menu li{
list-style:none;
margin:0 0 8px 0;
padding:0 0 0 12px;
font-size:11px;
line-height:12px;
font-family: Arial, Helvetica, sans-serif;
background:url(http://www.bentalls.co.uk/img/link_arrow_sidenav.gif) left no-repeat;
color:#333333;
}
.sidebar_menu_recipe li{
list-style:none;
margin:0 0 8px 0;
padding:0 0 0 12px;
font-size:11px;
line-height:12px;
font-family: Arial, Helvetica, sans-serif;
background:url(http://www.bentalls.co.uk/img/link_recipe_sidenav.gif) left no-repeat;
color:#333333;
}

.table1 {
padding:3px;
font-size:12px;
}
/*Footer*/
#footer {
clear:both;
margin-top:20px;
width:900px;
height:auto;
}

.footer_menu {
width:892px;
margin-bottom:2px;
background:url(http://www.bentalls.co.uk/img/bg/footer_background_green.gif) repeat-x bottom #008444;
padding:1px 0px 5px 8px;
}
.footer_nav_A
{width:160px;
float:left;
margin:10px 10px 5px 0px;
}
.footer_nav_B
{width:160px;
float:left;
margin:10px 10px 5px 0px;
}

.footer_nav_C
{width:160px;
float:left;
margin:10px 10px 5px 0px;
}

.footer_nav_D
{width:160px;
float:left;
margin:10px 10px 5px 0px;
}

.sitemap_footer {
list-style:none;
margin:0;
padding:0;
}
.footer_links:link {
color:#FFFFFF;
text-decoration:none;
}

.footer_links:visited {
color:#FFFFFF;
text-decoration:none;
}

.footer_links:hover {
color:#FFFFFF;
text-decoration:none;
background:url(http://www.bentalls.co.uk/img/link_arrow_sml.gif) left no-repeat;
padding-left:7px;
}
.footer_links:active {
color:#FFFFFF;
text-decoration:none;
background:url(http://www.bentalls.co.uk/img/link_arrow_sml.gif) left no-repeat;
padding-left:7px;
}

.sitemap_footer li{
list-style:none;
margin:0;
padding:0;
font-size:10px;
line-height:12px;
font-family:Helvetica, Arial, sans-serif;
color:#FFFFFF;
}

/*Accordian*/
* {margin:0; padding:0; }
#options {width:657px; margin:0px; text-align:left; color:#9ac3af;}
#options a {text-decoration:none; color:#9ac3af; font-size:10px;}
#options a:hover {color:#033}

#acc {width:657px; list-style:none; color:#033; margin:0 0 20px 0;}
#acc h3 {width:643px; border:1px solid #9ac3af; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#acc h3:hover {background: url(http://www.bentalls.co.uk/img/bg/dir_bg.gif) repeat-y; }
#acc .acc-section {overflow:hidden; background:#fff; }
#acc .acc-content {width:625px; padding:15px; border:1px solid #9ac3af; border-top:none; background:#fff; font-family:Arial, Helvetica, sans-serif; }


.dir_list1 {
width:148px;
float:left;
border-right: 1px dotted #d1d1d1;
margin-right:10px;
}
.dir_list2 {
width:148px;
float:left;
}

/*Navigation*/
#side_nav {
float:left;
margin:5px 0 0 0;
width:147px;
border:1px solid #d1d1d1;
padding:8px;
}

#navigation_bar {
height:30px;
width:900px;
}
ul.navmenu {list-style: none; margin: 0; padding: 0; position: relative; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:200; font-size:12px; color:#6a6a6a;}
ul.navmenu li {float: left; margin: 0 1px 0 3px; padding: 3px 11px 0px 11px; background: url(http://www.bentalls.co.uk/img/bg/menu_background_button.gif) repeat-x bottom; border: 1px solid #d1d1d1;  width: auto; height:20px; text-align:center; text-decoration: none; display: block; color: #6a6a6a;}
ul.navmenu li a {text-decoration: none; display: block; color: #6a6a6a; }
ul.navmenu li a:hover{color: #008444; background:none; }
ul.navmenu li a:active{ color: #000000;}

/*BRACKNELL*/
ul.navmenu_BRACKNELL {list-style: none; margin: 0; padding: 0; position: relative; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:200; font-size:12px; color:#6a6a6a;}
ul.navmenu_BRACKNELL li{float: left; margin: 0 2px 0 3px; padding: 3px 26px 0px 26px; background: url(http://www.bentalls.co.uk/img/bg/menu_background_button.gif) repeat-x bottom; border: 1px solid #d1d1d1;  width: auto; height:20px; text-align:center; text-decoration: none; display: block; color: #6a6a6a;}
ul.navmenu_BRACKNELL li a {text-decoration: none; display: block; color: #6a6a6a; }
ul.navmenu_BRACKNELL li a:hover{color: #008444; background:none; }
ul.navmenu_BRACKNELL li a:active{ color: #000000; }

