/*
	CSS style for SliTaz GNU/Linux generic xHTML files
	(C) 2011 SliTaz GNU/Linux
	Modify by Stanislas Leduc with permission of Christophe Lincoln

	CSS style for SmbBox ENT generic xHTML files
	(C) 2012 Stanislas Leduc
*/


html {
	height:  102%;
}

body {
	background: #ffffff;
	color: black;
	font: 13px sans-serif, vernada, arial;
	margin: 0;
}

/* Accessibility */

#access {
	position: absolute;
	top: 4px;
	right: 4px;
	text-align: right;
	width: 100%;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#access a {
	background: inherit;
	color: white;
	text-decoration: none;
}

#access a:hover {
	background: inherit;
	color: #222222;
}

/* Header and title */

#header{
	background: #f0ba08 url(../imgs/header.png) repeat-x top;
	color: black;
	width: 100%;
	height: 50px;
	border-top: 1px solid black;
	margin-bottom: 33px;
}

#titre {
	position: absolute; 
	font-size: 20px;
	font-weight: bolder ;
	margin-left: 20px;
	margin-top: 20px;
}

#logo {
	position: absolute;
	float: left;
	margin-left: 16px;
	margin-top: 0px;
}

/* Navigation */

#nav {
	position: absolute;
	top: 76px;
	right: 80px;
	color: #555555;
	float: right;
	width: 250px;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}

#nav ul {
	border-radius: 8px;
	border-radius: 8px;
	list-style-type: none;
	margin: 10px 0;
	padding: 10px 24px 10px 24px;
	background-color: #eaeaea;
}

#nav .nav_box ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 24px 10px 0px;
}

#nav li {
	display: inline;
}

#nav h4 {
	font-size: 110%;
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #cecece;
}

#nav a {
	color: #0F314E;
	background: inherit;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #DF8F06;
	text-decoration: none;
	display: block;
}

#nav hr {
	margin: 2px 0px 1px 0px;
	border: 0px;
	border-top: 1px solid #BDBDBD;

}

.nav_box {
	border-radius: 8px;
	border-radius: 8px;
	margin: 10px 0;
	padding: 10px 24px 10px 24px;
	background-color: #eaeaea;
	text-align: justify;
}

#nav .nav_box p {
	line-height: 1.3em;
}

#nav .nav_box p a {
	display: inline;
	font-weight: normal;
	text-decoration: underline;
}

#nav .nav_box p a:hover {
	text-decoration: none;
	color: blue;
	background: inherit;
}

#nav hr {
	height: 0px;
	border: 0px solid #eaeaea;
}

/* Page content */

#content {
	background: white;
	color: black;
	text-align: justify;
	height: auto;
	margin: 6px 320px 0px 0px;
	padding: 0px 40px 60px 80px;
}

#content-full {
	background: white;
	color: black;
	text-align: justify;
	height: auto;
	margin: 0;
	padding: 0px 80px 40px 80px;
}

#content li, #content-full li {
	line-height: 1.5em;
	text-align: left;
}


/* Legal informations */

#copy {
	font-size: 11px ;
	text-align: left ;
	background: transparent;
	color: #a8a8a8;
	padding-top: 10px;
	margin: 0 0 0 80px;
}

#copy a {
	background: inherit;
	color: #a8a8a8;
}

#copy a:hover {
	background: inherit;
	color: #666666;
}

/* Footer */

#bottom {
	float: none;
	background: inherit;
	color: black;
	width: auto;
	clear: both;
	padding: 0;
	margin: 0 0 0 80px;
	text-align: left;
	vertical-align: middle;
}

#news li {
	list-style-type: square;
	border-bottom: 1px dotted #BEBEBE;
	margin-left: -25px;
	padding: 4px 0px 4px 0px;
}

#gallery {
	text-align: center;
}

#gallery table {
	margin: 30px 0px 30px 0px;
}

/* Clouds */

#cloud {
	padding: 20px 0px 20px 0px;
	line-height: 3em;
	text-align: center;
}
#cloud a { padding: 4px; color: #956411; }
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

/* CSS class. */

.infobox {
	margin: 10px;
	padding: 12px;
	background: #f2f2f2;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	border-radius: 8px;
}

/* HTML styles */

h1 {
    margin: 10px 0px 0px 6px;
    }

h2 {
	color: #B34A22;
	/* border-top: 1px solid #f3f3f3; */
	border-left: 8px solid #f3f3f3;
	padding: 4px 0px 4px 4px;
	margin: 0;
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	color: #6c0023;
	background: inherit;
}

a {
	text-decoration: underline;
	color: #0F314E;
	background: inherit;
}

a:hover {
	text-decoration: none;
	color: blue;
	background: inherit;
}

code {
	font-size: 12px;
	color: #669900;
	background: inherit;
}

tt {
	color: #15EE15;
	background: inherit;
}

img {
	border: 0pt none;
}

fieldset {
	background: #E2ECf6;
	color: black;
	margin-top: 25px;
	border: 1px solid black;
}

legend {
	border: 1px solid black;
	color: #6c0023;
	background: #eaeaea;
	font-weight: bold;
}

pre {
	padding: 5px;
	color: black;
	background: #E1E0B0;
}

pre.script {
	padding: 10px;
	color: black;
	background: #E8E8E8;
	border: 1px inset #606060;
}

textarea {
	background: #E5E5E5;
	margin-top: 12px;
}

/* Packages pages */

.pkg_nav {
	border-top: 1px solid black;
	margin-top: 10px;
	padding-top: 10px;
}

pre.package {
	padding: 0px;
	color: black;
	background: white;
}

p.get {
	text-align: center;
	padding: 10px;
	color: black;
	background: #F3F3F3;
	border: 1px solid #DEDEDE;
}
