/*

               
  
 STAKEHOLDER CSS STYLES 
============================================================= */ 
#masthead {
	height: 200px;
	}
#content {
	float: left;
	}
#sidebar {
	float:right;
	overflow: hidden;
}

/*	main navigation
==========================*/

#nav {
	clear: both;
	background: url('../images/bck_nav_blog.png') no-repeat center center;
	width: 900px;
	height: 38px;
	margin: 20px auto 0 auto;
	padding: 0 20px;
	top: -12px;
	z-index: 100;
	}
#nav li {
	display: inline;	
	}
#nav li a {
	font: 14px "Arial Black", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px 30px 8px 0;
	color: #fff;
	width: auto;
	}
	
/*	rss
==========================*/
#s_nav {
	clear: both;
	}


*:first-child+html #s_nav {
  padding: 10px 0 0 10px;
}

.rss {
	background: url('../images/rss_icon.jpg') no-repeat left top;
	padding: 10px 0 4px 40px;
	margin: 0 0 25px 0px;
	font-weight: bold;
	text-decoration: none;
	}	
	/*	MASTHEAD
==========================*/

#blog_title {
	width: 380px;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	text-indent: -9999px;
	}	
#tw {
	background: url('../images/bck_tw_blog.png') no-repeat bottom center;
	}
.renotahoe { background: url('../images/blog_title_renotahoe.png');}
.dining { background: url('../images/blog_title_dining.png');	}
.meeting { background: url('../images/blog_title_meeting.png');	}
.ski { background: url('../images/blog_title_ski.png');	}
.photo { background: url('../images/blog_title_photo.png');	}

/*      THE POST
==========================*/

.post {
  margin: 0 0 2em;
  overflow: hidden;
}

.post-entry {
  overflow: hidden;
}

h1 a {
  text-decoration: none;
}

.post-entry img {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #A59584;
  float: right;
  max-width: 585px;
  height: auto;
}

.post-entry object {
  max-width: 600px;
}

.post-footer {
  padding: 1em 0 0;
  border: 1px dashed #A59584;
  border-width: 1px 0 1px;
  overflow: hidden;
  clear: both;
}

.post-share {
  float: left;
}

.post-info {
  width: 500px;
  text-align: right;
  float: right;
}



/*	misc
==========================*/

.blog-mini-nav {
  margin: 10px 0;
  border: 3px double #A59584;
  border-width: 3px 0 3px;
  overflow: hidden;
}

.btn-left, 
.btn-right,
.btn-left p,
.btn-right p  { 
  padding: 15px 0;
  display: inline;
}

.btn-left {
  float: left;
}

.btn-right {
  float: right;
}

.hr {
	border-top: 5px solid #2b2b2b;
	border-bottom: 5px solid #2b2b2b;
	padding: 20px 0;
	clear: both;
	}
.hr_top {
	border-top: 5px solid #2b2b2b;
	padding: 20px 0;
	clear: both;
	}
.hr h2, .hr_top h2 {
  margin-top: 0;
}

.hr h2 a.rsswidget {
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0 4px 40px;
  background: url('../images/rss_icon.jpg') no-repeat left top;
}



/*	gallery-l
==========================*/
ul#flickr {
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery {
  margin: auto;
  clear: none;
}

dl.gallery-item {
  width: 150px;
  height: 150px;
  margin: 10px 20px 20px 10px;
  padding: 0;  
  text-align: left;
  float: left;
  clear: none;
}

dt.gallery-icon {
}

.post-entry .gallery .gallery-item  img {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 150px;
  border:1px solid #A59584;
  padding: 8px;
  float: left;
}

.gallery .gallery-caption {
  margin-left: 0;
} 
	


