/* www.quilliganarchitects.ie - print styles 2006 */

/* ========================================== */
/* Import screen styles */
/* ========================================== */

@import url(screen.css);

/* ========================================== */
/* suppress nav and top */
/* ========================================== */

#top, #nav, #base {display: none !important;}

/* ========================================== */
/* general page layout */
/* ========================================== */

#wrap, #top, #breadcrumb, #mainimages, #maintext {width: 100%; float: none; clear: both;}

#breadcrumb {border-bottom: 1pt solid #b7b7b7; border-top: 1pt solid #b7b7b7;}

#breadcrumb p {margin: 6pt 0 6pt 0; font-size: 8pt;}

#content {border-top: none;}

/* ========================================== */
/* font-sizing and typography */
/* ========================================== */

#mainimages p {font-size: 8pt;}
#maintext h1 {text-align: left; margin: 28pt 0 8pt 0; font-size: 12pt; border-bottom: 1pt solid #b7b7b7;}
#maintext p, #maintext li {font-size: 8pt;}
#maintext ul#projectdetails {text-align: left; list-style-type: circle;}

/* ========================================== */
/* url display */
/* ========================================== */

a.email:link:after, 
a.email:visited:after, 
a.external:link:after, 
a.external:visited:after {
		content: " (" attr(href) ") "; 
		font-size: 7pt;
}