/*
	tksh 2005/april
*/


/* General document properties. */
body
{
	background:#fcfcfc url('background.png') repeat-x fixed left bottom; text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 5px solid #999;
	
}

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

a:hover, a:active
{
	text-decoration: underline;
}

.spacer
{
	height: 25px;
}

.hili
{
	background-color: #def;
	padding: 0 4px 0 4px;
}


/* Wrapper box for content. */
#box
{
	margin: 20px auto 0 auto;
	padding: 0;
	background-color: #fff;
	border-width: 4px 1px 1px 1px;
	border-color: #666;
	border-style: solid;
	height: 100%;
	width: 580px;
	text-align: left;
}


/* Logo area. */
#header
{
	height: 70px;
	background-color: #fcfcfc;
	background-image: url('header.png');
}

#header h3
{
	display: none;
}


/* Navigation menu. */
#menu
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

#menu li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#menu a
{
	width: 83px;
	height: 18px;
	color: #c30;
	background-color: #fff;
	display: block;
}


#menu a:hover, #menu a:active
{
	font-weight: bold;
	color: #fff;
	background-color: #c30;
	text-decoration: none;
}

#menu .first
{
	width: 82px;
}


/* Main content area. */
#body
{
	padding: 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #d0d0d0;
	background-color: #f8f8f7;
	background-repeat: no-repeat;
	background-position: top right;
}

#contents
{
	background-color: #fff;
	font-size: 12px;
	padding: 22px 12px 0 12px;
	margin: 0;
	width: 360px;
	text-align: justify;
	border-right: 1px dotted #d0d0d0;
}

#contents h4
{
	margin: 0;
	padding: 0 0 5px 0;
	text-indent: 10px;
	font-size: 13px;
	text-align: left;
}

#contents p
{
	margin: 0 0 15px 0;
	text-indent: 20px;
}

#contents .quote
{
	/*-moz-border-radius: 8px;*/
	width: 80%;
	margin: 0 10% 20px 10%;
	border: 1px dotted #d0d0c0;
	background-color: #eaeae3;
	padding: 6px;
	line-height: 13px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-indent: 12px;
	letter-spacing: 1px;
}

/* Donations. */
#gratitude .tier1,
#gratitude .tier2
{
	font-size: 12px;
	padding: 8px;
	margin: 0;
	border-width: 0;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	background: #f9f9f6 url('corner-alt.png') no-repeat top left;
}

#gratitude .tier1
{
	background-color: #f4f4f4;
	background-image: url('corner.png');
}

#gratitude .tier
{
	font-weight: bold;
}

#gratitude .chasm
{
	width: 2%;
}

#gratitude .gap
{
	font-size: 12px;
	height: 12px;
}

#gratitude .list
{
	font-style: italic;
	font-size: 11px;
	padding-left: 10px;
	color: #666;
}

#gratitude .tier1 .list
{
	font-size: 12px;
}

#gratitude .line
{
	margin-bottom: 6px;
	padding-top: 11px;
	border-width: 0;
	border-bottom: 1px solid #d0d0c0;
}

#gratitude a
{
	color: #666;
	cursor: pointer;
}

#gratitude a:hover, #gratitude a:active
{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}


/* The staff list. */
#stafflist .group, #stafflist .groupAlt, #stafflist .groupSec
{
	font-size: 12px;
	padding: 8px;
	margin: 0;
	border-width: 0;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	background: #f9f9f6 url('corner-alt.png') no-repeat top left;
}

#stafflist .groupSec
{
	background-color: #fdfaf6;
	background-image: url('corner-sec.png');
}

#stafflist .group
{
	background-color: #f4f4f4;
	background-image: url('corner.png');
}

#stafflist td, #stafflist .chasm, #stafflist .gap
{
	margin: 0;
	padding: 0;
	border-width: 0;
}

#stafflist .gap
{
	font-size: 12px;
	height: 12px;
}

#stafflist td
{
	width: 49%;
}


#stafflist .chasm
{
	width: 2%;
}

#stafflist .job
{
	font-style: italic;
	font-size: 10px;
	padding-left: 10px;
	color: #666;
}

#stafflist .line
{
	margin-bottom: 6px;
	padding-top: 11px;
	border-width: 0;
	border-bottom: 1px solid #d0d0c0;
}


/* The projects list. */
.project, .projectAlt, .projectSec
{
	padding: 8px;
	background: #f4f4f4 url('corner.png') no-repeat top left;
	margin-top: 12px;
	margin-left: 24px
}

.projectAlt
{
	background-color: #f9f9f6;
	background-image: url('corner-alt.png');
}

.projectSec
{
	background-color: #fdfaf6;
	background-image: url('corner-sec.png');
}

.pageselect
{
	font-size: 10px;
	font-weight: bold;
	padding-left: 13px;
}

.project p, .projectAlt p, .projectSec p
{
	padding: 0 6px 0 6px;
}

.project .firstP, projectAlt .firstP, .projectSec .firstP
{
	padding-top: 6px;
}

.project b, .projectAlt b, .projectSec b,
.project i, .projectAlt i, .projectSec i
{
	text-align: left;
}

.pagelink
{
	clear: both;
	line-height: 20px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-align: right;
}


/* FAQ section. */
#faq
{
	padding-left: 4px;
	padding-right: 4px;
}

#faq .heading
{
	font-weight: bold;
	padding-left: 8px;
}

#faq hr
{
	padding-bottom: 8px;
	border-width: 0;
	border-top: 1px solid #d0d0c0;
	height: 1px;
}

.faqPair
{
	margin-bottom: 16px;
}

.faqPair .question
{
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 4px;
}

.faqPair .answer
{
	color: #777;
	font-size: 11px;
	padding-left: 16px;
	padding-right: 8px;
	text-indent: 10px;
}

.faqPair .answer ol
{
	padding-left: 24px;
}

.faqPair .answer li
{
	text-align: justify;
	text-indent: -8px;
	padding-left: 5px;
	padding-right: 25px;
	line-height: 11px;
	padding-bottom: 4px;

}

/* The bittorent. */
.current, .completed
{
	padding: 6px;
	background: #f4f4f4 url('corner.png') no-repeat top left;
	margin-top: 15px;
	margin-left: 15px;
}

.current
{
	background-color: #f9f9f6;
	background-image: url('corner-alt.png');
}

.completed
{
	background-color: #fdfaf6;
	background-image: url('corner-sec.png');
}

.current p, .completed p
{
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: center;
}

.current .firstP, completed .firstP
{
	padding-top: 6px;
	text-align: justify;
}

.current b, .completed b,
.current i, .completed i
{
	text-align: center;
}

/* Divder. */
#divder
{
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #d0d0c0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0c0;
	margin-bottom: 10px;
}

/* Right sidebar. */
#sidebar
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #544;
	width: 186px;
	margin: 0;
	padding: 10px 0 0 3px;
	float: right;
	overflow: hidden;
}

#sidebar h4
{
	margin: 10px 0 2px 0;
	font-size: 10px;
}

#sidebar .date
{
	font-family: Georgia, Times Roman, serif;
}

#sidebar ul
{
	list-style-type: none;
	padding: 0 0 0 6px;
	margin: 0 0 8px 0;
}

#sidebar .email a,
#sidebar .email a:active,
#sidebar .email a:hover
{
	font-weight: bold;
}

#releases .hash
{
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #d0d0c0;
	cursor: crosshair;
}


/* Footer area. */
#footer
{
	width: 564px;
	border-top: 1px solid #999;
	background-color: #d0d0c0;
	margin: 0;
	padding: 10px 8px 4px 8px;
}


/* Sidebar background image. */
.body-image00
{
	background-image: url('sidebar.image00.trans.png');
}

.body-image01
{
	background-image: url('sidebar.image01.trans.png');
}

.body-image02
{
	background-image: url('sidebar.image02.trans.png');
}

.body-image03
{
	background-image: url('sidebar.image03.trans.png');
}

.body-image04
{
	background-image: url('sidebar.image04.trans.png');
}

.body-image05
{
	background-image: url('sidebar.image05.trans.png');
}

.body-image06
{
	background-image: url('sidebar.image06.trans.png');
}

.body-image07
{
	background-image: url('sidebar.image07.trans.png');
}

.body-image08
{
	background-image: url('sidebar.image08.trans.png');
}

.body-image09
{
	background-image: url('sidebar.image09.trans.png');
}

.body-image10
{
	background-image: url('sidebar.image10.trans.png');
}

.body-image11
{
	background-image: url('sidebar.image11.trans.png');
}

.body-image12
{
	background-image: url('sidebar.image12.trans.png');
}
