/**
 * Essay Layout
 */
#node-essay-text {
/* border-top: 2px solid #FFFFFF; */
    clear: left;
    float: left;
    margin: 0 20px;
    padding: 20px 0 0;
    width: 633px;
}

#node-essay-body {
  margin-bottom: 20px;
}

#node-essay-header {
/*	border-bottom: 2px solid #2D696E	; */
	line-height:150%;
	clear: right;
}

#node-essay-information {
  float: left;
  clear: left;
  width: 100%;
}

#node-essay-section-block {
  float: right;
	margin-bottom:10px;
}

#node-essay-author {
  float: left;
  width: 280px;
  margin: 0;
  color: #6E6F70;
  font-size: .9em;
  padding-top: 30px;
}

#node-essay-author-name {
	float: left;
  clear: both;
  width: 400px;
  margin-bottom: 10px;
  color: #6E6F70;
  font-size: .9em;
}

#node-essay-author p {
	font-size: .9em;
}

#node-essay-author a {
  color: #2D696E;
}

#node-essay-about a,
#node-essay-back a {
  color: #2D696E;
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  
  background-image: url('../images/bullet-right.jpg');
  background-repeat: no-repeat;
  background-position: 100% 4px;
  
  margin: 0;
  padding: 0 20px 0 0;
}


#node-essay-title h1 {
 /*	margin: 10px 0 10px 0;
	border-bottom: 2px solid #2D696E; */
	line-height:150%;
/*	display:inline-block; */
}
#node-essay-title h1 p{
margin:0;
}
#share-bar {
	width:100%;
	border-bottom: 2px solid #2D696E;
    margin-bottom: 10px;
	float:left;
}

#share-button {
float:right;
}
#back-to-top a
{
	/* display: block before hiding */
	display: block;
	display: none;
 
	/* link is above all other elements */
	z-index: 999; 
 
	/* link doesn't hide text behind it */
	opacity: .8;
 
	/* link stays at same place on page */
	position: fixed;
 
	/* link goes at the bottom of the page */
	bottom: 20px;
 
	/* link is centered */
	right: 20%;
 
	color: #fff;
	font-size: 10px;
	
}


