/**
 * print.css - pixie.tv print style sheet // 25-Mar-2005 
 *
 * by Michael Guitton (michael/at/guitton/dot/name) 
 *
 */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, sans-serif;
	text-align: center;
	font-size: 12px;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
	background: #fff none; /* FireFox bugs here (!?) */
}

a {
	text-decoration: none;
	color: #000;
}

/*-( Masthead )---------------------------------------------------------------*/

#header {
	position: relative;
	margin: 0 auto;
	padding: 0 260px 0 0;
	background: #fff url(../gui/flip.jpg) 100% 0;
	background-repeat: no-repeat; /* IE5.5/Win work-around */
	height: 128px;
}

#header h1 {
	position: absolute;
	left: 0;
	bottom: 16px;
	margin: 0;
	padding: 0;
	width: 66px;
	height: 94px;
}

#banner {
	position: absolute;
	top: 17px;
	right: 270px;
	margin: 0;
	padding: 0;
	background-position: 100% 0;
	background-repeat: no-repeat; /* IE5.5/Win work-around */
	width: 350px; /* IE5/Win mandatory! */
}

#header h2 {
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
	height: 30px;
}

#header img, #switchbar img {
	display: block;
}

/*-( Breadcrumbs Zone )-------------------------------------------------------*/

#breadcrumbs {
	margin: 0;
	padding: 12px 0;
	font-weight: bold;
	font-size: 12px;
}

/*-( Main Content )-----------------------------------------------------------*/

#content {
	margin: 0;
	padding: 24px 12px 0 68px;
	font-size: 14px;
}

#content h3 {
	margin: 0 12px 16px -21px;
	padding-left: 21px;
	background: url(../gui/big_square.gif) 0 8px;
	background-repeat: no-repeat;
	font-size: 18px;
}

#content p {
	margin: 0 12px 12px 0;
}

/*-( Thumbs Zone )------------------------------------------------------------*/

#thumbs {
	margin-right: -12px;
	padding: 12px 24px 24px 0;
}

#thumbs h4 {
	margin: 0 0 6px;
	font-weight: bold;
	font-size: 14px;
	float: left; /* IE6/Win kludge: prevents disappearing text (!?) */
	float /**/: none !important;
}

#thumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left; /* IE6/Win kludge: prevents disappearing text (!?) */
	clear /**/: none !important;
}

#thumbs li {
/*\*/
	display: inline;
/*/
/* */
}

#thumbs img {
	display: block;
}

#thumbs li a {
	margin-right: 8px;
	padding-bottom: 2px;
	float: left;
	display: block;
	width: 80px;
	background: #113 none;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.2;
}

#thumbs li a{
	border: 1px solid #999;
	color: #fff;
}

.segment {
	clear: left;
}

.minitoc {
	margin: 6px 0;
	padding: 2px;
	font-size: 11px;
	float: left; /* IE6/Win kludge: prevents disappearing text (!?) */
	float /**/: none !important;
}

/*-( Footer )-----------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0;
	padding: 12px 0;
	font-size: 11px;
}

#switchbar, #sidebar, #thumbs-clear {
	display: none;
}
