@charset "utf-8";

/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background: #2D8B7D url(img/bg_body.jpg) no-repeat; 
	height:100%;
	width:100%;
	font-size: 62.5%; 
}

img#map_shadow_bottom {
	position:absolute;
	left:17px;
	height:5px;
}

img#map_shadow_right {
	position:absolute;
	top:159px;
}


#sidebar, #sidebarFlash {
	position:absolute;
	top:156px;
	left:0px;
	width:250px;
	z-index: 20;
}

div#map {
	display:block;
	width:300px;
	height:300px;
	position:absolute;
	top:156px;
	left:250px;
}

div#headerGraphic {
	position:absolute;
	top:36px;
	left:250px;
	width:201px;
	height:69px;
	display:block;
	background: url(img/header.jpg) no-repeat;
}

div#addDestinationButton {
	width:134px;
	height:24px;
	display:block;
	position:absolute;
	top:120px;
	left:500px;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #003768;
}
h2, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 { font-size: 1.7em; 	color: #FFFFFF; line-height: 1em; }
h4 { font-size: 1.2em; color: #FFFFFF; }
h5 { font-size: 1.1em; margin-top: .1em; }
h6 { font-size: 1.0em; }


.title{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
}

span.headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
}

span.right {
	width:100%;
	text-align:right;
}


a {
	color: #FFFFFF;
}
a:hover {
	color: #9AD5CF;
}
.noborder {
	border: none;
}
.vishidden {
	visibility: hidden;
}

#noflash {
	width: 850px;
	padding-top: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

/* NAVIGATION */
#header {
	//background: url(img/bg_nav.gif) repeat-x; 
	height: 38px;
	width: 100%;
	text-align: center;
}
#nav {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}
A#nav_home {
  width: 67px;
  height: 30px;
  background: url(img/nav_home.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_home:hover {
  background-position: 67px 0;
}
A#nav_home.selected {
  background-position: 67px 0;
}
A#nav_challenge {
  width: 123px;
  height: 30px;
  background: url(img/nav_challenge.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_challenge:hover {
  background-position: 123px 0;
}
A#nav_challenge.selected {
  background-position: 123px 0;
}
A#nav_map {
  width: 84px;
  height: 30px;
  background: url(img/nav_map.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_map:hover {
  background-position: 84px 0;
}
A#nav_map.selected {
  background-position: 84px 0;
}
A#nav_bus {
  width: 81px;
  height: 30px;
  background: url(img/nav_bus.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_bus:hover {
  background-position: 81px 0;
}
A#nav_bus.selected {
  background-position: 81px 0;
}
A#nav_blog {
  width: 74px;
  height: 30px;
  background: url(img/nav_blog.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_blog:hover {
  background-position: 74px 0;
}
A#nav_blog.selected {
  background-position: 74px 0;
}
A#nav_friend {
  width: 158px;
  height: 30px;
  background: url(img/nav_friend.gif);
  display: inline;
  float: left;
  text-decoration:none;
}
A#nav_friend:hover {
  background-position: 158px 0;
}
A#nav_friend.selected {
  background-position: 158px 0;
}



/* MAIN BODY */
#main_home {
	background: url(img/bg_main_home.gif) repeat-x; 
	width: 100%;
	text-align: center;
}
#main {
	background: url(img/bg_main.jpg) repeat-x; 
	width: 100%;
	text-align: center;
}
#map_top {
	height: 61px;
	width: 100%;
	background:url(img/map_top_bg.jpg) repeat-x;
	border-bottom: 1px solid #869190;
}
#map_bottom {
	height: 55px;
	width: 100%;
	background:url(img/map_btm_bg.jpg) repeat-x;
	border-top: 1px solid #869190;
}
#map {
	vertical-align: baseline;
	width: 100%;
	height: 560px;
	display: block;
	position: relative;
	overflow: hidden;
}


.short {
	width: 180px;
}
.medium {
	width: 200px;
	margin-bottom: 5px;
}
.long {
	width: 415px;
	margin-bottom: 5px;
}
#sidebar_top {
	background:url(img/map_top_bg.jpg) repeat-x;
}
.sidebar {
	width: 223px;
	border-right: 1px solid #c8d3d2;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar form {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 1.1em;
}
.sidebar form input.search {
	display: block;
	width: 160px;
	font-size: 1em;
	color: #000000;
	margin: 2px 5px 0 0;
}
.sidebar .search_submissions {
	display: block;
	padding: 3px 20px 5px 0;
	background: url(img/bg_user.gif) right no-repeat;
}
#search_clear {
	visibility: hidden;
	display: block;
	padding: 0 0 5px 15px;
}
.sidebar form a.submit {
	background: url(img/btn_search.gif);
	width: 18px;
	height: 17px;
	background-position: 0 0;
	display: block;
	float: left;
	margin: 2px 15px 0 0;
}
.sidebar form a.submit:hover {
	background-position: 0 -17px;
}
.sidebar .location {
	margin: 0;
	padding: 6px 3px 8px 3px;
	border-top: 1px solid #e0e0e0;
}
.sidebar .location .inner {
	padding: 7px 7px 7px 15px;
}
.sidebar .location .inner_user {
	padding: 7px 7px 7px 15px;
	background: url(img/bg_user.png) no-repeat;
	background-position: 180px 4px;	
}
.sidebar .location_over {
	margin: 0;
	padding: 6px 3px 8px 3px;
	border-top: 1px solid #e0e0e0;
}
.sidebar .location_over .inner {
	padding: 6px 6px 6px 14px;
	border: 1px solid #f69484;
}
.sidebar .location_over .inner_user {
	padding: 6px 6px 6px 14px;
	border: 1px solid #f69484;
	background: url(img/bg_user.png) no-repeat;
	background-position: 179px 3px;	
}
#sidebar_bottom {
	position: relative;
	overflow: auto;
	background: url(img/sidebar_bg.jpg) bottom repeat-x;
}
#sidebar_loading {
	display: none;
	padding: 6px 3px 8px 3px;
	position: absolute;
	font-size: 1.2em; 
	color: #003768;
	background: #ffffff;
	border: 1px solid #003768;
	padding: 3px;
}
.sideb phor_scroll {
	height: 414px;
}
#infopointer {
	position: absolute;
	bottom: -21px;
	z-index: 10;
	left: 50px;
	width: 23px;
	height: 22px;
}
#infowindow {
	background: url(img/infowindow_bg.gif) repeat-x #D8290C;
	border-top: 1px solid #FF5948;
	border-bottom: 1px solid #AF0000;
	border-left: 1px solid #FF3825;
	border-right: 1px solid #CE0000;
	display:block;
	clear:both;
}


.close {
	display: block;
	text-align: right;
}
.close img {
	padding: 2px;
}
.close a:hover {
	background: none;
}
.content {
	padding: 10px 16px 0 16px;
	display: block;
}
#infowindow_links {
	display: inline;
}
#infowindow_addanother {
	float: right;
	display: none;
	padding-bottom: 5px;
}
#infowindow_scrolling {
	border-top: 1px solid #d8d8d8;
	width: 514px;
	height: 288px;
	overflow: auto;
	margin: 0;
}

#infowindow_shell {
	width:200px;
	clear:both;
}

#infowindow_container {
	clear:both;
}

#infowindow_content {
	clear:both;
}


#infowindow_reviews {
}
#infowindow_form {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#infowindow_form form {
	padding: 5px 5px 10px 3px;
}
.review {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d8d8d8;
	padding: 14px 5px 10px 3px;
}
.bottom {
	padding-bottom: 5px;
	border-bottom: none;
}
.review h4 {
	margin: 0;
	padding: 0 0 .1em 0;
	color: #FFFFFF;
	font-size: 1.3em;
}
.review h5 {
	margin: 0;
	padding: 0 0 .1em 0;
	color: #FFFFFF;
	font-size: 1.1em;
}
.review p {
	margin: 0;
	padding: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 1em;
}

#suggestion_clip, #addlocation_clip {
	position: absolute;
	overflow: hidden;
	left: -250px;
	width: 228px;
}
#addlocation_clip {
	z-index: 2;
}

#addlocation_container {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -227px;
	width: 227px;
	height: 100%;
}
#addlocation {
	width: 209px;
	padding-left: 16px;
	height: 100%;
	border-left: 1px solid #869190;
	font-family: Arial, Helvetica, sans-serif;
	background: url(img/infowindow_bg.gif) repeat-x #D8290C;
	font-size: 1.1em;
	color:#ffffff;
}

#addlocation a {
	position: absolute;
	top: 10px;
	left: 200px;
}
#addlocation h5 {
	margin-bottom: .2em;
}
#addlocation input, textarea {
	margin-bottom: 13px;
}
#addlocation_submit, #addlocation_searching {
	display: none;
}
#addlocation_shadow {
	position: absolute;
	top: 0;
	left: 225px;
	width: 2px;
	height: 100%;
	background:#000000;
	opacity: .25;
	filter: alpha(opacity=25);
}


/* FOOTER */
a.footer_link {
	color: #84bbb3;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer {
	position:absolute;
	left:20px;
	color: #84bbb3;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
}

#runner {
	font-size: 1.1em;
	color: #ffffff;
	position: relative;
	bottom: 9px;
}

#runner A, #runner A:visited {
  color: #fff;
}
#runner A:hover {
  color: #9ad6cf;
}
#runner_map {
	margin-top: 6px;
	font-size: 1.1em;
	color: #ffffff;
}
#runner_map A, #runner A:visited {
  color: #fff;
}
#runner_map A:hover {
  color: #9ad6cf;
}

