/*
 *      Copyright 2008 Antoine Millet <antoine@inaps.org>
 * 
 *      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., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: .9em solid #71643C;
	font-size: 0.85em;
	font-family: Helvetica, sans-serif;
}

h2 {
	font: 16px Helvetica, sans-serif;
	padding: 0;
	color: #71643c;
	font-variant: small-caps;
	margin-bottom: 0;
}

h3 {
	font: 16px Helvetica, sans-serif;
	padding: 0;
	color: #71643c;
	margin-bottom: 1em;
	font-size: 1.1em;
}

img {
	border: none;
}

a {
	color: inherit;
}
/* Content */



#lasts * {
	padding: 0; 
	margin: 0;
}

#lasts {
	position: relative;
	list-style: none;
	width: 60em;
	padding: 0;
	margin: 2em auto 3em auto;
}#lasts div {
	text-align: left;
	padding: 1em;
}#lasts div h2 {
	text-align: center;
	margin-bottom: 0.3em;
}

#news {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 50%;
	border-right: 1px solid #71643c;
}

#commands {
	margin-left: 50%;
}

code {
	font: 1.3em Courier, monospace;
	display: block;
	overflow: auto;
	padding: 1em;
	margin: 1em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

samp {
	font: 0.9em Courier, monospace;
	padding: 0.1em 0.2em 0.1em 0.2em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}


.synopsis {
	color: #70625f;
	font-size: 0.9em;
}

.cmd {
	background: #eee;
	cursor: pointer;
	background: #f5f5f5;
	
}.cmd:hover {
		background: #ddd;
}

var {
	color:#70625f;
	font-style: normal;
}

a:link var, a:visited var {
	color:#9b685c;
	font-style: normal;
}

/* Footer */

#footer {
	width: 65em;
	background: #91896f;
	margin: 2em auto 0 auto;
	color: white;
	text-align: left;
	padding: 1em;
	-moz-border-radius-topleft: 0.4em;
	-webkit-border-top-left-radius: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	overflow: hidden;
}

#footer h2 {
	width: 10em;
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: white;
	clear: left;
	margin: 0;
}

#footer a {
	color: white;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}#footer ul li {
	display: inline;
}#footer ul li:after {
	color: #70625f;
	content: " |"
}#footer ul li:last-child:after {
	content: ""
}

#ohloh {
	position: relative;
	left: 60em;
}
