/* reset rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-size: 100%;font-family: inherit; vertical-align: baseline;}
a img, :link img, :visited img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
input {vertical-align:middle;}
img {display: block;}

/* general */
body {
	font: 16px/1.4 Helvetica, Arial, sans-serif;
	background: #c2b7a5 url(../img/bg.jpg) repeat-x top left;
	text-align: center;
}
body h1 {
	width: 562px;
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
	h1 span {
		background: #e00022;
		background: rgba(224,0,34,.8);
		padding: 0 9px;
		margin-bottom: 8px;
		line-height: 1;
	}
		h1 span.rep {
			font-size: 32px;
		}
h2 {
	width: 568px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
	margin-bottom: 32px;
	font-weight: normal;
	background: #e00022;
	background: rgba(224,0,34,.8);
	padding: 2px 6px 0px;
}
h4 {
	width: 562px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}
	h4 span {
		background: #e00022;
		background: rgba(224,0,34,.8);
		padding: 1px 4px;
	}
h3 {
	margin-bottom: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #fff;
}
em {
	font-style: normal;
	white-space: nowrap;
}

/* layout */
#wrap {
	width: 480px;
}

/* custom */
#summary {
	clear: left;
	background: #fff;
	background: rgba(255,255,255,.7);
	padding: 20px 20px 10px;
	width: 500px;
	margin: 24px 20px 32px 20px;
	text-align: left;
}
	#summary p {
		margin-bottom: 10px;
	}
#notes {
	color: #000;
	color: rgba(0,0,0,.7);
	font-size: 12px;
	margin: 20px;
	list-style: none;
	text-align: left;
}
	#notes a:link, #notes a:visited {
		color: #fff;
	}
	#notes a:hover {
		color: #fff;
	}
	#note1, #note2 {
		width: 30px;
		display: block;
		float: left;
		clear: left;
		font-size: 24px;
		line-height: 1;
		padding-top: 2px;
	}
	#notes span {
		margin-left: 30px;
		display: block;
	}
h4.start {
	margin-left: 300px;
}
h4.rates {
	margin-left: 200px;
}
h4.contact {
	margin-left: 270px;
	margin-bottom: 48px;
}
	h4 a {
		line-height: 1;
		padding: 0;
	}

/* calendar */

#calendar {
	clear: left;
	overflow: hidden;
	padding: 20px;
	margin: 48px 0 64px;
	width: 540px;
}
table {
	width: 540px;
	color: #000;
	color: rgba(0,0,0,.7);
	margin: 0 0 20px;
	border: 2px solid #99968e;
}
	tr {
		border: 1px solid #99968e;
		border-bottom: none;
		border-top: none;
	}
		th {
			background: #e00022;
			background: rgba(224,0,34,.8);
			font-size: 16px;
			text-transform: uppercase;
			border: green;
		}
		td {
			background: #cbc7bb url("../img/hilitem.gif") no-repeat top right;
			width: 24px;
			height: 72px;
			border: 1px solid #99968e;
			font-size: 30px;
			font-weight: bold;
			text-shadow: 0 2px 0 #dfdcd3;
		}
		th, td {
			text-align: center;
			vertical-align: middle;
		}
.spring, .overlap, .autumn, .na {
	color: #999;
	color: rgba(0,0,0,.3);
	text-shadow: none;
}
.we {
}
.month {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 6px;
}
.booked {
	color: #aa0000;
	text-decoration: line-through;
}
@-moz-document url-prefix(){
	h1 span {
    	padding-top: 9px;
	}
	h1 span.rep {
		padding-top: 6px;
	}
}