/* Print style sheet */
body
{
	margin:0;
	padding:0;
	line-height: 1.4em;
	/* word-spacing:1px;
	letter-spacing:0.2px; */
	font-size:12px; 
	font-family: Arial, Helvetica,"Lucida Grande";
	/* color: #000; */
}
figure {
  -webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.9); /* FF3.5+ */
      -ms-transform: scale(0.9); /* IE9 */
       -o-transform: scale(0.9); /* Opera 10.5+ */
          transform: scale(0.9);
             /* IE6–IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}​

/*Header*/
h2
{
	color:#000;
	font-size:20px;
}

.post .entry h2
{
	font-size:20px;
}

/* Links */
a:link, a:visited
{
	background: transparent;
	color:#333;
	text-decoration:none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 11px;
}
a[href^="http://"] 
{
	color:#000;
} 

/*Image*/
img, img a, .more-link a
{
	border:none;
}

/*Remove Element*/
#logo, #catnavi, .topnavi, #header, .more-link, #navigation, #nav, #sidebartop, #related, #social, #sponsors,  #allpost, .toolbar, .splitbox, div.newbox, #commentform, #commentabs, .idTabs, .postmeta-content,  #respond h3, .tag, .footerlinks, .bluecontainer
{
	display:none;
}

/*Post*/
.post
{
	border-bottom:1px solid #000;
}

.postmeta
{
	font-size:10pt;
	margin-top:10px;
}

.postfooter
{
	font-size:10pt;
	margin-bottom:20px;
}

/*Comment Section*/
.commentlist .avatar
{
	float:left;
	margin-right:10px;
}

.commentlist .children
{
	margin-top:10px;
}

span.tab1
{
	margin-left: 40px;
}

span.tab2
{
	margin-left: 80px;
}

span.tab3
{
	margin-left: 120px;
}


#comments
{
	page-break-before: always;
}

/*Footer*/
#footer
{
	margin-top:10px;
}

.ui-widget li span {
    font-size:85% !important;
	font-weight:normal !important;
}

.ui-widget li  strong {
    font-size:85% !important;
	font-weight:normal !important;
}
