/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Tyne Wear Sport - Main Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	16/11/2007
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(/tynewear.css);


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

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


/* Colour Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

h1.red,
.red h2,
.red .button			{ background: transparent none; color: #b50e2a; padding: 0; }
.green h2,
.green .button			{ background: transparent none; color: #0c7e4d; padding: 0; }
.yellow	h2,
.yellow .button			{ background: transparent none; color: #d6ac00; padding: 0; }

		

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

#container 	  			{ width: 100%; min-height: 100px; margin-bottom: 0; } 
* html #container 		{ height: auto; }

#header					{ height: 82px; background: transparent none; }

#menucol				{ display: none; }

#content				{ margin: 10px 0; }
.fullwidth #content		{ margin-left: 15px; }

#clearfooter,
#footer					{ display: none; }


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

#header #logo			{ position: absolute; left: 0; top: 0; border: 1px solid #666; }
#header #headerimg		{ display: none; }


/* Box Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */


.sidebox-top			{ display: none; }
.sidebox-bot			{ display: none; }
.sidebox				{ background: transparent none; }


.subbox-top				{ display: none; }
.subbox-bot				{ display: none; }
.subbox					{ width: 280px; background: transparent none; }


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

#login					{ display: none; }


/* Other Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.homeimg				{ width: 150px; float: left; font-size: 0.9em; margin: 0 2px; }

