/********** BASE STYLES **********/
body {
	font: normal 9pt/15pt Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	width: auto !important;
	float: none !important;
}

a:link, a:visited {
	background: transparent;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: inherit !important;
}

/* Override the <font> tag in Members Area */
font {
	font: normal 9pt/15pt Verdana, Helvetica, Arial, sans-serif !important;
	color: #000;
}

#header h1 {
	display: none;
}

/* Show full URL of Barking Dog Studios */
#footer p a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#breadcrumbs {
	margin-bottom: 2em;
	font-size: 8pt;
}

p.heading {
	font: normal 13pt Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p.title {
	font: bold 10pt Verdana, Helvetica, Arial, sans-serif;
}

p.intro {
	font-style: italic;
}

/* Ensure the print logo is shown */
#print_logo {
	display: block !important;
	margin-bottom: 1em;
}

#footer {
	position: static !important;
	float: none !important;
}


/********** SEASONAL STYLING **********/
/* Change the link color to match current season */
body a {
	color: ##3E5D0C !important;
}

body#winter a {
	color: #51647D !important;
}

body#fall a {
	color: #6B3202 !important;
}

body#spring a {
	color: #3E5D0C !important;
}


/********** DISABLED STYLES **********/
ul#nav, #navsearch, #footer ul,#gb-secondary {
	display: none !important;
}
