/*
-----------------------------------------------
Print styles
----------------------------------------------- */

/* General
----------------------------------------------- */

p, h2, h3 { 
	orphans: 3; 
	widows: 3;
}
body {
  text-align:left;
  color:#333;
  font-family: "Helvetica Neue", Arial, "HelveticaNeue LT", "Helvetica LT", Helvetica, sans-serif;
  font-size: 12pt;
  float: none !important;
  width: 100%;
}

#wrapper, 
#main, 
#content, 
#column {
	width: auto;
	float: none!important;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.scotlime.org" attr(href) ") ";
}
h1 {
	text-transform: uppercase;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}

/* Images
----------------------------------------------- */

img { 
	max-width: 100% !important;
}
img.bg_img {
	display: none;
}



/* The Rest
----------------------------------------------- */

#getintouch, 
#nav, 
#breadcrumb, 
#subnav,  
#footer, 
ul.access, 
#ie8 {
	display: none;
}