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

/* * * * * * * * * * * * * * *
 *	WWW.GENTOO.ORG CSS
 *	applies to www.gentoo.org
 *	(August 07, 2005 | 5:38 PM PST)
 *
 *	Table of Contents
 *	1) SEARCH
 *	2) SIDEBAR
 *	3) LOCATOR
 *	4) CONTENT
 */
/* * * * * * * * * * * * * * *
 *	1. SEARCH
 */

#search {
	position: absolute;
	top: 95px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #8e7eb6;
	border-bottom: 6px solid #8e7eb6;
	background-image: url(../img/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	/* box model hack for non-compliant browsers
	height: 87px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 80px; */
}
* html div#search { /* positioning hack for IE using "* html <selector>" [affected: up to IE 6 SP2] */
	right: -1px;
}
#search div {
	padding: 5px 15px 5px 15px;
	/* box model hack for non-compliant browsers */
	width: 150px;
	height: 80px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	height: 70px;
}
#searchterms {
	width: 114px;
	height: 18px;
	padding: 2px 2px 0 2px;
	margin: 5px 0px;
	font-size: small;
	border: 1px solid #8e7eb6;
	color: #e3dfed;
	background-color: #240043;
}
#searchterms:hover, #searchterms:focus {
	background-color: #310e6a;
}
#searchform {
	display: inline;
}
/* * * * * * * * * * * * * * *
 *	2. SIDEBAR
 */
#sidebar {
	position: absolute;
	top: 182px;
	right: 0;
	margin: 0;
	font-size: 80%;
	text-align: center;
	width: 150px;
}
* html div#sidebar { /* positioning hack for IE using "* html <selector>" [affected: up to IE 6 SP2] */
	right: -1px;
}
.sidebar-sectionlabel {
	color: #e3dfed;
	background-image: url(../img/sidebarsectionbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0 0 0;
	/* box model hack for non-compliant browsers */
	height: 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 18px;
}
/* */
#doc-actions {
	margin: 0 25px;
	padding: 20px 0;
}
#doc-actions a, #doc-actions a:link, #doc-actions a:visited, #doc-actions a:active {
	padding-left: 1px;
	background-color: #fff;
	border: none;
	width: 24px;
	height: 22px;
	display: block;
	float: left;
}
#doc-actions a:hover {
	background-color: #eeecf4;
}
/* */
#doc-credits ul {
	margin: 0 25px;
	padding: 20px 0;
	list-style: none;
}
#doc-credits ul li {
	padding-bottom: 5px;
}
#doc-credits ul li em {
	font-size: 90%;
}
/* */
#ads {
	margin: 0 25px;
}
#ads a {
	border: none;
}
.ads-divider {
	height: 1px;
	border: 1px dotted #8e7eb6;
}
.ad {
	width: 100px;
	font-size: x-small;
	border-bottom: 1px dotted #8e7eb6;
	padding: 20px 0;
}
/* * * * * * * * * * * * * * *
 *	3. LOCATOR
 */
#locator {
	margin-right: 150px;
	background-color: #310e6a;
	border-top: 1px solid #8e7eb6;
	border-bottom: 6px solid #8e7eb6;
}
#section {
	padding-left: 20px;
	color: #f5e1ff;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	height: 50px;
}
#breadcrumbs {
	font-size: 90%;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #6c559a;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #f5e1ff;
	border-bottom: 1px dotted #f5e1ff;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #f5e1ff;
}
#breadcrumbs img {
	vertical-align: middle;
}
#contentjump {
	display: inline;
}
* html form#contentjump { /* positioning hack for IE using "* html <selector>" [affected: up to IE 6 SP2] */
	vertical-align: middle;
}
#contentjump label {
	display: none;
}
#contentjump select {
	font-size: 90%;
	font-weight: bold;
	color: #f5e1ff;
	background-color: #6c559a;
}
/* * * * * * * * * * * * * * *
 *	4. CONTENT
 */
#news h1 {
	font-size: large;
	color: #4d2a86;
	margin: 0;
}
#news table {
	font-size: x-small;
	border-top: 3px solid #d1d2d3;
	width: 100%;
	background-image: url(../img/newsbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#news table tr {
	background-color: transparent;
	font-size: 120%;
	line-height: 140%;
	vertical-align: top;
}
#news table th {
	background-color: transparent;
	color: #a8a9ac;
	font-size: xx-small;
	text-align: right;
	border-right: 1px dotted #d6d6d6;
	width: 80px;
}
#news table th strong {
	color: #83b300;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
a.headline, a.headline:link, a.headline:visited, a.headline:active {
	border: none;
	color: #4d2a86;
	background-color: #e3dfed;
	font-weight: bold;
	padding: 0 4px;
}
a.headline:hover {
	color: #4d2a86;
	background-color: #c6beda;
}
/* */
#doc-info {
	position: relative;
	padding: 10px;
	background-color: #eeecf4;
	border: 1px dotted #8e7eb6;
	font-size: 90%;
	margin-top: 10px;
}
#doc-info h1 {
	font-size: large;
	margin: 0;
}
#doc-summary {
	padding: 10px 0;	
}
#doc-updated {
	padding-top: 5px;
	font-style: italic;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 135%;
	color: #83b300;
	margin-top: 2em;
}
h3 {
	font-size: 105%;
	color: #4d2a86;
}

#content .ntable {
	border-spacing: 1px;
}
#content .ntable th {
	color: #fff;
	background-color: #6c559a;
	padding: 3px;
}
#content .ntable td  {
	background-color: #eeecf4;
	padding: 3px;
}
.warning {
	border-left: 5px solid #c33;
	font-size: 90%;
	color: #000;
	background-color: #eeecf4;
	padding: 5px;
}
.warning strong, .warning em {
	color: #c33;
}
.emphasis {
	font-style:italic;
}
.path {
	font-family: "Courier New", Courier, mono;
	color: #000;
	background-color: #f7f6fa;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #33c;
	background-color: #f7f6fa;
}
.input {
	color: #33c;
}
.comment {
	color: #c33;
}
.codelisting {
	width: 100%;
	overflow: auto;
	/* IE fudge to remove extra scrollbars [affected: up to IE 6 SP2] */
	overflow-x: auto;
	overflow-y: hidden;
}
h4.codetitle {
	font-size: 100%;
	color: #000;
	background-color: #eeecf4;
	margin: 0px;
	padding: 3px 5px;
	border-left: 5px solid #33c;
}
pre.code {
	margin: 0px;
	padding: 10px 5px 20px 5px;
	border-top: none;
	border-left: 5px solid #33c;
}