/*  
Theme Name: Livres en Marche
Theme URI: http://www.livresenmarches.com/
Description: 3 column theme based on blueline 1.0
Version: 1.0
Author: Livres en Marche
Author URI: http://www.livresenmarches.com/
*/		

*
{
margin: 0px;
padding: 0px;
}




ul
{
list-style: none;
}



#childpagelist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#childpagelist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
list-style: none;
}






body 
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #29B6FE;
color: #000;
/* font-family: Century Gothic, Arial, Helvetica, sans-serif; */
font-family: Arial, Helvetica, sans-serif; 
}


/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/icons/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/icons/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/icons/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/icons/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/icons/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/icons/link-icon_pdf.png) no-repeat right;  }


/* For Simple Tags plugin */

ul#tagcloud { padding:0; margin:0; text-align:left; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }


                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
float: right;
width: 100%;
height:175px;
/* display: block;*/
color: #FFFFFF;
font-family: Century Gothic;
text-align: right;
margin: 0 0 0 0;
padding: 0 0 0 0;
background: #B4C4E0;
background: url(img/fond.jpg) repeat;
}

#blogtitle_left
{
float: left;
width: 234px;
margin: 0;
padding-top: 0px;
margin-top: 0;
margin-left: 0px;
margin-bottom: 0px;
text-align: left;
}

#blogtitle a:link {
color: #FFFFFF;
text-decoration: none;
border: none;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:visited {
color: #FFFFFF;
text-decoration: none;
border: none;
/* font-weight: bold; */
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:hover {
color: #FFFFFF;
/* color: #F26522; */
/* text-decoration: none; */
text-decoration: underline;
padding: 6px 15px;
margin-left: 0;
}

                         /****************************************************
                         *********************** Navigation ******************
                         *****************************************************/
#navigation {
/* margin-left:auto;
margin-right:auto; */
width: 100%;
/* overflow: hidden; */
height:2.7em;
line-height:2.7em;
text-align: center;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-bottom:1px solid;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 15px;
  font-size:0.8em;
  text-transform:uppercase;
  font-weight: bold;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} 

#navigation {
background-color:#116DFF;
border-top: 1px solid #116DFF;
}

#navigation li {border-color:#DFDAC3;} 

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#CC3399}    /* orange vif = #F26522 */
  
  
                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding:0;
margin-left:auto;
margin-right:auto;
margin-top: 0;
width: 100%;
overflow: hidden;
border-top: 1px solid #DFDAC3;
background: #DFDAC3;
}




                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 200px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-left: 5px;
margin-bottom: 20px;
text-align: left;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 200px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 5px;
text-align: left;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
margin: 0 205px 20px 205px;
padding: 1em;
padding-top: 10px;
margin-top:4px;
text-align: left;
background: #fff;
}


#content ul
{
padding-left: 15px;
}

#content ul li{
padding-left: 15px;
background: url(img/content-star.gif) no-repeat;
}

#content ul ul li{
padding-left: 15px;
background: url(img/content-child.gif) no-repeat;
}


#content ol{
list-style-position: outside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;
/*float:left;*/
/*width: 100%;*/
background: none;
color: #8F8F8F;
padding: 5px 1em 5px 1em;
font-weight: normal;
border-top: 5px solid #CC3399;  /* orange #F26522 */
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #8F8F8F;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #8F8F8F;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft li
{
background: #CC3399 url(img/li.gif) bottom right no-repeat;  /* couleur à changer */
padding-bottom: 8px;
}

#sidebarleft ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: url(img/star.gif) no-repeat;
padding-bottom: 2px;
}

#sidebarleft ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
padding-bottom: 2px;
}

#sidebarleft ul li li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
padding-bottom: 2px;
}

#sidebarleft a:link {
color: #DFDAC3;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft a:hover {
color: #DFDAC3;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited:hover {
color: #DFDAC3;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited {
color: #DFDAC3;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft h2 {
color: #000;
padding: 2px 8px 2px 8px;
margin-top:8px;
background:#B4C4E0 url(img/h2.gif) top left no-repeat;
}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#contacts
{
text-align:right;
color: #FFFFFF;
}



#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright li
{
background: #CC3399 url(img/li.gif) bottom right no-repeat; /* couleur à changer */
padding-bottom: 8px;
}

#sidebarright ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: url(img/star.gif) no-repeat;
padding-bottom: 2px;
}

#sidebarright ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
padding-bottom: 2px;
}

/*
#sidebarright a:link {
color: #CC3399;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:hover {
color: #CC3399;
text-decoration: underline;
border: none;
}

#sidebarright a:visited:hover {
color: #CC3399;
text-decoration: underline;
border: none;
}

#sidebarright a:visited {
color: #CC3399;
font-weight: bold;
text-decoration: none;
border: none;
}
*/

#sidebarright h2 {
color: #000;
padding: 2px 8px 2px 8px;
background:#B4C4E0 url(img/h2.gif) top left no-repeat;
margin-top:8px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #666666;
border-left: 4px solid #B5C9DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
display:block;
margin: 10px 35px 10px 20px;
border-left: 4px solid #7E7E7E;
padding: 5px 8px 8px 35px;
text-align: left;
background: #EFECE0;
color:#3F3F3F;
}

#content .postmetadata
{
padding-left: 2px;
}

.postmetadata a:link
{
border: none;
color: #B4C4E0;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #B4C4E0;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #B4C4E0;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #B4C4E0;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #CC3399
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a:visited
{

color: #CC3399;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
text-decoration: underline;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
color: #000;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #DFDAC3;
margin-bottom: 2px;
border: 1px solid #B4C4E0;
}

li.alt
{
background: #fff;
border: 1px solid #B4C4E0;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #B4C4E0;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #B4C4E0;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #B4C4E0;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #B4C4E0;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #B4C4E0;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #B4C4E0;
font-size: 28pt;
}

#comment
{
width:80%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 36px;
color: #666666;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3.posttitle   
{
font-size: 22px;
font-weight: bold;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 12px;
margin-bottom: 5px;
border-bottom: 3px solid #7E7E7E;
background:#EFECE0 url(img/title.gif) top left no-repeat;
}

h3.posttitle:hover
{
border-bottom: 3px solid #CC3399;
}

.posttitle a:link
{
font-size: 22px;
color: #CC3399; 
font-weight: bold;
}

.posttitle a:visited
{
font-size: 22px;
color: #CC3399; 
font-weight: bold;
}

.posttitle a:hover
{
font-size: 22px;
color: #CC3399; 
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
}

h4
{
margin-top: 15px;
font-size: 13px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

                          /*Miscellaneous*/
.date
{
font-size: 18px;
float: right;
/* text-transform: uppercase; */
letter-spacing: -2px;
padding: 3px 5px 3px 5px;
margin-top: 17px;
text-align: center;
color: #BFBFBF;
}

.entry
{
margin-bottom: 5px;
}
                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width:98%;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #CC3399;
color: #666666;
background: #DFDAC3;
}






                                             /* recherche */
                                             
#search form {
  float:right;
  height:100%;
  /* width:164px; */
  padding:0 15px;
  /* border-left:1px solid; */
  line-height:0;
}


#search form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}


#search #s {
  height:1.5em;
  /* width:115px; */
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#search #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
 /* border:1px solid;*/
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}



/*
#search form {
  border-color: #DFDAC3;
  background-color :#CC3399 ;
}
*/

.highlight {
  /* border-color: #DFDAC3; */
  background-color :#FFFFC0 ;
}

#search #s {border-color:#FFF9EA;}

#search #searchbutton {
  color:white;
  background-color:#CC3399;
}

.credits
{
margin-top: -25px;
padding: 0 4px 5px 4px;
float: right;
}

/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}
