/*
Theme Name: le-Web
Theme URI: https://le-web.org
Description: Theme used by le-web.org
Version: 1.0
Author: Oprea Dan
Author URI: https://le-web.org
*/

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: black;
	min-width: 970px;
}

#header {
	/*background-color: #464646;*/
	background-color: white;
	background-image: url( 'images/header_bg.png');
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	color: white;
	margin-bottom: 1em;
	height: 90px;
}

#header a {
	color: white;
	text-decoration: none;
}

#header h1 {
	font-style: bold;
	font-size: 2.5em;
	margin: 0;
	border: 0;
}

#header .description {
	font-style: italic;
	font-size: 0.8em;
	padding-left: 0.4em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #21759B;
}

a:hover {
	color: #D54E21;
}

pre {
	padding: 10px;
	border: 1px solid #dedede;
	background-color: #f0f0f0;
}

#footer {
	clear: both;
	margin: 0 10px 0 10px;
	text-align: center;
	font-size: 0.9em;
	border-top: 1px solid #dedede;
}

#page {
	margin: 5px;
}

#content {
	margin: 5px 5px 7px 250px;
	padding: 0px 5px 5px 5px;
}

.pubright {
	width: 195px;
	float: right;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: white;
}

#sidebar {
	float: left;
	clear: left;
	width: 250px;
	padding: 5px;
}

#sidebar ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li ul {
	margin-left: 0.5em;
}

#sidebar ul li ul li ul {
	margin-left: 1em;
	margin-bottom: 0em;
}

#sidebar li {
	margin: 0;
	padding: 1px 5px 1px 5px;
}

#sidebar li h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	border: 0;
}

#comment {
	width: 500px;
}

.table-of-contents {
	margin: 5px 50px 0px 50px;
	padding: 5px 10px 0px 10px;
}

.table-of-contents-header {
	color: #464646;
	font-weight: bold;
	font-size: 1.2em;
}

label {
	color: #464646;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	color: #464646;
}

h1, h2, h3 {
	border-bottom: 1px solid #dedede;
}

table {
	border-collapse: collapse;
	margin: auto;
}

td {
	padding: 0.25em 0.5em 0.25em 0.5em;
	border: 1px solid #dedede;
}

img {
	border: 0;
}

.navigation {
	display: block;
	text-align: center;
	height: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

