﻿/*
	==========================
	v1.0 Stuart Johnston 05 Jul 2007
	Default print styles
	==========================
*/

/*dont print the ugly stuff - footers, right hand promotional panels, 
secondary navigation  - just give them the good stuff*/
#extra,
#flexible,
#branding,
#siteInformation
{
	display: none;
}

/*dont print Flash unless it is essential to the mission*/
object,
embed
{
	display: none;
}

/*if your breadcrumb trail is called "breadcrumb" show it at the top of the page*/
#breadcrumb
{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0 5px 0;
}

#breadcrumb li

{
	display: inline;
	margin: 0 0 0 10px;
}

/*set the basic inherited colours and simple fonts font stuff*/
body
{
	font-family: Arial, Sans-Serif;
	font-size: 0.76em;
	background-color: #fff;
	color: #000;
}


/* a visual rendering of basic structural typography - if you get lower than H4 - well I dont know*/
h1
{
	font-size: 2.5em;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaa;
	font-style: oblique;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

h3
{
	margin: 0 0 10px 0;
	font-size: 1.1em;
	display: block;
	clear: both;
}


p
{
	margin-bottom: 5px;
}

em
{
	font-style:normal;
	font-weight: bold;
}

ul
{
	list-style-type:disc;
	margin-left: 25px;
	margin-bottom: 5px;
}

ol
{
	list-style-type:decimal;
	margin-left: 25px;
	margin-bottom: 5px;
}

dl
{
	margin: 25px 0 10px 25px;
}

dt
{
	font-weight: bold;
	font-size: 1.1em;
}

/* Give all inline images a float left, margin and a nice simple border*/
body img

{
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #aaa;
	clear:left;
	float: left;
}

img[alt]:after 
{ 
	content:" " attr(alt) " ";
}

/*Get clever with links and show the full URL in brackets after the link - needless to say IE doesn't yet get it*/
a
{
	color: #000;
}

div#mainContent a:link:after, 
div#mainContent a:visited:after 
{
   content: " ( " attr(href) " ) ";
   color: #aaa;
}

/*make your hard rules simple and lovely*/

hr
{
	height: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0 none;
	display: block;
	clear: both;
	margin: 5px 0 5px 0;
}
