/*
-----------------------------------------------------
Default CSS file for [sitename.tld]
Media: screen, projection, print

Notes:	Basic, commonly used style tweaks.
			Please leave as-is if using this stylesheet
			in a project.


Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

html,
body,
form,
fieldset {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-size:76%;
	margin:20px;	/* B */
}
/* Neutralize vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

/* Apply left margin to elements that need it: */
li, dd, blockquote { margin-left:1em; }
ul, ol { margin-left:0em; }

/* look at IE's handling of OL */

/* Kill image borders */
img { border:0; }

/* Set acronym pointer */
acronym { cursor:help; }

/* Kill <q> quotes (not supported in IE6): */
q:before,q:after{content:'';}

/* de-italicize address,abbr */
address,
abbr { font-style:normal; }

/* TYPE */
/* Font family */
body,
input,
select, 
textarea {
	font-family:arial,helvetica,sans-serif;	
}
/* Type modifications - letter spacing, line spacing etc */



/* HEADINGS */
/* Default sizes */
h1 { font-size:2.3em; }
h2 { font-size:1.1em; }
h3 { font-size:1.1em;}
h4,h5,h6 { font-size:1em; }


/* LINKS */

/* The three pseudo-classes required for keyboard navigation */
a:hover,
a:active,
a:focus { text-decoration:underline; }


/* TABLES */
/* Reset table spacing */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* Reposition structural table elements */
caption, th {text-align:left;}


/* FORMS */
/* Set label pointer */
label { cursor:pointer; }
/* Consistent font sizes in form elements */
input, select, textarea { font-size:100%; }
/* Kill fieldset borders */
fieldset { border:0; }


/* ACCESSIBILITY STATEMENT */
body.accessibility-statment div#content {
	font-size:2em !important;
}









