/* ===========   Compton Verney - Print Styles ================== */


/* HTML ================*/

a {
 color:black;
 font-weight:bold;
 text-decoration:none;
 }
 
a img {
 border:0;
 }
 
p {
 font-size:12pt;
 }

/* LAYOUT ===============*/

#skipNav {
 display:none;
 }


#crumbTrail {
 border:1px solid black;
 margin:0;
 padding:3px;
 }
 
#crumbTrail ul {
 margin:0;
 padding:0;
 }
 
#crumbTrail li {
 display:inline;
 list-style:none;
 }
 
.homeImageFloatRight {
 float:right;
 margin:8px 7px 10px 8px;
 }
 
#textSize {
 display:none;
 }
 
#leftSidebar {
 display:none;
 }
 
#rightSidebar {
 display:none;
 }
 
/* Footer ---------------------------------------*/

#footer {
 display:none;
 }
 
.printFooter {
 border:1px solid black;
 padding:5px;
 text-align:center;
 }
 
.printFooter p {
 margin:0;
 }


/* Homepage -----------------------------*/

 
.eventBoxContainer, .exhibitionBoxContainer, .learningBoxContainer {
 border-left:1px solid black;
 border-right:1px solid black;
 float:left;
 margin:0 10px 0 0;
 padding:3px;
 width:190px;
 }
 
.eventBox a, .exhibitionBox a, .learningBox a {
 color:black;
 font-weight:normal;
 text-decoration:none;
 font-size:12pt;
 }
 
.eventBox h2 a, .exhibitionBox h2 a, .learningBox h2 a {
 color:black;
 font-weight:bold;
 text-decoration:none;
 font-size:13pt;
 }
 
.eventBox dt {
 font-weight:bold;
 }
 
.eventBox dd {
 font-weight:normal;
 margin:0 0 6px 0;
 }
 
.exhibitionsMore, .learningMore, .eventsMore {
 display:none;
 }
 
/* Collections -----------------------------*/

 
.sixBox li {
 float:left;
 list-style:none;
 font-size:14pt;
 margin:0 0 8px 0;
 text-align:center;
 width:160px;
 }
 
.sixBox li a img {
 border:0;
 }
 
.contentBackground {
 border:2px solid black;
 height:10px;
 }
 
#highlight  {
 display:none;
 }
 
.hideIntro {
 display:none;
 }


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}