/* $Id$ */
/* Copyright (c) 2012-2016 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Web DaPortal */
/* This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 3 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>. */



/* default includes */
@import url("../css/DaPortal.css");
@import url("../css/manual.css");


* {
	margin:				0;
	padding:			0;
}

html {
	background-color:		#221133;
	font-family:			sans-serif;
}

a {
	color:				#662244;
}

a.button, button, input[type="button"], input[type="submit"] {
	background-color:		#f7f7f7;
	border:				1px solid #878787;
	border-left:			1px solid #fcfcfc;
	border-top:			1px solid #fcfcfc;
	color:				#000000;
	text-decoration:		none;
	white-space:			nowrap;
}

a.button, button, input[type="button"], input[type="password"],
input[type="submit"], input[type="text"] {
	border-width:			1px;
}

blockquote {
	font-style:			oblique;
}

body {
	background-color:		#ffffff;
	background-image:		url("khorben-coldfire.jpg");
	background-position:		bottom right;
	background-repeat:		no-repeat;
	font-size:			90%;
	margin-bottom:			2ex;
	margin-top:			3ex;
	min-height:			240px;
	padding:			2ex;
	max-width:			85ex;
}

@media screen and (min-width: 85ex) {
	body {
		border:			1px solid #000000;
		float:			left;
		margin-left:		6%;
		width:			85ex;
	}
}

h1 {
	clear:				left;
	text-align:			left;
}

h1.stock48 {
	background-position:		right top;
	padding-left:			0 !important;
	padding-right:			52px;
}

h1 a, h2  a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:		none;
}

img {
	border-width:			0;
}

ol li, ul li {
	margin-left:			2ex;
}

p {
	margin-bottom:			0.3ex;
	margin-top:			0.4ex;
}

pre {
	background-color:		#f0f0f0;
	border-left:			1px solid #000000;
	padding:			4px;
}

table tr th, table tr td {
	vertical-align:                 top;
}

table tr th a {
	text-decoration:		none;
}


/* title */
#title {
	display:			none;
}


/* modules */
/* wiki */
.expander {
	display:			none;
}


/* menubar */
ul.menu li, ul.menubar li {
	display:			inline;
	float:				left;
	list-style-type:		none;
	margin:				5px;
	min-width:			12%;
	padding:			0;
	text-align:			center;
}

ul.menu li a, ul.menubar li a {
	background-color:		#ddccee;
	border-left:			1em solid #331122;
	display:			block;
	padding:			5px;
	text-decoration:		none;
}

ul.menubar li ul {
	display:			none;
}

ul.menu li a:hover, ul.menubar li a:hover {
	background-color:		#e8d5fb;
}
