@charset "UTF-8";

/* ****************************************************

	@file:		  screen.css
	@description: Stylesheet Code
	@author:      herbet ferreira (herbetferreira.com)
	@updated:	  02.05.2009

******************************************************/

/*
	@section Basico
*******************************************************************************/

body {
	background: #222;
	color: #fff;
	font-size: 62.5%;
	line-height: 1.6;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#wrap {
	font-size: 110%;
	width: 50em;
	margin: 3em auto 0;
}

a {
	color: #ccc;
}

a:hover {
	color: #fff;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-family: Georgia, serif;
	font-size: 350%;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #666;
	padding-bottom: 0.5em;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
}

.contenu {
	padding: 1em 1em 0.5em;
	border-bottom: 1px solid #555;
}

.depots {
	padding: 1em 1em 0.5em;
	border-bottom: 1px solid #444;
}

pre {
	font-size: 130%;
	background: #111;
	padding: 1em;
	border: 1px solid #000;
}

pre strong {
	color: #666;
}

dl {
	margin-top :0;
}

dt {
	margin-bottom: 0.4em;
	font-size: 130%;
	font-weight: bold;
}

dt span {
	color: #ccc;
}

dt span em {
	color: #777;
	font-style: normal;
}

dd {
	margin-left: 0;
	margin-bottom: 2em;
}

.footer {
	padding: 1em;
}

.footer p {
	color: #aaa;
	margin: 0;
	line-height: 1.5;
}

