/*  
Theme Name: Geb Solution
Theme URI: http://www.geb-solutions.fr/
Description: Thème du site "Geb Solutions"
Version: 1.1
Author: Amaury BALMER
Author URI: http://wp-box.fr/
*/

/* Reset */
* {
margin:0;
padding:0;
}

/* General */
body {
font-family:Arial, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size:12px;
color:#000;
background:#fff url(images/bg.png) repeat-x;
width:100%;
}

.clear {
clear:both;
}

.none,.hidden {
display:none;
}

p {
text-align:justify;
color:#593C16;
margin:0 0 10px;
}

p.home {
font-size:13px;
}

/* Mise en forme des titres */
h1,h2,h3,h4,h5,h6 {
font-family:Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* Mise en forme des liens */
a img,img a {
border:0;
}

a {
text-decoration:underline;
outline:none;
}

a:link,a:visited {
color:#4B9C29;
text-decoration:underline;
}

a:hover {
color:#593C16;
}

blockquote {
color:#666;
overflow:auto;
font-style:italic;
margin:1.5em 0 1.5em 1.5em;
}

blockquote p {
margin:0;
}

strong {
font-weight:700;
}

.parent-pageid-10 #left strong {
color:#5c8f3b;
}

em {
font-style:italic;
}

pre {
font-size:1.2em;
font-family:monospace;
border:1px solid #E0E0E0;
background:#EEE;
color:#000;
width:90%;
overflow:auto;
margin:0 auto;
padding:1em;
}

code {
font:0.9em Monaco, monospace;
}

label {
cursor:pointer;
}

/* Begin Images */
p img {
max-width:100%;
padding:0;
}

img.centered,img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

/* End Images 
 Captions */
.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

/* End captions 
 List */
html > body .entry ul {
margin-left:0;
list-style:none;
text-indent:-10px;
}

html > body .entry li {
margin:7px 0 8px 15px;
}

.entry ol {
margin:0;
padding:0 0 0 35px;
}

.entry ol li {
margin:0;
padding:0;
}

/* End list 
 Structure */
#wrap {
width:871px;
position:relative;
z-index:20;
margin:0 auto;
}

/* Header */
#header {
position:relative;
height:323px;
background: url(images/bg_header.png) no-repeat;
}

#header h4 a {
display:block;
width:158px;
height:93px;
background:transparent url(images/logo.png) no-repeat 0 0;
text-indent:-9999px;
top:30px;
position:absolute;
left:-1px;
}

#header h5 {
display:block;
color:#593c16;
font-size:23px;
width:440px;
font-weight:400;
position:absolute;
top:180px;
}

#header span.desc {
font-size:13px;
display:block;
}

/* Nav */
#nav {
position:relative;
top:86px;
float:right;
display:block;
right:-18px;
}

#nav ul {
list-style:none;
}

#nav ul li {
display:block;
float:left;
}

#nav ul li a {
display:block;
float:left;
font-size:14px;
text-decoration:none;
color:#1a1a1a;
text-align:center;
padding-top:5px;
width:90px;
height:20px;
margin-right: 5px;
}

#nav ul li.current_page_item a,#nav ul li.current_page_ancestor a,#nav ul li a:hover {
color:#FFF;
font-weight:700;
background:url(images/button.png) no-repeat 50% 50%;
}

/* Content */
#content {
clear:both;
position:relative;
background:#fff;
padding:4px 24px;
}

/* Left */
#left {
position:relative;
float:left;
width:564px;
margin-right:22px;
}

/* Sub pages */
#left ul.subpages {
display:block;
list-style: none;
height:20px;
margin-bottom:12px;
padding: 0;
margin: 0;
}

#left .subpages li {
display: block;
float:left;
padding: 0;
margin: 0;
}

#left .subpages li a {
display: block;
float:left;
background: url(images/list-a.png) 0 50% no-repeat;
padding-left: 10px;
font-size:14px;
margin-right:12px;
font-weight:700;
color:#593c16;
text-decoration:none;
}

#left .subpages li a:hover,
#left .subpages li.current_page_item a {
color:#5c8f3b;
background: url(images/list-h.png) 0 50% no-repeat;
}

/* Right */
#right {
position:relative;
float:left;
width:200px;
margin-top:40px;
border-left:1px solid #dcdcdc;
padding-left: 23px;
}

#right ul {
list-style: none;
}

#right .widget {
display:block;
margin-bottom:17px;
position:relative;
}

#right .widget .widget-inner ul {
list-style: square;
margin:5px 0 5px 20px;
}

#right .widget h3 {
font-weight:700;
color:#593c16;
font-size:11px;
text-transform:uppercase;
margin-bottom: 5px;
}

#right .widget h4 {
color:#593c16;
}

#right .widget p {
font-weight:400;
color:#593c16;
font-size:11px;
text-align:left;
margin:0 0 10px;
}

#right .widget a {
color:#5c8f3b;
text-decoration:none;
}

#right .search h3 {
text-indent:-9999px;
background:#fff url(images/search.png) no-repeat scroll 0 0;
height:23px;
}
#right .search form {
width:200px;
}
#right .search p {
position:absolute;
top:0;
margin:0;
}
#right .search .field {
background: none;
border:none;
display:block;
height:20px;
margin:4px 3px 0 10px;
text-align: right;
font-size: 12px;
color: #593c16;
}
#right .search .ok {
background: none;
border:medium none;
display:block;
height:23px;
left:166px;
position:absolute;
text-indent:-9999px;
width:30px;
top:0;
}

#right .news ul {
list-style:none;
}
#right .news li p {
display:block;
padding-bottom:12px;
border-bottom:#acacac dotted 1px;
line-height:18px;
}

#right .fiche h3 {
color:#5c8f3b;
}

/* Footer */
#footer {
clear:both;
position:relative;
background:#593c16;
height:18px;
}

/* Posts */
.post {
margin-bottom:20px;
}

h2.pagetitle,
.post h1 {
margin-bottom:12px;
font-size:20px;
font-weight:400;
color:#593C16;
}
.post h1 a {
color:#593C16;
text-decoration:none;
}
.post h1 a:hover {
text-decoration:none;
}

h3.titlepost-list {
font-size: 15px;
font-weight:400;
color:#5C8F3B;
margin: 0;
}
h3.titlepost-list a {
color:#5C8F3B;
text-decoration:none;
}

.post .entry img {
border:0;
}

.post .entry ul,.post .entry ol {
list-style-type:disc;
list-style-position:inside;
color:#593c16;
font-size:12px;
}

.post .entry ul.green {
color:#5c8f3b;
font-size:13px;
list-style-type:disc;
margin:0 0 15px;
}

.post .entry h1 {
font-size:3em;
margin:0.5em 0;
}

.post .entry h2 {
font-size:15px;
font-weight:400;
color:#5C8F3B;
margin:0.1em 0;
}

.post .entry h3 {
font-size:1.6em;
font-weight:700;
margin:0.3em 0;
color:#5C8F3B;
}

.post .entry h4 {
font-size:1.4em;
font-weight:700;
color:#5C8F3B;
margin:0.2em 0;
}

.post .entry h5 {
font-size:1.2em;
font-weight:700;
margin:0.2em 0;
color:#5C8F3B;
}

.post .entry h6 {
font-size:1.1em;
font-weight:700;
color:#5C8F3B;
margin:0.1em 0;
}

.post .entry span.green {
color:#5c8f3b;
font-size:13px;
}

/* Cforms */
.linklove {
position:absolute;
display:block;
left:-9999px;
top:-9999px;
}

/* Comments */
.comments_template {
position:relative;
padding:20px;
}

.comments_template h3 {
font-size:18px;
font-weight:400;
margin-bottom:10px;
line-height:0.9;
color:#E3241C;
}

.comments_template h3 a {
color:#E3241C;
text-decoration:none;
}

.comments_template h3 a:hover {
color:#3C3C3E;
}

.comments_template ol {
list-style:none;
margin-bottom:25px;
}

.comments_template ol li {
display:block;
border-bottom:1px solid #eee;
margin:5px 0 0;
}

.comments_template ol li .avatar {
border:1px solid #ccc;
display:block;
float:right;
}

.comments_template ol li cite {
font-style:normal;
font-weight:700;
}

.comments_template ol li .commentmetadata {
display:block;
margin-bottom:5px;
}

.comments_template form label {
display:block;
}

.comments_template form input,.comments_template form textarea {
width:80%;
border:1px solid #ccc;
padding:3px 5px;
}

.comments_template form input#submit {
width:auto;
}

/* Cforms */
body .cform {
margin:10px 0 0; 
width: 410px; 
}