/* 
	York Museums Trust - York Venues CSS
	Copyright © York Museums Trust. All rights reserved.
	Created by SUMO Newcastle
*/
@import url('layout.css');
@import url('large.css');
@import url('style.css');

/***************************   footer    ****************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-size: 62.5%;
	line-height: 1.7em;
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #EAEAEA;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #5C5C5C;
}
h1 {
	font-size: 2.8em;	/* displayed at 24px */
	line-height: 2.8em;
}
h2 {
	margin: 30px 0px 7px 0px;
	font-size: 1.9em;	/* displayed at 18px */
	line-height: 1.9em;
}
h3 {
	margin: 30px 0px 7px 0px;
	font-size:1.65em;
	line-height: 1.65em;
} 
h4 {
	margin: 30px 0px 7px 0px;
	font-size:1.40em;
	line-height: 1.40em;
} 
h5 {
	margin: 10px 0px 7px 0px;
	font-size:1.30em;
	line-height: 1.30em;
}  
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #5C5C5C;
}
a {
	font-size: 1.1em;
	color: #5C5C5C;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
input {
	border: 1px solid #CCCCCC;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	color:#666666;
}
div#footer span.address {
	float:left;
	font-size: 1em;
	color: #5B5B5B;
	padding: 0;
	margin: 0 0 7px 20px;
}
div#footer .footerTop {
	width: 787px;
	height: 6px;
	padding: 0;
	margin: 0 0 5px 0;
	background: url(../images/footer_bkgrd.gif) no-repeat top left;
}
div#footer span.copyright {
	color: #666;
	float:right;
	padding: 0;
	margin-right: 20px;
}