/* 
 * Copyright (c) 2014 Binary Space Pty Ltd
 * Author: Saxon Druce 
 */

/* Additional styles for the home page (page_main). */

/* The container for the map elements (google map and the flash object). */
#map-container
{
	/* 
	 * Set up relative positioning so we can position the children with 
	 * absolute positioning.
	 */
	position: relative; 
	width: 1024px; 
	height: 600px;
}

/* The div that will contain the Google map. */
#map-canvas
{
	position: absolute;
	top: 0px;
	width: 1024px; 
	height: 600px; 
}

/* The div that contains the Flash object. */
#flash-container
{
	position: absolute;
}

/*
 * For the copyrights section, change it to white text on a transparent 
 * background, as it better fits the game's design.
 */
#map-canvas .gm-style-cc div div
{ 
	background-color: transparent !important;
}
#map-canvas .gm-style-cc div
{ 
	opacity: 1.0;
	color: white !important; 
}
#map-canvas .gm-style-cc div a
{ 
	color: white !important; 
}
