a,input{
	outline:none;
}
html{
	height:100%
}
body{
  font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:hidden;
	height:100%;
	margin:0;
}
#map_canvas{
	height:100%;
	width:100%;
}
#profile_container,.overlay,#share_container{
	background: #eee url(../img/bg2.gif) center top;
	box-shadow: 0 0 8px #666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
a {
	text-decoration:none;
}
.attrib{
	font-size: 9px !important;
	font-style: italic;
	margin: 0px;
	padding: 3px 0;
	text-align: center;
	color:#000;
}
.attrib a{
	color:#fff;}
input{
	border:0px;
}
.navigation_container{
	position:absolute;
	top:5px;
	left:5px;
}
.overlay{
	width:130px;
	padding:1em;
	margin-bottom:1em;
	z-index:100;
}
#profile_container{
	position:absolute;
	top:55px;
	right:3em;
	width:256px;
	padding:1em;
	color:#555;
	visibility:hidden;
}
#share_container{
	position:absolute;
	top:5px;
	right:3em;
	width:244px;
	padding:0.5em 20px;
}
#profile_container p.attrib a{
	color:#c11;
}
.ttl{
	color:#222;
}
input.zm,input.lat_lng,.close,input.zbutton,.off2,.on2,.off1,.on1,.view,#nav ul li a,.more {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
input.close{
  margin-bottom:8px;
	padding-bottom:4px;
  display:block;
  width:100%;
	height:22px;
	line-height:22px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top,  #888888,  #666666);
	color:#fff;
}
input.view{
	width:127px;
	border-width:0px;
	height:22px;
	padding-bottom:4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top,  #888888,  #666666);
	color:#fff;
}
input.view.left{
	margin-right:2px;
}
input.zbutton{
	height:30px;
	width:40px;
	border-width:0px;
	margin:1px 0px 1px 0px;
	color:#222;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top,  #888888,  #666666);
	color:#fff;
}
input.zm{
	background:none;
	padding:0px;
	margin:0px 2px;
	height:30px;
	color:#222;
	width:46px;
	border-width:0px;
	text-align:center;
	-webkit-box-shadow:inset 0 0 20px #888;
	-moz-box-shadow:inset 0 0 20px #888;
	-o-box-shadow:inset 0 0 20px #888;
	box-shadow:inset 0 0 20px #888;
}
input.lat_lng, .on1, .off1, .on2, .off2{
	border-width:0px;
	height:22px;
	padding-bottom:4px;
	width:130px;
	margin:1px 0px;
	color:#222;
}
input.lat_lng{
	padding:0;
	text-align:center;
	color:#000;
	background: transparent;
	-webkit-box-shadow:inset 0 0 20px #888;
	-moz-box-shadow:inset 0 0 20px #888;
	-o-box-shadow:inset 0 0 20px #888;
	box-shadow:inset 0 0 20px #888;
}
.view,.on1, .off1, .on2, .off2,input.zbutton,.close,#nav ul li a,.more{
	-moz-box-shadow: inset 0 0 2px #222;
	-webkit-box-shadow: inset 0 0 2px #222;
	-o-box-shadow:inset 0 0 2px #222;
	box-shadow: inset 0 0 2px #222;
}
.on1{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663333', endColorstr='#aa3333');
	background: -webkit-gradient(linear, left top, left bottom, from(#633), to(#a33));
	background: -moz-linear-gradient(top,  #633,  #a33);
	color:#fff;
}
.on2,#nav ul li a.active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#993333', endColorstr='#ff3333');
	background: -webkit-gradient(linear, left top, left bottom, from(#933), to(#f33));
	background: -moz-linear-gradient(top,  #933,  #f33);
	color:#fff;
}
.off1,.more {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top,  #666666,  #555555);
	color:#fff;
}
.off2 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
	background: -moz-linear-gradient(top,  #888888,  #666666);
	color:#fff;
}
input.zbutton:hover, .on1:hover, .off1:hover, .on2:hover, .off2:hover, .view:hover,#nav ul li a:hover,input.close:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#888888');
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#888));
	background: -moz-linear-gradient(top,  #666,  #888);
  color:#fff;
}
.more:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3333', endColorstr='#993333');
	background: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#933));
	background: -moz-linear-gradient(top,  #f33,  #933);
	color:#fff;
}
img.imgshadow{
	background:#f6f6f6;
	padding:2px;
	border:0;
	height:188px;
	width:250px;
}
img.imgshadow:hover{
	background:#555;
}
h1{
  margin:0 0 14px 0;
  padding:0;
  text-align:center;
  font-size:14px;
}
h1 a{
  color:#444;
  text-shadow: 1px 1px 0px #ddd;
	font-variant: small-caps;
}
#nav ul{
  margin:0;
  padding:0;
	text-align:center;
}
#nav ul li a{
  color:#444;
	font-size:14px;
	display:block;
	height:22px;
	line-height:22px;
	margin:2px 0px;
  text-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa');
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background: -moz-linear-gradient(top,  #ddd,  #aaa);
}
 ul#share{
 padding:0 1em 1em;
 margin:1em 0 0 0;
 }
li{
  list-style-type:none;
}
.more{
  text-align:center;
  color:#ddd;
  margin-bottom:2px;
}
.more a{
  color:#fff !important;
  display:block;
  padding:3px;
}
.more span.ttl{
  color:#ddd;
}
