/*
Theme Name: Willows B&B
Version: 1.0
Author: Brockton Point
Author URI: http://www.brocktonpoint.com/
Description: Print style for willows.ca. Developed by Brockton Point: brocktonpoint.com
Tags:
*/

/*////////// 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.1%;
	font-family: inherit;
	vertical-align: baseline;
}

}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*////////// GENERAL //////////*/
body {
	background: white;
}

.subLeft {
	display: none;
}

.subRight {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*////////// POSTS //////////*/


/*////////// TYPEOGRAPHY //////////*/
h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Helvetica, Verdana;
}

h1 {
	padding: 0 20px 10px 20px;
	font-size: 38px;
	line-height:40px;
	font-weight: bold;
}

h2 {
	padding: 0 20px 10px 20px;
	font-size: 28px;
	line-height:30px;
}

h3 {
	padding: 0 20px 10px 20px;
	font-size: 18px;
	line-height:22px;
}

p {
	padding: 0 20px 10px 20px;
	font-size: 12px;
	line-height: 17px;
}

a {
	text-decoration: none;
	color: #14962b;
}

a:hover {
	text-decoration: underline;
	color: #5f92e7;
}

a:visited {}

a.active {
	color: #646461;
	text-decoration: none;
}

a.button {
	margin: 1px;
	padding: 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #b5b077;
}


/*////////// HEADERS //////////*/


/*////////// SIDEBARS //////////*/


/*////////// NAV //////////*/
.globalNav {
	display: none;
}

.globalNav ul {
	margin: 10px 20px;
}

.globalNav ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdac0;
}

.globalNav ul li a {
	font-size: 20px;
	color: #292929;
	text-decoration: none;
}

.globalNav ul li a:hover {
	font-size: 20px;
	color: #5f92e7;
	text-decoration: none;
}

.crumbs {
	display: none;
}

.crumbs ul {
	margin-left: 20px;
}

.crumbs ul li {
	display: inline;
	font-size: 14px;
}


/*////////// HOME PAGE //////////*/
.keyMessage {
	display: none;
}

/*////////// BLOG ELEMENTS //////////*/
.section {
	margin-bottom: 20px;
	padding-bottom: 10px;
	/* background: url('/images/sectionBottom.gif') no-repeat bottom left; */
}

/*////////// FORMS //////////*/


/*////////// FOOTER //////////*/
.footer {
	display: none;
}

.footer p {
	margin: 10px 0;
	padding: 0;
}


/*////////// IMAGES //////////*/

img.left {
	margin: 10px 15px 15px 20px;
	padding: 5px;
	background-color: #ecece6;
	border: 1px solid #cccccc;
}

img.right {
	margin: 10px 20px 15px 15px;
	padding: 5px;
	background-color: #ecece6;
	border: 1px solid #cccccc;
}

img.front {
	margin: 20px 15px 15px 20px;
	padding: 5px;
	border: 2px solid #585858;
}

img.map {
	margin: 10px 15px 15px 20px;
	padding: 5px;
	border: 2px solid #585858;	
}

img.paragraph {
	display: none;
}

.noPrint {
	display: none;
}

/*////////// FUN CLASSES //////////*/
.logo {
	display: none;
}

.logo h2 {
	margin: 0;
	padding: 0;
}

.logo h3 {
	margin-bottom: 15px;
	padding: 0;
}


.guestComments {
	margin-top: 40px;
	text-align: left;
}


.guestComments p {
	font-size: 14px;
}

.guestComments p span {
	display: block;
	margin: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}