﻿/* 
Theme Name: "les inventeurs"
Theme URI: http://www.lesinventeurs.fr
Description: leblog.lesinventeurs.fr
Version: 1.0
Author: les inventeurs / Push It Up
Author URI: http://www.pushitup.com
*/

/*-----------Block Level Elements--------------*/
* {
margin:0;
padding:0;
}

Body {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
background:url('images/kubrickbgcolor.jpg');
background-position:center top;
background-repeat:repeat-y;
color:#58574a;
text-align:center;
}

a {
color:#AD9F6D;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#under_page {
background:url('images/under_page.jpg');
background-position:center top;
background-repeat:no-repeat;
width:100%;
height:100%;
}

#page {
margin: auto;
text-align: left;
width:852px;
min-height:549px;
background-color:#FFF;
}

#header {
background:url('images/kubrickheader.jpg');
background-position:bottom center;
background-repeat:no-repeat;
height:290px;
width:930px;
}

#headerimg {
height:290px;
width:100%;
}

.description {

}

#wrapper {
width:100%;
min-height:549px;
background-color:#FFF;

background:url('images/kubrickbgwide.jpg');
background-position:left top;
background-repeat:repeat-y;

}

#content {
float:right;
padding:0 20px 20px 20px;
width:550px;
height:100%;
background-color:#FFF;
}

#sidebar {
float:right;
padding:0 20px 10px 20px;
width:200px;
height:100%;
}

#clear {
clear:both;
}

#under_footer {
clear:both;
width:100%;
height:512px;
background:url('images/under_footer.jpg');
background-position:top center;
background-repeat:no-repeat;
}

#footer {
margin: auto;
background:url('images/kubrickfooter.jpg');
background-position:top center;
background-repeat:no-repeat;
width:930px;
height:512px;
}

#footer p {
padding:80px 0 0 0;
}




/*-------------Headings-------------*/
h1 {
clear:both;
padding: 0 0 5px 0;
font-size:large;
font-style:normal;
font-weight:bold;
color:#AD9F6D;
}

h2 {
clear:both;
padding:10px 0 5px 0;
font-size:12px;
font-style:normal;
font-weight:bold;
color:#AD9F6D;
}

h3 {
clear:both;
padding:10px 0 5px 0;
font-size:medium;
font-style:normal;
font-weight:bold;
color:#AD9F6D;
}

h4 {
clear:both;
padding:10px 0 5px 0;
font-size:small;
font-style:normal;
font-weight:bold;
color:#AD9F6D;
}

h5 {
clear:both;
padding:10px 0 5px 0;
font-size:small;
font-style:normal;
font-weight: normal;
color:#AD9F6D;
}




/*-------------The Post-------------*/
h2 a:hover, h2 a:visited, h2 a {
padding:0 0 5px 0;
font-size:15px;
font-style:normal;
font-weight:bold;
color:#AD9F6D;
text-decoration:none;
text-transform:uppercase;
}

.post {
padding:10px 0 20px 0;
text-align:justify;
border-bottom:1px #000 dotted;
}

.post p {
padding:5px 0 5px 0;
}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {
text-decoration:none;
color:#AD9F6D;
}

.navigation {
padding:10px 0 0 0;
}

img.alignright {
padding:0 0 0 7px;
display:inline;
}
img.alignleft {
padding:0 0 0 7px;
display:inline;
}
.alignright {
float:right;
}
.alignleft {
float:left;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}




/*--------------Sidebar------------*/
#sidebar ul {
list-style-type:none;
width:200px;
}

#sidebar ul h2 {
padding:10px 0 0 0;
width:200px;
}

#sidebar ul li {
padding:2px 0 0 0;
}

#sidebar ul ul {
}

#sidebar ul ul li {
}

#sidebar ul ul ul {
padding:0 0 0 5px;
background:url('images/puce.gif');
background-repeat:repeat-y;
background-position:left top;
}

#sidebar p {
font-size:x-small;
text-decoration:none;
color:#AD9F6D;
}

#sidebar a {
font-size:11px;
text-decoration:none;
color:#58574a;
}

#sidebar a:hover {
text-decoration:underline
}

#sidebar a:visited {
}

.cat-item {
font-size:x-small;
text-decoration:none;
color:#58574a;
}

/*--------------Comments--------------*/
textarea {
width:550px;
height:130px;
}

ol.commentlist {
padding:0 0 50px 0;
list-style-type:none;
}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
font-size:small;
text-decoration:none;
color:#AD9F6D;
}

ol.commentlist p {
padding:0 0 20px 0;
}

small.commentmetadata {
font-size:small;
color:#000;
}




/*--------------Search Form-------------*/
#searchform {

}

#searchform input {

}

#searchform #s {

}




/*-------------Calendar-----------------*/
#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}




/*-------------Images------------------*/
img {
border:0;
margin:0;
}



/*-------------Other------------------*/
hr {
display:none;
}