/*
 * CSS File based on Haiku User Guide.
 * Modifications for haiku-inc.org
 *
 * Copyright 2008-2009, Haiku. All rights reserved.
 * Copyright 2010-2011, Haiku, Inc.
 * Distributed under the terms of the MIT License.
 *
 * Original Authors:
 *		François Revol <revol@free.fr>
 *		Stephan Aßmus <superstippi@gmx.de>
 *		Braden Ewing <brewin@gmail.com>
 *		Humdinger <humdingerb@gmail.com>
 *		Vincent Duvert <vincent.duvert@free.fr>
 */


html {
	margin: 0;
	padding: 0;
	background: #FFF;
}

body {
	color: #333333;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: "DejaVu Sans", Arial, Helvetica, sans-serif;
}

div.footer {
	clear: both;
	margin: 64px 32px 32px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
}

/* Logos */

div.logo {
	vertical-align: middle;
	font-weight: bold;
	font-size: xx-large;
	margin-bottom: 25px;
}

img.logo {
	margin: 10px 5px 10px 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #e0e0e0;
}


/* link colors and text decoration */

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #dc3c01;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #892601;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ff4500;
}

/* Some headers act as anchors, don't give them a hover effect */

h2 a:hover, a:active {
	text-decoration: none;
	color: #0c3762;
}
h3 a:hover, a:active {
	text-decoration: none;
	color: #0c3762;
}
h4 a:hover, a:active {
	text-decoration: none;
	color: #0c3762;
}
h5 a:hover, a:active {
	text-decoration: none;
	color: #0c3762;
}

/* heading and navigation */

#banner {
	position: relative;
	left: 0;
	top: 0;
	//height: 108px;
	height: 92px;
	min-width: 59em;
	background: #819CC9;
	//background: #000000;
}

#banner div {
	//background: transparent url(images/logo-blue.png) no-repeat scroll 10px 0;
	//background: transparent url(images/logo-blue-clipped.png) no-repeat scroll 10px 0;
	background: transparent url(images/logo-blue-clipped-2.png) no-repeat scroll 10px 0;
	min-width: 59em;
	max-width: 100em;
	height: 100%;
	margin: 0 auto;
}

#banner span {
	position: relative;
	top: 51px;
	left: 272px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
	font-weight: normal;
	font-size: 16px;
}

div.nav {
	position: relative;
	min-width: 59em;
	left: 0;
	top: 0;
	// ORIGINAL
	// background: #e0e0e0;
	background: #0A51A1;
	padding: 0;
	color: #FFFFFF;
}

div.nav div.inner {
	min-width: 59em;
	max-width: 70em;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

div.nav div.inner span {
	margin-right: 40px;
	font-size: 0.8em;
}

div.nav div.inner span a.uplink {
	font-weight: normal;
}

a.inner {
	padding: 2px 5px 2px 5px;
}

a.inner:link {
	font-weight: bold;
	text-decoration: none;
	/* color: #FFF; */
	color: #BBB ;
}
a.inner:visited {
	font-weight: bold;
	text-decoration: none;
	color: #BBB;
}
a.inner:hover, a.inner:active {
	text-decoration: underline;
	color: #FFEE9C;
}

/* selection menu */

ul.menu {
	display: block;
	text-align: left;
	list-style-type: none;
	font-size: 0.8em;
	position: absolute;
	margin: 0;
}

ul.menu img {
	border: 0;
	padding-right: 5px;
}

ul.menu li {
	margin-left: 10px;
	padding: 2px 5px 2px 5px;
	background: #0A51A1;
	display: none;
}

ul.menu:hover li {
	display: block;
}

ul.menu li:hover {
	background-color: #efefef;
}

ul.menu li.now {
	padding: 5px 5px 0 5px;
	display: block;
	background-color: inherit;
}

ul.menu li a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

/* main content */
#content {
	min-width: 59em;
	max-width: 70em;
	margin: 0 auto;
}

#content div {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 50px;
	font-size: 0.9em;
}

/* contents box */

table.index {
	margin: 0px 0px 30px 30px;
	padding: 1px;
	border-width: 1px;
	border-style: dotted;
	border-color: #e0e0e0;
	float:right;
	color: #FFF;
}
table.index tr.heading {
	background-color: #0A51A1;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
}
table.index tr.index {
	background-color: #819CC9;
}
table.index td {
	padding: 5px 20px;
}

table.index a:link, table.index a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
table.index a:hover, table.index a:active {
	text-decoration: underline;
	color: #FFEE9C;
}


table.donations {
	clear:both;
	text-align: center;
	width:100%;
	border-collapse: collapse;
	padding: 5px;
	margin: 5px;
}

thead.donations {
	font-size: larger;
	font-weight: bold;
	background-color: #819CC9;
	color: #f8f8f8;
}

tr.even td {
	background-color: #819CC9;
	color: #f8f8f8;
}

tr.odd td {
	background-color: #e0e0e0;
	color: #0A51A1;
}

/* Haiku User Guide styles and layout */

/* Rounded corner boxes */
/* Common declarations */
.box-info, .box-stop, .box-warning {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-style: dotted;
	border-width: thin;
	border-color: #dcdcdc;
	padding: 10px 15px 10px 80px;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 42px;
}
.box-info {
	background: #e4ffde url(images/alert_info_32.png) 15px 15px no-repeat;
}
.box-warning {
	background: #fffbc6 url(images/alert_warning_32.png) 15px 15px no-repeat;
}
.box-stop {
	background: #ffeae6 url(images/alert_stop_32.png) 15px 15px no-repeat;
}

/* More layout and styles */
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0c3762;
	border-bottom: dotted thin #e0e0e0;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #0c3762;
	border-bottom: dotted thin #e0e0e0;
	margin-top: 35px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0c3762;
	border-bottom: dotted thin #e0e0e0;
	margin-top: 30px;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #0c3762;
	margin-top: 30px;
}
h5 {
	font-size: 1.0em;
	font-weight: normal;
	color: #0c3762;
	margin-top: 30px;
}
p {
	text-align: justify;
}
ol {
	padding-left: 20px;
}
ul {
	padding-left: 14px;
}
li {
	line-height: 1.3;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
td.onelinetop {
	vertical-align: top;
	white-space: nowrap;
}
tt {
	background-color: #e2e2e2;
	font-size: 1.0em;
	font-family: monospace;
}
pre {
	border-color: #0c3762;
	border-style: dotted;
	border-width: thin;
	margin: 0em;
	padding: 1.5em;
	background-color: #f0f0f0;
}
pre.terminal {			/* Terminal output*/
	border-color: #ffb11f;
	border-style: dotted;
	border-width: thin;
	margin: 0em;
	padding: 1.5em;
	background-color: #3a3a3a;
	color: #ffb11f;
}
.menu {				/* Menu */
	font-size: 1.0em;
	font-family: serif;
	font-style: italic;
	color: #24225e;
}
.button {			/* Button */
	font-size: 1.0em;
	font-family: serif;
	font-style: italic;
	color: #33583c;
}
.app {				/* GUI Application name */
    	font-size: 1.0em;
    	font-family: serif;
    	font-style: italic;
	color: #5e1c1c;
}
.cli {				/* Shell command or file */
    	background-color: #e8e8e8;
    	font-size: 0.9em;
    	font-family: monospace;
}
.path {				/* File path */
    	background-color: #e8e8e8;
    	font-size: 0.9em;
    	font-family: monospace;
}
.key {				/* Shortcut (separate with   */
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	background-color: #e8e8e8;
    	font-family: serif;
   	font-variant: small-caps;
  	font-size: 0.8em;
}

/* public sponsor logo */
.sponsor{
	padding: 4px;
	border-width: 1px;
	border-style: dotted;
	border-color: #e0e0e0;
}

/* multi column */
#inline2{
	float:none;
	clear:both;
}
.clear{
	height:1px;
	font-size:1px;
	float:none;
	clear:both;
}
.embed{
	width:23%;
	float:left;
	margin: 0 auto;
}

/* printer only pretty stuff */
@media /*screen,*/print {
	/* suggest page orientation */
	@page { size: portrait; }
	.noprint {
		display: none;
	}
	/* hide header and nav bar */
	#banner {
		display:none;
	}

	div.nav {
		display:none;
	}

	/* some links we want to print the url along with (CSS2) */
	a.printurl:after {
		content: " <" attr(href) ">";
		font-weight: normal;
		font-size: small;
	}
	/* override for those we really don't want to print */
	a.noprinturl:after {
		content: "";
	}
	/* for acronyms we want their definitions inlined at print time */
	acronym[title]:after {
		font-size: small;
		content: " (" attr(title) ")";
		font-style: italic;
	}
	/* and not have mozilla dotted underline */
	acronym {
		border: none;
	}
	pre.terminal {			/* Terminal output black on white*/
		background-color: #ffffff;
		color: #000000;
	}
	#content {
		margin: 0px;
		padding: 0px;
	}
	html {
		background: #FFF;
	}
}

