/*

Stuff and Nonsense Ltd.
The Cow Shed Studio,
Gwaenysgor,
Flintshire, North Wales
LL18 6EP, UK
+44 1745 851848
http://stuffandnonsense.co.uk
http://forabeautifulweb.com
http://transcendingcss.com
http://twitter.com/malarkey

PRINT.CSS */

/* HIDE ELEMENTS ------------- */

nav[role="navigation"],
form[role="search"],
.introduction,
section.content-sub,
nav.supp,
.faqs,
form,
.print-hide {
display : none; }

/* TYPOGRAPHY ------------- */

body {
font : 10pt Georgia, Times, serif;
line-height : 1.5;
background : none; 
color : #000; }

h1, h2, h3, h4, h5, h6 {
font-family : "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }

blockquote {
margin : 1.5em;
padding : 1em;
font-style : italic;
font-size : .9em; }

code {
font : .9em "Courier New", Monaco, Courier, monospace; }

/* LINKS ------------- */
 
a:link,
a:visited,
a:after,
a:active { 
background : transparent;
font-weight : 700;
text-decoration : underline; 
color : #000; }

a:link:after, a:visited:after {
content :" (" attr(href) ")";
font-size : 90%; }

a[href*="listing-grid"],
a[href*="page"] {
display : none; }

a * {
text-decoration : none; } 

/* LAYOUT ------------- */

.group:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

/* EXTRAS ------------- */

hr {
width : 100%;
height : 2px;
margin : 2em 0;
padding: 0; 
background : #ccc;
color : #ccc;
border : none; }

a img, 
img { 
border : none; }

th {
font-weight : normal;
text-align : left; }


/* JOB PRINT PREVIEW ------------- */

body.print header[role="banner"] { 
padding : 1.5em 0 0 0;
background-color : transparent;
border-bottom : 1px solid rgb(221,221,221); }

body.print section {
padding-bottom : 1.5em; }

body.print footer[role="contentinfo"] { 
position : relative;
border-top : 1px solid rgb(221,221,221); }

body.print footer[role="contentinfo"] img {
position : absolute;
top : 1.5em;
right : 0; }


