body{
	padding-top: 70px;
	background-image: url("../img/satinweave.png");
	position: relative;
	height:100%;
}


#map_canvas {
	width: 66%;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: right;
}


.tumblr_title {
	font-size: 16pt;
	font-weight: normal;
  	line-height: 1;
 	color: #555;
}		

.tumblr_body {
	
}

.tumblr_posts {
	list-style-type: none;
}
.navbar {

}

.tumblr_post {
	 padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #BFD5D6;

}

.tumblr_post h2 {
	font-size: 15pt;
	font-weight: normal;
  	line-height: 1;
 	color: #777;

}

hr {
	/* border-bottom: 1px dashed #ffffff;
  	border-color: gray; */
  	height: 1px;
	  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
	  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
	  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
	  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  	border: 0;
}
/*
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}*/

.jumbotron {
	background-color: #BFD5D6;
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tumblr_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.tumblr_video iframe,
.tumblr_video  object,
.tumblr_video  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tumblr_photo {

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}