/*
 * $Id$
 * $URL$
 */
/* Global Homepage Styles */
h2, h3, h4, p {
    font-family: Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 18px;
  color: #322E22;
}
.home_bottom h3.title {
    font-size: 16px;
}
h4 {
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  color: #322E22;
  margin: 7px 0 4px;
  padding: 2px 0 3px;
}
#logo {
    position: absolute;
    z-index: 999;
}
#hdr_home_flash {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#home .guide .community_icon {
  float: left;
  padding: 0px 10px 0 0;
}
#home .cap_head { 
  height: 40px;
  background: #fff url( /images/home_cap.png ) no-repeat top right;
}
#home .cap_head h3 { 
  float: left;
  padding: 5px 5px 0;
  line-height: 35px;
}
#home .tl, #home .tr, #home .bl, #home .br {
  position: absolute;
  overflow: hidden;
  height: 15px;
  width: 15px;
  background: #fff url( /images/home_cap.png ) no-repeat;
}
#home .tl { 
  top: 0;
  left: 0;
  background-position: top left;
}
#home .tr { 
  top: 0;
  right: 0;
  background-position: top right;
}
#home .bl { 
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
#home .br { 
  bottom: 0;
  right: 0;
  background-position: bottom right;
}

/* Fresh Guides Carousel Region */
#freshguides {
    padding: 21px 0 9px;
    background: url( /images/home_carousel_shadow.png ) bottom center no-repeat;
}
#freshguides .top {
    height: 40px;
}
#freshguides .top .topleft {
    margin: 0 0 0 59px;
    float: left;
    display: inline;
}
#freshguides .top .topleft h3 {
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    top: 3px;
    display: inline;
}
#freshguides .top .topleft select {
  width: 195px;
  font-size: 13px;
  margin: 4px 0 0 10px;
}
#freshguides .top .topright {
  float: right;
  height: 32px;
  text-align: right;
}
#freshguides .top .topright .fb_login {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  padding: 0px 0 1px 10px;
}
#freshguides .top .topright span {
    padding: 5px 10px 0;
}

/* Carousel Styles */
.carousel-component {
    background: none;
    padding: 10px;
    height: 150px;
}
.carousel-component .carousel-list li {
  width: 150px;
  padding: 0 15px 0 14px;
  border-left: 1px solid #e6e6e6;
}
.carousel-component .carousel-clip-region {
  float: left;
  width: 900px;
  border-right: 1px solid #e6e6e6;
}
.carousel-component a.arrow {
  position: relative;  
  top: 53px;
  height: 51px;
  width: 30px;
  outline: none;
}
.carousel-component a#next-arrow,
.carousel-component a#next-arrow:link,
.carousel-component a#next-arrow:visited {
  float: right;
  right: 5px;
  background: url( /images/buttons_home_arrows.png ) right -51px no-repeat;
}
.carousel-component a#prev-arrow,
.carousel-component a#prev-arrow:link,
.carousel-component a#prev-arrow:visited {
  float: left;
  margin-right: 7px;
  background: url( /images/buttons_home_arrows.png ) left -51px no-repeat;
}
.carousel-component a#next-arrow:hover,
.carousel-component a#next-arrow:focus {
  background-position: right -102px;
}
.carousel-component a#prev-arrow:hover,
.carousel-component a#prev-arrow:focus {
  background-position: left -102px;
}
.carousel-component a#next-arrow:active {
  background-position: right -153px;
}
.carousel-component a#prev-arrow:active {
  background-position: left -153px;
}
.carousel-component a#next-arrow.disabled,
.carousel-component a#next-arrow.disabled:link,
.carousel-component a#next-arrow.disabled:visited,
.carousel-component a#next-arrow.disabled:hover,
.carousel-component a#next-arrow.disabled:focus,
.carousel-component a#next-arrow.disabled:active {
  background-position: right top;
  cursor: default;
}
.carousel-component a#prev-arrow.disabled,
.carousel-component a#prev-arrow.disabled:link,
.carousel-component a#prev-arrow.disabled:visited,
.carousel-component a#prev-arrow.disabled:hover,
.carousel-component a#prev-arrow.disabled:focus,
.carousel-component a#prev-arrow.disabled:active {
  background-position: left top;
  cursor: default;
}

#carousel-wait {
  float: left;
  width: 900px;
  height: 150px;
  text-align: center;
}
#carousel-wait img {
    position: relative;
    top: 50px;
}
/* Home Bottom Section */
.home_bottom_left {
    float: left;
    padding-left: 5px;
}
.home_bottom_right {
    float: right;
}
/* Community Guide Section */
#community { 
    width: 635px; 
    margin: 10px 10px;
}
#community .community_head { 
    padding: 0 10px; 
    background: transparent url( /images/home_cap.png ) no-repeat top left;
    height: 40px;
}
#community .community_head .icon { 
    padding-right: 5px; 
    float: left;
}
#community .community_head a {
  font-weight: normal; 
  line-height: 24px;
}
#community .community_body,
#hotspot .hostpot_body { 
  padding: 5px 14px; 
}
#community .community_head .icon {
  padding-top: 8px;
}
#community .community_head .more {
    float: right; 
    padding-top: 8px;
    padding-right: 4px;
}
#community .fresh_guides {
    margin: 0;
    padding: 5px 0;
}
#community .fresh_guides .guide {
    float: left; 
    padding: 5px 10px 0 0;
}
#community .fresh_guides .title {
    width: 85px;
    padding-right: 10px;
}
#community .featured_guide {
  float: left;
  width: 475px;
  margin-top: 10px;
}
#community .featured_guide .large_icon { 
  float: left;
  padding: 7px 0 5px;
}
#community .featured_guide .large_icon a {
    border: 1px solid #CCC;
    padding: 2px;
    display: block;
}
#community .featured_guide .guide_info { 
    float: left; 
    width: 300px;
    padding: 6px 8px 5px 9px;
    border-right: 1px solid #CCC;
}
#community .featured_guide .guide_info p {
    padding: 1px 0;
}
#community .featured_guide .guide_info .info {
    color: #999;
    font-size: 11px;
}
#community .featured_guide .guide_info .desc {
    
}
#community .featured_contributors { 
    float: right; 
    width: 121px;
}
#community .featured_contributor { 
  float: left; 
  width: 54px;
  height: 54px;
  overflow: hidden;
  padding: 4px 0 0 4px;
}
#community .featured_contributors h4 { 
    margin-bottom: 5px;
}
#community .fresh_title { float: left; width: 50%; }

/* Hotspot Section */
#hotspot {
    width: 635px;
    margin: 15px 10px 0;
}
#hotspot .hotspot_head { 
    padding: 0 10px; 
    background: transparent url( /images/home_cap.png ) no-repeat top left;
    height: 40px;
}
#hotspot_select {
}
#hotspot .hotspot_body { 
    padding: 10px 15px 5px;
}

#hotspot .more { 
  float: right;
  padding: 5px;
  margin-top: 5px;
}
#hotspot .guide { 
    float: left; 
    width: 290px;
    border-right: 1px solid #CCC;
    padding-right: 5px;
}
#hotspot .guide .large_icon {
    float: left;
    padding-top: 6px;
}
#hotspot .guide .large_icon a {
    border: 1px solid #CCC;
    padding: 2px;
    display: block;
}
#hotspot .guide .info {
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}
#hotspot .guide .desc {
    padding: 2px 0 0 5px;
    width: 125px;
    float: left;
}
#hotspot .hotspot_places { 
    float: left; 
    width: 290px;
    padding-left: 10px;
}
#hotspot .location_entry {
    padding: 8px 0;
}

/* Spotlight */
#spotlight { 
    width: 310px;
    margin: 10px 15px 10px 0;
}
#spotlight .spotlight_head h3 {
  background: #FFF url( /images/home_cap.png ) no-repeat top left;
  width: 100px;
  padding: 5px 10px 0;
}

#spotlight .spotlight_head img { 
    background-color: #FFFFFF;
    float: right;
    width: 20px;
    height: 32px;
}
#spotlight .spotlight_body { 
  background: #e9e9e9;
  margin: 10px 0px;
  padding: 1px 15px 10px;
  position: relative;
  zoom: 1;
}
#spotlight .small_bottom_cap {
    background: #FFF url( /images/home_bottom_cap_sm.png ) no-repeat top right;
    height: 9px;
}
#spotlight .guide h4 { 
  padding-top: 1px;
}
#spotlight .guide .title {
    padding-top: 5px;
}
#spotlight .guide .info {
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}
#spotlight .guide .large_icon {
    float: left;
    padding-top: 6px;
}
#spotlight .guide .large_icon a {
    border: 1px solid #CCC;
    padding: 2px;
    display: block;
}
#spotlight .guide .desc {
    padding: 2px 0 0 8px;
    width: 110px;
    float: left;
}
#spotlight .featured_authors {
    padding: 5px 0;
}
#spotlight .featured_author { 
    float: left; 
    width: 33%;
}
#spotlight .featured_author .author_icon { 
  height: 90px;
  width: 90px;
  overflow: hidden;
}
#spotlight .featured_author .author_name {
    font-weight: bold;
}
#spotlight .featured_author .author_name .info {
  font-weight: normal;
  font-size: 10px;
  color: #666;
}

/* Start your own */
#start_your_own {
  margin: 15px 10px 0;
  padding: 10px 0;
  text-align: center;
}
#start_your_own img {
  text-decoration: none;
}
#start_your_own span {
  cursor: pointer;
  display: inline-block;
}
#start_your_own span.header {
  color: #690;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 5px;
}
#start_your_own span.red {
  color: #B52B00;
  font-weight: bold;
}
#start_your_own a#start_container,
#start_your_own a#start_container:hover {
  font-weight: normal;
  color: #333;
  outline: none;
  text-decoration: none;
}
#start_your_own a#start_container #create_guide {
  color: #006dce;
  font-weight: bold;
  text-decoration: none;
}
#start_your_own a#start_container #create_guide:hover {
  text-decoration: underline;
}

/* Guide Flyout Styles */
#lmi_popup {
    width: 490px;
    border: 1px solid #999;
}
/* result listings */
#lmi_popup .guide_flyout .icon,
#lmi_popup .guide_flyout .listing {
  padding: 5px;
}
/* guides & authors use div, places use td, float the divs */
#lmi_popup div.guide_flyout,
#lmi_popup .guide_flyout div.icon,
#lmi_popup .guide_flyout div.listing {
  float: left;
}

#lmi_popup .guide_flyout .listing div.stats,
#lmi_popup .guide_flyout .listing div.address {
  padding-top: 5px;
  color: #333;
}
#lmi_popup .guide_flyout .listing div.stats p {
  color: #666;
  font-size: 0.84em;
}
#lmi_popup .guide_flyout.place {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
#lmi_popup .guide_flyout div.add_to_guide,
#lmi_popup .guide_flyout div.room_rate {
  float: right;
  padding: 7px;
}

#lmi_popup .guide_flyout .listing {
  width: 370px;
}

#lmi_popup .guide_flyout .listing h3 {
  margin-bottom: 0;
  color: #006DCE;
  font-size: 16px;
  padding-bottom: 2px;
}
#lmi_popup .guide_flyout .listing .author {
  color: #666666;
  font-size: 11px;
  margin: 0;
}
#lmi_popup .guide_flyout .listing .categories {
    font-weight: bold;
    padding-bottom: 5px;
}
#lmi_popup .guide_flyout .listing .categories span {
    font-weight: normal;
}
#lmi_popup .guide_flyout .listing p.summary {
  margin: 0;
  padding: 0;
}
#lmi_popup .guide_flyout .listing ul {
  margin: 0;
}
#lmi_popup .guide_flyout .listing li {
  font-size: 11px;
  color: #666;
  margin: 0;
  display: inline;
  padding: 0 2px;
}
#lmi_popup .community_icon {
  display: block;
        padding: 5px 10px 5px 0px;
}
#lmi_popup .community_icon img {
  width: 27px;
  height: 23px;
}

