


div.heroContentContainer1
{
  	position:absolute;
    left:240px;
	margin:-15px 0 0 0 ;
    top:200px; /*same as hero image*/
	float:left;
	background-position: right 99px;
	background-repeat: no-repeat;
background-color:#000;
border-top:#000 solid;
}
a:link {
	color: #bc9336;
	text-decoration: none;
}
a:hover {
	color: #810607;
}
a:visited {
	color: #bc9336;
	text-decoration: none;
}
a:visited:hover {
	color: #810607;
	text-decoration: none;
}

a img {
  border-width:0;
  }

.currenttrailtext
{
  font-family: Tahoma;
  font-weight: bold;
  font-size:275%;
}

#recently 
{
width: 100%; overflow: hidden;  
}


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:500px;
    margin:0 auto 10px;
        }
  }
@media handheld {
  #header {
    width:90%;
    }
  }


#hotel-title {
  
  font-size: 125%;
  font-family: Tahoma;
  }

#blog-title a {
  text-decoration:none;
  }
#blog-title a:hover {
  
  }


/* Content
----------------------------------------------- */
@media all {
  #content {
    width:500px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
#blog {
width:640px;
padding:10px;
background:#f3f1f2;
}
  #main {
    width:340px;
    float:left;
background:#f3f1f2;
padding:5px 5px 12px 5px;
    }
 
  #sidebar {
    width:140px;
    float:right;
background:#f3f1f2;
padding:5px ;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font-size:100%;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;

  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
   }

.post-footer em {
  font-style:normal;
  
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }



/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
