/*
	THEME NAME: Sandbox
	THEME URI: http://www.plaintxt.org/themes/sandbox/
	DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
	VERSION: 1.6.1
	
	Custom CSS for snapCandy.co.uk Copyright (c) 2009 by Brian Heys.
	Feel free to browse, but please don't steal.
*/

/* Mass Reset */
/* Thanks to Eric Meyer for this reset - http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

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, dd, dl, dt, li, ol, ul, 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-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}



/* Now onto my code... */
/* Define site-wide default values...
----------------------------------------------------------------------------- */
	html {
		height: 101%;	/* Ensures vertical scrollbar always displayed */
		-webkit-text-size-adjust: none;	/* Disallow iPhone text resizing */
	}

	body {
		text-align: center;		/* To work around IE/Win auto bug */
		margin: 0;
		padding: 0;
		background: #ffffff;
		font: 1em/125% "helvetica neue", helvetica, arial, sans-serif;
	}

	p {
		margin-bottom: 1.2em;
	}

/* Wrapper holds all visible page elements...
----------------------------------------------------------------------------- */
	#wrapper {
		position: relative;
		width: 1040px;
		margin: 0 auto 0 auto;
		text-align: left;						/* To work around IE/Win auto bug */
		background: #ffffff;
	}

/* Header holds logo, and main navigation controls...
----------------------------------------------------------------------------- */
	#header {
		display: none;
	}

	#access {
		background-image: url(/wp-content/uploads/img/hdr.jpg);
		background-repeat: no-repeat;
		width: 800px;
		height: 70px;
		margin: 50px 0 25px 120px;
	}

	.skip-link {
		display: none;
	}

	#menu ul {
		float: right;
		padding: 33px 0 0 0;
		color: #666666;
		font-size: 1.4em;
		line-height: 125%;
	}

	#menu ul li {
		float: left;
		padding: 0 0 0 34px;
		list-style: none;
	}

	#menu a {
		color: #666666;
		text-decoration: none;
	}

	#menu a:hover {
		color: #ff7403;
		text-decoration: none;
	}

/* Container holds all content elements...
----------------------------------------------------------------------------- */
	#container {
		width: 800px;
		float: left;
		padding: 0 0 50px 120px;
		margin-top: 0;
	}

	.entry-meta {
		display: none;
	}
	
	.entry-date {
		display: none;
	}

	.entry-title {
		display: none;
	}

	#nav-above {
		display: none;
	}

	#nav-below {
		width: 800px;
		margin: 30px 0 0 0;
	}

	.nav-previous a {
		float: right;
		background-image: url(/wp-content/uploads/img/fwd.jpg);
		width: 62px;
		height: 62px;
		font-size: 0px;
                color: #ffffff;
	}

	.nav-next a {
		float: left;
		background-image: url(/wp-content/uploads/img/back.jpg);
		width: 62px;
		height: 62px;
		font-size: 0px;
                color: #ffffff;
	}

	img.alignright {
		float: right;
		margin: 0 0 0 20px;
	}

/* Comments holds all comment elements...
----------------------------------------------------------------------------- */
	#respond h3 {
		margin: 25px 0 5px 0;
	}

	#loggedin {
		margin: 10px 0 10px 0;
	}

/* Primary holds all primary side bar elements...
----------------------------------------------------------------------------- */
	#primary {
		display: none;
	}

/* Secondary holds all secondary side bar elements...
----------------------------------------------------------------------------- */
	#secondary {
		display: none;
	}

/* Footer holds all footer elements...
----------------------------------------------------------------------------- */
	#footer {
		clear: both;
		text-align: center;
		padding: 6px 0 50px 0;
		background: #ffffff;
		color: #c0c0c0;
	}

	#footer a {
		color: #c0c0c0;
		text-decoration: none;
	}

	#footer a:hover {
		color: #ff7403;
		text-decoration: none;
	}

	#wpstats {
		display: none;
	}
	