/*
Theme Name:		Aldeburgh Food & Drink Festival
Description: 	A WordPress Theme for Aldebrugh Food & Drink Festival.
Author: 		V4 Technical
Author URI:		http://v4technical.com
*/

/* Reset Browser Defaults */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: none; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { display: block; clear:both; height:0px; overflow:hidden; }

/* Document Body */
body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; color: #4d2c01; }

/* Layout */
.container { width: 990px; margin: 25px auto 0 auto; }
.hfeed { width: 600px; float: left; }
.aside { width: 192px; float: right; }
.footer { clear: both; }
.right { float: right; }
.left { float: left; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/*** header ***/
.header { background: url('library/media/images/shadow.png') bottom center no-repeat; height: 310px; }
#header-top { width: 990px; height: 55px; background: url('library/media/images/dot-brown.gif')  bottom repeat-x; clear: both; }

#twit-link { float: right; margin: 12px 0 0 15px; background: url('library/media/images/dot-blue.gif') top repeat-x; padding: 7px 0 0 0; width: 200px; height: 28px; overflow: hidden; }
#twit-link a { padding: 5px 50px 10px 0; background: url('library/media/images/twitter-right.png') 135px center no-repeat; width: 150px; position: relative; display: block; color: #0a78e8; }
#twit-link span { position: absolute; right: 0; top: 6px; }

#newsletter { float: right; margin: 12px 0 0 15px; background: url('library/media/images/dot-green.gif') top repeat-x; padding: 12px 0 0 0; color: #306c22; }
#newsletter a { color: #306c22; padding: 0 30px 0 0; background: url('library/media/images/arrow-brw.png') center right no-repeat; }
#newsletter a:hover { background: url('library/media/images/coloured-arrows.png') right -243px no-repeat; }

.header .searchform { float: right; margin: 12px 0 0 15px; background: url('library/media/images/dot-brown.gif') top repeat-x; padding: 10px 0 0 0; }
.header .searchform input { background: #fff; font-size: 12px; }
.searchform button { background: url('library/media/images/arrow-brw.png') top center no-repeat; border: none; width: 20px; height: 18px; padding: 0; }
.searchform button:hover { background: url('library/media/images/arrow-brw.png') top center no-repeat; }

#adnams { float: left; width: 240px; }
#adnams p { float: left; color: #4d2c01; margin: 10px 0 0 0; }
#adnams img { float: right; }

/* Newsletter Subscribe */
#newslettersub { width:400px; height:240px; background: url('library/media/images/apple.jpg') bottom right no-repeat; margin-bottom: 10px; }
#newslettersub h1 { color: #306c22; }
#newslettersub p { margin: 0 0 10px 0; }
#newslettersub form { margin: 0 0 10px 0; }
#newslettersub input { margin-bottom: 5px; }

input#newssub { margin: 5px 0 0 0; color: #fff; background: #4D2C01; border: 1px solid #8F5C04; }
input:hover#newssub { background: #8F5C04; border: 1px solid #4D2C01; }

/* Menu */
.menu { background: url('library/media/images/banners/homepage.jpg') top center no-repeat; padding-top: 158px; position: relative; height: 72px; }
span#badger { position: absolute; top: 23px; left: 35px; z-index: -1; height: 16px; width: 200px; display: block; }

span#badger { left: 25px\9; }

#logo { position: absolute; width: 300px; height: 158px; top: 0; left: 50px; }

.nav { float: left; line-height: 1;  width: 100%; height: 68px; margin: 0; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; z-index: 9999; display: block; }

.nav a { display: block; position: relative; padding: 8px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; z-index: 9999; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 40px; /* match top ul list item height */ z-index: 9999; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav { background: url('library/media/images/dot-brown.gif') 0 10px repeat-x; }
.nav ul {   }
.nav ul li a { background: #fff; padding: ; }
.nav li:hover ul,
.nav li.nav-hover ul {  }

.nav a { color: #4d2c01; padding: 20px 10px; text-align: center; line-height: 18px; }
.nav a:hover { color: #306c22; text-decoration: none; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus {  }

/*** shadows for all but IE6 ***/
.sf-shadow ul { background:	url('library/media/images/menushadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
.sf-shadow ul.sf-shadow-off { background: transparent; }

/* home, find us, buy tickets, contact us extension so arrow shows  */
.nav .page-item-3 a, .nav .page-item-24 a, .nav .page-item-29 a, .nav .page-item-31 a { width: 54px; }

/* Colour key menu items */
.page-item-11 a { color: #7D8F04; }
.page-item-14 a, .page-item-17 a, .page-item-19 a, span#badger { color: #C61010; }
.page-item-21 a { color: #E18707; }

/* Current page show arrow */
.pageid-3 .nav .page-item-3 a, .pageid-2 .nav .page-item-2 a, .parent-pageid-2 .nav .page-item-2 a, .blog .nav .page-item-2 a, .pageid-11 .nav .page-item-11 a, .pageid-14 .nav .page-item-14 a, .parent-pageid-14 .nav .page-item-14 a, .pageid-17 .nav .page-item-17 a, .pageid-19 .nav .page-item-19 a, .pageid-21 .nav .page-item-21 a, .pageid-24 .nav .page-item-24 a, .pageid-26 .nav .page-item-26 a, .pageid-29 .nav .page-item-29 a, .pageid-31 .nav .page-item-31 a, .pageid-21 .page-item-21 a, .parent-pageid-21 .page-item-21 a, .parent-pageid-339 .page-item-21 a, .parent-pageid-341 .page-item-21 a { color: #306c22; text-decoration: none; background: url('library/media/images/menu-arw.png') 8px 2px no-repeat;  }

.nav .page-item-14 { position: relative; }
.pageid-14 span#badger, .pageid-17 span#badger, .pageid-19 span#badger, .parent-pageid-14 span#badger { color: #306c22; }

/*** Subnav ***/
ul.subnav { list-style: none; margin: 0 ; padding: 0; background: url('library/media/images/dot-brown.gif') 0 0 repeat-x; width: 100%; height: 38px; }
.subnav li { float: left; }
.subnav a { padding: 12px 20px; height: 14px; display: block; color: #4D2C01; }
.subnav a:hover { color: #306c22; text-decoration: none; }

.subnav a:hover span { color: #4D2C01; }

.page-item-146 a span { display: none; }
.pageid-14 .subnav a, .parent-pageid-14 .subnav a { padding: 12px 0 12px 7px; letter-spacing: 4px; }

.subnav .current_page_item a { color: #306c22; }
.subnav .current_page_item a span { color: #4D2C01; }


.ie6 ul.subnav { padding: 10px 0 0 0; }
.ie6 .subnav a { display: inline; }

/* Display subnav on required pages */
.pageid-2 .header, .parent-pageid-2 .header, .blog .header, .pageid-14 .header, .parent-pageid-14 .header, .pageid-21 .header, .parent-pageid-21 .header, .parent-pageid-339 .header, .parent-pageid-341 .header, .parent-pageid-11 .header, .pageid-11 .header { height: 348px; }


/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* differing font size snizzle in ie */
.windows .nav a { padding: 20px 7px; }
.windows .nav .page-item-3 a, .windows .nav .page-item-24 a, .windows .nav .page-item-29 a, .windows .nav .page-item-31 a { width: 60px; }

.ie6 .nav a { padding: 20px 7px 10px 7px; }
.msie #fringemenu a { padding: 13px 30px 10px 10px; }
.ie6 #fringemenu ul a { padding: 5px 5px 10px 5px; display: block; }
.ie6 #fringemenu ul { padding: 0; margin: 0; top: 30px; }

/* Links */
a { color: #4D2C01; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #4D2C01; text-decoration: underline; }
.entry-content a:hover { color: #306c22; }
span.arrow-link { display: block; float: right; width: 16px; height: 16px; background: url('library/media/images/arrow-brw.png') center right no-repeat; padding: 0; }
#twit-link a:hover span.arrow-link { background: url('library/media/images/coloured-arrows.png') right -404px no-repeat; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 22px; line-height: 26px; padding: 5px 0px; color: #4D2C01; }
h2 { font-size: 16px; line-height: 22px; padding: 5px 0px; color: #4D2C01; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #4D2C01; font-size: 22px; line-height: 28px; }
.entry-title a:hover { color: #306c22; text-decoration: none; }

.line { background: url('library/media/images/dot-brown.gif') center repeat-x; width: 100%; height: 14px; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.pageid-26 img.alignleft, .pageid-39 img.alignright { border-bottom: 70px solid #ffffff; }
.pageid-17 img.alignleft { border-bottom: 10px solid #ffffff; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/*** Sidebar ***/
ul#side-info { list-style: none; margin: 0; padding: 0; width: 190px; }
#side-info li { width: 190px; float: left; margin-bottom: 10px; }
#side-info #tickets span { font-size: 20px; }
#side-info li h2 { padding: 0; }
#side-info li a { background: url('library/media/images/coloured-arrows.png') right 10px no-repeat; width: 100%; display: block; font-size: 16px; }
.ie6 #side-info li a { background: url('library/media/images/coloured-arrows-ie6.png') right 10px no-repeat; width: 100%; display: block; font-size: 16px; }
#side-info li a:hover { text-decoration: none; }
#side-info li a span { font-size: 13px; color: #666666; }

/*** Pages ***/

.entry-content { position: relative; }

/* Home */
.home .hfeed { font-size: 16px; line-height: 22px; width: 365px; margin-right: 20px; }
.home #content .right { width: 593px; }

.home #content .right h2 { padding: 0; }
.home #content .right h2 a { font-size: 16px; padding: 5px 0 0 0; }
.home #content .right h2 a:link span, .home #content .right h2 a span { font-size: 13px; color: #666666; }
.home #content .right img { padding: 5px 0 0 0; }
.home #content .right a:hover { text-decoration: none; }
.home #content p { font-size: 15px; }

#home-top { margin-bottom: 35px; }
#events { width: 392px; height: 492px; float: left; background: url('library/media/images/dot-green.gif') top repeat-x; }
#events h2 a { color: #306c22; display: block; background: url('library/media/images/arrow-brw.png') right 5px no-repeat; width: 100%; }
#events h2 a:hover { background: url('library/media/images/coloured-arrows.png') right -238px no-repeat; }
.home #content .right #events img { padding: 0; }
.home .slideshow { width: 392px; height: 197px; overflow: hidden; }

#twitter { height: 252px; width: 190px; float: right; color: #0a78e8; background: url('library/media/images/dot-blue.gif') top repeat-x; }
.home #content .right #twitter h2 { background: url('library/media/images/twitter-left.png') right 5px no-repeat; padding: 5px 0; }
#twitter_div { font-size: 14px; line-height: 18px; margin: 20px 0 0 0; overflow: hidden; color: #666666; }
#twitter_div ul { list-style: none; margin: 0; padding: 0; }

#twitter a { color: #0a78e8; text-decoration: underline; font-size: 12px; } 

#twitter #twitter_div a { font-size: 14px; line-height: 18px; text-decoration: none; }
#twitter #twitter_div a:hover { text-decoration: underline; }

a#flyer { height: 105px; width: 105px; display: block; background: url('library/media/images/flyerbutton.jpg') top no-repeat; margin: 10px 0 0 30px; }
a:hover#flyer { background: url('library/media/images/flyerbutton.jpg') bottom no-repeat; }

ul#home-info { width: 593px; list-style: none; margin: 0; }
#home-info li { width: 190px; float: left; margin-bottom: 10px; background: url('library/media/images/dot-brown.gif') top repeat-x; }

#home-info li a { background: url('library/media/images/coloured-arrows.png') right 10px no-repeat; width: 100%; display: block; }
.ie6 #home-info li a { background: url('library/media/images/coloured-arrows-ie6.png') right 10px no-repeat; }

li#producers, li#tickets, li#children, li#snape { margin-right: 11px; }

#producers h2 a { color: #8f5c04; }
#producers h2 a:hover { background: url('library/media/images/coloured-arrows.png') right -152px no-repeat; }
.ie6 #producers h2 a:hover { background: url('library/media/images/coloured-arrows-ie6.png') right -152px no-repeat; }

li#tickets { background: url('library/media/images/dot-yellow.gif') top repeat-x; }
#tickets h2 a { color: #e18707; padding: 5px 0 0 0; }
#tickets h2 a:hover { background: url('library/media/images/coloured-arrows.png') right -71px no-repeat; }
.home #content .right li#tickets h2 a span { font-size: 20px; }
.ie6 #tickets h2 a:hover { background: url('library/media/images/coloured-arrows-ie6.png') right -71px no-repeat; }

li#chefs, li#snape { background: url('library/media/images/dot-red.gif') top repeat-x; }
#chefs h2 a, #snape h2 a { color: #c61010; padding: 5px 0 0 0; }
#chefs h2 a:hover, #snape h2 a:hover { background: url('library/media/images/coloured-arrows.png') right -314px no-repeat; }
.ie6 #chefs h2 a:hover, .ie6 #snape h2 a:hover { background: url('library/media/images/coloured-arrows-ie6.png') right -314px no-repeat; }

li#children { background: url('library/media/images/dot-ltgreen.gif') top repeat-x; }
#children h2 a { color: #7d8f04; }
#children h2 a:hover { background: url('library/media/images/coloured-arrows.png') right -233px no-repeat; }
.ie6 #children h2 a:hover { background: url('library/media/images/coloured-arrows-ie6.png') right -233px no-repeat; }

li#saying a { background: none; font-size: 16px; padding-top: 5px; color: #4d2c01; }
li#saying a span { font-size: 13px; display: block; width: 100%; margin-top: 15px; }
li#saying a span em { font-style: normal; color: #666; }

.ie6 li#saying { width: 185px; border-bottom: 10px solid #fff; }
.ie6 li#saying a { background: none; }

#home-news { background: url('library/media/images/dot-green.gif') top repeat-x; display: none; }
#home-news span.green a { margin: 0 0 10px 0; padding: 5px 0 0 0; color: #306c22; display: block; background: url('library/media/images/arrow-brw.png') right 10px no-repeat; width: 100%; }
#home-news span.green a:hover { background: url('library/media/images/coloured-arrows.png') right -233px no-repeat; }

/*** About pages ***/
.pageid-2 .hfeed, .parent-pageid-2 .hfeed { width: 560px; }
.aboutside { width: 400px; }

.ie6 .pageid-2 .hfeed, .ie6 .parent-pageid-2 .hfeed { width: 440px; }
.ie6 .aboutside { width: 430px; }

ul#about-imgs { width: 191px; list-style: none; margin: 0 12px 0 0; padding: 0; }
ul#about-imgs li { float: left; margin: 0 0 5px 0; }

/* no images on Past festivals and Where to stay sidebar */
.pageid-39 .hfeed { width: 700px; }
.pageid-682 .hfeed { width: 600px; }

.pageid-39 .aboutside, .pageid-682 .aboutside { width: 190px; }

.pageid-39 #about-imgs, .pageid-39 #snape, .pageid-682 #about-imgs { display: none; }

/*** News ***/
.widget_recent_entries { background: url('library/media/images/dot-green.gif') top repeat-x; min-height: 50px; width: 192px; }
.widget_recent_entries h3 { color: #306c22; }

.widget_archive { background: url('library/media/images/dot-yellow.gif') top repeat-x; min-height: 50px; width: 192px; }
.widget_archive h3 { color: #e18707; }

.widget_categories { background: url('library/media/images/dot-red.gif') top repeat-x; }
.widget_categories h3 { color: #c61010; }

/*** Conference ***/
.pageid-11 .subcon a { color: #306C22; }
.pageid-1408 img.alignleft { margin: 0 20px 20px 0; }

.entry-content a.conbut { text-decoration: none; font-size: 18px; background: #4D2C01; padding: 4px 8px; color: #ffffff; border: 1px solid #6F440D; }
.entry-content a:hover.conbut { background: #6F440D; border: 1px solid #4D2C01; }


/*** Whos Here Home ***/
.pageid-14 .hfeed { width: 770px; }
.pageid-14 .aboutside { width: 190px; }
.pageid-14 #snape { margin-bottom: 20px; }
.post-14 { margin-bottom: 20px; }

ul#load-prolist { list-style: none; margin: 0; height: 25px; border-bottom: 1px dotted #4D2C01; }
.producer-list { height: 800px;  }

/* Food Sections */
#load-prolist li { float: left; }
#load-prolist a { display: block;  margin: 0 3px; line-height: 16px; vertical-align: middle; padding: 5px 6px; }

#load-prolist a#fruit { color: #306C22; }
#load-prolist a#meat { color:#C61010; }
#load-prolist a#fish { color:#0A78E8; }
#load-prolist a#dairy { color: #E18707; }
#load-prolist a#baked { color: #8F5C04; }
#load-prolist a#sweet { color: #ec008c; }
#load-prolist a#conds { color: #7D8F04; }
#load-prolist a#catering { color: #92278f; }
#load-prolist a#education { color: #f26522; }

#load-prolist .active a#drink { color: #ffffff; background: #4D2C01; }
#load-prolist .active a#fruit { color: #ffffff; background: #306C22; }
#load-prolist .active a#meat { color: #ffffff; background: #C61010; }
#load-prolist .active a#fish { color: #ffffff; background: #0A78E8; }
#load-prolist .active a#dairy { color: #ffffff; background: #E18707; }
#load-prolist .active a#baked { color: #ffffff; background: #8F5C04; }
#load-prolist .active a#sweet { color: #ffffff; background: #ec008c; }
#load-prolist .active a#conds { color: #ffffff; background: #7D8F04; }
#load-prolist .active a#catering { color: #ffffff; background: #92278f; }
#load-prolist .active a#education { color: #ffffff; background: #f26522; }

ul.prolist { list-style: none; margin: 0; padding: 25px 0 0 0; height: 800px; }
.prolist li { width: 150px; height: 120px; margin: 0 40px 40px 0; float: left; }

/*** Whos Here ***/
.parent-pageid-14 img.alignleft { border-bottom: 50px solid #fff; }
.pageid-14 .subnav a.who-nav, .parent-pageid-14 .subnav a.who-nav { letter-spacing: normal; }
.pageid-14 .hfeed { height: 1035px; }

/*** Workshops & Events ***/
.pageid-19 .hfeed { width: 770px; }
.pageid-19 .aboutside { width: 190px; }
.pageid-19 #about-imgs, .pageid-19 #snape { display: none; }

.pageid-19 img.alignright { border-bottom: 20px solid #FFFFFF; }


/*** Fringe Events ***/
.pageid-21 .hfeed, .parent-pageid-21 .hfeed, .parent-pageid-339 .hfeed, .parent-pageid-341 .hfeed { width: 380px; }
.parent-pageid-21 .footer, .parent-pageid-339 .footer, .parent-pageid-341 .footer  { margin-bottom: 800px; }
.pageid-21 .aboutside { width: 190px; }
.pageid-21 #about-imgs, .pageid-21 #snape { display: none; }

ul.nav li.nolink { padding: 15px 20px; display: block; height: 14px; }
.ie6 ul.nav li.nolink { padding: 3px 20px 15px 20px; display: block; height: 14px; }

.pageid-21 .right img, .parent-pageid-21 .right img, .parent-pageid-339 .right img, .parent-pageid-341 .right img { border-bottom: 20px solid #fff; }

.pageid-21 img.alignright { border-bottom:20px solid #FFFFFF; }

.pageid-21 .subnav a, .parent-pageid-21 .subnav a, .parent-pageid-339 .subnav a, .parent-pageid-341 .subnav a { background: url('library/media/images/down-arrow.png') right 15px no-repeat; }

.pageid-21 .subnav ul a, .parent-pageid-21 .subnav ul a, .parent-pageid-339 .subnav ul a, .parent-pageid-341 .subnav ul a { background: #fff url('library/media/images/dot-brown.gif') bottom repeat-x; padding: 5px 5px 10px 5px;  }

li#hostfringe { float: right; }
li#hostfringe a { font-size: 14px; font-weight: bold; color: #306C22; background: url('library/media/images/coloured-arrows-ie6.png') right 14px no-repeat; }
li#fringelink a { background: none; } 

.pageid-629 .hfeed { width: 700px; }

span.deshide { display: none; }

/* Fringe map */
#fringemap { background: url('library/media/images/fringe/map.jpg') no-repeat; width: 590px; height: 407px; position: relative; }
#fringemap a { position: absolute; border: none;  }
#fringemap img { border-bottom: none; }

#fest { top: 204px; left: 382px; position: absolute; }


#fringemap span#maptext { position: absolute; display: none; padding: 2px 5px; color: #ffffff; background: url('library/media/images/browntrans.png') repeat; }
.ie6 #fringemap span#maptext { background: #4D2C01; }


ul#fringekey { list-style: none; margin: 0; padding: 0; height: 94px; background: url('library/media/images/dot-brown.gif') bottom repeat-x; margin-bottom: 30px; }
ul#fringekey li { width: 59px; float: left; text-align: center; padding-right: 7px; }
ul#fringekey li img { border: none; }
ul#fringekey a { font-size: 12px; }
ul#fringekey span { display: block; }
ul#fringekey a:hover { color: #8f5c04; text-decoration: none; }

.anchor a {text-decoration: none; }
.anchor a:hover {text-decoration: none; }

/* Fringe Form */
form#fringeform {  }
#fringeform label span { color: #666; } 
#fringeform .left { margin-right: 30px; }

.success { color: #306c22; }

/*** Find Us ***/
#map-address { position: absolute; top: 20px; left: 40px; width: 160px; padding: 5px 10px; background: #FFFFEF; height: 190px; border: 1px dotted #4d2c01; }

a#gmap { text-decoration: underline; background: url('library/media/images/gmap.jpg') 2px 2px no-repeat; padding: 8px 5px 8px 40px; }
a:hover#gmap { text-decoration: none; background: #ffffb9 url('library/media/images/gmap.jpg') 2px 2px no-repeat; }

/*** Our Sponsors ***/
.pageid-26 table { border: none; padding: 0; }
.pageid-26 td { vertical-align: top; }
.pageid-26 td { padding: 0; }
.pageid-26 td { font:13px/1.5 Georgia,"Times New Roman",Times,serif }

/*** Contact us ***/
#inspired { display: block; float: left; border-right: 5px solid #fff; border-bottom: 2px solid #fff;  }

.contact-details { width: 400px; float: left; margin-right: 20px; }
.pageid-31 .hfeed { width: 375px; }
.ie6 .contact-details { width: 380px; float: left; margin-right: 20px; }
.no-margin { margin: 0 0 5px 0; }

.links-table { border: none; line-height:18px; margin:0 0 22px; padding: 0; text-align:left; }

/*** Gallery ***/
.pageid-2127 #about-imgs { display: none; }
.pageid-2127 .ngg-album { border: none; }

/*** Search ***/
.search .entry-header, .search .entry-footer { display: none; }

/*** Sitemap ***/
table.sitemaptable { border: none; }
.sitemaptable td { background: url('library/media/images/line-vert.jpg') right no-repeat; vertical-align: top; padding: 0 20px; width: 200px; }
.sitemaptable td#right { background: url('library/media/images/mussel.jpg') bottom right no-repeat; }

.pageid-535 .hentry { margin-bottom: 0; }
.post-535 p { margin-bottom: 10px; }
.sitemap a { color: #4d2c01; }

/*** Footer ***/
.footer { background: url('library/media/images/shadow.png') bottom no-repeat;}
.footer p { margin: 0; font-size: 11px; }
.footer a { color: #4d2c01; }
#sponsors { background: url('library/media/images/dot-brown.gif') top repeat-x; padding: 10px 0 0 0; }

#sponsors { background: url('library/media/images/dot-brown.gif') top repeat-x; padding: 10px 0 0 0;  }
#sponsorsupp { width: 100%; height: 95px; }

#sponsors a { float: left; margin: 0 13px 10px 0; height: 82px; display: block;  }
#sponsorstop a { margin: 0 21px 10px 0; }
#sponsors a.nomargin { margin: 0 0 10px 0; }
#footer-bt { width: 990px; background: url('library/media/images/dot-brown.gif') top repeat-x; clear: both; padding: 5px 0 10px 0; height: 42px; }

#copyright { float: left; width: 290px; }
#legal { float: left; }
#legal a { margin: 0 20px 0 0; }

.footer .right { width: 520px; text-align: right; }
#credits span { margin-right: 20px;  }
#credits a#holy { margin-right: 20px;  }

.twtr-hd h3{
	font-size:10px;
}
.twtr-hd	
{ 
display: none; 
}
