/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Print Styles *
      
   This is the print CSS-file for the framework.
   Include this in the <head> of every page.
   
-------------------------------------------------------------- */

/* Hide unwanted elements */

div#skip,
ul#site-tools,
div#site-search,
ul#nav-primary,
h4#title-nav-primary,
ul#nav-secondary,
ul#nav-tertiary,
ul#nav-breadcrumb,
ul#site-info,
div#banner,
dl.news img,
dl.news dt a,
dl.news dd.img a,
dl.media img,
dl.media dd.img a,
dl#bookmarks,
ul#nav-tabbed {
	display: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

p, ul, ol, dl, table, blockquote, pre, code  {
	line-height: 1.5em;
}

p.section {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #d3d3b1;
	margin-top: 0;
}

div#content a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";
   color: #999;
   text-decoration: none;
}

div#header img {
	border: none;
	position: relative;
	left: -20px;
}

div#content img {
	float: right;
	margin-left: 3em;
	margin-bottom: 3em;
}

div.alert {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
}

div.alert h2 {
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 0;
	font-weight: bold;
	padding: 0;
}

div.warning {
	border: 1px solid red;
	background: #FFCCCC url(../img2/icon-alert-warning.gif) no-repeat 10px 13px;
}

div.normal {
    border: 1px solid #ffcc66;
	background: #ffffcc url(../img2/icon-alert-normal.gif) no-repeat 10px 13px;
}

dl {
	margin: 0 0 1em 2em;
}

body.home dl {
	margin-left: 0;
}

dl.news, dl.media {
	line-height: 1em;
}

dl.links {
	border-top: 1px solid #d3d3b1;
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}

ul li.link {
	list-style-type: none;
	background: url(../img2/icon-arrow-nav-primary.gif) no-repeat 0 50%;
	padding-left: 1.5em;
	position: relative;
	left: -1.5em;
}

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt {
	background: #edf3fe;
}

blockquote  { 
	border:1px solid #ddd;
	font-style: italic;
	margin: 0 0 1em 0; 
	padding: 1em;
}

/* =LINKS	
-------------------------------------------------------------- */	

/*a.email-this {
	background: url(../img2/icon-email-this.gif) no-repeat 0 0;
	padding: 0 0 0.45em 25px;
}*/

a.icon-more {
	background: url(../img2/icon-more.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-look {
	background: url(../img2/icon-look.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-follow {
	background: url(../img2/icon-follow.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-top {
	background: url(../img2/icon-top.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-rss {
	background: url(../img2/icon-rss.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-audio {
	background: url(../img2/icon-audio.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-photo {
	background: url(../img2/icon-photo.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-video {
	background: url(../img2/icon-video.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-community {
	background: url(../img2/icon-community.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-restricted {
	background: url(../img2/icon-restricted.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-help {
	background: url(../img2/icon-help.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-email {
	background: url(../img2/icon-email.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-quick-links {
	background: url(../img2/icon-quick-links.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-media {
	background: url(../img2/icon-media.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-down {
	background: url(../img2/icon-down.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-external {
	background: url(../img2/icon-external.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

a.icon-section {
	background: url(../img2/icon-section.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
}

