/*////////////////////////////////////*/
/*					Tirium ver. 0.83b					*/
/*				author: vannsKang						*/
/*		facebook: fb.com/vanns.Kang			*/
/*////////////////////////////////////*/
@import url(./images/tiriumSidebar.css);
@import url(./images/tiriumContent.css);
@import url(./images/tiriumFooter.css);
@import url(./images/tiriumFont.css);
.header {
  background: url(./images/back.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: auto;
  height: 150px;
}
.article iframe { max-width:100% }
#tistorytoolbarid

{

display:none;
}
#blogMenu {overflow:hidden;height:38px;background-color:#4F4E60; }
 #blogMenu ul li {float:left; }
 #blogMenu a {overflow:hidden;float:left;height:26px;padding:6px 10px;font-size:16px;font-weight:bold;cursor:pointer;text-align:center;color:#fff;text-decoration:none}
 #blogMenu a:hover{background-color:#003478}