/* Capital E Print Stylesheet */

/* print css optimised for IE6/OP7/NS7 */

body {
	background: #fff url(none);
}
#shell {
	width: 550px;
}
html>body #shell {
	width: 550px;
}
#col-1 ul, #col-1 form, #col-3, #top-nav, #breadcrumbs-wrap, .events img, .downloads img, .events img, .downloads .frame, #main-content img {
	display: none;
}
.contactus-wrap #main-content img, #main-content img.printable {
	display: block; /* map */
}
.events, .downloads, .resources {
	width: 100%;
}
.events td, .downloads td, .resources td {
	border-bottom: 1px dashed #7F7F7F;
}
.events, .downloads, .resources {
	border-top: 1px dashed #7F7F7F;
}
.events td, .events h5, .events p, .downloads td, .downloads h5, .downloads p, .resources td, .resources h5, .resources p {
	font-size: small;	
	margin: 0;	
}
#main-content .download-wrap img {
	position: relative;
	margin: 0;
}
.download-wrap .event-info {
	margin: 0;
}
#generic-2a #col-2, #generic-2c #col-2 {
	margin: 0 0 0 0;
}
#generic-3a #col-2, #generic-3b #col-2, #generic-3c #col-2, #generic-3d #col-2 {
	margin: 0 0 0 0;
}
.access, hr, .btt {
	display: none;
}
#welcome-intro .access {
	display: block;
}
.welcome, #welcome-wrap {
	/* can't remove bottom pad */
	min-height: none;
	height: auto;
}
h1 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}
h1 .access, h2 .access {
	display: block;
	color: #000;
}
a {
	text-decoration: none;
	color: #666;
}
.events td.noborder, .downloads td.noborder, .resources td.noborder {
	border-bottom: 0;			
}

/* dynamic text */

#main-content a:after {
	content: ' (' attr(href) ')';
}
#main-content a.anchor:after {
	content: '';
}
#shell:after {
	display: block;
	padding: 10px 0;
	border-top: 1px dashed #666;	
	margin-top: 10px;
	content: 'Capital E! | for children - www.capitale.org.nz';
}
#home #shell:after {
	border-top: 0;/* already border under events table rows */
}

