/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


body {
	color: #052934;
	font-family: Helvetica, Arial, sans-serif;
	/*	background-color: #faf6eb;*/
	background: #faf6eb url(/images/body-bg.gif) top repeat-x;
}

em {
	font-style: italic;
}

form {
	display: inline;
}

dl {
	margin-bottom: 1.0em;
}

abbr {
	border: 0;
}

dt {
	margin: 1.0em 0 0.3em 0;
}

dd {
	padding-left: 0.8em;
	display: block;
}

hr {
	background-color: #000;
	color: #000;
	height: 2px;
	border: none;
	margin: 3px 0 7px 0;
	padding: 0;
}

p, ul {
	font-size: 1.0em;
	margin-bottom: 1.0em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ul li, ol li {
	margin: 0 0 1.0em 2.0em;
}


img, img.a {
	border-width: 0px;
}

h2, h3 {
	font-weight: bold;
	color: #052934;
	margin: 0 0 3px 0;
}

h2 img, h3 img {
	vertical-align: middle;
}

h3.attendance {
	border-top: 1px solid #ccc6b3;
	padding-top: 5px;
	margin-top: 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 15px;
}

h5 {
	font-size: 1.1em;
	margin: 0;
	font-weight: normal;
}

strong {
  font-weight:bold;
}

.hidden {
	display: none;
}


h2 span.next_title {
	color: #FFF;
}

a {
  text-decoration: underline;
	color: #029fcf;	
}
a:active {
}
a:hover {
}
a:link {
}
a:visited {
}
.blue {
  color: #029fcf;	
}

address {
	display: block;
	margin: 0 0 10px 0;
}

div.clearer {
	clear: both;
}

#wrapper {
	width: 920px;
	margin: 0px auto 3px auto;
}

#userbar {
	width: 920px;
	height: 53px;
	position:relative;
}

#userbar a {
	color: #FFF;
}

#weather {
	margin: 13px 20px 0 0;
	float:right;
}

#header {
	/*	padding: 25px 0 0 10px;*/
	width: 920px;
	height: 98px;
	/*	background: #1e90b3 url(/images/header-bg.gif) top no-repeat;*/
	/*	background-color: #1e90b3;*/
	/*	border-bottom: 1px solid #0f4e69;*/
}

#content {
	width: 890px;
	/*	bpckground: #0880a5 url(/images/content-bg.gif) top repeat-x;*/
	padding: 15px;
}

div.welcome {
	float: left;
	margin: 9px 0 0 10px;
	color: #09cdea;
}

span.hello {
	color: #eaff00;
}

#footer {
	/*	background-color: #1089ae;*/
	border-top: 1px solid #0f5976;
	height: 30px;
	width: 920px;
}


/* header styles */

#logo {
	float: left;
	padding: 25px 0 0 25px;
	width: 275px;
	/*	border: 1px solid red;*/
}

#primarynav {
	/*	border: 1px solid green;*/
	width: 600px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

#primarynav ul {
	margin: 35px 0 0 35px;
}

#primarynav ul li {
	display: inline;
	margin: 0;
	padding: 0px 16px 0px 0px;
}


/* footer styles */

#footer ul {
	float: left;
	margin: 8px;
}


#footer ul li {
	display: inline;
	padding: 0px 10px 0px 0px;
}


#footer #legal {
	margin: 8px;
	float: right;
	font-size: 10px;
}



/* flash and status */

div.notice {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #E2E86A;
	color: #39BB1D;
  vertical-align:middle;
	padding: 10px 5px 8px 10px;
	font-style: italic;
	font-size:110%;
}

div.notice span {
  position:relative;
  top:-2px;
}

div.error {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid red;
	color: red;
	background-color: #FDDEDE;
	/*	margin: 5px 0 10px 0;*/
	padding: 5px;
}

div.errorExplanation {
	border: 1px solid red;
	padding: 5px;
	margin: 0 0 15px 0;
}

div.fieldWithErrors {
	display: inline;
	margin: 0;
	padding: 0;
}

div.fieldWithErrors input {
	border: 1px solid #FF0000;
	background-color: #FDDEDE;
}

/* mapping */

#map {
	/*	width: 100%;*/
	width: 890px;
	height: 400px;
	border: 1px solid #15bad9;
}

#map_header {
	padding: 6px 0 10px 0;
	text-align:right;	
}

#map_header .instructions a {
/*  background-color: #E2E86A;*/
	padding:3px;
	font-size:125%;
	font-weight:bold;
}

#map_header p {
	padding: 0;
	margin: 0;
}

#map_builder {
	height: 140px;
	/*	padding-bottom: 20px;*/
}


#map_builder div.section {
	padding: 10px;
	height: 160px;
	float: left;
}

#map_builder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#map_builder img {
	vertical-align: middle;
}

#map_builder div input {
	vertical-align: middle;
}

#create_map {
	width: 230px;
	border-right: 1px solid #052934;
/*	border: 1px solid green;*/
}

#route_display {
	width: 600px;
	height: 420px;
}

p.distance {
	margin-top: 16px;
}

input.route_name {
	width: 220px;
}

#describe_map input.pace {
	width: 15px;
}

/*span.route_type { 
	margin: 0 12px 0 0;
}

span.route_type input {
	vertical-align: middle;
}*/

#route_types {
/*	display: block;*/
/*	border: 1px solid red;*/
	margin: 0 0 8px 0;
}

ul.route_types {
	margin: 0;
	padding: 0;
}

ul.route_types li {
	margin: 0;
	width: 100px;
	float: left;
	padding: 0;
}

#name_map textarea.description {
	width: 220px;
	height: 70px;
}

#name_map {
	width: 230px;
	border-right: 1px solid #052934;
/*	border: 1px solid purple;*/
}

#describe_map {
	width: 230px;
	border-right: 1px solid #052934;
/*	border: 1px solid cyan;*/
}

#save_map {
	text-align: center;
	width: 100px;
/*	border: 1px solid red;*/
}

#length-data {
	color: #46aa0f;
}

ul.route_options {
	clear: both;
	display: block;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
/*	border: 1px solid red;*/
}

ul.route_options li {
/*	border: 1px solid green;*/
	display: block;
	margin: 0;
	padding: 0 0 4px 0;
	clear: both;
}

ul.route_options li select {
/*	float: left;*/
	clear: right;
}

ul.route_options li label {
/*	border: 1px solid purple;*/
	text-align: right;
	padding: 2px 4px 0 0;
	display: block;
	float: left;
	width: 60px;
}

span.note {
	font-size: 10px;
	color: #666;
}

/* datagrid */

table.datagrid {
	border-spacing: 0px;
	margin: 10px 0 10px 10px;
}

table.datagrid th, table.datagrid td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	text-align: left;
}

table.datagrid th {
	font-weight: bold;
	background-color: #CFCFCF;
}

table.datagrid th.price, table.datagrid td.price {
	text-align: right;
}

/* login options */
ul.login_options {
	margin: 16px 0 0 0;
}

/* schedule edit */

div.schedule_edit input, div.schedule_edit img {
	vertical-align: middle;
}

div.schedule_edit {
	padding: 15px;
	border: 1px solid #b9b6a3;
	background: #edeadc url(/images/edit_bg.gif) top repeat-x;
	margin-bottom: 15px;
}

div.schedule_edit label {
	display: block;
	font-weight: bold;
	width: 150px;
	float: left;
}

div.schedule_edit span.monthly_option {
	margin-right: 15px;
}

div.schedule_edit ul {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}

div.schedule_edit ul li {
	margin: 0;
	padding: 8px 0 8px 0;	
	border-top: 1px solid #d2cfbf;
}

/*ul.month_recurrence li {
	border-width: 0px;
	float: left;
	margin: 0 10px 0 0;
	display: block;
}*/

/* two-column layout */

div.two_column_main {
	width: 600px;
	float: left;
}

div.two_column_sidebar {
	width: 220px;
	float: left;
	margin: 0 0 0 55px;
}

/* activity layout */

div.activity_header {
	border-bottom: 1px solid #c1bba3;
/*  padding-bottom: 12px;*/
	margin-bottom: 10px;
}

div.activity_header h2 {
	float: left;
}

div.activity_main {
	width: 600px;
	float: left;
}

div.activity_sidebar {
	width: 240px;
	float: left;
	margin: 0 35px 0 0px;
}

div.activity_sidebar h5 {
	float: left;
	margin-right: 10px;
}

.distance {
	color: #46aa0f;
}

.created_at {
	font-style: italic;
	font-size: 0.9em;
}

div.route_description {
	margin-bottom: 5px;
}

div.route_description img {
	vertical-align: middle;
}

div.route_description h3 {
	display: inline;
}

p.instructions {
	color: #666;
	font-size: 0.9em;
}

span.day {
	margin-right: 10px;
}

/* share bar */

#sharebar {
	float: right;
	padding: 5px;
/*  margin-top:18px;*/
/*  border: 1px solid #0bb5d5;*/
/*	width: 600px;*/
}

#sharebar ul {
	list-style-type:none;
/*  float: left;*/
}

#sharebar ul li {
	display: inline;
	padding: 0 6px 0 0;	
	margin: 0 6px 0 0;
}

#sharebar img {
	vertical-align: middle;
}

#sharebar a {
	margin-right:0px;
	padding:6px 10px 6px 4px;
	background-color:#EEEADE;
  text-decoration:none;
}

#sharebar label {
	font-size: 1.2em;
	font-weight: bold;	
}

#sharebar h4 {
  display:inline;
  padding-right:20px;
}

/* route details */

div.route_details {
	margin-top: 16px;
}

div.route_details ul {
	color: #052934;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}

div.route_details ul li {
	margin: 0;
	padding: 8px 0 8px 0;	
	border-top: 1px solid #ccc6b3;
}

div.route_details label {
	font-weight: bold;
}

div.activity {
	margin: 6px auto 6px auto;
}

li.activity a {
  text-decoration:none;
}

p.toggle_attendance {
	margin-top: 15px;
}

p.toggle_attendance img {
	vertical-align: middle;
}

.ghostied {
  color:#999;
}

#search_results {
  float:left;
  width:550px;
}

/* tooltips */
div.tooltip {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

h1.page_title {
  font-size:150%;
  color:#333;
}

a.calendar_link {
	font-size: 0.9em;
}

#search_form {
  float:left;
  width:200px;  
}

#search_form ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#search_form ul li {
  margin:0;
  padding:7px 0 7px 0;
  display:block;
  border-top:1px solid #bbb;
  font-size:11px;
}

#search_form h3 {
  color:#000;
  font-size:13px;
}

#search_form input.date {
  width:70px;
}

/* send by email*/
#search_form table {
  width:100%;
}

#search_form table th {
  text-align:right;
  padding-right:3px;
}

div#routelist {
  margin: 20px 20px 0px 0px;
}

div.route {
  background-color: #CDCAB3;
  border-top: 1px solid #8E8C7C;
  padding-top: 5px;
  margin-bottom: 10px;
  clear: left;
}

div.minimap {
  width: 200px;
  height: 125px;
  background-color: red;
  float: left;
  margin: 0px 10px 5px 5px;
}

.route h3 {
  margin-top: 5px;
}
.route p {
  margin-bottom: 5px;
}

.route p.host {
  font-size: 1.1em;
}

.route p.distance {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
}

#send_email {
	background-color: #faf6eb;
	color: #000000;
	padding: 20px 20px 20px 20px;
	border: 10px solid #15bad9;
	width: 400px;
	/*	margin-top: 150px;*/
	/*	margin:148px 50px 0 50px;*/	
}

.route .route_icon {
  float: left;
  margin-right: 5px;
}


#plans .left_column ul {
  list-style-type:none;
}

#plans .left_column ul li {
  border-top:1px solid #cccc99;
  padding:16px 0;
  margin:0;
}

#plans .left_column ul li h2 {
  color:#009933;
  font-size:1.7em;
}

#plans .left_column ul li p {
  font-size:1.4em;
}

#plans .left_column ul li a {
  float:right;
}

#plans .left_column {
  width:578px;
  margin-right:50px;
  float:left;
}

#plans .left_column strong {
  font-weight:bold;
  color:#009933;
}

#plans .sidebar {
  width:225px;
  float:left;
}

#plans .sidebar p {
  font-size:16px;
  color:#444;
}


#plans .sidebar ul {
  margin-bottom:50px;
  list-style-type: none;
	list-style-image: url(/images/icons/check.gif);
	list-style-position: outside;
}

#plans .sidebar ul li {
  margin:0 0 0 25px;
  padding:0 0 4px 0;  
  font-size:0.9em;
}

#plans .sidebar ul li p {
  padding:0;
  margin:0;
}

#plans .left_column h1 {
}

#plans .left_column .floatbox {
  float:left;
}

#plans .left_column #formbox {
  width:500px;
}

#plans fieldset {
/*  width:250px;*/
  padding:12px 8px 8px 8px;
  border:1px solid #cccc99;  
  background: transparent url(/images/fieldset_bg.png) top left repeat-x;
  height:22em;
  margin:4px 8px 1.4em 0;
}

#plans h5 {
  margin:0;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
}

blockquote.order_buttons {
  text-align:center;
  width:99%;
  padding:40px 0;
}         

table.spaced tr td {
  padding-right:2em;
}

.big {
  font-size:16px;
  color:#444;
}

#profile {  
}

#profile .avatar_screen {
  float:left;
  padding-top:18px;
}

#profile .personal,
#profile .organizer {
  margin-left:255px;
}

#profile .personal h4,
#profile .organizer h4 {
  font-size:185%;  
  font-weight:bold;
}

#profile .vcard .org,
#profile .vcard .n {
  font-size:110%;
  font-weight:bold;
}

#profile .vcard .adr {
  font-size:105%;
}

#profile .vcard .adr .country-name {
}

#profile .personal .joined {
  font-size:85%;
}

#profile .personal .bio,
#profile .organizer .bio {
  font-size:125%;
  margin:10px 0;
}
#profile .organizer .bio {
}

#profile .left_column {
  width:578px;
  margin-right:50px;
  float:left;
}
#profile .left_column.pro {
  width:98%;
}

#profile .sidebar {
  width:225px;
  float:left;
}

#profile #timeline {
  clear:both;
  padding-top:30px;
}

#profile .activity .route_icon {
  float: left;
  margin-right: 5px;
}

#profile .activity h3 {
  margin-top: 5px;
}

#profile .activity p {
  margin-bottom: 5px;
}

#profile .activity .date {
  font-size:90%;
}

#profile .activity p.distance {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;  
}

#profile .activity p.schedule {
  font-weight: bold;
}

#profile .activity .meta {
  float:right;
}

#profile ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

#profile ul li {
  padding:6px;
  margin:0;
}

ul.divided li {
  border-top:1px solid #ccc;
}

.static {
  width:75%;
}

.static ul {
  margin:10px 10px;
}

.static h2 {
  margin:20px 0 0 0;
}

.static p {
  margin: 10px 0;
}

.static label {
  font-weight: bold;
}

.static blockquote {
  margin:10px 20px;
}

.yacaph { margin:12px 0 24px 0;}
.yacaph label { display:block;}
.yacaph input { display:block;}
   
/* rounded corners */
div.search_cnr_tl {
	background: url(/images/search_corners.gif) no-repeat 0 top;
	padding: 0 15px;
	overflow: hidden;
	zoom: 1; /* needed for IE6- */
}

div.search_cnr_tr {
	background: url(/images/search_corners.gif) no-repeat right top;
	margin-right: -45px;
	padding-right: 45px;
}

div.search_cnr_bl {
/*  background: url(/images/search_corners.gif) no-repeat -30px bottom;*/
}

div.search_cnr_br {
/*  background: #e4e6e4 url(/images/search_corners.gif) no-repeat right bottom;*/
/*  width: 35em;*/ /* needed for IE */
}

div.search_cnr_cover {
  background: url(/images/top-search-bg.gif) repeat-x top left;
/*  background-color:red;*/
	padding: 0;
}

#top_search {
	position:absolute;
	bottom:0;
	right:20px;
  background: transparent url(/images/top-search-bg.gif) repeat-x top left;
/*background-color:blue;*/
  
  width:35em;
	height:50px;
	color:#fff;
	font-weight:bold;
  vertical-align:top;
  font-size:90%;
}

#top_search fieldset {
  vertical-align:middle;
  display:inline;
  padding:11px 0px 9px 0px;
  margin:4px;
}

#top_search label {
  color:#000;
  padding:0 2px;
}

#top_search #top_search_zip {
  width:53px;
  font-size:90%;
}

#top_search input[type="checkbox"] {
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
}

#top_search a,
#top_search a:active,
#top_search a:hover,
#top_search a:link {
  color:#fff;
  text-decoration:none;
  font-size:80%;
}

#primarynav div.png {
/*  display:inline;*/
border:2px solid red;
/*float:left;*/
}

form.edit_user label {
  font-weight:bold;
}

form.edit_user p {
  margin-bottom:24px;
}

.for_editors {
  background-color:#FFFFCF;
  padding:4px ;
}

.for_editors h3 {
  color:#666;
}

table.report {
  width:95%;
  font-size:115%;
  color:#333;
}

table.report th {
  font-weight:bold;
  font-size:110%;
  color:#000;
}

table.report td {
  padding:2px 6px 2px 0;
}                   

ul.inline li {
  display:block;
  float:left;
  list-style-type: none;
}

#create_map li {
  margin:0 0 6px -0.4em;
}           

#home row {
  margin:30px 0;
  clear:both;
}

#home .column.left {
  float:left;
}

#home .column.right {
  float:right;
}

#home .column.third {
  width:33%;
}

#home .column.twothirds {
  width:66%;
}

#home {
  margin-bottom:30px;
}

#home .tribox li {
  width:265px;
  margin:4px 0 4px 20px;
}

#home #news dt {
  float:left;
  width:100px;
  margin:0;
}

#home #news dd {
  margin-left:110px;
}

#home .arrow {
  color:#ff7200;  
}               

#home .button_overlay {
  height:50px;
  width:300px;
}
#home #tribox_overlay {
  height:361px;
  margin:20px 0;
  color:#fff;
  font-size:125%;
}

#home .foreground {
  position:absolute;
  z-index:999;  
}

#home .button_overlay .foreground {
  height:50px;
  line-height:50px;
  padding-left:20px;
  font-size:1.4em;
  font-weight:bold;
}

#home #tribox_overlay li div.png {
  margin:10px 0;
}

#home #tribox_overlay li p {
  margin: 20px 0 25px 0;
}


#home a {
  text-decoration: none;
}

#home ul {
  list-style-type:none;
}

#home #features h1 {
  font-weight: normal;
  margin-top:-8px;
}

#home #features li span.arrow {
  float:left;
  margin-left:-16px;
  margin-top:-1px;
  font-size:125%;
}

#home #features ul {
  margin:10px 0 20px 0;
}

#home #features li p {
  font-size:115%;
}

#home #top_row {
  position:relative;  
  height:304px;
}

#home #top_row #button_container {
  position:absolute;    
  bottom:0;
}

#home #trial_pin {
  position:absolute; 
  right:126px; 
  top:85px;
}

a.btn_follow {
  padding:1px 3px;
  font-size:12px;
}

#unwatch_item a.btn_follow {
  color:white;
  background-color:red;
}

#ad_container {
  padding:10px 0;
  text-align:center;
}

