/**
 * skeleton.css - Example CSS file for theme, use this when adding a new CSS file
 * $Id$
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/

/** Map Toggles **/

#map-toggles {
	border-top: #a2a1a4 dotted 1px;
	padding: 20px 0px 5px 0px;
	margin-bottom: 5px;
}

#map-toggles .title {
	margin-bottom: 20px;
	padding-left: 10px;
}


/** Layer Toggles **/

#layer-toggles {
	border-top: #a2a1a4 dotted 1px;
	padding: 10px 1px;
	display: none;
}

#tagline {
	font-size: .9em;
	clear: both;
	padding-left:12px;
	color: #333;
}

/* Toggles */

.toggle {
	padding: 2px 8px;
}

#layer-toggles .toggle {
	float: left;
	width: 75%;
}

#layer-toggles .layer-icon {
	position: relative;
	top: 7px;
	float: left
}

.toggle-active {
	padding: 2px 8px;
	background: #f1f6f4;
}

/* Maps */
#map-container {
	position: relative;
	width: 682px; 
	height: 537px;
}

#state-map, #local-map {
	display: none;
	top: 0;
	left: 0;
}

#national-map {
	top: 0;
	left: 0;
	width: 682px; 
	height: 537px;
}

#live-map {
	top: 0;
	left: 0;
	width: 682px; 
	height: 537px;
	position: absolute;
	z-index: 1;
}

.spacer {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 682px; 
	height: 537px;
	display: block;
}

/* Layers */

.layers {
	top: 0;
	left: 0;
	width: 682px; 
	height: 537px;
	position: absolute;
	display: block;
}


/***********************************************************************
 * Classes
 **********************************************************************/

