/* @override 
	http://disbeliefnet.flyheadstudios.com/css/what_in_the_world.css
	http://dev.disbeliefnet.com/css/what_in_the_world.css
*/

/* @group Overlay */

#content h1 {
	margin: 0px 0px 10px;
	font-size: 24px;
}

.clear {
	clear: both;
}

#content_minheight {
	display: none;
}

#description_overlay_background {
	z-index: 2000;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 973px;
	height: 400px;
}

#description_overlay_background_color {
	background-color: #666;	
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	width: 973px;
	height: 400px;
}

#description_overlay {
	position: absolute;
	width: 973px;
	height: 400px;
	z-index: 3000;
}

#close_button {
	cursor: pointer;
	background-color: #61422b;
	float: right;
	margin: 0px;
	padding: 2px 6px;
	border: 2px solid #000;
	color: #e9c3a6;
}

#close_button:hover {
	background-color: #3b281a;
}

#description_vertical_center {
	position: relative;
	width: 550px;
	margin: 0px auto;
	height: 100%;
}

#description {
	padding: 20px;
	background-color: #f6ede6;
	border: 2px solid black;
}

#description img {
	padding: 0px 10px 5px 0px;
}

/* @end */

#zoom_toggle {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 4px 8px 3px;
  background-color: #666;
  color: #FFF;
  display: inline;
  font-family: Georgia, "Times New Roman", times, serif;
  font-weight: bold;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
}

#map_border {
  position: relative;
	border: 2px solid black;
	width: 973px;
	height: 400px;
	margin-bottom: 3px;
}

#map_container {
	width: 973px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-color: #999;
}

#map_image {
	z-index: 50;
	position: absolute;
	background-image: url(/images/what_in_the_world_map.jpg);
	width: 3648px;
	height: 3149px;
	cursor: move;
}

#map_image_small {
	z-index: 40;
	position: absolute;
	background-image: url(/images/what_in_the_world_map_small.jpg);
	width: 1824px;
	height: 1575px;
	cursor: move;
}

#loading {
	color: #DDD;
	background-color: #666;
	padding: 30px 0px;
  text-align: center;
  z-index: 25;
  position: relative;
  top: 150px;
  margin: 0px auto;
  width: 200px;
  height: 30px;
  font-family: Georgia, "Times New Roman", times, serif;
  font-weight: bold;
  font-size: 23px;
  font-style: italic;
}

.flag {
	cursor: pointer;
	z-index: 60;
	position: absolute;
	background-image: url(/images/flag.png);
	width: 42px;
	height: 45px;
}

.flag_small {
  cursor: pointer;
	z-index: 60;
	position: absolute;
  background-image: url(/images/flag-small.png);
  width: 22px;
  height: 24px;
}

.flag:hover {
	background-image: url(/images/flag-highlight.png);
}
.flag_hover {
	background-image: url(/images/flag-highlight.png);
}

.flag_small:hover {
  background-image: url(/images/flag-highlight-small.png);
}
.flag_small_hover {
  background-image: url(/images/flag-highlight-small.png);
}

#flag_small1 { /* Utah */
	top: 606px;
	left: 466px;
}

#flag_small2 { /* FLDS Texas */
	top: 651px;
	left: 490px;
}

#flag_small3 { /* Waco Texas */
	top: 647px;
	left: 513px;
}

#flag_small4 { /* Jonestown */
	top: 749px;
	left: 700px;
}

#flag_small5 { /* Rio */
	top: 873px;
	left: 783px;
}

#flag_small6 { /* Canterbury */
	top: 471px;
	left: 1119px;
}

#flag_small7 { /* London */
	top: 495px;
	left: 1112px;
}

#flag_small8 { /* France */
	top: 529px;
	left: 1092px;
}

#flag_small9 { /* Germany */
	top: 523px;
	left: 1149px;
}
#flag_small10 { /* Poland */
	top: 541px;
	left: 1195px;
}
#flag_small11 { /* Sea Org */
	top: 619px;
	left: 1146px;
}
#flag_small12 { /* Jerusalem */
	top: 633px;
	left: 1230px;
}
#flag_small13 { /* Mt. Sinai */
	top: 650px;
	left: 1212px;
}
#flag_small14 { /* Mecca */
	top: 684px;
	left: 1240px;
}



.ie7 #full_width_ad, .ie6 #full_width_ad {
	margin-bottom: -5px;
}

#full_width_ad {
  position: relative;
  left:-12px;
  top: 14px;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}


