/* * * * * * * * * * * * * * *
 *	IMPORTING WWW.GENTOO.ORG CSS AS PART OF THE CASCADE
 *	applies to www.gentoo.org
 */
@import url("gentoo.css");

/* * * * * * * * * * * * * * *
 *	PAGE ELEMENTS: www.gentoo.org (homepage)
 *	(August 07, 2005 | 5:37 PM PST)
 */
#whygentoo {
	margin: 0 150px 0 0;
	background-color: #310e6a;
	border-top: 1px solid #8e7eb6;
	border-bottom: 6px solid #8e7eb6;
	/* box model hack for non-compliant browsers */
	height: 127px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px;
}
#whygentoo div {
	font-size: 12px;
	color: #e3dfed;
	background-color: #310e6a;
	background-repeat: no-repeat;
	float: left;
	width: 24.9%; /* Win IE % glitch fix [affected: up to IE 6 SP2], normally should be 25% */
	height: 120px;
}
#whygentoo div p { /* Win IE rendering and link glitch fix [affected: up to IE 6 SP2] */
	background: none;
	float: none;
	padding: 15px 15px 0 15px;
	margin: 0;
	width: auto;
	/* box model hack for non-compliant browsers */
	height: 120px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
}
#whygentoo div a img {
	margin-bottom: 5px;
}
#whygentoo div a, #whygentoo div a:link, #whygentoo div a:visited, #whygentoo div a:active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#whygentoo div a:hover {
	border-bottom: 1px solid #fff;
}
#feature-manage {
	background-image:url(../img/managebg.jpg);
}
#feature-customize {
	background-image:url(../img/customizebg.jpg);
}
#feature-optimize {
	background-image:url(../img/optimizebg.jpg);
}
#feature-interact {
	background-image:url(../img/interactbg.jpg);
}

.jumppad {
	position: relative;
	background-color: #f7f7f7;
	background-image: url(../img/jp-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 25px 25px 0 0;
	float: left;
	/* box model hack for non-compliant browsers */
	width: 175px;
	min-height: 235px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	min-height: 210px;
}
.jumppad ul {
	/* alternate method: position: relative; top: -1em; left: -3em; */
	margin-top: 5px;
	margin-left: 0; /* IE flush left */
	padding-left: 5px; /* Firefox flush left */
	list-style-image: url(../img/arrow-small.gif);
	list-style-type: none;
	list-style-position: inside;
	font-size: 85%;
	line-height: 150%;
	vertical-align: middle;
}
/* * * * * * * * * * * * * * *
 *	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: 127px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px;
}
#search div {
	padding: 25px 15px 0 15px;
	/* box model hack for non-compliant browsers */
	width: 150px;
	height: 120px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	height: 90px;
}
/* * * * * * * * * * * * * * *
 *	SIDEBAR
 */
#sidebar {
	position: absolute;
	top: 222px;
}