/* CSS RESET FIRST */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a:focus {outline: none;}

/* ----------------------------------------------------*
 * MAINSTAGE										   *
/* ----------------------------------------------------*/
html{
	background-color: #f3f1e5;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

body{
	background: #f3f1e5;
}

/* ----------------------------------------------------*
 * MESSAGEBOX FOR WARNINGS & NOTIFICATIONS			   *
/* ----------------------------------------------------*/
#message {
	height: 34px;
	background: url("../img/bg_error.jpg") repeat-x 0 0;
	width: 100%;
}

#message p{
	font-size: 12px;
	color: #000000;
	width: 900px;
	margin: 0 auto;
	line-height: 34px;
}

#message p strong {
	font-weight: bold;
}

#message p a {
	font-weight: bold;
}

#message p a span {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------*
 * HEADER WITH SEARCH								   *
/* ----------------------------------------------------*/
#headerc{ 
	height: 89px;
	width: 100%;
	/*background: #2A2A2a;
	border-top: 2px solid #C59515; */
	background: #2A2A2A url("../img/header_bg.jpg") repeat-x 0 0;
}

#header{
	height: 73px;
	width: 990px;
	margin: 0 auto 0 auto;
	padding-left: 88px;
	background:url("../img/header_notext.jpg") no-repeat 82px 2px;
}

#header form {
	padding-top: 27px;
	width: 900px;
	margin-left: 180px;
	height: 73px;
}

#header form label{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -0.05em;
	display: block;
	float: left;
	margin: 3px 7px 0 7px;
}

#header form input, #header form select {
	font-size: 13px;
	display: block;
	float: left;
}

#header form input {
	height: 18px;
	width: 120px;
	padding: 2px 0 0 3px;
}

#header form select {
	height: 22px;
	padding-top: 2px;
}

#header form #submit {
	background: url("../img/button_submit.png") no-repeat 0 0;
	width: 68px;
	height: 22px;
	border:  none;
	text-indent: -9999px;
	margin-left: 10px;
	padding: 0;
}

#header form input#submit:hover {
	background: url("../img/button_submit.png") no-repeat 0px -22px;
}

/* ----------------------------------------------------*
 * MAP	 											   *
/* ----------------------------------------------------*/
#map_stage {
	margin:20px auto 0 auto;
	width: 910px;
	height: 410px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
#map_canvas {
	border: 5px solid #FFFFFF;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
}
#map_overlay {
	width: 264px;
	height: 400px;
	padding-left: 8px;
	top: 5px;
	left: 5px;
	position: relative;
	background: url("../img/overlay_map.png") no-repeat 0 0;
}
#map_overlay h3 {
	margin-bottom: 4px;
	margin-top: 50px;
	position: relative;
	display: block;
	font-size: 18px;
	color: #fcbd0d;
	font-weight: bold;
}
#map_overlay p {
	width: 234px;
	padding-left: 2px;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
#map_overlay p span {
	font-weight: bold;
	display: inline;
}
#map_overlay #country_description {
	float: left;
}
#map_overlay #country_information {
	margin-top: 15px;
	margin-left: 2px;
}
#map_overlay #country_information div {
	height: 170px;
}
#map_overlay #country_information a {
	width: 230px;
	display: block;	
	font-size: 12px;
	line-height: 25px;
	border-top: 1px solid #d6d8db;
	color: #333333;
	text-decoration: none;
}
#map_overlay #country_information a:hover, #map_overlay #country_information a.active {
	color: #fcbd0d;
}
#map_overlay #country_information img {
	margin-top: 35px;
}
#map_overlay_close {
	float: right;
	margin-right: 10px;
	width: 10px;
	height: 400px;
	display: block;
	background: url("../img/button_overlay_hide.png") no-repeat 2px 0;
	text-indent: -9999px;
}
#map_overlay_close:hover {
	background: url("../img/button_overlay_hide_hover.png") no-repeat 2px 0;
}

/* ----------------------------------------------------*
 * TIMELINE											   *
/* ----------------------------------------------------*/
#center_stage {
	width: 910px;
	margin: 0 auto;
	height: 180px;
}

#timeline {
	width: 900px; 
	overflow: auto;
	overflow-x: hidden; 
	overflow-y: hidden; 
	height: 160px; 
	padding: 5px 5px 10px 5px;
	margin: 15px auto 0px auto;
	z-index: 0;
	background: #e7e2d0;
	position: absolute;
}

#monthsList {
	width: 8000px; 
	border: 0; 
	margin: 0; 
	padding: 0; 
	left: 400px; 
	list-style-type: none;
}

#monthsList li {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	margin-right: 10px;
	background: #d9d5C4;
	float: left;
	width: 60px;
	min-height: 160px;
	text-align: left;
	position: relative;
	font-size:10px;
}

#monthsList li span {
	display: block;
	text-align: center;
	width: 60px;
	height: 20px;
	color: #333333;
	position: absolute;
	bottom: 0px;
}

#monthsList li ul.thumbs {
	margin: 0;
	padding: 0;
	float: none;
	position: absolute;
	bottom: 20px;
	list-style-type: none;
}

#monthsList li ul.thumbs li {
	margin: 0 0 1px 0;
	padding: 0;
	width: 60px;
	float: none;
	clear: right;
	min-height: 0;
}

#monthsList li ul.thumbs img.thumb {
	display: block;
	width: 60px;
	height: 7px;
	margin: 0;
	padding: 0;	
}

p span {
	display: inline-block;
	width: 60px;
	font-weight: bold;
}

.thumbholder {
	font-size: 10px;
	font-weight: bold;
}

#overlay {
	z-index: 20;
	width: 910px;
	height: 160px;
	margin-left:0px;
	padding-top: 15px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	display: none;
}

.overlay {
	display: none;
}

#overlay img {
	position: relative;
}
/* ----------------------------------------------------*
 * TIMELINE OPTIONS									   *
/* ----------------------------------------------------*/
#info_window h3 {
	font-size: 13px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	
}
#info_window h4 {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 1px;
	font-weight: bold;
}

#info_window p {
	font-size: 11px;
}
#info_window ul {
	width: 220px;
}
#info_window li {
	float: left;
	margin-right: 3px;
}
#info_window img {
	width: 50px;
	height: 50px;
}

/* ----------------------------------------------------*
 * TIMELINE OPTIONS									   *
/* ----------------------------------------------------*/
#timeline_options {
	width: 900px;
	margin: 50px auto 0 auto;
	clear: right;
}

#slider {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
}

#temperature, #sunshine {
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #000000;
	text-indent: -9999px;
}

#temperature {
	background: url("../img/temp.png") no-repeat 0 0;
}
#temperature:hover {
	background: url("../img/temp.png") no-repeat 0 -20px;
}
#temperature.active {
	background: url("../img/temp.png") no-repeat 0 -20px;
}
#sunshine {
	background: url("../img/sun.png") no-repeat 0 0;
}
#sunshine:hover {
	background: url("../img/sun.png") no-repeat 0 -20px;
}
#sunshine.active {
	background: url("../img/sun.png") no-repeat 0 -20px;
}

#previous, #next {
	width: 65px;
	height: 20px;
	display: inline-block;
	color: #000000;
	text-indent: -9999px;
}

#previous {
	background: url("../img/button_prev.png") no-repeat 0 0;
}
#previous:hover {
	background: url("../img/button_prev.png") no-repeat 0 -20px;
}
#next {
	background: url("../img/button_next.png") no-repeat 0 0;
}
#next:hover {
	background: url("../img/button_next.png") no-repeat 0 -20px;
}

/* ----------------------------------------------------*
 * FOOTER 											   *
/* ----------------------------------------------------*/
#footer{ 
	height: 40px;
	width: 100%;
	background: #2A2A2a;
	border-bottom: 2px solid #C59515;
	clear: both;
	margin-top: 80px;
}

#footer p{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	color: #FFFFFF;
}

#footer p a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:visited{
	color: #FFFFFF;
}
#footer p a:hover{
	color: #C59515;
	border-bottom: 1px solid #C59515;
}

#footer p a.author{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#footer p a.author:visited{
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
#footer p a.author:hover{
	color: #C59515;
	border-bottom: 1px dotted #C59515;
}

/* ----------------------------------------------------*
 * SCALE											   *
/* ----------------------------------------------------*/
#scale_stage {
	background-color: #FFFFFF;
	height: 30px;
}

#scale_items {
	height: 22px;
	width: 300px;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	/*background-color: #f3f1e5;*/
}

#scale_stage span {
	font-color: #333333;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	display: block;
	float: left;
	margin-right: 8px;	
}

#scale {
	display: block;
}

#scale_stage #scale_min, #scale_stage #scale_max {
	font-size: 8px;
	margin-top: 1px;
	width: 20px;
	height: 11px;
	display: block;
	font-weight: normal;
}
#scale_min{
	text-align: left;
	margin-left: 97px;
	float: left;
}
#scale_max {
	text-align: right;
	margin-left: 67px;

}