/*media_style*/
.intro_txt{
  margin-bottom: 3px;
  width:520px;
}

h2.titleh2 {
  font-size : 16px;
  margin-bottom : 14px;
}

h3.blogtitle {
  font-size : 17px;
  margin: 20px 0 8px 12px;
}

blockquote.blogcontent {
  margin-top : 9px;
  margin-bottom : 10px;
  margin-left : 12px;
  padding : 8px 8px 8px 30px;
  width : 430px;
  position : relative;
  border : 1px solid #ffc946;
  background : #fff2b2 url(/img/contents/quotemark.gif) no-repeat;
}


blockquote.blogcontent .bubble {
  width: 0;
  height: 0;
  line-height: 0;
  border-bottom: 10px solid #ffc946;
  border-left: 5px solid #ffffff;
  border-right: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: 15px;
}
blockquote.blogcontent p {
  margin-top : 6px;
  margin-bottom : 6px;
  font-size : 13px;
}

blockquote.blogcontentw {
  margin-top : 9px;
  margin-bottom : 10px;
  margin-left : 12px;
  padding : 8px 8px 8px 30px;
/*  position : relative;*/
  border : 1px solid #ffc946;
  background : #ffffff url(/img/contents/quotemark.gif) no-repeat;

}

blockquote.blogcontentw .bubble {
  width: 0;
  height: 0;
  line-height: 0;
  border-bottom: 10px solid #ffc946;
  border-left: 5px solid #ffffff;
  border-right: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: 15px;
  display:none;
}
blockquote.blogcontentw p {
  margin-top : 6px;
  margin-bottom : 6px;
  font-size : 13px;
}

p.comment {
    display: none;
  margin : 3px 25px 10px 50px;
  padding : 5px;
  font-size : 12px;
  border-width : 0 0 0 4px;
  border-style : solid none none solid;
  border-color : #d4dcca;
}

blockquote.media {
  margin-top : 6px;
  margin-bottom : 21px;
  margin-left : 12px;
  padding : 3px 3px 3px 10px;
  border : 1px dashed #ffc900;
  background : #ffffff;
}

blockquote.media p {
  margin-top : 6px;
  margin-bottom : 6px;
  font-size : 13px;
}

hr.media{
  color:#e8e8d0;
  border-width:2px;
  border-style:dotted;
}
