/*==========================================*/
/* Weatherbys Point to Point - Print styles*/
/*==========================================*/

body {
	background: #fff;
}

a, a:hover {
	background: #fff;
}

.noPrint {
	display: none;
}

form.standard label, form.standard span.label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: left;
}

form.standard input.text, form.standard textarea {
	border: 1px solid #333;
	margin-left: 0;
	width: 220px;
}

form.standard input.short {
	width: 80px;
}

/*=============*/
/* Page layout */
/*=============*/

#pageWrapper {
	width: auto;
}

/* Revise column layout */
#navigation {
	display: none;
}
#contentWrapper {
	float: none;
	margin-left: 0;
}
#content {
	margin-left: 0;
	padding: 0;
}

/*======================================*/
/* Presentation of common page elements */
/*======================================*/

#pageWrapper {
	background: none;
}

#masthead, #members_login, #ad_top, #ad_bottom {
	display: none;
}

#contextual {
	height: auto;
	background: #fff;
	border: none;
	padding: 0 0 0.5em;
}

#page_heading, #page_intro {
	position: static;
}

#content {
	border: none;
}

#ad_top {
	position: static;
	margin-top: 2em;
}

#ad_top, #ad_bottom, #footer {
	margin-left: 0;
	padding-left: 0;
}

#footer, #footer_links a, #footer_links a:hover {
	background: #fff;
	color: #231f20;
}


/*=======================================*/
/* Presentation of misc content elements */
/*=======================================*/

ul.fixtures h4, ul.fixtures p {
	display: inline;
	margin-right: 10px;
}