/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background: #e7f3da url(../mountain-cabin-images/background5.jpg) fixed center no-repeat;/*  */
  color: #5d3f02;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  width:830px;
}

/* Commonly used to style page headers. */
h1 {
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

h2,h3,h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #006600;
  }
  
h2 {
  font-size: 16px;
  line-height: 18px;
}

h3 {
  font-size: 14px;
}

h4 {
  color: #668975;
  font-size: 12px;
}
/* ------------------------------------ */
/* Sets the style for links. */
a,  a:link {
  color: #156537;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5a6f43;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover or clicked. */
a:hover, a:focus, a:active {
  color: #097c16;
  text-decoration: underline;
}
/* ------------------------------------------------- */
/* Sets distance between lines on lists */
ul{
 line-height: 1.5em;
}
/*---------------------------*/
/* Sets line break properties */
hr {
border: 0;
color: #4d2d0e;
background-color:#4d2d0e;
height: 1px;
/*width: 100%;*/
text-align: center;
}


.border_left {
   background:url(../mountain-cabin-images/thin-log-border-left.jpg) repeat-y;
   }

.border_right {
   background:url(../mountain-cabin-images/thin-log-border-right.jpg) top right repeat-y;
   }
   
.border_top {
   background:url(../mountain-cabin-images/thin-log-border-top.jpg) bottom repeat-x; margin:0 15px;
   }

/* This is a container for the page content. The container is used to constrain the width of the page content so the browser chrome doesn't need to use horizontal scrolling on most monitors. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. */
#outerWrapper {
  background: url(../mountain-cabin-images/content-backgrd.dark.jpg) repeat;/*#ffffff*/
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) 
  padding: 0 0 0 0;*/
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}
#outerWrapper #header {
  background: #4993c4;
  margin: 0 0 -2px 0;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #nav {
  /*border-bottom: solid 1px #627850;  Sets the bottom border properties for an element using shorthand notation */
  background: #4993c4;
  padding: 0px 2px 0px 0px; /*Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  /*background: #ffffcc url(../mountain-cabin-images/content-backgrd.jpg) repeat; more normal placement of background image*/
  margin: 0 0 0 0 ;
  padding: 0px 2px 0px 2px;
}
/* Contains the main page content. When using a multiple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0px 0 0 0; /* Sets the margin properties for an element (top, right, bottom, left) */
  padding: 0px 10px 10px 10px; /* Sets the padding properties for an element (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content .img {
  margin: 0px 5px 0px 5px ; /* Sets the margin properties for an element (top, right, bottom, left) */
  padding: 0 0 0 0 ; /* Sets the padding properties for an element (top, right, bottom, left) */
}

.headingY {
  background:#fafac5;
  }
  
.lgFont {
  font-size:14px;
  }

.tableHead  {
  background: url(../mountain-cabin-images/log-wood-bkgrd.small.jpg);
  color:#453802;
  }

.highvisibility {
  font-weight:bold;
}

.inset {
  margin:0 290px 0 160px;
  padding: -5px 0 -5px 0;
  font-size: 12px;
  border: solid 1px #5d3f02;
}

.inset2 {
  margin:0 250px 0 160px;
  padding:0 0 0 0;
  font-size: 12px;
  border: solid 1px #5d3f02;
}

.inset3 {
  padding:0 5px 0 5px;
  margin:0 3px 0 3px;
  font-size: 12px;
  }

.welcome {
  font-size:20px;
  }
  
.quotesm {
  font-size: 12px;
  margin:0 5px 0 5px;
  }
  
  .img  {
  margin:5px 2px 0 5px;
  }

#outerWrapper #footer {
  background: url(../mountain-cabin-images/log-wood-bkgrd.small.jpg);
  color:#453802;
  border-top: solid 1px #93b178; /* Sets the top border properties for an element using shorthand notation */
  padding: 5px 10px 0px 10px; /* Sets the padding properties for an element (top, right, bottom, left) */
}
