/* common.css v1.0 28/10/08
author: david.healy@sac.co.uk */

@import url(form.css);
@import url(table.css);
@import url(datepicker.css);

/*zero default margin and padding on elements*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	line-height:130%;
}

/*set margin and padding on elements*/
p, ul, ol, dl, .audioplayer {
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6, #footer p {
	font-weight:normal;
	margin-bottom:5px;
}

/*body, links, paras and headings*/
body {
	font-size:78%;
	font-family:Arial,Helvetica,sans-serif;
}

a, #nav .thistab a {
	text-decoration:none;
}

a.selected, a:hover, .thistab a {
	text-decoration:underline;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4, legend  {
	font-size:1.4em;
}

h5 , #nav{
	font-size:1.2em;
}

h6 {
	font-size:1em;
}

p, dl, ol, ul {
	font-size:1em;
}

/*stop nested lists from shrinking*/
ul * {
	font-size:100%;
}

/*remove default image link borders*/
img {
	border:0;
}

/*microformatting (see http://www.microformats.org)*/
address {
	font-style:normal;
	margin-bottom:.5em;
}

.adr .work, .tel .work, .org {
	display:none;
}