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

#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
 {
	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 .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: -400px;
	padding: 0;
	width: 800px;
}

/* =ContainerTop wrapping the top section of the logo only
----------------------------------------------------------------------------- */
#container_top {
	border-right: 1px solid #fff;
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	width: 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: -400px;
	padding: 0;
	width: 800px;
}


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

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

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


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

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

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

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

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

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

#main_nav ul li {
	display: inline;
	padding: 0 6px 0 6px;
	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: 800px;
	font-size: 1.1em;
	border-bottom: 1px solid #fff;
}

#sub_nav ul {
	margin: 0;
	padding: 6px 0 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 0 6px;
}

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

.highlighter {
	color: #ff0000;
}

.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 5px 0;
	border: 1px solid #fff;
}

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

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

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

#sub_content h1 {
	font-size: 1.2em;
	color: #663300;
	padding: 25px 0 0 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 p img.plain {
	border: 0;
}

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

#sub_content a {
	text-decoration: underline;
	color: #663300;
}

#sub_content a:hover {
	text-decoration: underline;
	color: #663300;
}

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


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

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

#main_content h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #663300;
	padding: 25px 0 5px 0;
}

#main_content a {
	text-decoration: underline;
	color: #663300;
}

#main_content a:hover {
	text-decoration: underline;
	color: #663300;
}

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

#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 img.pdficon {
	border: 0;
	
}



#main_content p.questions {
	font-weight: bold;
}

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

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

#main_content li {
	margin: 0 25px 8px 0;
	color: #333;
	line-height: 1.5em;
	font-size: 1.2em;
}

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

.winename {
	font-weight: bold;
}

.japan {
	text-align: justify;
}

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

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

#main_content_single h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #663300;
	padding: 25px 0 0 0;
}

#main_content_single a {
	text-decoration: underline;
	color: #663300;
}

#main_content_single a:hover {
	text-decoration: underline;
	color: #663300;
}

#main_content_single h2 {
	font-size: 1.3em;
	color: #663300;
	padding: 5px 0 0 0;
}

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

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

#main_content_single li {
	margin: 0 25px 8px 0;
	color: #333;
	line-height: 1.5em;
	font-size: 1.2em;
}


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

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

#site_info a:hover {
	color: #fff;
}

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

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

th {
	background-color: #b0a81c;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 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;
}

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

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

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

label {
	display: block;
}

input<MM:BeginLock translatorClass="ls_translator" type="type="text"" orig="%5Btype=%22text%22%5D"><ls_box_squarebracket><MM:EndLock> {
	width: 20em;
}

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

input.submit {
	width: auto;
}

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

input<MM:BeginLock translatorClass="ls_translator" type="type="text"" orig="%5Btype=%22text%22%5D"><ls_box_squarebracket><MM:EndLock>, textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

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