﻿/*--------------------------------------------------------------------------

The Trafford Centre - Print Style Sheet

Version:	1.0
Author:		Aaron Mitchard
Email:		aaron@idaho.uk.net
Website:	http://traffordcentre.dev | http://www.traffordcentre.co.uk

*** Last Modify Date: 22/11/2006 (Aaron) ***

--------------------------------------------------------------------------*/

/* Hidden Elements */

.accessLinks,
#sNav,
#preamble,
#footer,
.rotate,
fieldset.directorySearch,
.directorySearch,
.browseControl,
.backToDirectory,
#sizerContainer
{ 
	display: none; 
}

/* =Global 
--------------------------------------------------------------------------*/

body { padding: 0; background-color: white; }


/* =Typography 
--------------------------------------------------------------------------*/

body { font-family: Sans-Serif; font-size: 100%; color: #515151; } 


/* =Headings
--------------------------------------------------------------------------*/

h1 { font-size: 100%; } 
h2 { font-weight: normal; }
h3, h4, h5, h6 {}

/* =Links 
--------------------------------------------------------------------------*/

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { }

a img { border: 0; }


/* =LayoutStructure
--------------------------------------------------------------------------*/

#siteContainer 
{ 
	margin: 0;
	padding: 0;
	width: 565px;
	background-color: #FFFFFF;
}

.sectionHeader { float: left; }

#header 
{
	margin: 0;		
}

#contentContainer { margin: 0; float: none; width: 100%; }

.breadcrumbs { margin: 10px 0; }