/* class print is usually images, so we enforce inline here when printing and disable all elements they should override (.screen) */

.print { display: inline !important; }
.screen { display: none !important; }

body {
  background: white;
  margin: 0px;
  font-size: 11pt !important;
  color: #000 !important;
}
* {
  color: #000 !important;
}

p {
  height: auto !important;
}

#wrapper {
  width: 550px;
  margin: auto;
}

#mainColumnLeft, #mainColumnRight {
  width: auto;
  float: none;
  margin: 0px !important;
}

/* mc right needs to stay for the map, but everything else in it can go away */

#mainColumnRight * { display: none; }
#mainColumnRight #map {
}
#mainColumnRight #map, #map #map_canvas {
  width: 100% !important;
  margin: 0px !important;
}
#mainColumnRight #map, #mainColumnRight #map * { 
  display: block !important;
}
#mainColumnRight #map script, #mainColumnRight #map script *, #mainColumnRight #map .gmnoprint {
  display: none !important;
}

/* attempt at putting the map in place */

#content {
  position: relative;
}

#mainColumnLeft .description {
}

#mainColumnLeft .details {
}

  #mainColumnLeft .details ul li {
    border: 0px;
  }

  .details a:link:after, .details a:visited:after,
  .entry h4 a:link:after, .entry h4 a:visited:after {
     content: " [" attr(href) "]";
     font-size: 9pt;
  }

.entry {
  height: auto !important;
  margin-bottom: 20pt;
  padding-bottom: 10pt;
}

.entry h4 {
  overflow: hidden;
}

#map {
}

#header {
  height: 60px;
  width: auto;
  border-bottom: #333 1px solid;
}

#admin_bar,
#search,
#topNavi,
#topSubNavi,
.thumbnails,
.control,
#footer,
.vcard,
.pagination,
.trigger
{
  display: none !important;
}

.floatLeft50, .floatRight50 {
  width: auto;
  float: none;
}

#content {
  padding-top: 10px;
}

#mainColumnLeft .details {
  margin-top: 15pt;
  border-top: #000 1pt solid;
  padding-top: 15pt;
}

/* let's try to size the image to full page */

/*.photo img {
  width: auto;
}*/

.thumbnail {
  border: 0px !important;
  margin-right: 10pt;
}

#featuredLocation p.description { padding: 0px; }
.geo{
  display:none;
}