/*
THEME NAME: AADC
THEME URI: http://www.aadc.com.au
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Kojo Interactive
AUTHOR URI:
TAGS: 
*/
@import url(reset.css); /* Please do not change */
@import url(global.css); /* Please do not change */
@import url(purchase-tickets.css); /* Please do not change */



/* Banner image for homepage, change URL value to re-link (can be an absolute link, eg. http://www.website.com/mybanner.jpg. For best results, ensure image width and height is 667x280 */

#home_banner, a.home-banner:link, a.home-banner:visited
	{
	background-image: url(http://aadc.com.au/wp-content/uploads/2010/06/Idea_Theme_banner3.jpg);
	width: 667px;
	height: 248px;
	}


/* Sponsor of the month badge image */

#badge
	{
	background-image: url(http://aadc.com.au/wp-content/uploads/2010/06/AADC-sponsor-staburst-june.png);
	}
	

/* Sponsor of the month badge image for Internet Explorer 6 (must be a GIF with no shadow)  */
	
* html #badge
	{
	background-image: url(images/badge.gif);
	}
	

/* Colour for left navigation links */

#menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active
	{
	background: #ff3399;
	color: #fff;
	}


/* Colour for calendar headings */

#wp-calendar th
	{
	background: #ff3399;
	color: #fff;
	}