/* 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: 12px/1.4 Helvetica, Arial, sans-serif;
	background: #1b2429 url(../img/summer5.jpg) no-repeat 50% 0;
	text-align: center;
}
body h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	vertical-align: baseline;
}
	h1 span {
		background: #e00022;
		background: rgba(224,0,34,.8);
		display: inline;
		padding: 10px 9px 0;
		margin-bottom: 8px;
		line-height: 1;
		vertical-align: middle;
	}
		h1 span.rep {
			font-size: 32px;
			padding-top: 6px;
		}
		h1 span:nth-of-type(n+1){
			transform: rotate(1deg);
			-moz-transform: rotate(1deg);
			-webkit-transform: rotate(1deg);
			-o-transform: rotate(1deg);
		}
		h1 span:nth-of-type(n+2){
			transform: rotate(-2deg);
			-moz-transform: rotate(-2deg);
			-webkit-transform: rotate(-2deg);
			-o-transform: rotate(-2deg);
		}
		h1 span:nth-of-type(n+3){
			transform: rotate(3deg);
			-moz-transform: rotate(3deg);
			-webkit-transform: rotate(3deg);
			-o-transform: rotate(3deg);
		}
		h1 span:nth-of-type(n+4){
			transform: rotate(-1deg);
			-moz-transform: rotate(-1deg);
			-webkit-transform: rotate(-1deg);
			-o-transform: rotate(-1deg);
		}
h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: normal;
}
	h2 span {
		background: #e00022;
		background: rgba(224,0,34,.8);
		padding: 2px 6px 0px;
		text-decoration: underline;
	}
h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}
	h4 span {
		background: #e00022;
		background: rgba(224,0,34,.8);
		padding: 3px 4px 1px;
	}
h3 {
	margin-bottom: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	-webkit-transition: color .2s linear;
}
a:hover {
	color: #fff;
}
em {
	font-style: normal;
	white-space: nowrap;
}

/* layout */
#wrap {
	width: 840px;
	margin: 50px auto 0;
}

/* custom */
#summary {
	clear: left;
	background: #fff;
	background: rgba(255,255,255,.7);
	padding: 20px 20px 10px;
	width: 540px;
	margin: 10px auto 16px;
	text-align: left;
}
	#summary p {
		margin-bottom: 10px;
	}
#notes {
	color: #939997;
	font-size: 10px;
	margin-bottom: 16px;
	list-style: none;
	text-align: left;
}
	#notes a:link, #notes a:visited {
		color: #fff;
	}
	#notes a:hover {
		color: #ffddb9;
	}
#note1, #note2 {
	width: 16px;
	display: block;
	float: left;
	clear: left;
	line-height: 1;
	padding-top: 2px;
	font-size: 12px;
	color: #939997;
}
#note1:target + span, #note2:target + span {
	-webkit-animation:target .7s 1 linear;
	}
	#notes span {
	}
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: 10px;
	margin: 42px 0 62px;
}
table {
	color: #000;
	color: rgba(0,0,0,.7);
	float: left;
	margin: 0 10px;
	border: 3px solid #aaa;
}
	tr {
		border: 1px solid #aaa;
		border-bottom: none;
		border-top: none;
	}
		th {
			background: #e00022;
			background: rgba(224,0,34,.8);
			font-weight: normal;
			font-size: 9px;
			text-transform: uppercase;
		}
		td {
			background: #fff;
			background: rgba(255,255,255,.6);
			width: 24px;
			height: 24px;
			border: 1px solid #aaa;
			font-weight: bold;
		}
		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: 12px;
	color: #fff;
	padding: 6px 0 2px;
}
.booked {
	color: #aa0000;
	text-decoration: line-through;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	h1 span {padding-top: 2px;}
	h1 span.rep {padding-top: 0;}
	h4 span {padding-top: 1px;}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	h1 span {padding-top: 10px;}
	h1 span.rep {padding-top: 6px;}
	h4 span {padding-top: 3px;}
}
@-webkit-keyframes target {
	from { color: #939997; }
	50% { color: #fff; }
	to { color: #939997; }
	}