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

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


body {
	font-family: serif;
	font-size: 12pt;
	background-color: none;
}

body {
	min-width: 800px;
}

#main_nav, #sub_nav, #sub_content, #container_top, #branding, #header_twh, #header_pc, #header_w, #header_contact {
	display: none;
}

a:link a:visited {
	color: #666;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	color: #333;
}

h1 {
	font-size: 16pt;
	color: #000;
}

h2 {
	font-size: 14pt;
	color: #000;
}

#container {
	background: none;
}

#container_single {
	background: none;
}

#main_content {
	text-align: left;
}

#main_content p {
	line-height: 12pt;
	color: #000;
}

#main_content img {
	display: none;
}

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

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

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

/* =MainContentSingleColumn main content for single column pages: pc_press.html
----------------------------------------------------------------------------- */
#main_content_single {
	text-align: left;
}

#main_content_single p {
	line-height: 14pt;
	color: #000;
}

#main_content_single img {
	display: none;
}


/* =Footer site info
----------------------------------------------------------------------------- */
#site_info {
	font-family: sans-serif;
	text-align: center;
	font-size: 9pt;
	color: #ccc;
	border-top: 1px solid #ccc;
}

/* =Table specs
----------------------------------------------------------------------------- */
caption {
	font-weight: bold;
	text-align: left;
}

table {
	border: 1px solid #000;
	width: 75%;
}

th {
	background-color: #ccc;
	text-align: left;
	border: 1px solid #000;
	font-weight: bold;
	padding: 0.5em;
}

td {
	background-color: none;
	text-align: left;
	border: 1px solid #000;
	padding: 0.5em;
}