/*////////////////////////////////////*/
/*					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);
.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% }
.hljs
{
	white-space: pre;
	oerflow-x: auto
}
.hljs-ln-numbers { 
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
	text-align: center; 
    color: #ccc; 
    border-right: 1px solid #ccc; 
	vertical-align: top;
	padding-right: 5px !important;
}
.hljs-ln td.hljs-ln-code {
	padding-left: 10px;
}