/**************************************************************
   This style sheet has been modified by Timberpost from 
   the "lazydays" design by Pat Heard, available at:
   http://www.oswd.org/files/designs/2839/lazydays/

   The header from the original sheet is as follows:
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus   
 **************************************************************/


/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}


/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 120px;
  background: #CCC;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 0px;
  padding: 0px;
}

/* Holds the site title and subtitle */
#header #slogan {
  position: absolute;
  width: auto;
  height: 2em;
  z-index: 3;
  padding: 0px;
  text-align: left;
  vertical-align: bottom;
  bottom: 29px;
  left: 250px;
  font-weight: 700;
  font-size: 120%;
  font-style: oblique;
}

/* Holds the header navigation menu */
#header #header_nav {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  right: 0px;
  padding: 0px;
  text-align: right;
  color: #444;
}

#header #header_nav a {
  color: #444;
}

/* Holds the breadcrumnbs navigation bar */
#header #lowerband {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 18px;
  text-align: left;
  color: #FFF;
  background: #444;
}

#header #lowerband #breadcrumbs {
  position: absolute;
  z-index: 5;
  height: 100%;
  bottom: 1px;
  left: 5px;
  vertical-align: middle;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

#header #breadcrumbs a {
  color: #AAA;
}

#header #search {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 0px;
  padding: 0px;
  text-align: right;
  width: 250px;
}

/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;
  top: 70px;
  right: 400px;
}

/* Special handling of images in header */

#header a img {  
  border: 1px solid #CCC;
}

#header a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #CCC !important;
  border: 1px solid #CCC;
}

#header img.floatLeft {
  margin: 0px 10px 10px 5px;
}

#rssIcon {
  vertical-align: text-bottom;
  width: 14px;
  height: 14px;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
  height: 3em;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 0px;
  padding: 5px 0.5em;
  font-weight: 400;
  font-size: 140%;
  text-decoration: none;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #65EBFF;
  border-top: 6px solid #444;
}

#mainMenu li.active a {
  color: #65EBFF;
  border-top: 6px solid #444;
}

#mainMenu li a.last {
  margin-right: 0;
}



/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font-weight: 400;
  font-size: 130%;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #65EBFF;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here,
.sideMenu li.backup {
  width: 100%;
  display: block;
  padding: 5px;
  color: #65EBFF;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul,
.sideMenu li.backup ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 20px;
  font-weight: 400;
  font-size: 60%;
  color: #FFF;  
  background: url(../images/bg/bullet.gif) no-repeat 0px 3px;
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 0px 3px;
}

.sideMenu li.backup ul li a {
  padding-left: 20px;
  font-weight: 400;
  font-size: 60%;
  color: #FFF;
  background: url(../images/bg/bullet-backup.png) no-repeat 0px 3px;
}

.sideMenu li.backup ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet-backup.png) no-repeat 0px 3px;
}

.login_box {
  position: relative;
  top: 10px;
  right: 0px;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
}


/**************************************************************
   Blog pages
 **************************************************************/

.blog_navigation {
  float: left;
  width: 95%;
  margin-top: 20px;
  margin-left: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog_navigation .blog_displayeditems {
  float: left;
}

.blog_navigation .blog_pager {
  float: right;
}

.blog_latest_banner {
  float: left;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog_headline {
  margin: 0px;
  padding: 10px 15px;
}

.blog_headline h3 {
  margin: 0px;
  padding: 0px;
}

.blog_headline #blog_headline_intro {
}

.blog_headline #blog_footer {
  width: 100%;
  margin: 0px 10px 20px 0px;
}

.blog_headline #blog_footer #blog_headline_more {
  float: left;
  width: 45%;
}

.blog_headline #blog_footer #blog_headline_date {
  float: right;
  width: 45%;
  text-align: right;
  padding: 0px 0px 0px 0px;
}


/**************************************************************
   #contact_details
 **************************************************************/

.contact_details {
}

.contact_details .company_name {
  font-weight: 400;
  font-size: 130%;
  color: #F8D766;
}

.contact_details .phone_number_label {
}

.contact_details .phone_number {
}

/**************************************************************
   Tables
 **************************************************************/

table.center {
  margin-left:auto;
  margin-right:auto;
}

div.table_container {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

table.traits_results_summary {
  font-size: 100%;
  background: #888;
  caption-side: bottom;
  padding: 0px;
  margin: 10px 15px;
  border-collapse: collapse;
  border: none;
  margin-left:auto;
  margin-right:auto;
}

table.traits_results_summary thead {
  vertical-align: top;
  background: #777;
}

table.traits_results_summary td,
table.traits_results_summary th {
  border: 1px dotted #444;
  vertical-align: top;
  padding: 6px;
  color: #333;
}

table.traits_results_summary td.data {
  text-align: right;
  font-size: 110%;
  color: #FFF;
}

table.traits_results_summary td.traitsdata {
  font-weight: bolder;
  font-size: 120%;
}

table.traits_results_summary td.label {
  font-weight: bold;
}

table.traits_results_summary caption {
  margin-left:auto;
  margin-right:auto;
}

table.traits_results_summary td.table_date {
  white-space: nowrap;
}


/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  margin-top: -3.8em;
  background: #000 url(../images/bg/footer.jpg) repeat-x top left;
}

#footer #width {
  position: relative;
  z-index: 3;
  font-size: 85%;
  padding-top: 27px;
}


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width80 {
  width: 79.7%;
}

.width75 {
  width: 74%;
}

.width70 {
  width: 67%; /*69.7%;*/
}

.width66 {
  width: 65.7%;
}

.width65 {
  width: 64.5%;
}

.width50 {
  width: 49.7%;
}

.width45 {
  width: 44.7%;
}

.width40 {
  width: 39.7%;
}

.width35 {
  width: 34.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}

.width20 {
  width: 19.5%;
}

.width15 {
  width: 14.5%;
}

.width10 {
  width: 9.7%;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 80%;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.timberpost-blue {
  color: #215C6A;
}

.timberpost-orange {
  color: #FE7D19;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}

