html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "Times New Roman", Times, serif;
	/*background-color:#cabaa7;*/
}
.table-view {
	background: #FFF;
}
.table-view li {
	/*border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;*/
}
.table-view .even {
	background: #EEE;
}
.table-action li {
	position: relative;
}
.table-action a {
	color: #000;
	display: block;
	padding: 0.5em 0.785em 0.714em;
	position: relative;
	text-decoration: none;
	/*text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;*/
}
.table-action h2 {
	color: #000;
	font-size: 1.285em; /* 18px / 14px */
	width: 82%;
}
.table-action .date-info {
	font-weight: normal;
}
.table-action .sightings {
	background: #000;
	border: 1px #841420 solid;
	-webkit-border-radius: 0.143em;
	-moz-border-radius: 0.143em;
	border-radius: 0.143em;
	color: #ebc466;
	font-weight: bold;
	position: absolute;
	padding: 0.214em 0.429em;
	right: 2.5em;
	top: 50%;
	margin-top: -1.1em;
}
#dates-list li:nth-child(odd) {
	background-color:#EEE;
}
.month-view {
	background: #000;
}
.month-view li {
}
.month-view .even {
	background: #EEE;
}
.month-action li {
	position: relative;
	list-style:none;
}
.month-action {
	color: #000;
	display: block;
	padding: 0.5em 0.785em 0.714em;
	position: relative;
	text-decoration: none;
	/*text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;*/
}
.month-action h2 {
	color: white;
	font-size: 1.285em; /* 18px / 14px */
	width: 82%;
}





/* Booking form page styles */
#day-info {
	width:100%;
	padding:0 0 0.5em 0.6em;
}

#day-info h1{
	color: #000;
	font-size: 1.5em; /* 18px / 14px */
	margin-bottom:1em;
}
#day-info h2{
	color: #000;
	font-size: 1em; /* 18px / 14px */
	margin-bottom:1em;
}
.para{
	color: #000;
	font-size: 0.8em; /* 18px / 14px */
	margin-bottom:1em;
}

.link {
	color:#000;	
}



/* STYLES FOR BOOKING FORM */

.sub-header {
	color: #000;
	font-size: 1em; /* 18px / 14px */
	padding:0.5em 0 0 0.6em;
	border-top: 1px #590d15 dashed;
	margin-bottom:1em;
}

#booking-form {
	zoom: 1;
	padding: 0.55em 0.5em 0.6em;
	font-size: 1em;
}
#booking-form:before, #booking-form:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
#booking-form:after {
	clear: both;
}
.standalone #booking-form {
	border: none;
}
#booking-form label span {
	
}
#booking-form #input-field {
	-webkit-border-radius: 0.286em;
	-moz-border-radius: 0.286em;
	border-radius: 0.286em;
	background: #eee;
	border: 1px #3c0603 solid;
	font-size: 1em;
	margin: 0;
	margin-bottom:0.25em;
	height: 2em;
	width: 100%;
	-webkit-appearance: caret;
}
#booking-form #input-field:focus {
	background: white;
}

#booking-form textarea {
	-webkit-border-radius: 0.286em;
	-moz-border-radius: 0.286em;
	border-radius: 0.286em;
	background: #eee;
	border: 1px #3c0603 solid;
	font-size: 1em;
	margin: 0;
	margin-bottom:0.25em;
	height: 8em;
	width: 100%;
	-webkit-appearance: caret;
	overflow:hidden;
}
#booking-form textarea:focus {
	background: white;
}

 #booking-form  #input-field::-webkit-input-placeholder {
 color: #856969;
}
 #booking-form input:-moz-placeholder {
 color: #856969;
}
#booking-form fieldset {
	float: left;
	position: relative;
	width: 80%;
}


#submit {
	margin: 1em 0;
}
#submit{
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
	-webkit-border-radius: 0.286em;
	-moz-border-radius: 0.286em;
	border-radius: 0.286em;
	-o-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
	box-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px 0 inset;
	font-family: "Times New Roman", Times, serif;
	background: #000;
	border: 1px #3c0603 solid;
	color: white;
	display: block;
	letter-spacing: 0;
	font-size: 1.14em;
	font-weight: bold;
	padding: 0.55em 0.8em 0.65em 0.9em;
	position: relative;
	text-decoration: none;
	margin: 0;
	-webkit-background-clip: padding-box;
}


