/* Print Style Sheet :: boshamcottages.com */
/* Author :: Alex Stanhope for youlove.us */
/* Copyright :: The Author, All rights reserved */

body {
    font-family: Arial, Helvetica, Sans-Serif; 
	color: #444;
}

/* Formatting Styles */

img {
	border: 0px;
}

.italic {
	font-style: italic;
}

/* Hide DIVs */

#masthead, #navigation, #banner, #bannersecondary, #sidebar, #sidebarsecondary, #footer {
	display: none;
}

/* Hide Elements */

hr, .noprint, form {
	display: none;
}

	blockquote p img {
		display: none;
	}

/* Text Styles */

#logo a span {
	font-size: 1.2em;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	width: 100%;
}

h1 {
	margin-top: 1em;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

h2 {
	margin-top: 0;
	font-size: 0.9em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}

h3 {
	margin-top: 0.75em;
	padding: 0 0 0.5em 0;
	font-size: 0.9em;
	border-bottom: 1px solid #666;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}

/* Link Styles */

a, acronym {
	text-decoration: none;
	border: none;
	color: #000;
}

/* List Styles */

li, dt, dd {
	font-size: 0.8em;
}

dd {
	margin: 0;
}

/* Table Styles */

table.events img {
	display: none;
}

img.eventsimg {
	display: block !important;
}

td.eventsdate {
	width: 8em;
}

td.eventsdate p {
	text-align:  center !important;
	line-height: 1em !important;
}

table#pricing {
	font-size:  0.8em;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 1em;
}

table#pricing td {
	padding-right: 3em;
}

