/*
 * @file
 * Print Styles
 * This probably needs work, but it's a good starting point.
 */
/*
 * Body
 */
body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
  word-spacing: 1.1pt;
  letter-spacing: 0.2pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  background: none;
  font-size: 11pt;
}

/*
 * Links
 */
a {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  color: #0000ee;
}
a[href^="http://"]:after, a[href^="http://"]:visited:after {
  content: "(" attr(href) ")";
  font-size: 10pt;
}

/*
 * Strip background from likely candidates
 */
div[id*="wrapper"],
[class*="title"],
[class*="inner"],
header,
footer,
#branding,
#container,
#columns,
.columns-inner,
#content-column,
.content-inner,
.region,
.region-header,
.region-content,
.article,
.article-title,
.article-content,
.comment,
.comment-title,
.comment-content,
.block,
.block-inner,
.block-title,
.block-content,
table,
table * {
  background: none !important;
}

/*
 * Hide various bits of the page
 */
.sidebar,
#breadcrumb,
.nav,
.field-type-taxonomy-term-reference,
ul.links,
.feed-icon,
.poll .bar,
.poll .foreground,
.comment-form,
#comment-form,
.book-navigation,
.tabs,
.action-links,
.pager,
.messages,
.help {
  display: none;
}

/*
 * Ensure the display the main content region
 */
#content {
  display: block !important;
}

/*
 * Layout
 */
#header {
  margin-bottom: 20px;
}

.content-inner {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * HTML elements
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 13pt;
}

h3 {
  font-size: 12pt;
}

h4,
h5,
h6 {
  font-size: 11pt;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#site-name a,
#site-slogan {
  text-decoration: none !important;
  color: #333333;
}

hgroup a:link, hgroup a:visited {
  text-decoration: none;
}

#page-title {
  margin-top: 20px;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-size: 10pt;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif;
}

blockquote {
  margin: 20px;
  padding: 10px;
  font-size: 10pt;
  font-style: italic;
  background: #eeeeee;
}

hr {
  background-color: #666666;
}

/*
 * Header, Logo, Site name
 */
#header {
  padding-bottom: 20px;
}

#logo img {
  padding: 0 10px 0 0;
  margin: 0 !important;
  float: none !important;
}

/*
 * Images
 */
img {
  float: left;
  margin: 4px 20px 10px 0;
  page-break-inside: avoid;
}

a img {
  border: none;
}

/*
 * Tables
 */
table {
  margin: 1px;
  text-align: left;
}

th {
  border-bottom: 1px solid #333333;
  font-weight: 700;
}

td {
  border-bottom: 1px solid #333333;
}

th,
td {
  padding: 4px 10px 4px 0;
}

tfoot {
  font-style: italic;
}

caption {
  margin-bottom: 10px;
  text-align: left;
}

thead {
  display: table-header-group;
}

tr {
  page-break-inside: avoid;
}

/*
 * Forms
 */
form {
  margin-bottom: 10px;
}

/*
 * Poll module
 */
.poll .text,
.poll .percent,
.poll .total {
  text-align: left;
}
.poll form {
  margin-bottom: 0;
}

/*
 * Articles
 */
.node,
.comment {
  margin-bottom: 20px;
  overflow: hidden;
  page-break-inside: avoid;
}

.submitted {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.submitted a {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}




/**
 * =====================================================================
 * VERTICA
 * ---------------------------------------------------------------------
 */
#admin-toolbar,
.block-primary-menu,
.property-subnav-container, /* Nav for property specific pages */
.suites-subnav-container, /* Nav for specific suites */
.block-contact-cta, /* Content footer CTA on corporate pages */
.footer,
.cycle-pager, /* Pager navigation on image cyclers */
.cycle-nav,   /* Prev/Next navigation on image cyclers */
.block-vertica-search, /* Search form: on home page or rental properties page */
.contact-webform,   /* The contact page webform */
.contact-switch,    /* The 'contact a specific property' form on /contact */
.block-search-refine, /* The Refine Your Search block on the search results page */
.block-search-sort,   /* The change sort order block on the search results page */
zzz {
  display:none;
}

body * {
  color:black !important;
}

html {
  margin:2em 4em 2em;
}

h1, h2, h3, h4, h5, h6 {
  clear:left;
  margin:.5em 0;
}
h1, h2 {
  margin-top:1.5em;
}


/* WIP: Display recently viewed suites as a list. */
.recent-item {
  clear:left;
  display:block;
}
.recent-item-image {
  float:left;
  margin-right:1em;
}
.recent-item-size,
.recent-item-property {
  float:left;
  margin-right:1em;
}


/* Rental Properties page */

/* Careers page */
.job-posting-item {
  margin-bottom:1.5em;
}

/* Careers: Job page */
.job-title {
  border:1px solid #999;
  padding:.25em .5em;
}
.job-basics .field-label {
  font-weight:bold;
  margin-bottom:.25em;
  clear:left;
}


/* Search results page */
.view-suites-search .views-row {
  page-break-inside:avoid;
}
.suite-image-container {
  position:relative;
}
.suite-image-container .property-logo {
  position:absolute;
  border:1px solid #ccc;
  background:white;
}
.suite-image-container .property-logo img {
  display:block;
  padding:10px;
  margin:0;
}
.suite-image-container .suite-image img {
  width:15em;
  height:auto;
}

.suite-details-container .suite-size {
  float:left;
  margin-right:.5em;
}
.suite-details-container .property-tagline {
  border-bottom:1px solid #ccc;
}
.suite-details-container .button-view {
  display:none;
}


/* Property pages */
.property-header img {
  /* Hide the header image */
  display:none;
}
.property-header .frame img {
  /* Show the property logo */
  display:block;
  width:5em;
  height:auto;
}

/* Suite Pages */

/* Suite page images: NOT WORKING YET.
 * Should show the first image and hide the rest.
 */
.node-property-suite-page .jquery-cycle2-container .jquery-cycle2-item {
  display:none;
}
.node-property-suite-page .jquery-cycle2-container .jquery-cycle2-item:first-child {
  display:block;
  width:100%;
  height:auto;
  opacity:1;
  visibility:visible;
}


.suite-pricing-table {
  page-break-inside:avoid;
}
.suite-pricing-table th {
  color:black;
  background:#eee;
  border-bottom:3px double #999;
}
.suite-pricing-table td {
  border-bottom:1px solid #999;
}
.suite-pricing-table th:nth-child(4),
.suite-pricing-table td:nth-child(4) {
  /* Hide the floor plans */
  display:none;
}

