/* Start of CMSMS style sheet 'Layout: LVR Top menu + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/* OLD IE PNG FIX */
img, td, div {
 behavior: url(/uploads/ghndev/iepngfix.htc) }
/* END OLD IE PNG FIX */


/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: "Times New Roman", Times, serif;
   font-size: 12px;
   line-height: 16px;
/*   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em; */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
    background-color: inherit; 
    color: #186d9d; /*blue color*/
    /*font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;*/
    font-weight: bold;
    text-decoration: none;
}

a:visited {
   background-color: inherit;
   color: #186d9d;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   color: #1e6c14; /*green*/
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   background-image: url('/images/layout_page_bg.jpg');
   color: #333;
   margin:0em; /* removes air for the pagewrapper */
}

/* center wrapper, min max width */
div#headwrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   height: 136px;
   width: 880px;
}
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   width: 880px;
   background: transparent url('/images/layout_pagewrapper_main_bg.jpg') repeat-y 9px 0px;
   color: black;
}

div#sub_wrapper {
   margin: 0 0 0 10px;  /* no air above and under content */
   background: transparent url('/images/layout_subcontent_bg.png') no-repeat; 
}
div#blogposts{
    margin: 0 auto;
    width: 710px;
}

/* ======= Search and breadcrumbs are not being used ========
div#search {
   float: right;
   width: 27em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%; 
   margin: 0 1em; 
   border-bottom: 1px dotted #000;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }
*/
div#content {
   margin: 0; /* no air above and under content */
}

div#main {
   margin-left: 0px; /* some air on the left side */
   margin-right: 40px; /* and some air on the right */
}

div#main_sub {
   margin-left: 28px; /* some air on the left side */
   margin-right: 72px; /* and some air on the right */
}

div#bottom_abovetouts {
   clear:both;       /* keep footer below content */
   height: 20px;
   width: 858px;
   margin: 0 auto;
   background: transparent url('/images/layout_touts_top.png') no-repeat;  
   text-align: center;
}
div#bottom_toutsmain {
   clear:both;       /* keep touts below bottom_abovetouts */
   height: 165px;
   width: 858px;
   margin: 0 auto;
   background: transparent url('/images/layout_touts_bg.gif') no-repeat;  
   text-align: center;
   vertical-align: top;
}
div#bottom_touts {
   clear:both;       /* keep touts below content */
   height: 165px;
   width: 858px;
   margin: 0 auto;
   background: transparent url('/images/layout_touts_bg.gif') no-repeat;  
   text-align: center;
}
div#bottom_touts a:hover {
   background-color: transparent;
}

div#bottom_links {
   clear:both;       /* keep footer below content */
   height: 31px;
   width: 858px;
   margin: 0 auto;
   background: transparent url('/images/footer_bg.gif') no-repeat;  
   text-align: center;
}
div#bottom_links a:hover {
   text-decoration: none;
   background-color: transparent;
}

div#footerwrapper {
   clear:both;       /* keep footer below content */
   height: 30px;
   width: 880px;
   margin: 0 auto;
   padding-left: 9px;
   padding-right: 9px;
}
div#footer {
   float: left;
   background-image: url('/images/footer_lvr_copyright.gif');
   height: 30px;
   width: 669px;
}
div#footer_terms {
  height: 30px;
  width: 192px;
  float: right;
  text-align: left;
  margin-right: 19px;
}

div#footerwrapper div#footer p {
   font-size: 0.8em;
   padding-left: 60px;
   padding-right: 0;
   padding-top: .35em;
   padding-bottom: .15em;
   text-align: left; /* centered text */
   color: #ca8c61;
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div#lostvalleysocialblog img {
max-width: 550px;
}


/********************
CONTENT STYLING
*********************/

.highlight{
	color: #a32100;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.subtitle{
	color: #B14529;
	font-weight: bold;
	font-size: 18px;
        line-height: 22px;
	display: block;
}

.subtitleCabinSuites{
	color: #a32100;
	font-weight: bold;
	font-size: 18px;
        line-height: 22px;
	display: block;
        width: 405px;
        margin-left:337px;
}

.brown{
	color: #a32100;
	font-weight: bold;
}

.sidequote{
    color: #682313;
    font-family:"Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    font-style: italic;
}


/*****HEADINGS*******/

/* added H1 tag for those tags that have not yet been changed to h2 tags on the pages */
div#content h1 {
    color: #a32100;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-bottom: #a48d6c 2px dotted; 
    padding: 1.2em 0em 0.4em 1.1em; /* some air for it */
    background: url(uploads/images/HeadlineDiamond.gif) no-repeat 0em bottom;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*new h2 by Holly*/
/* adding diamond image so they don't all have to be hand coded in the page */

div#content h2 {
    color: #a32100;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-bottom: #a48d6c 2px dotted; 
    padding: 1.2em 0em 0.4em 1.1em; /* some air for it */
    background: url(uploads/images/HeadlineDiamond.gif) no-repeat 0em bottom;
    margin-top: 5px;
    margin-bottom: 15px;
}
/*new h3 by Holly*/
div#content h3 {
    color: #a32100;
    font-weight: bold;
    font-size: 13px;
}
  /*div#content h3 {
   color: #a32100; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}*/
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

#blogposts h3{
   color: #a32100;
   font-size: 16px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin-bottom: 10px;
}
#blogposts h4 a{
    font-size: 13px;
}

/* END HEADINGS */

/*  SUB NAV STYLINGS */
/************Rates Page Icon Sub Nav***********/
#RatesIconNav{
	height: 71px;
	margin-bottom: 10px;
                margin-left: 30px;
	}
#RatesIconNav a{
	display: block;
	height: 71px;
	background-position:top;
	float:left;
	margin-right: 8px;
	}
#RatesIconNav a.ratesSpring{
	width:47px;
	background: url(images/Rates_Spring.gif) no-repeat;
	}
#RatesIconNav a.ratesSummer{
	width:59px;
	background: url(images/Rates_Summer.gif) no-repeat;
	}
#RatesIconNav a.ratesFall{
	width:40px;
	background: url(images/Rates_Fall.gif) no-repeat;
	}
#RatesIconNav a.ratesGroup{
	width:45px;
	background: url(images/Rates_Group.gif) no-repeat;
	}
#RatesIconNav a.ratesSpecial{
	width:50px;
	background: url(images/Rates_Special.gif) no-repeat;
	}
#RatesIconNav a.ratesHoliday{
	width:50px;
	background: url(images/Rates_Holiday.gif) no-repeat;
	}					
#RatesIconNav a:hover{
	background-position:bottom;
	}
/* END SUB NAV STYLINGS */
/* TABLE STYLINGS */

table.bordered{
	border-bottom: 1px solid #C49F6F;
	border-right: 1px solid #C49F6F;
	border-left: 1px solid #C49F6F;
	background-color: #E4CEB1;
}

table.bordered td{
	border-top: 1px solid #C49F6F;
	/*border-left: 1px solid #C49F6F;*/
}

table.bordered tr.shaded td{
	background-color: #D9BF9B;
}
/* END TABLE STYLINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px transparent;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#directions_location ul,
div#directions_location ol,
div#directions_location dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#directions_location ul li,
div#directions_location ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* FORMS */
.contactform FIELDSET {
   PADDING-RIGHT: 1em;
   PADDING-LEFT: 1em;
   PADDING-BOTTOM: 1em;
   PADDING-TOP: .5em;
   BACKGROUND-COLOR: transparent;
}
.contactform FIELDSET LEGEND {
   FONT-WEIGHT: bold;
   PADDING-BOTTOM: 1em;
   COLOR: #000000;
   PADDING-TOP: 1em
}
.contactform DIV {
   PADDING-RIGHT: 0px;
   PADDING-LEFT: 0px;
   PADDING-BOTTOM: 0.25em;
   WIDTH: 100%;
   PADDING-TOP: 0.25em;
}
.contactform DIV LABEL {
   DISPLAY: block;
   PADDING-BOTTOM: 0.25em;
   WIDTH: 100%;
   PADDING-TOP: 0.25em;
}
.contactform DIV.required {
   PADDING-BOTTOM: 0.25em;
   WIDTH: 100%;
   COLOR: #000000;
   PADDING-TOP: 0.25em;
}
/* End of Forms Styles */

/* End of 'Layout: LVR Top menu + 1 column' */

