﻿/*	Print CSS is only used on the map directions pages atm	*/
/*	Will require further work when the site is updated	*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	Specific styling	*/
body
{
	background: #fff none;
	font: 100%/1.4 Arial, Verdana, sans-serif;
	color: #000;
}

/*	Hide the unneccesary stuff	*/
#branding .advertisment,
#branding .strapline,
#primaryNavigation,
#secondaryNavigation,
#primaryCtaPanel,
.venueDirections fieldset,
.googleMapControl,
#footer h2,
#dealInformation,
ul#siteInformation,
.teeofftimesVenueNavigation,
#ui-datepicker-div,
.notForPrint,
.printLink,
.teeTimeSearch,
.venueSearch,
.teeSheetListBasket,
.ctaLinkContainer,
.waitingPanel,
.alternateClubList
{
	display: none !important;
}

/*	Sort out breadcrumb	*/
#breadcrumb
{
	display: block;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #aaa;
	padding: .5em 0;
	font-size: .8em;
}

#breadcrumb li
{
	display: inline;
	margin: 0 .5em 0 0;
}

#breadcrumb li a:after
{
	content: " >";
	text-decoration: none;
}

/*	Sort out links	*/
a
{
	color: #000;
	text-decoration: none;
}

/*	Heading	*/
h1
{
	font-size: 1.6em;
	margin-bottom: .5em;
	display: inline;
}

h2
{
	font-size: 1.3em;
}

p
{
	margin-bottom: .5em;
}

.priceCta
{
	font-weight: bold;
}

a.img
{
	border: 0 none;
}

/*	Address	*/
.vcard
{
	border: 1px solid #aaa;
	border-width: 1px 0;
	text-align: center;
	margin: .5em 0;
}

/*	Venue images	*/
.venueImages img
{
	display: none;
}

.venueImages .mainImageContainer img
{
	display: block;
	margin: auto;
}
