/*
Theme Name:Delta Concept
Theme URI:http://www.delta-concept.fr
Description:Delta Concept
Version:0.1
Author:SOGILIS
Author URI:http://sogilis.com/
*/
body {
  font-size: 62.5%;/* Resets 1em to 10px */
  font-family: Arial, sans-serif;
  background: #fff url('./images/lines.png') left top repeat;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
img,a img {
  border: none;
}
.alignleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}
.alignright {
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}
.navigation {
  overflow: hidden
}
table {
  width: 100%;
  background: #fff url('./images/lines.png') left top repeat;
  border-spacing: 5px 0;
  empty-cells: hide;
  margin-bottom: 1em;
}
table th, table td {
  padding: 0 0 0.2em 0.2em;
}
table th {
  background: #a95b35 url('./images/lines.png') 0 2px repeat;
  color: #fff;
}
#page_wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  background: transparent url('./images/background.jpg') left top repeat;
  background-repeat: repeat;
}
#page {
  clear: both;
  position: relative;
  font-size: 1.15em;
  text-align: left;
  overflow: hidden;
  background: transparent url('./images/lines.png') left top repeat-y;
  min-height: 3500px;
}
#page hr {
  display: none;
}
#header {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 100px;
  color: #000;
  background: #b0b2b3 url('./images/header.png') right top no-repeat;
  position: relative;
}
#header h1 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 130px;
  float: left;
}
#header .nav {
  position: absolute;
  top: 100px;
  left: 205px;
  width: 745px;
}
#header ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.nav li {
  float: left;
  overflow: hidden;
}
#main_nav {
  font-size: 1.2em;
  padding: 0;
}
#header #main_nav li a {
  background: transparent url('./images/button.png') right bottom no-repeat;
  color: #fff;
  padding: 2px;
  font-weight: bold;
  padding-right: 30px;
  display: block;
  border-left: 1px solid #fff;
}
#header #main_nav li.current_page_item a,#header #main_nav li.current_page_parent a {
  color: #000;
  background-image: url('./images/button-selected.png');
}
#sub_nav {
  font-size: 0.9em;
  list-style: none;
  float: right;
  background: #fff;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  width: 700px;
  margin-right: 50px;
}
#sub_nav li {
  border-right: 1px solid #000;
}
#sub_nav li.last {
  border-right: none;
}
#sub_nav li a {
  color: #000;
  padding: 0 6px;
  display: block;
}
#sub_nav li.current_page_item a {
  color: #a95b35;
}
#languages_list {
  position: absolute;
  top: 5px;
  right: 0;
  overflow: hidden;
  text-transform: lowercase;
}
#languages_list a {
  color: #000;
}
#languages_list .current {
  font-weight: bold;
}
#languages_list li {
  float: left;
  border-right: 1px solid #000;
  padding: 0 0.5em;
}
#languages_list li.last {
  border-right: none;
}
#sidebar_wrapper {
  background: transparent url('./images/dots.png') 0 0 no-repeat;
  padding-top: 20px;
  float: left;
}
#sidebar {
  border-top: 5px solid #fff;
  text-transform: lowercase;
  width: 120px;
  color: #fff;
  margin: 0 130px 35px 0;
  text-align: right;
}
#sidebar input[type="text"] {
  width: 95px;
  margin-left: 10px;
}
#sidebar a {
  width: 90px;
  padding: 2px 10px;
  background: transparent url('./images/left_button.png') right top no-repeat;
  display: block;
  color: #000;
}
#sidebar h2 {
  display: none;
}
#sidebar form {
  margin: 0;
}
#sidebar ol,#sidebar ul,#sidebar li {
  list-style: none;
  padding: 0;
}
#sidebar ul {
  margin: 0;
  margin-top: 12px;
  padding: 0;
}
#sidebar li {
  margin: 0;
  padding: 0 10px;
}
input#s {
  width: 80px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#content {
  float: right;
  background: #fff;
  font-size: 1.2em;
  width: 680px;
  padding: 10px;
  margin-bottom: 35px;
  margin-right: 50px;
  line-height: 1.4;
}
#content h1 {
  margin: 0.6em 0 0;
  font-size: 2.8em;
  padding-bottom: 40px;
}
#content h1, .entry {
  padding-bottom: 1em;
  border-bottom: 2px solid #d8d9da;
}
#content a {
  color: #ff0000;
  font-weight: bold;
}
.footer {
  color: #000;
  font-weight: bold;
  padding: 3px;
  margin: 35px 0 35px 18px;
  clear: both;
  width: 100%;
}
.footer p {
  background: #fff;
  margin: 0;
  padding: 1px;
  font-size: 0.9em;
}
.footer a {
  color: #000;
  text-decoration: underline;
}
#page .footer hr {
  float: left;
  margin: 0;
  background: #b1b3b4;
  display: block;
  width: 750px;
  height: 12px;
  border: none;
}
#second_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#second_footer a.button {
  font-weight: bold;
  margin-left: 22px;
  width: 90px;
  padding: 2px 10px;
  background: transparent url('./images/left_button.png') right top no-repeat;
  color: #000;
}
#second_footer p {
  margin: 0;
  margin-top: 10px;
}
#second_footer .footer {
  margin-top: 0;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}
.post {
  overflow: hidden;
  margin-bottom: 4em;
}
.entry {
  overflow: hidden;
}
.table_container {
  overflow: hidden;
  margin: 1em 0;
  padding-bottom: 2em;
  border-bottom: 2px solid #d8d9da;
}
.hilite {
  background: #a95b35;
  color: #fff;
}

