/*
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: 55px; z-index: -1; height: 16px; width: 200px; display: block; }
#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 ***/

/* 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: 262px; 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; }
.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, .dinner, .family, .producer, .walks, .smenu, .workshops, .sevent, .fwalks  { display: none; }

.pageid-21 #fest, .pageid-21 .dinner, .pageid-21 .producer, .pageid-21 .walks, .pageid-21 .family, .pageid-21 .smenu, .pageid-21 .workshops, .pageid-21 .sevent, .pageid-21 .fwalks { display: block; }

.pageid-391 .dinner, .pageid-405 .producer, .pageid-403 .walks, .pageid-395 .family, .pageid-499 .smenu, .pageid-400 .workshops, .pageid-397 .sevent, .pageid-389 .fwalks { display: block; }  

#fest { top: 204px; left: 382px; position: absolute; }
#d1 { bottom: 155px; right: 134px; }
#d2 { bottom: 145px; right: 123px; }
#d3 { bottom: 105px; right: 240px; }
#d4 { bottom: 153px; right: 110px; }
#d5 { bottom: 197px; right: 220px; }
#d6 { bottom: 115px; right: 175px; }
#d7 { bottom: 115px; right: 220px; }
#d8 { bottom: 157px; right: 115px; }
#d9 { bottom: 300px; right: 190px; }

#p1 { bottom: 197px; right: 131px; }
#p2 { bottom: 285px; right: 80px; }
#p3 { bottom: 165px; right: 180px; }
#p4 { bottom: 125px; right: 245px; }
#p5 { bottom: 240px; right: 180px; }
#p6 { bottom: 340px; right: 240px; }
#p7 { bottom: 105px; right: 265px; }
#p8 { bottom: 300px; right: 190px; }
#p9 { bottom: 165px; right: 220px; }
#p10 { bottom: 125px; right: 170px; }
#p11 { bottom: 255px; right: 185px; }
#p12 { bottom: 210px; right: 200px; }
#p13 { bottom: 45px; right: 370px; }
#p14 { bottom: 65px; right: 285px; }
#p15 { bottom: 350px; right: 210px; }
#p16 { bottom: 187px; right: 121px; }

#m1 { bottom: 165px; right: 155px; }
#m2 { bottom: 115px; right: 180px; }
#m3 { bottom: 110px; right: 215px; }
#m4 { bottom: 70px; right: 290px; }
#m5 { bottom: 295px; right: 80px; }
#m6 { bottom: 230px; right: 190px; }
#m7 { bottom: 287px; right: 135px; }
#m8 { bottom: 115px; right: 220px; }

#e1 { bottom: 75px; right: 300px;  }
#e2 { bottom: 205px; right: 220px; }
#e3 { bottom: 202px; right: 233px; }
#e4 { bottom: 200px; right: 225px; }
#e5 { bottom: 207px; right: 225px; }
#e6 { bottom: 170px; right: 215px; }

#e9 { bottom: 160px; right: 123px; }
#e10 { bottom: 275px; right: 125px; }
#e11 { bottom: 160px; right: 117px; }
#e12 { bottom: 115px; right: 248px; }
#e13 { bottom: 165px; right: 155px; }
#e14 { bottom: 160px; right: 112px; }
#e16 { bottom: 235px; right: 195px; }

#s1 { bottom: 270px; right: 90px; }
#s2 { bottom: 170px; right: 165px; }
#s3 { bottom: 290px; right: 90px; }
#s4 { bottom: 165px; right: 170px; }
#s5 { bottom: 205px; right: 210px; }
#s6 { bottom: 170px; right: 215px; }
#s7 { bottom: 55px; right: 305px; }
#s8 { bottom: 210px; right: 215px; }
#s9 { bottom: 115px; right: 220px; }
#s10 { bottom: 115px; right: 220px; }
#s11 { bottom: 125px; right: 280px; }
#s12 { bottom: 355px; right: 80px; }
#s13 { bottom: 45px; right: 295px; }
#s14 { bottom: 125px; right: 270px; }
#s15 { bottom: 125px; right: 265px; }
#s16 { bottom: 160px; right: 225px; }
#s17 { bottom: 230px; right: 190px; }

#w1 { bottom: 60px; right: 200px; }
#w2 { bottom: 65px; right: 420px; }
#w3 { bottom: 315px; right: 220px; }
#w4 { bottom: 175px; right: 155px; }
#w5 { bottom: 180px; right: 150px; }

#f1 { bottom: 280px; right: 135px; }
#f2 { bottom: 70px; right: 230px; }
#f3 { bottom: 285px; right: 130px; }

#z1 { bottom: 265px; right: 165px; }
#z2 { bottom: 205px; right: 155px; }
#z3 { bottom: 205px; right: 170px; }
#z4 { bottom: 210px; right: 325px; }
#z5 { bottom: 160px; right: 330px; }
#z6 { bottom: 80px; right: 235px; }

/* Display on Date page */
.pageid-349 .27th { display: block; }
.pageid-354 .29th { display: block; }
.pageid-373 .30th { display: block }

/* 18th - 19th Sept */
.pageid-1742 #p7 { display: block; }

/* Friday 24th Sept */


/* Saturday 25th Sept */
.pageid-344 #p3, .pageid-344 #s6, .pageid-344 #w5, .pageid-344 #m5, .pageid-344 #m8 { display: block; }

/* Sunday 26th Sept */
.pageid-346 #w5, .pageid-346 #e12, .pageid-346 #s16 { display: block; }

/* Monday 27th Sept */
.pageid-349 #d1, .pageid-349 #m1, .pageid-349 #e6, .pageid-349 #w5, .pageid-349 #p12, .pageid-349 #e16, .pageid-349 #m7, .pageid-349 #s17 { display: block; }

/* Tuesday 28th Sept */
.pageid-351 #m1, .pageid-351 #z2, .pageid-351 #e9, .pageid-351 #p4 { display: block; }

/* Wednesday 29th Sept */
.pageid-354 #m1, .pageid-354 #z4, .pageid-354 #e11, .pageid-354 #p2, .pageid-354 #p1, .pageid-354 #m7, .pageid-354 #p10, .pageid-354 #d9  { display: block; }

/* Thursday 30th Sept */
.pageid-373 #d2, .pageid-373 #m1, .pageid-373 #z1, .pageid-373 #d6, .pageid-373 #p11, .pageid-373 #w4, .pageid-373 #s13, .pageid-373 #s11  { display: block; }

/* Friday 1st Oct */
.pageid-375 #m1, .pageid-375 #m2, .pageid-375 #z3, .pageid-375 #d7, .pageid-375 #z5, .pageid-375 #p14, .pageid-375 #z6, .pageid-375 #p2, .pageid-375 #p9, .pageid-375 #e11, .pageid-375 #m4 { display: block; }

/* Saturday 2nd Oct */
.pageid-377 #w2, .pageid-377 #s1, .pageid-377 #s9, .pageid-377 #w5, .pageid-377 #f2, .pageid-377 #p15, .pageid-377 #s12, .pageid-377 #e13, .pageid-377 #e11, .pageid-377 #p6 { display: block; }

/* Sunday 3rd Oct */
.pageid-379 #f1, .pageid-379 #e10, .pageid-379 #p15, .pageid-379 #e12 { display: block; }

/* Monday 4th Oct */ 
.pageid-803 #w5 { display: block; }
 
/* Tuesday 5th Oct */ 
.pageid-807 #s14, .pageid-807 #p16, .pageid-807 #s15, .pageid-807 #d8, .pageid-807 #f3 { display: block; }

/* Wednesday 6th Oct */
.pageid-809 #d3, .pageid-809 #e1, .pageid-809 #p2, .pageid-809 #e14 { display: block; }

/* Thursday 7th Oct */
.pageid-813 #d4, .pageid-813 #w4, .pageid-813 #p13, .pageid-813 #s8  { display: block; }

/* Friday 8th Oct */
.pageid-815 #e2, .pageid-815 #s7, .pageid-815 #d7, .pageid-815 #p2, .pageid-815 #e4, .pageid-815 #s7  { display: block; }

/* Saturday 9th Oct */
.pageid-819 #w1, .pageid-819 #d5, .pageid-819 #e3, .pageid-819 #s3, .pageid-819 #s4, .pageid-819 #s5, .pageid-819 #s10, .pageid-819 #s8, { display: block; }

/*  */
.pageid-1842 #w3, .pageid-1842 #p8 { display: block; } 

#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; }
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; }

/* 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; }


/*** 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; height: 378px; }
.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; height: 202px; }
#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;  }

