/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
#loader { 
	padding:0;
	margin:0;
	position:absolute; 
	top:0; left:0; 
	width:100%; height:100%;  
	background:#ededed; 
	z-index:999;
	vertical-align:center; 
}

#loader-inner {
	padding:5px;
	position:relative; 
	left:0;
	top:0; 		
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

/* Map viewer */
#map-list {
	width: 471px;
	height: 30px;
}

#map-gmap {
	width: 521px;
	height: 300px;
}

.map-small-icon {
	width: 22px;
	height: 22px;
	margin-top: 4px;
	margin-left: 1px;
	margin-right: 1px;
}

/* Information bubble */
.popup {
	font-size: 12px;
	overflow: auto;
	width: 350px;
	height: 140px;
}

.popup-flickr {
	font-size: 11px;
	color: #b8cfff;
}

/* Text styles */

.large-text {
	font-size: 18px;
}

.small-text {
	font-size: 10px;
}

.black {

	color: #444444;

}

.blue {

	color: #89b7ff;

}

.gray {

	color: #adadad;

}

.archive-text {

	font-size: 20px;
	font-weight: bold; 
	color: #fff;
	
}

#archive-text {

	font-size: 20px;
	font-weight: bold; 
	color: #fff;
	
}