/*  
Theme Name: SimpleWeb.fr
Theme URI: http://www.simpleweb.fr/
Description: Thème du blog Simple Web.
Version: 1.0
Author: Amaury BALMER
Author URI: http://wp-box.fr/
*/

/* Reset */
* {
margin: 0;
padding: 0;
}

/* General */
html {
font-size: 100%;
}

body {
font-family: Arial, "Trebuchet MS", Helvetica, Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
font-size: .8em;
color: #000;
background: #fff url(images/bg_site.gif) center repeat-y;
width:100%;
}
.clear {
clear:both;
}
p {
margin: 0 0 20px 0; 
text-align: justify;	
line-height:140%;
}

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", 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: #ab3446;
text-decoration: underline;
}
a:hover {
color: #6F0717;
}

blockquote {
margin: 1.5em 0 1.5em 1.5em;
color: #666;
overflow: auto;
font-style: italic;
}
blockquote p {
margin:0;
}
strong {
font-weight:700;
}
em {
font-style:italic;
}
pre {
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
code {
font: 0.9em Monaco, monospace;
}
label {
cursor: pointer;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.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;
margin: 10px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
font-style: italic;
text-align: center;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* Structure */
#wrap {
background:#fff;
width:977px;
margin:0 auto;
position:relative;
}

/* Header */
#header {
position:relative;
background: url(images/bg_header.gif) bottom repeat-x;
height:255px;
font-family: "Trebuchet MS", Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
#header h1 a {
clear:both;
display:block;
color:#000;
text-decoration:none;
padding-left:85px;
background: url(images/logo.gif) no-repeat;
height:68px;
float:left;
margin:70px 0 0 80px;
vertical-align:bottom;
line-height:98px;
font-size:1.9em;
font-weight:400;
}
#header h1 a:hover {
text-decoration:underline;
}
#header .description {
color:#ab3446;
margin:118px 0 0 20px;
float:left;
font-size:1.5em;
}

/* Network */
.network {
float:left;
margin:8px 0 0 80px;
color: #b2b2b2;
text-align:center;
}
.network ul {
list-style: none;
}
.network ul li {
display: block;
float:left;
border-right: 1px solid #b2b2b2;
padding-right: 0.5em;
font-size:1.1em;
margin-right: 0.5em;
}
.network ul li.last {
border: 0;
padding: 0;
margin: 0;
}
.network ul li a {
color: #b2b2b2;
}
.network ul li a:hover {
color: #fff;
}

/* Nav */
#nav {
position:absolute;
top:193px;
left:70px;
display: block;
}
#nav ul {
list-style: none;
}
#nav ul li {
display: block;
float: left;
}
#nav ul li a {
display: block;
float: left;
font-size:1.2em;
color:#fff;
margin-right:20px;
text-decoration: none;
padding:4px 10px;
}
#nav ul li.current_page_item a, #nav ul li a:hover {	
border:1px solid #fff;
padding:3px 9px;
}

/* Search */
#search {
position:absolute;
top:195px;
right:70px;
display: block;
}
#search input#s {
background:transparent;
border:1px solid #fff;
width:174px;
padding:2px 0;
}
#search button#searchsubmit {
background:transparent;
border:0;
color:#fff;
padding:0;
border-bottom:1px solid #d79a9e;
cursor: pointer;
}

/* Content */
#content {
clear:both;
position:relative;
margin:20px 0;
background:url(images/bg_content.gif) repeat-y;
width:100%;
}

/* Left */
#left {
position:relative;
float:left;
width:620px;
}

/* Right */
#right {
position:relative;
float:left;
width:250px;
margin-left:20px;
padding-left:20px;
}

#right .widget {
margin-bottom:20px;
color:#707173;
font-size:11px;
}
#right .widget h3 {
background:url(images/head_sidebar.gif) no-repeat;
height:27px;
display:block;
width:250px;
color:#fff;
text-indent:7px;
padding:2px 0 0;
}
#right .widget .bloc {
padding:0 22px 0 7px;
}

#right .widget .bloc ul {
list-style: none;
}
#right .widget .bloc ul li {
color:#707173;
margin: 4px 0;
}
#right .widget .bloc ul li a {
color:#ab3446;
}

/* Footer */
#footer {
clear:both;
position:relative;
height:150px;
background:url(images/bg_footer.gif) repeat-x;
font-size:1.1em;
}
#footer p {
float:left;
margin:20px 0 0 80px;
color:#b2b2b2;
}
#footer a {
color:#b2b2b2;
}

/* Posts */
.post {
margin-bottom: 2em;
padding-bottom:2em;
padding-left:80px;
background:url(images/bg_bottom_post.gif) bottom repeat-x;
}
.post h2 {
font-weight:400;
font-size: 2.1em;
margin-bottom:15px;
}
.post h2 a {
text-decoration: none;
}
.post h2 a:hover {
text-decoration: underline;
}

.post .post_meta_top {
font-size:0.9em;
margin-bottom:20px;
}

.post .entry {
color:#666666;	
}
.post .entry ul, .post .entry ol {
margin: 0 0 15px 25px;
}
.post .entry li {
margin:4px 0;
}
.post .entry h1 {
margin: 0.5em 0;
font-size: 3em;
}
.post .entry h2 {
margin: 0.5em 0;
font-size: 2em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 1.6em;
font-weight: 700;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 700;
}
.post .entry h5 {
margin: 0.2em 0;
font-size: 1.2em;
font-weight: 700;
}
.post .entry h6 {
margin: 0.1em 0;
font-size: 1.1em;
font-weight: 700;
}
.post .post_meta_bottom {
font-size:0.9em;
margin-top:20px;
padding:8px;
background:#ece2d5;
line-height:140%;
}
.post .post_meta_bottom span {
display:block;
}
.post ul li {
line-height:140%;
}

/* Cforms */
.linklove {
display: none;
}

/* Comments */
.comments_template {
position:relative;
margin-bottom: 2em;
padding-bottom:2em;
padding-left:80px;
color:#666666;
}
.comments_template h3 {
font-size:18px;
font-weight:400;
margin-bottom:15px;
color:#666666;
}
.comments_template h3 a {
color:#666666;
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;
margin:5px 0 10px;
background:url(images/bg_bottom_post.gif) bottom repeat-x;
padding-bottom: 5px;
color:#666666;
}
.comments_template ol li p {
margin: 0 0 8px;
}
.comments_template ol li .avatar {
border:1px solid #ccc:
display:block;
float:left;
margin:0 10px 10px 0;
}
.comments_template ol li cite {
font-style:normal;
font-weight:700;
}
.comments_template ol li .co_top {
color:#000000;
font-size: 12px;
line-height: 150%;
}
.comments_template ol li .commentmetadata {
display:block;
margin-bottom:5px;
}
.comments_template form label {
display:block;
color:#000;
margin-bottom: 2px;
}
.comments_template form input, .comments_template form textarea {
width:90%;
border:2px solid #ededed;
padding:3px 5px;
}
.comments_template form input:focus, .comments_template form textarea:focus {
border:2px solid #666;
}
.comments_template form input#submit {
width:auto;
background: #c9ad87;
color: #fff;
padding: 2px 8px;
margin-left: 330px;
border: 0;
}