/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for Northumberland Sport - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd - All Rights Reserved
Created:	20/02/2007
Updated:	19/03/2007

History:	20/02/2007	Stylesheet created
			19/03/2007	Modified for print styles
	
Colours: 	Background orange		#FC9A32
				Navigation orange		#F76C11
				Heading blue				#0063A0

-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* commented backslash hack \*/ html, body { height: auto; } /* end hack */

body						{ background-color: #fff; font: 12px verdana, arial, helvetica, sans-serif; text-align: left; }

h1						{ font: normal 18px arial, verdana, helvetica, sans-serif;  }
h2						{ font: normal 16px arial, verdana, helvetica, sans-serif; }
h3						{ font: bold 14px arial, verdana, helvetica, sans-serif; }

p, li, dt, dd				{ font-size: 12px;  }
a							{ color: #F76C11;  }

form, table				{ background: transparent; font-size: 12px;  }
.padding				{ padding: 10px 0; }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container				{ width: 100%; min-height: 0; height: auto; background: #fff none; margin: 0; }
* html #container 	{ height: auto; }

#header					{ height: 100px; }

#nslogo					{ position: absolute; left: 0; top: 0; }

#wrapper				{ min-height: 0; background: #fff none; }

#navigation			{ display: none; }

#content				{ margin-left: 0; }


/* Navigation Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

p#breadcrumb			{ font-size: 10px; }

/* Header Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#search 				{ display: none; }


/* Banner Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bannerleft img, .bannerright img { display: none; }

#banner					{ height: auto; background-color: #fff; }
#banner td				{ height: auto; vertical-align: top; }
#banner td h1			{ margin-left: 200px; }


#home #banner		{ height: auto; }


/* Content Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#content .padding	{ margin-left: 0; }

#content .column	{ width: 45%;  }


/* Login Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#login label				{ font-size: 10px; }
