/*
Theme Name: The Orchard
Theme URI: http://www.fusedrealitystudios.com
Description: Theme used for theorchardbar.co.uk
Version: 0.1b
Author: Craig McCreath
*/

/* ------------------------------------------------ */
/* STANDARD HTML TAG RESET                          */
/* ------------------------------------------------ */

body, h1, h2, h3, h4, h5, h6, p, ul, li, img, table, hr {
	border:0;
	margin:0;
	padding:0;
}

/* ------------------------------------------------ */
/* STANDARD HTML TAG DEFINITION                     */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------------------ */
/* TYPOGRAPHY                                       */
/* ------------------------------------------------ */

p {
	padding:10px 0 15px 0;
}
	

/* ------------------------------------------------ */
/* PAGE ELEMENTS                                    */
/* ------------------------------------------------ */

	/* ------------------------------------------------ */
	/* HEADER                                           */

		
	/* ------------------------------------------------ */
	/* CONTENT                                          */
	
	
	/* ------------------------------------------------ */
	/* FOOTER                                           */
	
	div#footer {
		clear:both;
		padding-top:30px;
	}
	
/* ------------------------------------------------ */
/* SPECIAL USE                                      */
/* ------------------------------------------------ */

.accessibility { /* Removes links or content designed for people using screen readers which would be distracting or not useful for others. */
	display:none;
}

a#up { /* Back to Top */
	display:none;
}
