/* console.css */
/* This stylesheet is (c) 2004 Aurelien Jacobs */
/* Designed for the GeeXboX Project (http://www.geexbox.org/) */
/* Feel free to get inspiration from this stylesheet, as soon as you leave */
/* this comment here. */

body {
	background-color: black;
	color: #d6d3d6;
	font-family: monospace;
}

#language {
	position: absolute;
	top: 1em;
	right: 2em;
	text-decoration: none;
}

#language li {
	display: inline;
	list-style: none;
}

#language li + li:before {
	content: "::";
}

#language a {
	text-decoration: none;
	margin: 0;
}

#language img {
	border: 0;
	margin-left: 0.5em;
	vertical-align: middle;
}

#logo img {
	border: 0;
}

#logo a:hover {
	background-color: transparent;
}

#text {
	margin-bottom: 2em;
}

#text h2 {
	background-color: #555;
	font-size:160%;
}

#text h4 {
	background-color: #333;
	font-size:110%;
}

#text h5 {
	text-decoration: underline;
	margin: 0em;
	font-size:100%;
}

a {
	color: white;
}

a:hover {
	background-color: #666;
	text-decoration: none;
}

a:visited {
	color: #eee;
}

.dldesc {
	display: table;
	width: 100%;
}

.dldescicon {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}

.dldesctext {
	display: table-cell;
	width: 100%;
	padding: 3px;
}

.download {
	display: table;
	width: 100%;
	background-color: #444;
}

.download img {
	border: 0;
}

.dlplusminus {
	display: table-cell;
	padding: 5px 1em 5px 5px;
}

.dlfile {
	display: table-cell;
	width: 100%;
}

.dltable img {
	margin: 5px 1em 5px 5px;
	vertical-align: middle;
}

.row0 {
	background-color: #333;
}

.row1 {
	background-color: #444;
}

#menu {
	position: absolute;
	top: 6em;
	left: 570px;
	overflow: hidden;
	display: table;
}

#geexbox, #ressources, #feedback {
	display: table-row;
}

#geexbox h2, #ressources h2, #feedback h2 {
	font-size:110%;
	display: table-cell;
	display: inline;
	padding-bottom: 5px;
}

#geexbox ul, #ressources ul, #feedback ul {
	display: inline;
}

#geexbox ul, #ressources ul, #feedback ul {
	display: table-cell;
}

#geexbox li, #ressources li, #feedback li {
	display: inline;
	list-style: none;
	margin-right: 1em;
}

#geexbox a, #ressources a, #feedback a {
	text-decoration: none;
	font-weight: bold;
}

#styles {
	background-color: #555;
	float: left;
}

#styles h4 {
	display: inline;
	margin-right: 1em;
}

#styles ul, #styles li {
	display: inline;
	list-style: none;
}

#styles li + li:before {
	content: "::";
}

#styles a {
	margin: 0 0.5em 0 0.5em;
}

#ours {
	background-color: #555;
        text-align: right;
}

#ours img {
	border: 0;
	margin: -3px;
}

.center {
	text-align: center;
        margin: 1em 0 2em 0;
}