#menu-left,
#menu-right,
#golbalsearchbox,
.header-message,
#buttons,
#linktocomment,
#tabs,
.list-all,
#footer,
.author-subheadline,
.contributors-subheadline,
.blockcode .sample {
	display: none;
}

* {
	line-height: normal !important;
	/*background: none !important;*/
}

#header {
	text-indent:0;
	background: none;
	height: auto;
	font-size: 15pt;
	border-bottom: none;
}

.printOnly {
	display: block;
}

#content a[href^=http]:after {
    content: " [" attr(href) "]";
    color: #888;
}


#content {
	position:static;
	left: auto;
	right: auto;
	width: auto;
	max-width:none;
	min-width:none;
	margin: 0 !important;
	padding: 0;
}

html,
body,
.main,
#body {
	margin:0 !important;
	padding:0 !important;
	max-width:none;
	min-width:none;
	width: auto;
	height: auto;
	position:static;
}

#content .table-of-contents a:link {
	text-decoration: none;
}

.block {
	border: 1px solid #000;
}

#path {
	margin:0;
}

#path a {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#content .blockcode .blockcode-content,
#content .blockcode > pre {
	max-height: none;
}
