/* version 1.000 */

/*/////////////////////////////////////////// BLOG ///////////////////////////////////////////////////////////////////*/

div.wsh_biolink { padding-top:5px; clear:both; }
div.wsh_biolink img { float:left; }

.wsh_dividerComments {
  border-bottom: 1px solid #efefef; 
  margin: 15px 0 0 0;
}

#wsh_blogBox h2 {
  font-size: 15px;
  margin: 5px 0;
}

#wsh_blogContent {
  height: 100%;
}

#wsh_blogContent .wsh_blogDetail {
  float: left;
  width: 65%;
}

#wsh_blogContent .wsh_blogDetail .wsh_blogDate {
  float: left;
  width: 20%; 
}

#wsh_blogContent .wsh_blogDetail .wsh_blogtitle {
  float: right;
  width: 80%;
}

#wsh_blogContent .wsh_blogDetail h4 {
  font-size: 12px;
  margin: 10px 0;
  color: #555;
}

#wsh_blogContent h2 {
  font-style: normal; 
  font-weight: bold;
}

#wsh_blogContent .wsh_blogComments {
  margin: 0 0 0 10px; 
  padding: 10px;
}

#wsh_blogContent .wsh_blogComments .wsh_blogArrow {
  margin: 5px 0 0 0;
  padding: 0 0 0 15px;
  z-index: 10;
  position:relative;
}

#wsh_blogContent .wsh_blogComments .wsh_blogCommentsBox {
  border: 1px solid #dcdcdc;
  background-color: #f6f7f8;
  margin: -1px 0 0 0;
  padding: 10px;
  z-index: 5;
}

#wsh_blogContent .wsh_blogComments .wsh_blogQuoteStart {
  background-image: url(/common/images/wsh_blogQuoteStart.gif); 
  background-repeat: no-repeat; 
  background-position: 3% 20%;
}

#wsh_blogContent .wsh_blogComments .wsh_blogQuoteEnd {
  background-image: url(/common/images/wsh_blogQuoteEnd.gif); 
  background-repeat: no-repeat; 
  background-position: 100% 93%;
}

#wsh_blogContent .wsh_blogComments .wsh_blogCommentsBox p {
  margin:0; 
  padding: 5px 40px 10px 40px; 
}

#wsh_blogContent .wsh_blogInfoBox {
  float: right; 
  padding: -10px 10px 10px 20px; 
  width: 25%; 
  z-index:1;
}

#wsh_blogContent .wsh_blogInfoBox h5 {
  font-size: 12px; 
  background-color: #306481;
  color: #fff;
  margin-bottom: 0; 
  /*width: 100%; 
  background-repeat: repeat-x; */
  padding:3px; 
}

#wsh_blogContent .wsh_blogInfoBox ul {
  margin: 0;
  padding: 0;
}

#wsh_blogContent .wsh_blogInfoBox li {
  list-style-type: none; 
  padding: 1px; 
}

#wsh_blogContent .wsh_blogInfoBox ul.wsh_blogRecent li {
  margin-bottom: 5px;
}





/*/////////////////////////////////////////// End of BLOG //////////////////////////////////////////////////////////////*/

