/* * * * * * * * * * * * * * *
 *	IMPORTING GENTOO GLOBAL PRINT CSS TO START THE CASCADE
 *	applies to all Gentoo sites
 */
@import url("globalprint.css");

/* * * * * * * * * * * * * * *
 *	WWW.GENTOO.ORG PRINT CSS
 *	applies to www.gentoo.org
 *	(August 07, 2005 | 5:30 PM PST)
 *
 *	Table of Contents
 *	1) LOCATOR
 *	2) SEARCH
 *	3) SIDEBAR
 *	4) CONTENT
 */
/* * * * * * * * * * * * * * *
 *	1. LOCATOR
 */
#locator {
	display: none;
}
/* * * * * * * * * * * * * * *
 *	2. SEARCH
 */
#search {
	display: none;
}
/* * * * * * * * * * * * * * *
 *	3. SIDEBAR
 */
#sidebar {
	display: none;
}
/* * * * * * * * * * * * * * *
 *	4. CONTENT
 */
#doc-info {
	padding: 0;
	background: none;
	border: none;
	font-size: 90%;
	margin-top: 25px;
}
#doc-summary {
	padding: 10px 0;	
}
#news h1 {
	font-size: large;
	color: #000;
	margin: 20px 0;
}
a.headline, a.headline:link, a.headline:visited, a.headline:active, a.headline:hover {
	color: blue;
	font-weight: bold;
	padding: 0;
}
#content #news table, #content #news th, #content #news tr, #content #news td {
	border: none;
}
#content table, #content .ntable {
	color: #000;
	background: none;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #000;
}
#content th, #content tr, #content td, #content .ntable th, #content .ntable tr, #content .ntable td {
	color: #000;
	background: none;
	border: 1px solid #000;
}