/*
planners
*/
body {
	background: #363a42 url('/images/planners/body-bg.gif') top left repeat-x;
}
div#wrap div#top-nav {
	background: #181818 url('/images/planners/top-nav-bg.gif') top left no-repeat;
}
		div#wrap div#header div#events-edinburgh-logo {
			width: 316px;
			height: 64px;
			position: absolute;
			bottom: 14px;
			left: 15px;
			background: #363a42 url('/images/planners/events-edinburgh-logo.gif') 0px 0px no-repeat;
		}
		
		/*
		SITE SWITCHER
		*/
		div#wrap div#header div#site-switcher {
			position: absolute;
			width: 410px;
			height: 38px;
			top: 0px;
			right: 0px;
			color: #fff;
			background: #363a42 url('/images/planners/events-site-switcher.gif') 100px 0 no-repeat;
		}
		
			div#wrap div#header div#site-switcher a#site-switcher-visitors-link{
				position: absolute;
				display: block;
				width: 146px;
				height: 38px;
				top: 0px;
				left: 100px;
				text-indent: -9999px;
				background: #363a42 url('/images/planners/events-site-switcher.gif') 0px 0px no-repeat;
			}
			
			div#wrap div#header div#site-switcher a#site-switcher-planners-link {
				position: absolute;
				top: 0px;
				left: 246px;
				text-indent: -9999px;
				display: block;
				width: 135px;
				height: 28px;
				background: #363a42 url('/images/planners/events-site-switcher.gif') -146px 0px no-repeat;
			}
			
			div#wrap div#header div#site-switcher a:hover#site-switcher-planners-link{
				background-position:  -146px -38px;
			}
/*
Footer
*/
div#wrap div#footer {
	background: #363a42 url('/images/global/footer-bg.gif') top left repeat-x;
	clear: both;
	margin-bottom: 10px;
}

	div#wrap div#footer ul#footer-nav {
		float: left;
		background: #363a42 url('/images/planners/footer-nav-bg.gif') bottom left no-repeat;
		width: 100%;
		height: 38px;
		margin-top: 10px;
		padding-left: 6px;
	}
	
		div#wrap div#footer ul#footer-nav li {
			float:left;
			color: #fff;
			font-weight: bold;
		}
		
			div#wrap div#footer ul#footer-nav li a {
				color: #fff;
			}
			
	div#wrap div#footer div#footer-credits {
		color: #fff;
		clear: both;
	}
	div#wrap div#footer div#footer-credits div#footer-credits-left a#brand-link,
	div#wrap div#footer div#footer-credits div#footer-credits-left a#edinburgh-council-link,
	div#wrap div#footer div#footer-credits div#footer-credits-left a#christmas-link,
	div#wrap div#footer div#footer-credits div#footer-credits-left a#hogmanay-link {
	    background-image: url('/images/planners/footer-logos.gif');
		background-color: #363a42;
	}
div#blue-info-box a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#blue-info-box a:hover {
	text-decoration: underline;
}
div#blue-info-box h2 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 5px;
}