/* ------------------------------------------
Client: Dulwich Picture Gallery
Stylesheet: Print Styles
Author: Reading Room (Nicolas Gallagher)
Updated: 19 November 2008
------------------------------------------ */


#container {padding:10px;}

/* ------------------------------------------
-- TYPOGRAPHY
------------------------------------------ */

body {font-family:Georgia, Times, serif; font-size:10pt; color:#000; background:#fff;}

a {color:#039;}

h1 {font-size:24pt; font-weight:normal; margin:0;}
h1 small {font-size:12pt;}
h2 {font-size:20pt; font-weight:normal; margin:0 0 5mm 0;}
h3 {font-size:16pt; font-weight:normal; margin:10mm 0 2mm;}
h4 {font-size:12pt; font-weight:bold; margin:5mm 0 2mm;}

p {font-size:10pt; line-height:14pt;}

dt {font-weight:bold;}

p.intro {font-weight:bold;}
p.value {font-size:14pt; font-weight:bold;}
p.value small {font-weight:normal;}
.highlight {font-weight:bold; font-style:italic; color:#d00;}


/* ------------------------------------------
-- GENERAL
------------------------------------------ */

img {border:0;}
th {text-align:left;}

/* Logo
------------------------------------------ */

#logo {padding:5mm 0; border-top:1px solid #000; border-bottom:1px solid #000; margin: 0 0 10mm 0;}
   #logo a {text-decoration:none; color:#000;}

/* spotWraps
------------------------------------------ */

#spotWrap .colPaint img.spotFocus {float:none; margin:20px auto;}
#spotWrap .image img, #spotWrap .colPaint img.spotFocus {clear:both; margin:0 5mm 5mm 0;}
#spotWrap .image .caption {clear:both;}

#spotWrap h2 {margin:10px 0 0; line-height:1.2em;}

#spotWrap #hSpot img, #spotNews, #hSpot {clear:both; float:none;}

#spot {padding-bottom:10px;}	

#spot .details {margin-top:10px;}
#spot .details h3, #hSpot .details h3 {padding:0; margin:0; font-size:1.8em; font-weight:normal; line-height:1.1em;}
#spot .details p.date, #hSpot .details p.date {text-transform:lowercase;}

#spot ul.thumbs {list-style:none; padding:0; margin:0;}
#spot ul.thumbs li {float:left; padding:0; margin:0 1mm 5mm 0;}


/* ------------------------------------------
-- REMOVED FOR PRINT
------------------------------------------ */

.navInternal, .pagination, .postTools,
#navMain, #navSkip, #navSec, #navTer,
#footer, #footer ul  {
	display:none !important;
}

#wrapper {background:none !important;}


/* ------------------------------------------
-- CLEARING
------------------------------------------ */

#spotWrap:after {
	clear:both; display:block; content:"."; height:0; font-size:0; line-height:0; visibility:hidden;
}

* html #spotWrap {
	zoom:1;
}

*+html #spotWrap {
	min-height:1px;
}