/***********************************************************
Cascading Style Sheet for wikeridgeinn.co.uk
Created by Kerry Hyatt - Bespoke, standards compliant,
accessible websites. Email k.hyatt@sky.com
***********************************************************/

/******************************
PRINT
******************************/

body {
	background-color: #fff;
	}

#footer,#navtop,#right {display: none;}

#main{
	width: auto; 
	float: none !important;
	margin: 0 1%;
	padding: 0; 
	border: 0;
	background: transparent;
	}
	
h1, h2 {
	font-family: "georgia";
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	color:#C60800; 
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

p {
	font-family: "georgia";
	font-weight:normal;
	color:#796339;
	line-height:150%;
	font-size:14px;
}

#logo {
	padding:0 35%;
}

p.price {
	text-align:center;
	color:#C60800;
}

.center {
	text-align:center;
}


#menus ul {
	list-style-type:none;
	text-align: center;
	padding:8px 0;
	font-family: "georgia";
	font-weight:normal;
	color:#796339;
	font-size:14px;
}

# menu ul li {
	padding:4px 0 0 0;
}

.redtext {
	color:#C60800;
}

dl {
	color:#796339;
	font-family: "Georgia";
	font-size:14px;
	text-align:center;
}

dt {
	padding:16px 0;
}

dd {
	padding:0 0 16px 0;
}

dd a {
	color:#796339;
	text-decoration:none;
	list-style-type:none;
	text-align:center;
	display: block;
}

a {
	color:#796339;
	text-decoration:none;
}

table {
	width: 80%;
	color:#796339;
	font-family: "Georgia";
	font-size:14px;
	margin-left:10px;
}

td.name {
	width:18%;
}

table td.price {
	width:10%;
	color:#9c1e0c;
}

table.large {
	width: 96%;
	color:#796339;
	font-family: "Georgia";
	font-size:14px;
	margin-left:10px;
}

table.large td.name {
	width:30%;
}

table.large td.price {
	width:10%;
	color:#9c1e0c;
}