/* Light background */
.agenda-wrapper .featured,
.workshops .facilitator, 
.workshop-nav {
	background: #CDD1C0;
	}

/* Rollover: Left navigation *
 * Blend the light primary colour and grey (E8E8E8) */	
.left-nav dd a:hover {
	background: #A3AC9B;	
	}
	
/* Button/Call to actions */
.form input.button,
.right-nav .call-to-action {
	background: #465936;
	}
	
 /* Rollover: Button/Call to actions *
  * Blend primary colour and white */
.form input.button:hover,
.right-nav .call-to-action h3 a:hover {
	background: #A3AC9B;
	}
	
/* Designed background and primary colour */
.event-header {
	background:#fff url(../images/css-images/header-background.jpg) no-repeat;
	}
	
/* Event logo */	
h1.event-logo a {
	background: url(../images/css-images/header-logo.jpg) no-repeat;
	}
	
/* Event title */
.event-title-wrapper h2 {
	background: url(../images/css-images/header-title.gif) no-repeat left center;
	}
	
/* Event strapline */
.event-title-wrapper h3 {
	color: #444;
	}
	
/* Headline and link text */	
 h2, h3, h4, h5, a {
 color:  #7E2230;
	}
 
h1,.right-nav h4,
.left-nav dt {
	color: #7E2230;
	}
	
/* Bullets */	
.content-wrapper ul,
.workshop-nav ul {
	list-style-image: url(../images/css-images/bullet.gif);
	}
	
	 ul.presentation li {padding:5px 0;}