/*
Use this style sheet to add print styles (i.e. styles that will be displayed when the site is 
intended to be viewed on printed media) to the Bolton Museum website.

Any styles added here which have already been defined in another print style sheet will override
the styles defined in the other style sheets

*/

#logo{
	display:none;
	position:relative;
	left:0;
}

a:link {
	color: #000;
        text-decoration:none;

}

a:visited {
	color: #000;
        text-decoration:none;

}

a:visited:hover {
	color:#000;
}

a:hover {
	color: #000;
}

#contentArea{
        font-family: Helvetica Neue, Arial, sans-serif;
	line-height: 1.2;
	font-size: 97%;

}

.homepage #contentArea{
        font-family: Helvetica Neue, Arial, sans-serif;
	line-height: 1.2;
	font-size: 97%;

}



.homepage h2 {
        font-family: Helvetica Neue, Arial, sans-serif;
	font-weight: bold;

	font-size: 1.1em;

}


#contentArea img{
	padding:0px;
	border:0px;
}

#footer {
      float:none;
}


.homepage #contentArea img{
	padding:0px;
	border:0px;
}


.homepage #contentArea hr {
	border:0px hidden #fff;
	border-top: 1px dashed #999;
	margin-top:20px;
	height:1px;
}

h1.documentFirstHeading {font-size:110%; color:#000;}

/* the next two selectors sort out the display problem with edited content overflowing in the CMS preview */
.documentByLine {
      clear:both; 
}

.discussion {
      clear:both; 
}

#footer, .flyout-right, form {display:none;}

