@charset "utf-8";
/* 
L&D in Broadcasting branding elements - stuff that's supposed to be consistent across LDinB pages
For area-specific elements see gb.css, se.css
© BTSR 2008-11
developed by Mark Iliff, Talespinner www.talespinner.co.uk
*/


/* Underprint "development site" on body - for dev site only (obviously!)
--------------------------------------*/	
body {background: url(/images/txtDevSiteUnder.png) 380px 50px no-repeat}



/* Globals
--------------------------------------*/	
	body {margin: 20px; padding-bottom: 100px; color: #444; font-size: 80%}
	body, input, select, textarea 
		{font-family: "Trebuchet MS", Tahoma, Geneva, Arial, sans-serif}
	h1 {font-size: 140%}
	a img {border: 0}
	a {text-decoration: none; border-bottom: 1px dotted}
	a:hover {border-bottom-style: solid}
	ul li {list-style-image: url(/images/bullP.png);}
	.bodyColour {color: #444}


/* L&D logotype
--------------------------------------*/
	.brandLDName {color: #242661; font-weight: bold; letter-spacing: 0.01em; 
		text-transform: uppercase} 
	.brandLDTagline {color: #01a5e5; font-weight: normal} 
	.brandLDName, .brandLDTagline {font-family: Arial, Helvetica, sans-serif}

/* IDs: footer (standard elements)
--------------------------------------*/
	#commentRequest a {font-weight: bold; color: white; border: 0}
	#commentRequest a:hover {border-bottom: 1px solid silver}

	#footer {font-size: 0.85em; padding: 5px; background: #fbf3fb; border-bottom: 1px solid #ddd}
	#footer {color: #25408f; background: none; padding: 0; border: none}
	#footer p {margin: 0; margin-right: 10px}
	#footer a {color: #25408f}
	#footer em {color: #f1217f}

	#logoLD {float: left; width: 45%; margin-top: 5px}
	#logoLD img {float: left; width: 32px; height: 30px}
	#logoLD p {float: left; width: 80%; padding-left: 0.3em}
	#logoLD p.line1 {margin-top: 2px}
	
	#copyright {float: right; text-align: right; width: 45%; font-size: 90%}

	#devCred {clear: both; margin-right: 10px; text-align: right; font-size: 0.8em; color: gray}
	#devCred a {color: #120eae}

	#footer {font-family: Tahoma, Geneva, Arial, sans-serif; font-weight: normal}
	#footer a, #devCred a {border: 0}
	#footer a:hover, #devCred a:hover {border-bottom: 1px solid silver}

