/* Core base structure CSS Document */
/* base.css */
/* (CC) 2008 Ollie Lindsey. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */


/* Varnish Stripper */
/* Purpose: undo some of the default styling of common (X)HTML browsers and Setup the basic page */

html,
body,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset
body,
p,
img,
a img
{
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
}

ul {
	padding-left: 1.5em;
	margin: 0;
}

ol {
	padding-left: 2em;
	margin: 0;
}

/* Useful CSS classes */

.disabled {
	background:transparent url(images/general/disabled-grey.png) repeat scroll left top;
}

.clear-fix { min-height: 1%; }

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}