/*
Theme Name: Epilog2
Theme URI: http://www.brazier.fr/
Version: 2.0
Description: Le thème Epilog2 pour WordPress basé sur le thème <a  href="http://www.amypink.com" title="Amy & Pink">Amy & Pink</a>.
Author: Christophe Brazier
Author URI: http://www.brazier.fr/
Tags: black, white, grey, custom header, fixed width, two columns, widgets
*/



/* Global */
body {
  margin : 0;
  padding : 0;
  background : #080808;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  text-align: center;
  color: #333333;
}

h1, h2, h3 {
  font-family:  verdana, arial, helvetica;
  letter-spacing:-1px;
}

h1 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
  padding-left: 16px!important;
  background:url(images/bar.gif) no-repeat left center;
}

h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
  padding-left: 16px!important;
  background:url(images/bar.gif) no-repeat left center;
}

h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
  padding-left: 16px!important;
  background:url(images/bar.gif) no-repeat left center;
}

h4 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 16px!important;
  background:url(images/bar.gif) no-repeat left center;
}

a {
  color: #000000;
  font-weight: bold;
}

a:link, a:visited
{
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.lightbox img
{
  margin: 0;
  padding: 0;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 70px!important; 
  border: #ffffff;
}

#page {
  background-color: white;
  width : 800px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}

/* Header */
#header {
  background-color: white;
  padding: 0;
  margin: 0;
}

#spacer {
  height: 95px;
}

#background {
  height: 300px;
  width: 800px;
}

.img1 {
  background: url(images/background-blog-img1.jpg) center bottom no-repeat;
}

.img2 {
  background: url(images/background-blog-img2.jpg) center bottom no-repeat;
}

.img3 {
  background: url(images/background-blog-img3.jpg) center bottom no-repeat;
}

.img4 {
  background: url(images/background-blog-img4.jpg) center bottom no-repeat;
}

.img5 {
  background: url(images/background-blog-img5.jpg) center bottom no-repeat;
}

.img6 {
  background: url(images/background-blog-img6.jpg) center bottom no-repeat;
}

.img7 {
  background: url(images/background-blog-img7.jpg) center bottom no-repeat;
}

.img8 {
  background: url(images/background-blog-img8.jpg) center bottom no-repeat;
}

.img9 {
  background: url(images/background-blog-img9.jpg) center bottom no-repeat;
}

.img10 {
  background: url(images/background-blog-img10.jpg) center bottom no-repeat;
}

.img11 {
  background: url(images/background-blog-img11.jpg) center bottom no-repeat;
}

.img12 {
  background: url(images/background-blog-img12.jpg) center bottom no-repeat;
}

.img13 {
  background: url(images/background-blog-img13.jpg) center bottom no-repeat;
}

.img-mix {
  background: url(images/background-mix.jpg) center bottom no-repeat;
}

.img-contact {
  background: url(images/background-contact.jpg) center bottom no-repeat;
}

.img-archives {
  background: url(images/background-archives.jpg) center bottom no-repeat;
}

.img-copyright {
  background: url(images/background-copyright.jpg) center bottom no-repeat;
}

#logo {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-top: 10px;
  z-index: 9;
}

#logo h1 {
  margin: 0!important;
  padding: 0!important;
  background: none;
}

#logo a {
  display : block;
  width : 125px;
  height : 125px;
  background : url(images/logo.gif) no-repeat 0 0;
  font-size : 5px;
  text-indent : -9999px;
  text-decoration : none;
}

ul#menu {
  display : block;
  position: absolute;
  width : 225px;
  height : 75px;
  list-style : none;
  z-index : 1;
  margin: 0;
  padding: 0;
  padding-left: 565px;
  padding-top: 10px;
}

li#blog {
  float : left;
  width : 75px;
  height : 75px;
}

li#blog a {
  display : block;
  width : 100%;
  height : 100%;
  background : url(images/menu-blog.gif) no-repeat 0 0;
  font-size : 5px;
  text-indent : -9999px;
  text-decoration : none;
}

li#blog a:hover {
  background-position : 0 -75px;
}

li#mix {
  float : left;
  width : 75px;
  height : 75px;
}

li#mix a {
  display : block;
  width : 100%;
  height : 100%;
  background : url(images/menu-mix.gif) no-repeat 0 0;
  font-size : 5px;
  text-indent : -9999px;
  text-decoration : none;
}
  li#mix a:hover {
  background-position : 0 -75px;
}

li#contact {
  float : left;
  width : 75px;
  height : 75px;
}

li#contact a {
  display : block;
  width : 100%;
  height : 100%;
  background : url(images/menu-contact.gif) no-repeat 0 0;
  font-size : 5px;
  text-indent : -9999px;
  text-decoration : none;
}

li#contact a:hover {
  background-position : 0 -75px;
}

/* Content */
.main {
  background-color: white;
  float: left;
  margin: 0;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
  width: 475px;
}

.post {
  padding-bottom: 30px;
}

.post .date {
  font-family:  verdana, arial, helvetica;
  letter-spacing:-1px;
  font-size: 15px;
  line-height: 14px;
  display: block;
  width: 40px;
  height: 36px;
  background: #000000 no-repeat;
  color: #ffffff;
  text-align: center;
  padding:9px 5px 0 0;
  float:left;
  margin: 5px 10px 0 0;
  font-weight:normal;
  
}

.post .date span {
  font-weight:bold;
  font-size:21px;
}

.post div.posthead {
  margin-left:55px;
}

.posthead h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #000000;
  margin-top: 0;
  display:block;
  padding: 0!important;
  /*height: 35px;*/
  margin-bottom: 3px;
  clear:right;
  background: none;
}

.posthead h2 a:hover, a:active {
  /*color: #333333;*/
  text-decoration: none;
}

small {
  font-size: 12px;
}

.entry li {
  margin-left: -10px;
}

.post img {
  width: 475px;
}

.postmetadata {
  font-size: 11px;
  color: #666666;
  border-top: #999999 solid 1px;
  padding-top: 7px;
}

.postmetadata .post-span {
  float: right;
}

.postmetadata-single {
  padding-bottom: 20px;
}

.postmetadata .navigation-post-left a {
  float: left;
  margin-top: -4px;
  padding-left: 17px!important;
  background:url(images/arrow-left.gif) no-repeat left center;
  color: #000000;
}

.postmetadata .navigation-post-right a {
  float: right;
  margin-top: -4px;
  padding-right: 17px!important;
  background:url(images/arrow.gif) no-repeat right center;
  color: #000000;
}

.spansearch {
  display: block;
  float: left!important;
}

.postmetadata span a {
  color: #ffffff;
  background-color: #000000;
  padding: 2px;
}

blockquote {
  /*font-style: italic;*/
  background-color: #eeeeee;
  /*margin: 0;*/
  margin-right: 0px;
  margin-left: 0px;
  /*margin-bottom: 15px;*/
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-left: 3px solid #cccccc;
  /*color:#666;*/
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 50px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .nb {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #cccccc;
  font-weight: bold;
}

.commentlist .commenthead {
  margin: 0;
  padding: 0;
  margin-left: 55px;
  margin-bottom: 5px;
}

.commentlist .commenthead cite { 
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.commentlist small {
  font-size: 11px;
}

.commenttext {
  display: block;
  background-color: #eeeeee;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 10px;
}

#commentform input {
  border: 1px solid #000000;
}

#commentform #submit {
  width: 87px;
  height: 24px;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

#commentform textarea {
  width: 470px;
  border: 1px solid #000000;
  color: #333333;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

#searchsubmit {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

/* Navigation */
.navigation-left a {
  float: left;
  padding-left: 17px!important;
  background:url(images/arrow-left.gif) no-repeat left center;  
}

.navigation-right a {
  float: right;
  padding-right: 17px!important;
  background:url(images/arrow.gif) no-repeat right center;
}



/* Sidebar */
#sidebar {
  background-color: white;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  /*padding-left: 45px;*/
  /*padding-right: 15px;*/
  padding-bottom: 0px;
  float: right;
  width: 230px;
}

#sidebar h3 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 16px!important;
  background:url(images/bar.gif) no-repeat left center;
}

#sidebar ul {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

#sidebar li {
  list-style: none;
  /*margin-left: 45px;*/
}

#sidebar p {
  color: #333333;
  padding-right: 40px;
  margin-bottom: 30px;
}

#sidebar p span a {
  color: #ffffff;
  background-color: #000000;
  padding: 2px;
}

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

#sidebar ul li ul li h4 
{
  font-size: 12px;  
  color: #000000;
  padding:0;
  margin:0;
  padding-left: 17px!important;
  background:url(images/arrow.gif) no-repeat left center;
}

.arrow {
  padding-left: 17px!important;
  background:url(images/arrow.gif) no-repeat left center;
}

#sidebar #searchform #s {
  width: 145px;
  height: 18px;
  border:1px solid #000000;
  padding: 2px;
  float:left;
  margin-right:10px;
}

#sidebar #searchsubmit {
  font-size: 0px;
  border:none;
  display:block;
  width:24px;
  height:24px;
  background:url(images/search.gif) no-repeat;
  cursor:pointer;
  margin-bottom: 30px;
}

/* Footer */
#footer {
  background-color: white;
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  width:100%;
  padding-bottom: 10px;
}

#footer-credits {
  position: relative;
  width: 695px;
  padding-top: 70px;
  padding-left: 10px;
  z-index: 9;
}

#footer-credits span {
  float: right;
  font-size: 11px;
  text-align: right;
}

ul#footer-menu {
  display : block;
  position: absolute;
  width : 75px;
  height : 75px;
  list-style : none;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-left: 715px;
  padding-top: 10px;
}

li#feed {
  float : left;
  width : 75px;
  height : 75px;
}

li#feed a {
  display : block;
  width : 100%;
  height : 100%;
  background : url(images/menu-feed.gif) no-repeat 0 0;
  font-size : 5px;
  text-indent : -9999px;
  text-decoration : none;
}

li#feed a:hover {
  background-position : 0 -75px;
}

#page-wrapper {
  display: block;
  background-color: #080808;
  width: 100%;
  height:20px;
}

/* Archives */
#af-ela-menu{margin: 0; padding: 0; display:block;height:60px;background:url(images/titre_browsearchives.jpg) no-repeat;list-style-type:none;padding:4px 0 0 0px;}

#af-ela-menu li {display:inline;color:#ffffff;background:#333333;font-weight:bold;margin:15px 5px 0 0;padding:3px 15px 3px 15px; font-size: 40px;}
#af-ela-menu li.selected,#af-ela-menu li:hover{color:#ffffff;background:#000000;} 

#af-ela-year{display:block;height:23px; list-style-type:none;margin:0;padding:0;}
#af-ela-year li {float:left;color:#ffffff;background:#333333;font-weight:bold;margin:15px 1px 0 0;padding:3px 15px 3px 15px;font-size:28px;}
#af-ela-year li.selected,#af-ela-year li:hover{color:#ffffff;background:#000000;} 

#af-ela-month{list-style-type:none;margin:32px 0 0 0!important;padding:0;}
#af-ela-month li {float:left;color:#ffffff;background:#333333;font-weight:bold;margin:1px 1px 0 0!important;padding:3px 15px 3px 15px;font-size:15px;}
#af-ela-month li.selected,#af-ela-month li:hover{color:#ffffff;background:#000000;} 

#af-ela-category{display:block; list-style-type:none;margin:15px 0 15px 0;padding:0 0 15px 0;}
#af-ela-category li {float:left;color:#ffffff;background:#333333;font-weight:bold;margin:1px 1px 0 0;padding:3px 15px 3px 15px;font-size:20px;height:23px;}
#af-ela-category li.selected,#af-ela-year li:hover{color:#ffffff;background:#000000;} 

#af-ela-tag{margin: 0;padding:0;}
#af-ela-tag li{display: inline; margin-right: 10px;}
#af-ela-post-chrono li,#af-ela-post-cats li,#af-ela-post-tags li{font-size:14px!important;}
#af-ela-post-chrono,#af-ela-post-cats,#af-ela-post-tags{display:block;clear:both;list-style-type: none;margin: 0;margin:70px 0!important;padding: 0!important;}
#af-ela-post-chrono li,#af-ela-post-cats li,#af-ela-post-tags li{border-top: 1px solid #999999;padding: 10px!important;}
#af-ela-post-chrono li:hover,#af-ela-post-cats li:hover,#af-ela-post-tags li:hover{background: #666666;color:#fff;text-decoration:none!important;}
#af-ela-post-chrono li:hover a,#af-ela-post-cats li:hover a,#af-ela-post-tags li:hover a{color:#ffffff!important;}
#af-ela-post-chrono a,#af-ela-post-cats a,#af-ela-post-tags a{color:#000000!important;}

/* Search */
.entry #searchform #s {
  width: 145px;
  height: 18px;
  border:1px solid #000000;
  padding: 2px;
  float:left;
  margin-right:10px;
}

.entry #searchsubmit {
  font-size: 0px;
  border:none;
  width:24px;
  height:24px;
  background:url(images/search.gif) no-repeat;
  cursor:pointer;
}

