/*////////////////////////////////////*/
/*					Tirium ver. 0.83b					*/
/*				author: vannsKang						*/
/*		facebook: fb.com/vanns.Kang			*/
/*////////////////////////////////////*/
@import url(./images/tiriumTitle.css);
@import url(./images/tiriumSidebar.css);
@import url(./images/tiriumContent.css);
@import url(./images/tiriumFooter.css);
@import url(./images/tiriumFont.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
.header {
  background: url(./images/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: auto;
  height: 450px;
}

.article iframe { max-width:100% }

/*custom styles*/
*{
	font-family: "Noto Sans KR", sans-serif;
}

.entry{
	margin-bottom:150px;
}

.webTitle{
	font-size:18pt;
	font-family:"Noto Sans KR", sans-serif;
}

.entry .article{
	font-size:11pt;
	line-height:180%;
	/*word-break:keep-all;*/
}

.entry .article p{
	word-break: break-all;
}

#header{
	background-image:url(./images/bass_playing_bg.jpg") !important;
}

span.webBody{
	font-size:10pt;
}

.shareButton{
	display:none;
}

span.mobileTitle{
	line-height:120% !important;
}

.bottomDesc{
	display:none;
}

.textBottom{
	display:none;
}

.titleWrap{
	padding-bottom:15px;
	border-bottom:1px solid #afafaf;
}

div.actionTrail.text-peru.webBody{
	display:inline-block;
	margin-bottom:30px;
	font-size:11pt;
}

.trackbackAdd{
	font-size:11pt;
}

h3 .webView{
	font-family:"Noto Sans KR", sans-serif;
}

.btnComment{
	margin-top:15px;
}

.img-circle.avatar{
	border:2px solid #fff;
}

.contents_style a{
	color: rgb(0,122,255);
	text-decoration: underline;
}

.contents_style a:hover{
	color: rgb(0,122,255);
	cursor: pointer;
}