body
{
	font-family: sans-serif;
}
a:link:active, a:link.active, a:visited:active, a:visited.active
{
	color: black;
	background-color: silver;
	border-right-color: #666699;
}

/* Hyperlink Distinctiveness - not hovered over */
a:link, a:visited
{
	color: #666699;
	text-decoration: none;
	border-right-color: silver;
	background-color: #eeeeee;
}

/* Hyperlink Distinctiveness - hovered over */
a:link:hover, a:visited:hover
{
	text-decoration: underline;
	border-right-color: #666699;
}

/* And the heading of the list in particular */
@media screen
{
	/* Background Image */
	body
	{
		background-color: white;
		background-image: url('images/watermark.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: right bottom;
	}

	.navigation .navigation_heading
	{
		display: none;
	}

	#content
	{
		margin-left: 20em;
	}
}

@media print
{
	.navigation
	{
		display: none;
	}
}

/* Navigation hyperlinks */
.navigation a
{
	border-right-width: 1em;
	border-right-style: solid;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

/* The content headers */
h1 , h2 , h3 , dt
{
	font-weight: normal;
	font-style: italic;
	font-family: serif;
}

h1
{
	font-size: x-large;
}

h2 , dt
{
	font-size: large;
}

h3
{
	font-size: normal;
}

#content dt::after , #content h2::after
{
	content: ": ";
}

dt
{
	margin-top: 1em;
}

dd
{
	margin-bottom: 1em;
}

p.body_text
{
	text-indent: 1em;
}

.cottage_thumbnail
{
	float: left;
	padding-right: 0.5em;
	height: 5em;
}

img.thumbnail
{
	border-width: 1px;
	border-color: RGB(105,104,148);
	border-style: solid;
}

.day, .weekday
{
	text-align: center;
}

.day_inside_month_of_focus
{
	color: black;
}

.day_outside_month_of_focus
{
	color: gray;
}

.week_data
{
	text-align: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

div.month
{
	border-style: dashed;
	margin: 2em;
	padding: 1em;
	border-width: 1px;
	border-color: silver;
	background-color: white;
}

div.month:target
{
	border-style: dashed;
	margin: 2em;
	padding: 1em;
	border-width: 1px;
	border-color: silver;
	background-color: silver;
}

table.month
{
	display: inline-table;
}

img
{
	border-style: none;
}

img#home_image
{
	float: right;
	width: 200px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0;
}

img.icon
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}

caption.month
{
	font-weight: bold;
	text-align: left;
	background-color: transparent;
}


.thumbnail_with_attributes
{
	border-right-style: solid;
	border-width: 1px;
	border-color: silver;
	background-color: #eeeeee;
	margin: 1em;
	padding: 1em;
	width: 30em;
	text-align: left;
	border-right-width: 1em;
	min-height: 10em;
	height: 10em;
}

.thumbnail_with_attributes:hover
{
	border-right-color: #666699;
	text-decoration: underline;
}

.thumbnail_with_attributes img
{
	float: left;
	max-width: 10em;
	max-height: 10em;
	padding: 1px;
	background-color: #666699;
	border-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
}

.thumbnail_with_attributes:hover img
{
	border-color: #666699;
}

.thumbnail_with_attributes IMG , .thumbnail_with_attributes P
{
	margin: 0;
}

.thumbnail_with_attributes P
{
	padding-left: 10em;
}

h2.year
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	font-size: x-large;
}

h1.page-heading.has_sub_heading
{
	display: run-in;
	margin-right: 1em;
}

li
{
	margin: 1em 0em;
}

/* The name of the cottage in the header */
.header h1.cottage_name
{
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
}

/* Hyperlinks to other parts of the site */
.navigation
{
	width: 19em;
	position: absolute;
	left: 0;
	padding-top: 1em;
}

/* The navigation links themselves */
.navigation li , .navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0.2em;
	text-align: right;
}

/* The header div */
.header
{
	padding-bottom: 1em;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: silver;
}

/* The cottage's location in the header */
.header h2.cottage_location
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

/* This is really only the hyperlink to the splash page */
.header p
{
	font-weight: normal;
}

/* All parts of the header */
.header h1 , .header h2 , .header p
{
	color: #666699;
	font-family: sans-serif;
	margin: 0;
}

div.year {
    margin: 0;
    padding: 0;
    font-size: smaller;
}

th,
td {
    vertical-align: top;
}


.short_break_prices,
div.year,
div.month {
    display: none;
}

