
@import "info.css";
@import "util.css";
@import "news.css";
@import "shop.css";
@import "travel.css";
@import "forum.css";
@import "pictures.css";
@import "members.css";
@import "community.css";

#page_wrapper{
    width: 990px;
    margin: 0px auto;
}

/*------ HEADER -------*/
.container_header{
  background: url(/images/bg-header-wave.jpg) no-repeat #FFFFFF;
  text-align:left;
  height:65px;
}

.container_header_leftside{
  float:left;
  width:70%;
  padding-top:5px;
  padding-left:10px;
}

.container_header_rightside{
  float:right;
  width:19%;
}

.headerPads{
  margin-left:85px;
  font-family:Verdana,Trebuchet MS,  Arial,Sans-Serif;
}

.headerContact{
  float:right;
  padding-right:5px;
}

.headerContact a, .headerContact a:hover{
  color:#FFFFFF;
  font-size:11px;
}

.box_header_green{
  background-color:#E3C394;
  height:15px;
  text-align:right;
}
.box_siteoptions_black{
  background-color:#847562;
  /*padding-left:5px;
  padding-right:5px;*/
  width:210px;
  float:right;
  height:100%;
}

.text_nav_white{
  margin-right:12px;
}

.text_nav_white a{
  color:#FFFFFF;
}

.text_nav_white a:hover{
  color:#F69534;
  margin-right:10px;
}

.container_header_menu_banner{
  background: #E3C394;
}

.container_search{
  background: #E3C394;
  padding:10px;
}

.box_search{
  height:39px;
}

.search_left_img{
  background: url(/images/bg-search-roundedleft.gif) no-repeat #FFFFFF;
  float: left;
    width: 7px;
    height:100%;
}

.search_contents{
  background: #FDFBEF;
  float: left;
    width: 956px;
    height: 39px;
    overflow:hidden;
}
.search_contents input{
  width:620px;
  font-size:16px;
  float: left;
  margin-top:7px;
  margin-left:10px;
}

.search_contents select{
  width:150px;
  font-size:16px;
  float: left;
  margin-top:7px;
  margin-left:5px;
}

* html .search_contents img {font-size:0.9em;} /*IE6*/
*:first-child+html .search_contents img  {font-size:0.9em;} /*IE7*/
html:first-child .search_contents img  {margin:0;} /*OPERA*/
.search_contents img{
  height: 100%;
}

.search_right_img{
  background: url(/images/bg-search-roundedright.gif) no-repeat #FFFFFF;
  float: right;
    width: 7px;
    height:100%;
}

.search_label{
  font-size:17px;
  color:#191819;
  font-weight:bold;
  letter-spacing:2px;
  float:left;
  margin-top:8px;
}

.container_header_breadcrumbs{
  background: #E3C394;
  height:28px;
}

.container_breadcrumbs_left{
  float:left;
  width:752px;
  text-align:left;
  padding-left:10px;
}

.container_breadcrumbs_right{
  float:right;
  width:228px;
  text-align:right;
}
.container_breadcrumbs_right img{
  margin-right:10px;
}
/*------ END HEADER -------*/




/*------ CONTENT -------*/
#container_content{
  background: url(/images/bg-contents.gif) repeat-x #FDFAF5;
  min-height:600px;
}

.box_content_left{
  float:left;
  width:25%;
  padding-left:25px;
}

.box_content_right{
  float:right;
  width:70%;
}

/*------ LEFT CONTENT -------*/
.left_include_box{
  margin-bottom:25px;
}

.left_include_title{
  background:#FFECB1;
  padding:3px;
  padding-left:10px;
  font-size:19px;

  text-align:left;
  border-bottom:1px solid #306189;
  font-family:Arial,Verdana,Trebuchet MS, Sans-Serif;
}

.left_include_title img{
  margin:0 0 -5px 0;
}

.left_include_content{
  padding:3px;
  background:#FFFFFF;
  text-align:left;
  overflow:hidden;
}

.left_include_content_ctr{
  padding:3px;
  background:#FFFFFF;
  text-align:center;
  overflow:hidden;
}
.left_include_giftideas_promo{
	width:250px;
	background:url(/images/homepage/bg-gift-ideas-promo.jpg) no-repeat;
	padding:0;
	text-align:left;
}
.left_include_social_networking{
	width:242px;
	background:url(/images/homepage/bg-hiking-everywhere.gif) repeat-x #FFFFFF;
	border:4px solid #FFFFFF;
}
.left_include_giftideas_promo ul {
	margin:0;
	padding:0 0 0 20px;
}
.left_include_giftideas_promo ul li{
	margin:0;
	padding:0 0 0 15px;
	text-align:left;
	color:#FFFFFF;
	list-style:none;
	background: url(/images/arrow-red.gif) 5px 3px no-repeat;
}

/*------ END LEFT CONTENT -------*/


/*------ RIGHT CONTENT -------*/
.box_content_breadcrumbs{
  background: url(/images/bg-breadcrumbs.gif) repeat-y #847562 ;
  height:18px;
  width:100%;
  margin:0;
  padding-top:2px;
}
.page_breadcrumb {
  float: left;
  list-style: none;
  font-size: 11px;
  margin: 0;
  padding:0 5px 0 5px;
}

.page_breadcrumb li {
  display: inline;
  padding: 0px 6px 0px 10px;
  background: url(/images/arrow.gif) 0px 5px no-repeat;
}

.page_breadcrumb li.home {
  background: url(/images/home.gif) 0px 5px no-repeat;
  padding-left: 15px;
}

.page_breadcrumb a {
  text-decoration: none;
  color: #FFFFFF;
  font-size:9px;
}

.section_wrapper{
  width:100%
}

.section_title{
  background:#FFECB1;
  padding:3px;
  padding-left:10px;
  font-size:22px;
  text-align:left;
  margin:0;
  font-family:Trebuchet MS,Arial,Verdana, Sans-Serif;
  color:#132B1E;
}
.section_body{
  background:#FFFFFF;
  overflow: hidden; 
  height: 100%;
}
.section_body_left{
  float:left;
  width:63%;
  padding-top:10px;
  text-align:center;
}
.section_body_right{
  float:right;
  width:35%;
  margin:0;
  padding-right:10px;
}
.home_main_boxes{
	width:411px;
	padding:10px 0 0 0;
	text-align:left;
	margin-bottom:10px;
}
.home_tabs_container{
	text-align:left;
	padding:0 0 0 6px;
	margin-top:15px;
}
* html .home_tabs_container_content{margin-top:3px;} /*IE6*/
*:first-child+html .home_tabs_container_content{margin-top:3px;} /*IE7*/
.home_tabs_container_content{
	border:2px solid #A7A7A7;
	border-top:0;
	padding:5px 0 0 0;
}
.plain_tab{
	border:2px solid #A7A7A7;
	background-color:#EDEDED;
	padding:3px 8px 3px 8px;
	margin:0 0 0 -6px;
	font-size:12px;
	color:#636161;
}
body:first-of-type .selected_tab {padding:8px 22px 3px 21px;} /*SAFARI*/
.selected_tab{
	border:2px solid #A7A7A7;
	border-bottom:0;
	background-color:#FFFFFF;
	padding:8px 16px 3px 17px;
	margin:0 0 0 -6px;
	font-size:12px;
	color:#000000;
}
.plain_tab a, .selected_tab a{
	color:#7F7F7F;
}
.container_popular_articles{
	margin-top:-5px;
	padding:0 0 0 10px;
	text-align:left;
}
* html .read_article{margin:-90px 0 0 30px;}
.read_article{
	margin:-90px 0 0 65px;
	position:relative;
	z-index:2000;
}

.container_news{
	background:url(/images/homepage/bg-hiking-news-top.gif) repeat-x #FFFFFF;
	border:2px solid #A7A7A7;
	border-bottom:0;
}
.top_stories{
	border-top: 1px solid #D4D4D4;
}
.section_body_left_news_img{
  float:left;
  margin:0 10px 0 10px;
  padding-top:10px;
}
.home_newsletter_subscribe{
	background:url(/images/homepage/bg-newsletter-home.gif) repeat-x #3E669A;
	margin:0;
	border:2px solid #A7A7A7;
	text-align:center;
	padding:2px;
}
.home_section_feature{
  background: url(/images/bg-fade-ltgreen.gif) repeat-x  #FFFFFF;
  padding:15px;
  width:92%;
  text-align:left;
}
.home_section_feature_item{
  text-align:left;
  height:100%;
  font-size:12px;
  font-family:Arial,Verdana,Trebuchet MS, Sans-Serif;
}
.home_list_feature{
  margin:-10px 0 0 0;
  padding:0;
  list-style-type:none;
}
.home_list_feature_forum{
  margin:10px 0 0 20px;
  padding:0;
  list-style-image:url(/images/icons/forum-post-sml.gif);
  list-style-type:circle;
}
.home_list_feature li a, .home_list_feature_forum li a:hover{
  text-decoration:underline;
}
.home_list_feature li a:hover, .home_list_feature_forum li a{
  text-decoration:none;
}
.home_list_travel{
  list-style-type:square;
  margin:10px 0 0 20px;
  padding:0;
}
.home_featured_article{
  background: url(/images/home-featured-article.gif) no-repeat #FFFFFF;
  width:428px;
  height:181px;
  margin: 0 0 10px 12px;
}
.home_featured_article img{
  float:left;
  bottom:-145px;
  left:55px;
  position:relative;
  border:0;
}
.home_map_container{
  margin:0 auto; 
}
.section_body_content{
  padding:5px 0 0 0;
  background:#FFFFFF;
  text-align:justify;
}
.section_body_content_standard{
  padding:15px;
  background:#FFFFFF;
  text-align:justify;
}
.right_active_member{
  width:190px;
  float:right;
  padding:5px;
}
.left_member_month{
  width:195px;
  float:left;
  padding:0 0 0 5px;
}
.member_month_container{
  width:120px;
  margin:0 auto;
  text-align:center;
  background:#FFFFFF;
  border:2px solid #E3C394;
}
.member_month_details{
  text-align:left;
  padding: 0 0 0 30px;
}
/*------ END RIGHT CONTENT -------*/


/***************PAGING******************/
#paging{
  padding: 5px;
}

#paging ul{
  padding: .5em 3px;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  background-color: white;
}

#paging li{ 
  display: inline;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    text-align: center;
    border-right:1px solid;
    border-left:1px solid;
    border-top:1px solid;
    border-bottom:1px solid;
    color: black;
    background-color: #F0F8FF;
}

#paging li a{
  text-decoration: none;
  padding: .1em 1em;
  color: black;
}

#paging li:hover{
  background-color: white;
}


/************** END PAGING *******************/

/************* COMMENT BOXES *****************/
.comments_main .reviews_and_comments_info_header{
   margin-left: 3px;
   width: 97.5%;   
}
.comments_main .section_comment_title{
  width: 100.5%;
  background:#FFECB1;
  font-size:22px;
  padding-left: 10px;
  text-align:left;
  margin-left: -3px;
  font-family:Trebuchet MS,Arial,Verdana, Sans-Serif;
  color:black;
}
.comments_main .reviews_and_comments_box{
  margin-left:-5px;
  width: 102%;
}
.comments_main .text_normal{
  color: black;
}
.reviews_and_comments_box{
  width: 100%;
  border-bottom: 1px solid #9ACD32;
 background: url(/images/content/commentbg.gif);
 position: relative;
}
.reviews_and_comments_header{
  background-color: black;
  color: white;
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;

}

.reviews_and_comments_info_header{
 /*margin-left: 156px;*/
 padding: 3px 1px 3px 10px;
 width: 517px;
 background-color: #F8F8FF;
 padding-bottom: 1px;
}
.reviews_and_comments_date{
  background-color: #FFFFF0;
  border-bottom: 1px solid #9ACD32;
  padding-right: 5px;

}
.date{
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: black;
 
}

.date p{
  margin:0;
  text-align: right;
}


.dummy_pic{
  height: 40%;
  width:  40%;   
}
.reviews_and_comments_main{
  width:100%;  
  position:relative;
}
.reviews_and_comments_member{
  float: left;
  width: 145px;
  text-align: center;
  padding: 5px 5px 5px 5px;
}
.reviews_and_comments_info {
  float:right;
  width:500px;
  padding-top:30px;
}
.reviews_and_comments_membername{
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: 900;
  color: #DC6E00;
  text-align: center;
}

.reviews_and_comments_comment{
 /*margin-left: 165px;*/
 padding-left:5px;
 padding-right:10px;
 padding-top: 5px;
 width:450px;
 top: 3px;
 /*position bottom;*/
}

.signature{
/* position: absolute;
 bottom: 5px;
 left: 165px;*/
 width:500px;
}


/************ END COMMENT BOXES *************/


#container_footer{
  background:#E3C394;
  padding:7px;
  color:#000000;
  text-align:center;
}

#container_footer a:hover, #container_footer a:visited{
	text-decoration: underline;
	color: #000000;
}

.footer_menu{
	list-style:none;
	text-align:center;
	margin:0 0 10px 0;
	padding:0;
}

.footer_menu li{
	display:inline;
	border-right:1px solid #000000;
	padding: 0 20px 0 20px;
}

.footer_menu li a, .footer_menu li a:hover, .footer_menu li a:visited{
  color:#000000;
}

/**********BACK TO TOP************/
.back-to-top{
  text-align:right;
  padding-bottom: 0;
}

/*fix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*******************ADVERTISING***********************************/
.legal_background{
	background:url(/images/advertising/bg-scale.gif) no-repeat #FFFFFF bottom right;
}
.left_include_contact_info{
	width:240px;
    background:url(/images/advertising/bg-contact-info.gif) no-repeat #FBFBFB;
    padding:60px 5px 5px 5px;
}
.site_stat_container{
	width:100%;
}
.site_stat_left{
	width:310px;
	float:left;
	padding:3px;
}
.site_stat_right{
	width:310px;
	float:right;
	padding:3px;
}
.box_join_travel_partner{
	width:570px;
	background:#FFECB1;
}
.start_site_left{
	background:url(/images/advertising/banner-left-startasite.gif) no-repeat;
	width:362px;
	height:92px;
}
.start_site_right{
	background:url(/images/advertising/banner-right-startasite.gif) no-repeat;
	width:331px;
	height:92px;
}

/********************* NEW HOMEPAGELAYOUT  ***************************/
*:first-child+html .floating_register_container{/*IE7*/
	position:absolute;
	margin-left:-350px;
} 
* html .floating_register_container{ /*IE6*/
	position:absolute;
	margin-left:-350px;
} 
.floating_register_container{
	width:300px;
	margin-left:330px;
	position:absolute;
}
*:first-child+html .floating_login_container{/*IE7*/
	position:absolute;
	margin-left:-225px;
} 
* html .floating_login_container{ /*IE6*/
	position:absolute;
	margin-left:-225px;
} 
.floating_login_container{
	width:280px;
	margin-left:475px;
	position:absolute;
}
.floating_div{
	border:1px solid #423C3C;
	background-color:#FDFAF1;
	color:#000000;
	padding:5px;
	text-align:left;
}
.register_bg{
	border:2px solid #A7A7A7;
	background-color:#FDFBEF;
	padding:5px;
	text-align:left;
	margin-bottom:10px;
}
.travel_search_home{
	border:2px solid #A7A7A7;
	background:url(/images/homepage/bg-travel-home.gif) center right no-repeat #FFFFFF;
	text-align:left;
	margin-bottom:10px;
}
.service_list_image{
	background:url(/images/homepage/bg-get-listed.gif) repeat-x #FFFFFF;
}
.service_body{
	background:url(/images/homepage/icon-get-listed.gif) bottom right no-repeat;
}
* html .news_home_spacing{margin-bottom:0}
.news_home_spacing{
	margin-bottom:50px;
}
.community_tab{
	background:url(/images/homepage/bg-comm-tab.gif) bottom repeat-x  #FFFFFF;
	padding:10px 5px 5px 5px;
}
.forum_tab{
	background:url(/images/homepage/bg-forum-tab.gif) bottom repeat-x  #FFFFFF;
	padding:10px 5px 5px 5px;
}
.member_month_container_tab{
  width:185px;
  border:1px solid #A7A7A7;
  background:url(/images/homepage/bg-membermonth-tab.gif) bottom repeat-x  #FFFFFF;
  text-align:center;
  position:relative;
  height:190px;
}
.picture_tab{
	background:url(/images/homepage/bg-pictures-tab.gif) bottom right repeat-x  #FFFFFF;
	padding:13px 5px 5px 5px;
}
.pic_month_container_tab{
  width:250px;
  border:1px solid #A7A7A7;
  background:url(/images/homepage/bg-membermonth-tab.gif) bottom repeat-x  #FFFFFF;
  text-align:center;
  height:190px;
  margin-right:5px;
}
.cropped_pic_row{
	display:inline;
}
.cropped_pic_container {
  height: 55px;
  border: 1px solid black;
  width: 85px;
  overflow:hidden;
  margin:10px 15px 10px 15px; 
  float:left; 
  background-color:#FCFCFC;
  text-align:center;
}


/*********** FORMS **************/
.FormText{font-family:Arial,Sans-Serif;color:black;font-size:11px;border:1px solid #a0a0a0;} 
.FormLabel{margin-bottom:25px; border:1px solid red;} 
.FormTextReadOnly{font-family:Arial,Sans-Serif;background:#F8F8FF;color:#8F8F8F;font-size:9px;border:0;} 
.FormSelect{font-family:Arial,Sans-Serif;color:black;font-size:11px;border:1px solid #a0a0a0;}
.FormBut{font-family:Arial,Sans-Serif;color:black;font-size:11px;padding:0 2px;}
.ResultRow{font-size:11px;color:#1A1A1A;font-family:Arial,Trebuchet MS,Sans-Serif;}
.ResultRowIndented{font-size:11px;color:#1A1A1A;font-family:Arial,Trebuchet MS,Sans-Serif;padding:5px 0 5px 15px;vertical-align:top;text-align:left;}
.FormCounter{font-family:Arial,Sans-Serif;font-size:10px;background:#f6f6f6;border:1px solid #dedede;}



