@import url("screen.css"); /* default gitit screen styles */
@import url("hk-pyg.css"); /* for syntax highlighting */

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.4;
font-family: "Times New Roman", serif; color: #000; background: none; font-size: 12pt; }


/* Put your custom style modifications here: */
#sidebar {
	/*display: none;*/
	clear: both;
}

#logo {
	display: none;
}

.sitenav  {
	display: none;
}


.yui-t1 #yui-main .yui-b {
	margin-left: 0;
}

#maincol { margin-left: 1em; margin-right: 1em; border: none; }
#content { border: none; }
#sidebar, #userbox, #footer {display:none;}
#toc { display: none; }
#categoryList { display: none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link { text-decoration: none; }
/* h1.pageTitle { font-size: 220%; }*/
h1.pageTitle {  display: none; }
td.lineNumbers { display: none; }
ul.tabs { display: none; }

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; width:100% }
a img { border: none; width:100% }

