﻿/*
---

name: Events Microsites

requires: [CSS.EventsScreen, CSS.EventsDetails]

provides: CSS.EventsMS2

...
*/

/* 
	==BODY==
	This block changes:  
	- Body background
*/
body{
	background-color: #006633; /* Change colour here */
	background-image:url(http://www.arena-international.com/Pictures/web/w/h/a/leafawards_bg.jpg);
	background-repeat:repeat-y;
    background-position:center;
	background-attachment:fixed;
	color:#000;
}
/* 
	==NORMAL LINKS==
	This block changes: 
	- Sitewide link colour change
*/
A:LINK, A:VISITED {
	color: #000; /* Change colour here */
}
/* 
	==HOVER LINKS==
	This block changes: 
	- Sitewide hover color change
*/
A:HOVER, A:ACTIVE, .extras h3 a:hover,
.tags A:hover, .storytext A:hover, #footer .promoContainer li A:hover {
	color: #009966; /* Change colour here */
}
/* 
	==FONT COLOURS==
	This block changes: 
	- Footer
	- Tabs
	- Headings
	- Coloured text
*/
.active_block .sponsors h4, #featured .extras_sleeve h2, 
#events_conference_programme .streams .tab_block li.current h3,
.pageAsset H2, .pageAsset H2 SPAN,
.box H2, .extras_sleeve .counter span,
.extras_heading h2, #footer .promoContainer li H3,
A.button, .colour1 .sectionhead h2 a,
.tabbedblocks .selected H2, .tabbedblocks .selected H3,
A.appointment, .directions_form button, .directions_results P,
p.more A, .tabs .tabsStyle1 LI.selected A, .events_paging_results .selected,
.search_tabs_sleeve .tabbedblocks .selected H2, .search_tabs_sleeve .tabbedblocks .selected H3,
#featured .extras_sleeve P.more A, #EventsRecommend BUTTON, .streams A.button:HOVER, .sessions A.button {
	color: #009966; /* Change colour here */
}

/* 
	==BACKGROUND COLOURS==
	This block changes: 
	- Navigation second level background colour
	- Paging
	- Box background colour
*/
.buttons A, .az_list ul li:HOVER,
#countdown, .booknow, .brochure,
.paging .paging_numbers A:HOVER, .navStyle1 LI DIV UL,
.navStyle1 LI.current, .az_list ul li.selected, .paging .paging_numbers SPAN.on {
	background-color: #009966; /* Change colour here */
}
