/*-----------------------------------------------------------------------------
THREE WAYS HOUSE HOTEL/THE PUDDING CLUB Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2006 - 2008
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body Remove padding and margin
----------------------------------------------------------------------------- */
* {
  margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	font-size: 62.5%; /* takes medium font size down from 16px to 10px */
	background-color: #dcd899;
}

body {
	min-width: 924px;
}

#home #main_nav .home a,
#twh #main_nav .twh a,
#pc #main_nav .pc a,
#walking #main_nav .walking a,
#conferences #main_nav .conferences a,
#vouchers #main_nav .vouchers a,
#contact #main_nav .contact a,
#green #main_nav .green a,
#jobs #main_nav .jobs a
 {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #333;
}


#sub_nav .rooms a,
#sub_nav .restaurant a,
#sub_nav .randalls a,
#sub_nav .booking a,
#sub_nav .events a,
#sub_nav .things a,
#sub_nav .weddings a,
#sub_nav .christmas a,
#sub_nav .newyear a,
#sub_nav .pcbreaks a,
#sub_nav .pcrooms a,
#sub_nav .pcrecipe a,
#sub_nav .pcjoin a,
#sub_nav .pcpress a,
#sub_nav .pcvideo a,
#sub_nav .cww a,
#sub_nav .faq a,
#sub_nav .plans a,
#sub_nav .directions a
 {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #333;
}

/* =Container wrapping the logo, section image, main nav, sub nav left and right columns and footer together
----------------------------------------------------------------------------- */
#container {
	background: url("../images/container_bkgd.gif") repeat-y top left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	left: 50%;
	margin-left: -462px;
	padding: 0;
	width: 924px;
	z-index: 0;
}

/* =ContainerTop wrapping the top section of the logo only
----------------------------------------------------------------------------- */
#container_top {
	border-right: 1px solid #fff;
	position: relative;
	left: 50%;
	margin-left: -462px;
	padding: 0;
	width: 925px; /*originally at 801px*/
}

/* =ContainerSingle wrapping the logo, section image, main nav, sub nav left and right columns and footer together for single column pages only
----------------------------------------------------------------------------- */
#container_single {
	background-color: #D0CB77;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
	left: 50%;
	margin-left: -462px;
	padding: 0;
	width: 924px;
}


/* =Branding logo
----------------------------------------------------------------------------- */
#branding_top {
	background: url("../images/logo_top.jpg") no-repeat left top;
	width: 924px;
	height: 40px;
}

#branding {
	background: url("../images/logo.gif") no-repeat left top;
	width: 924px;
	height: 52px;
}

/* =Section image - HOME
----------------------------------------------------------------------------- */
#header_home {
	background: url("../images/index_header.jpg") no-repeat left top;
	width: 924px;
	height: 60px;
}


/* =Section image - TWH
----------------------------------------------------------------------------- */
#header_twh {
	background: url("../images/twh/twh_header.jpg") no-repeat left top;
	width: 924px;
	height: 60px;
}

/* =Section image - Pudding Club
----------------------------------------------------------------------------- */
#header_pc {
	background: url("../images/pc/pc_header2008.jpg") no-repeat left top;
	width: 924px;
	height: 60px;
}

/* =Section image - Pudding Club
----------------------------------------------------------------------------- */
#header_w {
	background: url("../images/w/w_header.jpg") no-repeat left top;
	width: 924px;
	height: 60px;
}

/* =Section image - Contact Us
----------------------------------------------------------------------------- */
#header_contact {
	background: url("../images/contact_header.jpg") no-repeat left top;
	width: 924px;
	height: 60px;
}

/* =Mainnav main menu
----------------------------------------------------------------------------- */
#main_nav {
	background-color: #b0a81c;
	width: 924px;
	font-size: 1.1em;
	border-bottom: 1px solid #fff;
}

#main_nav ul {
	margin: 0;
	padding: 6px 0;
	border: 0;
	list-style: none;
}

#main_nav ul li {
	display: inline;
	padding: 0 4px;
	margin: 0;
}

#main_nav li a {
	text-decoration: none;
	color: #333;
}

#main_nav li a:hover {
	color: #000;
	text-decoration: none;
}

/* =Subnav sub menu
----------------------------------------------------------------------------- */
#sub_nav {
	background-color: #dcd899;
	width: 924px;
	font-size: 1.1em;
	border-bottom: 1px solid #fff;}

#sub_nav ul {
	margin: 0;
	padding: 6px 20px 6px 0;
	border: 0;
	list-style: none;}

#sub_nav ul li {
	display: inline;
	padding: 0;
	margin: 0;}

#sub_nav li a {
	text-decoration: none;
	color: #333;
	padding: 0 6px;}

#sub_nav li a:hover {
	color: #000;
	text-decoration: none;}

.highlighter {
	color: #ff0000;}

.newprices {
	color: #666;}

.offers {
	color: #663300;
	font-weight: bold;}

/* =LeftCol left column content copy/images
----------------------------------------------------------------------------- */
#sub_content {
	background-color: transparent;
	float: left;
	width: 220px;
	line-height: 1.4em;
	color: #333;}

#sub_content p {
	font-size: 1.1em;
	padding: 0 6px 5px 6px;
	line-height: 1.6em;}

#sub_content p img {
	margin: 5px 0 0 0;
	border: 1px solid #fff;}
	
#home #sub_content p img {
	margin: 5px 0 0 0;
	border: 0;}
	
#home #sub_content a:link, #home #sub_content a:visited {
	border: 0;}

#sub_content p img.top {
	margin-top: 25px;}

#sub_content p.top {
	margin-top: 25px;}

#sub_content p.divider {
	border-top: 1px solid #fff;
	margin-top: 5px;}

#sub_content h1 {
	font-size: 1.2em;
	color: #663300;
	padding: 5px 0 5px 6px;}

#sub_content h2 {
	font-size: 1.2em;
	color: #663300;
	padding: 5px 0 5px 6px;}

#sub_content h2.top {
	font-size: 1.2em;
	color: #663300;
	margin-top: 20px;}

#sub_content h3 {
	color: #663300;
	font-size: 1.2em;
	padding: 5px 0 5px 6px;}
	
#sub_content h4 {
	color: #663300;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 25px 0 0 6px;}

#sub_content p img.plain {
	border: 0;}
	
#sub_content p img.plain_float {
	float: left;
	padding: 0 10px 4px 0;
	border: 0;}
	
#sub_content a:link.no_link {
	border: 0;}

#sub_content img.plaintop {
	border: 0;
	margin-top: 20px;}

#sub_content a:link {
	color: #663300;
	text-decoration: none;
	border-bottom: 1px dotted #663300;
	padding-bottom: 1px;}

#sub_content a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	padding-bottom: 1px;}
	
#sub_content a:hover {
	color: #333;
	border-bottom: 1px dotted #663300;
	padding-bottom: 1px;}
	
#sub_content a:focus {
	background-color: #fff;}

#sub_content ul {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;}

#sub_content li {
	margin: 0 6px 3px 6px;}

.date {
	font-weight: bold;}
	
/* ----- */
#sub_content #thumbnails {
	clear: both;}

#sub_content #thumbnails ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

#sub_content #thumbnails li {
	float: left;
	margin: 8px 8px 4px 6px;
	padding: 8px;
	color: #333;
	font-size: 0.9em;
	border: 1px solid #fff;}
	
#sub_content #thumbnails img  {
	text-decoration: none;
	border: 1px solid #e0dda5;
	margin: 0;}



/* =MainContent main content copy/images
----------------------------------------------------------------------------- */
#main_content {
	background-color: transparent;
	float: right;
	width: 674px;}

#main_content p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	padding: 0 25px 10px 0;}

#main_content h1 {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.4em;
	color: #663300;
	padding: 25px 25px 5px 0;}

#main_content a:link, #main_content a:visited {
	text-decoration: none;
	color: #663300;
	border-bottom: 1px dotted #663300;
	padding-bottom: 1px;}

#main_content a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
	padding-bottom: 1px;}
	
#home #main_content a:link, #home #main_content a:visited {
	border: 0;}
	
#main_content h2 {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #663300;
	padding: 5px 25px 5px 0;}

#main_content h2.barmenu {
	padding-top: 20px;}

#main_content img {
	border: 1px solid #fff;
	margin-right: 10px;}

#main_content img.embed {
	border: 1px solid #fff;
	float: right;
	margin: 0 0 15px 15px;}

#main_content img.nobd {
	border: 0;
	float: right;
	margin: 0 0 15px 15px;}

#main_content img.embedleft {
	border: 1px solid #fff;
	float: left;
	margin: 0 15px 15px 0;}

#main_content p.questions {
	font-style: italic;
	font-weight: bold;}
	
#main_content p.quotes {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;}

.name {
	font-weight: normal;
	font-style: normal;}

#main_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}
	
#main_content ul.indented-list { /*used on conference page */
	list-style-type: none;
	margin: 0 0 20px 20px;
	padding: 0;}

#main_content li {
	margin: 0 25px 4px 0;
	color: #333;
	line-height: 1.5em;
	font-size: 1.2em;}
	
#main_content ul#voucher_list {
	margin-top: 25px;}
	
#main_content ul#voucher_list li .imgL {
	float: left;
	list-style-type: none;
	margin: 0 50px 0 0;
	padding: 0;}
	
#main_content ul#voucher_list li .imgR {
	margin: 0;}

.titles {
	font-weight: bold;
	color: #663300;}

.winename {
	font-weight: bold;}

.japan {
	text-align: justify;}
	
#main_content p.smaller {
	font-size: 1em;}
	
#main_content img.ads {
	margin-right: 45px;}
	
#main_content img.ads_1 {
	margin-top: 100px;
	margin-right: 45px;}
	
li.last {
	padding-bottom: 30px;}
	
p.last {
	margin-bottom: 30px;}
	
#main_content q {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	font-style: italic;}
	
#main_content p.quotename {
	text-transform: uppercase;
	color: #666;
	font-style: normal;
	font-size: 0.9em;}
	
.notice {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;}
	
#main_content p.note {
	font-size: 0.9em;
	color: #666;}
	
#main_content a:link.no_link {
	border: 0;}
	
/* ----- */	
	
#main_content #thumbnails ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

#main_content #thumbnails li {
	float: left;
	margin: 5px;
	padding: 10px;
	color: #333;
	font-size: 0.9em;
	border: 1px solid #fff;}
	
#main_content #thumbnails img  {
	text-decoration: none;
	border: 1px solid #e0dda5;
	margin: 0;}
	
/* ----- */
#offer_banner img {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	z-index: -100;}

/* =MainContentSingleColumn main content for single column pages: pc_press.html
----------------------------------------------------------------------------- */
#main_content_single {
	background-color: transparent;
	float: right;
	width: 894px;}

#main_content_single p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	padding: 0 25px 10px 0;}

#main_content_single h1 {
	font-family: georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	color: #663300;
	padding: 25px 0 5px 0;
	margin: 0;}

#main_content_single a:link {
	color: #663300;}
	
#main_content_single a:visited {
	color: #666;}

#main_content_single a:hover {
	color: #663300;}
	
#main_content_single a:focus {
	background-color: #fff;}

#main_content_single h2 {
	font-family: georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #663300;
	padding: 10px 0;}

#main_content_single ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

#main_content_single li {
	margin: 0 25px 4px 0;
	color: #333;
	line-height: 1.5em;
	font-size: 1.2em;}
	
#main_content_single img.embed {
	border: 1px solid #fff;
	float: right;
	margin: 0 0 15px 15px;}
	
#main_content_single p img.left_nobd {
	border: 0;
	border: 1px solid #fff;}

/* ----- */
#main_content_single #thumbnails {
	clear: both;}

#main_content_single #thumbnails ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

#main_content_single #thumbnails li {
	float: left;
	margin: 8px 8px 4px 0;
	padding: 8px;
	color: #333;
	font-size: 0.9em;
	border: 1px solid #fff;}
	
#main_content_single #thumbnails img  {
	text-decoration: none;
	border: 1px solid #e0dda5;
	margin: 0;}

/* =Footer site info
----------------------------------------------------------------------------- */
#site_info {
	background-color: #b0a81c;
	clear: both;
	text-align: center;
	font-size: 1.1em;
	color: #dcd899;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;}

#site_info a:link, #site_info a:visited {
	text-decoration: none;
	color: #dcd899;}

#site_info a:hover {
	color: #fff;}
	
#site_info ul {
	margin: 0;
	padding: 6px 0 6px 0;
	border: 0;
	list-style: none;}

#site_info ul li {
	display: inline;
	padding: 0;
	margin: 0;}

#site_info li a {
	text-decoration: none;
	color: #dcd899;
	padding: 0 6px 0 6px;}

#site_info li a:hover {
	color: #fff;
	text-decoration: none;} 

/* =Table specs
----------------------------------------------------------------------------- */
caption {
	font-weight: bold;
	margin: 0.5em 0;
	color: #b0a81c;
	text-align: left;
}

table {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 600px;
	margin: 5px 0 15px 0;
	line-height: 1.5em;
}

th {
	background-color: #b0a81c;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0.5em 0 0.75em 0.5em;
	font-weight: bold;
}

td {
	background-color: #e0dda5;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0.5em;
}

th.voucher_titles {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
	color: #663300;
	background: url("../images/voucher_ribbon.jpg") no-repeat right top;
	background-color: #b0a81c;
	width: 76px;
	height: 57px;}
	
th.voucher_titles25 {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
	color: #444;
	background: url("../images/voucher_25star.gif") repeat left top;
	background-color: silver;
	width: 30px;
	height: 30px;}
	
td.bg_voucher {
	background: url("../images/voucher_bg.jpg") no-repeat left bottom;
	background-color: #fff;
	width: 600px;
	height: 100px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 10px;}
	
#main_content td img.voucherimg {
	position: relative;
	float: right;
	margin: 0 0 0 10px;}
	
.anniversary {
	font-size: 1.25em;
	font-style: italic;
	font-family: baskerville,'palatino linotype','times new roman',serif;}
	
.baselineshift {
	font-size: 0.8em;
	vertical-align: top;}

/* =Form styling
----------------------------------------------------------------------------- */

#main_content fieldset {
	font-size: 1.1em;
	margin: 10px 0 25px 0;
	padding: 1em;
	border: 1px solid #fff;
	background: #dcd899;
	width: 450px;
}

#main_content legend {
	font-weight: bold;
	color: #663300;
}

#main_content label {
	display: block;
}

#main_content input[type="text"] {
	width: 20em;
}

#main_content textarea {
	width: 430px;
	height: 100px;
}

#main_content input.submit {
	width: auto;
}

#main_content input:focus, textarea:focus {
	background: #ffc;
}

#main_content input [type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#main_content .required {
	font-size: 0.95em;
	color: #663300;
}


/* =puddingclub breaks table - for the font-size
----------------------------------------------------------------------------- */

#pc_table {
font-size:1.1em;
}

/* =flag - japanese version
----------------------------------------------------------------------------- */

#flag {
	position: absolute;
	right: 20px;
	top: 10px;
}

#flag img {
	border: 0;
}

/* =flash - advertising cheltenham festival
----------------------------------------------------------------------------- */

#flash {
	position: absolute;
	right: 10px;
	top: 10px;}

#flash img {
	border: 0;}
	
/* =Lightbox JS: Fullsize Image Overlays by Lokesh Dhakar - http://www.huddletogether.com
------------------------------------------------------------------------------------------------ */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* =Thumbnails hidden
----------------------------------------------------------------------------- */
#hide {
	position: absolute;
	left: -1000px;
	visibility: hidden;
}

/* =Controlpanel
----------------------------------------------------------------------------- */
#controlbase {
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	padding: 20px;
	width: 950px;
}

#controlbase p {
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000;
	margin: 0 0 5px 0;
}

#controlbase table {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 950px;
	margin: 5px 0 15px 0;
	padding: 5px;
}

#controlbase h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
}

#controlbase h2 {
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}

#controlbase input[type="text"] {
	width: 500px;
}

#controlbase input:focus, textarea:focus, select:focus {
	background: #ffc;
}

#controlbase ul{
	margin: 5px 5px 5px 20px;
	padding:0;
}



#controlbase select {
	width: 10em;
}

#controlbase .controltextbox {
	width: 500px;}

.password {
width: 500px;
}

#controlbase .email_list table {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 950px;
	margin: 5px 0 15px 0;
}