/*
 *
 * Part of the MusicReco project
 * Copyright 2003 (c) Fabien Pelisson <fabien.pelisson@wanadoo.fr>
 *
 * 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; either version 2
 * of the license, or (at your option) any later version.
 *
 * 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, write to the free software
 * foundation, inc., 59 temple place - suite 330, boston, ma  02111-1307, usa.
 *
 *
*/

/* Main properties */

body { 
  background-color: #ccc5b5;
  font-family: arial,helvetica;
  font-size: 0.8em;
  color: black;
  text-align: center;
}

p {
  text-align: justify;
}

#navbox {
       padding: 0em 0em;
       margin-top: 0.5em 0em;
       position: absolute;
       right: 10em;
       border-color: black;
       border: none;
       background-color: #ccc5b5;	
       width: 20em;
}

#navbox ul {
	padding: 0em;
	margin: 0em;
	width: 100%;
}

#navbox li {
	text-align: left;
	display: box;
	list-style-type: none;
	border: solid 0.1em;
	background: white;
}

#navbox li i {
	font-size: 80%;	
}

#navbox h3.title { 
	text-align: center;
	padding: 0em;
	margin: 0em;
	border: none;
	background: black;
	color: white;
	}

#navbox li:hover {
	background: #edeae2;
}

#external {
	margin-top: 5em;
}

.footer { 
	font-size: 0.7em; 
	color: #333333; 
}

#content {
	padding: 0em 0em;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: 30em;
	margin-bottom: 1em;
	border: solid 0.2em;
	background-color: white;
	width: 50em;
	height: 100%;	
}

#content h1 {
	 background: black;
	 color: white;
	 border: none;
	 text-align: center;
	 padding: 0em;
	 margin: 0em;
}

#content h2 {
	 text-align: left;
	 color: white;
	 border: none;
	 text-align: left;
	 background: black;	 
}

#content h3 {
	 text-align: left;
	 color: white;
	 border: none;
	 text-align: left;
	 padding-left: 2em;
	 background: black;	 
}

#content h3 span {
	 margin-right: 2em;
}

#content em {
	 text-align: justify;
	 display: block;
	 margin: 0.5em 5em;
	 padding: 0.5em 0.5em;
	 border-top: solid 0.1em;
	 border-bottom: solid 0.1em;
}

#content p {
	 text-align: justify;
	 padding: 0.5em 0.5em;
}

#content ul {
	 text-align: justify;
}

#content li {
	 margin: 0em 0.5em;
	 padding: 0.2em 0.5em;
	 text-align: justify;
}

.figure {
	text-align: left;
	margin: 2em 20em;
	padding: 0.2em 0.2em;
	border: dashed 0.1em;
	border-color: #555555;
	font-size: 0.9em; 
	color: #222222; 
	background-color: white;
}

.figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.figure p {
	text-align: left;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

