/*
  Default style sheet for Henry Log Home
  Copyright 1999-2008, RAE, Inc.
  File: styles/default.css
  Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
  Date: 2008-08-17
  Version: 1.0
*/

/* Font definitions
*******************************************************************/  
html {
  font-size: 100%;
}

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000000;
}

input, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.000em;
}

h1 {
  font-family: Georgia,Times,serif;
  font-size: 1.667em;
  font-weight: bold;
  color: #566453;
}
h2 {
  font-size: 1.667em;
  font-weight: bold;
}
h3 {font-size: 1.333em;}
h4 {font-size: 1.167em;}

.smallest {font-size: 0.750em;}
.smaller  {font-size: 0.833em;}
.small    {font-size: 0.917em;}
.normal   {font-size: 1.000em;}
.big      {font-size: 1.333em;}
.bigger   {font-size: 1.667em;}
.biggest  {font-size: 2.000em;}

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

img {border: 0px;}

form {margin: 0px 0px 0px 0px;}

dd, ul, ol {margin-left: 15px;}

p, ul, ol, dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Text tweaks
*******************************************************************/
.underline {text-decoration: underline;}
.credit {
  width: 100%;
  text-align: center;
  font-family: serif;
  font-style: italic;
}
.moreleading {line-height: 150%;}
.indent10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}
.redtext {
  color: #cc0000;
  font-weight: bold;
}
.textbox {
  padding: 2px 2px 2px 2px;
  border: 1px solid #000000;
}
.form_button {
  cursor: pointer;
  overflow: visible;
  padding: 0px 10px 0px 10px;
  color: #666666;
  background-color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0.500em;
  -moz-border-radius: 0.500em;
}
.clearall {
  float: none;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  line-height: 0;
  font-size: 0;
}
* html .clearall {
  height: 0;
}

/* Link appearance
*******************************************************************/

a:link    {color: #cc0000; text-decoration: underline;}
a:visited {color: #006600; text-decoration: underline;}
a:hover   {color: #FF0000; text-decoration: underline;}
a:active  {color: #FF0000; text-decoration: underline;}

/* Layout specs
*******************************************************************
Padding syntax - padding: Top Right Bottom Left;
Margin syntax  - margin: Top Right Bottom Left;                  */

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.header {
  width: 100%;
  background-color: #566453;
}
.header_content {
  width: 770px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
}
.top_nav {
  color: #ffffff;
  font-weight: bold;
  float: right;
  padding-top: 15px;
  font-style: italic;
  white-space: nowrap;
}
div.top_nav a:link {
  color: #ffffff;
  text-decoration: none;
}
div.top_nav a:visited {
  color: #ffffff;
  text-decoration: none;
}
div.top_nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.navbar {
  width: 100%;
  background-color: #775221;
}
.navbar_content {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-weight: bold;
  padding: 1px 20px 5px 0px;
}
.font_icons {
  float: left;
  white-space: nowrap;
  padding-left: 20px;
}
.navbar_links {
  text-align: right;
  padding-top: 3px;
  white-space: nowrap;
}
div.navbar_links a:link {
  color: #ffffff;
  text-decoration: none;
}
div.navbar_links a:visited {
  color: #ffffff;
  text-decoration: none;
}
div.navbar_links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.photos {
  width: 100%;
  background-color: #ffffff;
}
.home_photo {
  width: 798px;
  height: 295px;
  margin-right: auto;
  margin-left: auto;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.interior_photo {
  width: 798px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
#wrapper {
  width: 100%;
  font-size: 11px;
}
.main_content {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
}
.home_leftside {
  width: 495px;
  float: left;
  line-height: 150%;
  padding: 5px 0px 10px 0px;
}
.leftside {
  width: 502px;
  float: left;
  line-height: 150%;
  padding: 20px 10px 10px 0px;
}
.rightside {
  width: 254px;
  float: right;
  padding: 20px 0px 0px 0px;
}
.gallery_left {
  width: 185px;
  float: left;
  line-height: 150%;
  padding: 20px 10px 10px 0px;
}
.gallery_right {
  width: 565px;
  float: right;
  padding: 20px 0px 0px 0px;
}
.fullpage {
  width: 770px;
  line-height: 150%;
  padding: 20px 0px 0px 0px;
}
.footer {
  width: 100%;
  background-color: #333333;
}
.footer_content {
  width: 770px;
  color: #ffffff;
  text-align: left;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 0px 3px 0px;
}
div.footer_content a:link {
  color: #ffffff;
  text-decoration: underline;
}
div.footer_content a:visited {
  color: #ffffff;
  text-decoration: underline;
}
div.footer_content a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.footer_left {
  width: 629px;
  float: left;
  padding-top: 5px;
}
.white_divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.black_divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.green_divider {
  width: 100%;
  height: 18px;
  background-color: #3e4723;
}
.highlight_box {
  position: relative;
  top: -5px;
  width: 268px;
  float: right;
  background-image: url(../img/highlights-box.gif);
}
.highlight_text {
  padding: 5px 10px 10px 15px;
}
.indent50 {
  padding-left: 50px;
}
