/* Skin National - 26/Mar/2009 */
/*
 ____  _    _        ____ ____ ____  
/ ___|| | _(_)_ __  / ___/ ___/ ___| 
\___ \| |/ / | '_ \| |   \___ \___ \ 
 ___) |   <| | | | | |___ ___) |__) |
|____/|_|\_\_|_| |_|\____|____/____/  for National skin
Fairfax Digital CSS framework

Author:    Jens Korff
Born:      March 2009
Modified:  Update in first line
-----------------------------------------------------------------------------------------
Skin only.

	!! Here go fonts, colours, backgrounds, background images, borders
	
	NOTES:
		- use shorthand whenever possible
		- only use 'em' for font-size (accessibility)
		- don't specify container widths. Specify percentages (usually 100%) so they fit into
		  the width you define in component.css.
	
Colour scheme:
--------------
main nav bg:		#xxxxxx ()
text				#000000 (black)

/* --------------------------------------------------------------------------------------
   =Global
   -------------------------------------------------------------------------------------- */
/*a {color:#00548C}
a:visited {color:#484848}
a:hover {color:#c30}
a:active {color:#c30}*/


/* --------------------------------------------------------------------------------------
   =Header
   -------------------------------------------------------------------------------------- */
.header h2 {background:#fff url('img/sprite-skin-national.gif') no-repeat 0 23px/*Section logo*/}
	/* Main navigation */
	/*.smh #nav {background-color:#007CC3}
	.smh #nav .selected a {color:#007CC3}*/

.mT-headerMultimedia h1 {background:transparent none}
	.mT-headerMultimedia h1 a {background:transparent url('img/sprite-skin-national.gif') no-repeat 42px 7px/*Section logo*/;text-indent:-9000px}

