/* ------------------------------------
Bradford Markets Style Sheet (print)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

/*typography and colours
--------------------------------------*/

body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
	}
	
h1, h2 {
	text-transform:lowercase;
	}
	
h1 {
	color:#b3b715;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size:160%;
	}
	
	
#columnsub h2 {
	color:#86b2b3;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size:160%;
	
	}	
	
p {
	line-height:1.6em
	}	
							
	
a {
	color:#0099CB;
	}	
	

		
ul {
	margin:10px;
	padding:6px;
	}
			

/*navigation
--------------------------------------*/

#top  {
	display:none;	
	}



/*images and flash
--------------------------------------*/

img {
	border:none;
	}
	
.otherlogos {
	margin-top:30px;
	}		
	
.otherlogos img {
	margin-right:40px;
	}	
	
#flashevents {
	width:605px;
	margin:15px 0 15px 0;
	border-bottom:5px solid #65c1d6;
	}
	
#map {
	margin:20px 0;
	}	

/*forms
--------------------------------------*/	

.innersub form {
	margin-bottom:10px;
	}

.innersub legend {
	display:none;
	}
	
.innersub fieldset {
	border:none;
	margin:0 0 8px 0;
	padding:0;
	}	
	
input[type="text"], textarea {
	border:#ccc solid 1px;
	}
	



/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}		