/* deepblue.css */
/* This stylesheet is (c) 2004 Zores Benjamin */
/* 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 {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	margin-top: 6px;
	font-size: 0.69em;
	color: black;
	background: #656567;
	text-decoration: none;
}

#logo {
	text-align: left;
	color: black;
	background-color: #4060A0;
	border: 2px solid black;
	line-height: 100%;
	margin-bottom: 1em;
	background-image: url("../img/back.jpg");
	background-repeat: repeat;
}

#logo img {
	border: 0;
	margin: 2px 0 2px 10px;
}

#textbox {
	border: 2px solid black;
	background-color: #4060A0;
	margin-bottom: 1em;
	margin-left: 16em; /* #textbox margin-left = #menu width + #menu padding-left */
	padding: 1em;
	background-image: url("../img/back-text.jpg");
	background-repeat: repeat;
	color: inherit;
}

#text {
	color: black;
	background-color: #e8e6f0;
	border: 2px solid #006;
	line-height: 150%;
	text-align: justify;
}

#text h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color: #006;
	border-bottom-style: dotted;
	border-width: 0px 0px 2px 0px;
	background-color: #a1c2e1;
	margin: 0 0 1em 0;
	padding: 2px 0 2px 1em;
	text-align: left;
	color: #006;
	font-size:130%;
}

#text h4 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #369;
	font-weight: 700;
	font-size: small;
	border-bottom: 1px dotted #369;
	margin: 0 3em 1em 3em;
}

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


.p {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2em;
}

#text a {
	color:#369;
	background-color: transparent;
}

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

#text a:visited {
	color:#369;
	background-color: transparent;
}

.dldesc {
	width: 100%;
}

.dldescicon {
	float: left;
	vertical-align: top;
	padding: 3px;
}

.dldesctext {
	width: 100%;
	padding: 3px;
}

.download {
	display: block;
	float: left !important;
	float: none;
	width: 100%;
	background-color: #efefef;
	color: inherit;
}

.download img {
	border: 0;
}

.dlplusminus {
	float: left;
	padding: 5px 1em 5px 5px;
}

.dlfile {
	float: left;
	margin-top: 4px;
}

.p div.download:last-child {
	margin-bottom: 3em;
}

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

.row0 {
	background-color: #e5e5e5;
	color: inherit;
}

.row1 {
	background-color: #efefef;
	color: inherit;
}

#menu {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 15em;  /* #textbox margin-left = #menu width + #menu padding-left */
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: black;
	background-color: #4060A0;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	float: left;
	background-image: url("../img/back-menu.jpg");
	background-repeat: repeat;
	color: inherit;
}

#geexbox, #ressources, #feedback, #development, #side_projects {
	color: black;
	background-color: #e8e6f0;
	border: 2px solid #006;
	margin-bottom: 1em;
}

#geexbox h2, #ressources h2, #feedback h2, #development h2, #side_projects h2 {
	border-color: #006;
	border-bottom-style: dotted;
	border-width: 0 0 2px 0;
	background-color: #a1c2e1;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
	text-transform: uppercase;
	font-size:130%;
	color: #006;
}

#geexbox ul, #ressources ul, #feedback ul, #development ul, #side_projects ul {
	margin-bottom: 1em;
}

#geexbox li, #ressources li, #feedback li, #development li, #side_projects li {
	display: inline;
	list-style: none;
}

#geexbox a, #ressources a, #feedback a, #development a, #side_projects a {
	color: #369;
	font-size:110%;
	background-color: transparent;
	display: block;
	font-weight: 700;
	margin: 0 1em 0 -2.5em;
	padding: 3px 0 3px 0.5em;
	text-decoration: none;
}

#geexbox a:hover, #ressources a:hover, #feedback a:hover, #development a:hover, #side_projects a:hover{
	color: #006;
	background-color: #cce2ee;
}

#styles {
	position: absolute;
	color: white;
	background-color: transparent;
	right: 2em;
	top: 0.8em;
}

#styles h4 {
	float: right;
	text-transform: uppercase;
	margin: 0 0 0 2em;
	font-size: small;
}

#styles ul {
	float: right;
}

#styles ul, #styles li {
	display: inline;
	list-style: none;
	font-size: 110%;
	margin: 0;
}

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


#styles a, #language a {
	background-color: transparent;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0.5em 0 0.5em;
}

#styles a:hover, #language a:hover {
	background-color: #eff4fa;
	color: #369;
	text-decoration: none;
}

#language {
	position: absolute;
	right: 1em;
	top: 85px;
	text-align: right;
	color: white;
	background-color: inherit;
}

#language li {
	list-style: none;
}

#language img {
	border: 0;
	vertical-align: middle;
	margin-left: 1em;
	margin-bottom: 4px;
}

#ours {
	color: #dde;
	background-color: transparent;
	text-align: right;
	margin-right: 2em;
	margin-bottom: 1em;
	clear:both;
}

#ours a {
	background-color: transparent;
	color: white;
}

#ours a:hover {
	background-color: #eff4fa;
	color: #369;
	text-decoration: none;
}

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

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

.spacer {
	clear: both;
}