/* General Pages */

.page-contact .form-text, .page-contact .form-textarea { width: 350px; }

.page-contact fieldset.captcha { border: none; padding: 0px; width: 360px; }

.page-contact fieldset.captcha legend { display: none; }

/* Contemplate: Homes */

.node-type-home h1 { display: none; }

#homes-header { height: 350px; }
	
#home-image { float: left; position: relative; }
		
#home-image h3 {
	background: transparent url('images/bg-trans-black.png') top left repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	left: 0px;
	position: absolute;
	padding: 5px 10px;
	top: 0px;
	z-index: 2;
	width: 480px;
}
		
#home-image img { left: 0px; position: absolute; top: 0px; z-index: 1; }
	
#home-content { margin-left: 520px; padding-top: 10px; width: 410px; }
	
ul#homes-gallery { margin-left: -15px; }

ul#homes-gallery li {
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
	float: left;
	list-style-type: none;
	margin: 0px 0px 20px 15px;
}

ul#homes-gallery li .gallery-description {
	background: #f0f0f0 url('images/bg-gallery-item.png') top left repeat-x;
	height: 30px;
	padding: 10px;
	width: 280px;
}

/* Contemplate: Plan Galleries */

.node-type-plan h1 { display: none; }

#plan-header { height: 350px; }
	
#plan-image { float: left; position: relative; }
		
#plan-image h3 {
	background: transparent url('images/bg-trans-black.png') top left repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	left: 0px;
	position: absolute;
	padding: 5px 10px;
	top: 0px;
	z-index: 2;
	width: 480px;
}
		
#plan-image img { left: 0px; position: absolute; top: 0px; z-index: 1; }
	
#plan-content {
	border-right: 1px solid #ccc;
	float: left;
	margin: 30px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 689px;
}

#plan-options {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	width: 200px;
}

#plan-gallery-content { margin-left: 520px; padding-top: 0px; width: 410px; }
	
ul#plan-gallery { clear: both; margin-left: -10px; }

ul#plan-gallery li {
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
	float: left;
	list-style-type: none;
	margin: 0px 0px 20px 10px;
}

/* Contemplate - Work Items */

.node-type-work-item #work-body { padding-bottom: 20px; }

.node-type-work-item #work-images, .node-type-work-item #work-documents { float: left; }

.node-type-work-item #work-images ul li, .node-type-work-item #work-documents ul li  { display: block; list-style-type: none; margin-bottom: 20px; }

.node-type-work-item #work-images { padding-right: 20px; width: 450px; }

.node-type-work-item #work-documents { width: 450px; }

.node-type-work-item #work-documents ul li { margin-left: 0; }

/* Views: Homes Gallery */

.view-homes .home-gallery-item { background: #f0f0f0 url('images/bg-gallery-item.png') top left repeat-x; margin-top: 20px; width: 100%; }

.view-homes .home-gallery-item img { float: left; }

.view-homes .home-gallery-content { float: left; padding-left: 20px; width: 610px; }

.view-homes h3 a { border-bottom: none; color: #555; }

/* Custom Menus */

#block-menu-menu-contractor-menu ul.menu { background-color: #fff; margin: 0; padding: 10px 20px; }

#block-menu-menu-contractor-menu ul.menu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 30px 0px 0px;
}

#block-menu-menu-contractor-menu ul.menu li a { font-size: 18px; }

.front #block-menu-menu-contractor-menu ul.menu { margin-bottom: 20px; }

/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 */

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }
  
  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
  .view-Slideshow.view-display-id-block_1 .view-content {
	height: 555px;
	position: relative;
	width: 880px;
	margin-top: 30px;
  margin: auto;
}

.view-Slideshow.view-display-id-block_1 .view-content .views_slideshow_main, .view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom { position: absolute; }

.view-Slideshow.view-display-id-block_1 .view-content .views_slideshow_main { left: 15px; top: 15px; }

.view-Slideshow.view-display-id-block_1 .view-content .views_slideshow_main .views-field-field-tagline-value {
	margin-top: 10px;
  color: white;
  font-size: 19px;
  width: 750px;
  font-weight: lighter;
}

.view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom { bottom: 12px; right: -15px; z-index: 75; text-decoration: none !important;}

.view-Slideshow.view-display-id-block_1 .view-content.views-slideshow-controls-bottom .pager-item {
	float: right;
  text-decoration: none !important;
}

.view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom .pager-item a {
	background: transparent url(images/bg-nav-inactive.png) top left no-repeat;
	display: block;
	height: 15px;
	overflow: hidden;
	text-decoration: none !important;
	text-indent: -9999px;
	width: 15px;
  float:left;
  border-bottom: none;
}

.view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom .pager-item a:link{
	text-decoration: none !important;  
}

.view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom .pager-item.activeSlide a,
.view-Slideshow.view-display-id-block_1 .view-content .views-slideshow-controls-bottom .pager-item a:hover { background: transparent url(images/bg-nav-active.png) top left no-repeat; 
text-decoration:none !important;}

.imagecache-slideshow_preset{
	border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;  
}
/* @end */
