/* Page specific CSS stuff */



/* Footer special effects */

	/* Turn off link colors in the footer for a given page */
	body#david-snow-design-index section.navbar a#nav-home,
	body#david-snow-design-contact section.navbar a#nav-contact,
	body#tradera-selling-experience section.footer a#footer-tradera-selling-experience,
	body#tradera-my-tradera section.footer a#footer-tradera-my-tradera,
	body#tradera-buyer-protection section.footer a#footer-tradera-buyer-protection,
	body#ebay-star-wars section.footer a#footer-ebay-star-wars,
	body#ebay-design-ebay-com section.footer a#footer-ebay-design-ebay-com,
	body#ebay-global-grid section.footer a#footer-ebay-global-grid,
	body#turbotax-windows section.footer a#footer-turbotax-windows,
	body#turbotax-snaptax section.footer a#footer-turbotax-snaptax,
	body#turbotax-build-system section.footer a#footer-turbotax-build-system {
		color: #777;
		cursor: default;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: color 0 ease-in;
		transition: none;
	}



/* 404 page */

section.error-404 {
	background-color: #fff;
}

	div.error-404 {
		padding: 2em 0 2.75em 0;
		text-align: center;
		background-color: #fff;
	}
	div.error-404 h1 {
		font-weight: 100;
		font-size: 4em;
		color: #3c4d4d;
	}
		@media only screen and (max-width: 40em) { 
			div.error-404 h1 {
				font-size: 3.55em;
			}	
		}
	div.error-404 p {
		margin-bottom: .25em;
	}






