/**
 * Layout
 */
#node-story-media {
 float: left;
 clear: left;
 width: 633px;
 margin: 40px 14px 0 10px;
 padding-top: 	px;
 text-align: center;
}

#node-story-text {
  border-top: 2px solid #FFF;
  float: left;
  clear: right;
  width: 290px;
  margin: 0;
  padding: 20px 0 0 0;
}

#node-story-body {
  padding-top: 20px;
}

#node-story-title h1 {
 /*	margin: 10px 0 10px 0;
	border-bottom: 2px solid #2D696E; */
	line-height:150%;
/*	display:inline-block; */

}
#node-story-title h1 p{
margin-bottom:5px;
}
#share-bar {
	width:100%;
	border-bottom: 2px solid #2D696E;
    margin-bottom: 10px;
	float:left;
}

#share-button {
float:right;
}
#node-story-section-title {
  margin: 20px 0 0 0;
}

/**
 * Story
 */
#node-story-type p {
  color: #eee809;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.story-image {
  position: relative;
  
}

.more-views {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  background-color: #393939;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid white;
}