/*
Theme Name: deCoder
Theme URI: http://webdemar.com/wordpress/wordpress-theme-decoder-09/
Description: Dark stlye clean WordPress Theme deCoder by <a href="http://webdemar.com">webdemar</a> with multi-level dropdown, threaded comments and sticky posts (backward compatible).
Version: 0.9.1
Author: webdemar
Author URI: http://webdemar.com
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */

html, body { 

  height: 100%;
}
html {font-size:100%;}
body {
  /*  monstyle */
  /* bordure haut de page */
  border-top:#9a6ac7 solid 24px;

  margin: 0 0;
  padding: 0;
  background: #ffffff;
  color: #525252;
  font-family: "Trebuchet MS",Verdana, Arial, sans-serif,"Helvetica Neue", Helvetica;
  font-size: 0.8em;
}

/*	##################################
   	FOOTER pied de page ... 
	################################## */

#upper {
  width: 944px;
  height:20px;
  margin: 0 auto;
}	
#footer-wrap {

  /* bordure bas de page */
  background-color: #9a6ac7;
  font-size:0.88em;

}

#footer {
  width: 944px;
  margin: 0 auto;
}

#footer p {
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  color:#ffffff;
}
#footer a {
  color: #d9b5fa;
  text-decoration: none;
}

#footer a:hover {
  color: #d9b5fa;
  text-decoration: underline;
}

#legal {
  float: left;
  width:100%;
  text-align:center;
}

#webdemar {
  float: right;
  width: 50px;
  text-align: right;
}

/*	##################################
   	COULEURS / mise en forme lIENS 
	################################## */

a {
  color: #894fbf;
  text-decoration:none;
}

/*********************** MENU HORIZONTAL*****************/

#nav2{
position:relative;
	float:left;
  display: block;
  font-size:1.1em;
  height:28px;
  width:670px;
  margin-top:70px;

  border-bottom: 1px solid #a276cb;
  text-align:left;
}
* html #nav2 {
	margin-top:70px;
}

#nav2 .current-cat a:link,#nav2 .current-cat a:visited {
  background-color: #9a6ac7;
  color:#ffffff;
}
#nav2 ul {
  line-height: 1;
  list-style: none;
  padding-left:0;
  padding-top:20px;
}

#nav2 a ,#nav2 a:hover{
  border:none;
  display: block;
  text-decoration: none;

}

#nav2 li {
  float: left;
  list-style:none;padding:0;
}
#nav2 li a:hover, #nav2 li a:active{
  background-color: #9a6ac7;
  color:#ffffff;
}


#nav2 a,#nav2 a:visited {
  color:#9a6ac7;
  display:block;
  font-weight:bold;
  padding:6px 20px 4px 0;
}

#nav2 a:hover, #nav2 a:active {
  color:#9941eb;
  text-decoration:none
}	

#nav2 li ul {
  /*border-bottom: 1px solid #a9a9a9;*/
  height: auto;
  left:0;
  position: absolute;
  width: 710px;
  z-index:999;
  margin-top:-1px;
  padding:6px 20px 4px 0;	
  text-align:center;
  visibility:hidden;
}

#nav2 li li {
  width: auto;	
  text-align:center;
}

#nav2 li li a,#nav2 li li a:visited {
  color:#a276cb;
  font-weight:normal;
  font-size:0.9em;	text-align:center;
}

#nav2 li li a:hover,#nav2 li li a:active {
  color:#ffffff;
}	

#nav2 li:hover ul, 
#nav2 li li:hover ul, 
#nav2 li li li:hover ul, 
#nav2 li.sfHover ul, 
#nav2 li li.sfHover ul, 
#nav2 li li li.sfHover ul {
  /*left: 316px;
  color:#ffffff;*/
  visibility:visible;
}
.children {
  text-align:center;
}
.current-cat {	
	background-color: #9a6ac7;
  color:#ffffff;
}
.current-cat-parent {	
	background-color: #9a6ac7;
  color:#ffffff;
}


/*	##################################
   	fin menu
	################################## */	  

p {
  margin: 0 0 20px 0;
  padding: 0px;
  line-height: 22px;
}

img {
  border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#page {
  width: 980px;
  margin: 0 auto;
  background: #ffffff url(img/bg_page.gif) no-repeat left top;
  border-left:#CCCCCC solid 1px;
}

#header {
  position: relative;
  height: 200px;
  z-index: 2; /* IE z-index bug */
}

#content {
  z-index: 1; /* IE z-index bug */
}
#featured{
  /*width:380px;
  float:right;*/
}
#content-left {
  float: left;
  width: 670px;
  padding: 40px 0;
  margin-left:22px;
}

#content-right {
  float: left;
  width: 288px;
  margin-top:43px;
}

/*	##################################
   	HEADINGS
	################################## */


#menu_cat{
  float:left;
  /*margin-left:310px;*/
  margin-top:22px;
  border-bottom: #666666 solid 1px;
  padding-bottom:2px;
  width:670px;
}


h1#blog-title {
  float: left;
  margin: 50px 10px 0 0;
  padding: 0px;
  font-size: 18px;
}

h1#blog-title a {
  color: #fff;
  text-decoration: none;
}

h1#blog-title a:hover {
  text-decoration: underline;
}

h2#blog-description {
  float: left;
  margin: 57px 0 0 0;
  padding: 0px;
  color: #f8dec7;
  font-size: 11px;
  font-weight: normal;
}

h2#category-title {
  margin: -10px 0 30px 0;

}

h3.post-title {
  margin: 0 0 20px 0;
  padding: 0px;
  color: #787878;
  font-size: 18px;
}

h3.post-title a {
  color: #894fbf;
  text-decoration: none;
  border-bottom: 1px dotted #f2d24c;
}

h3.post-title a:hover {
  border-bottom: none;
}

h4.sidebar-title {
  margin: 0 0 10px 0;
  padding: 0px;
  color: #f2d24c;
  font-size: 14px;
}

h4.content-title {
  margin: 0 0 20px 0;
  padding: 0px;
  color: #006990;
  font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
  position: absolute;
  right: 0px;
  bottom: 40px;
  line-height: normal;
}

#rss a {
  display: block;
  padding: 0 30px 0 0;
  background: url(img/bg-rss.png) no-repeat right center;
  line-height: 40px;
  text-align: right;
  text-decoration: none;
  color: #fff;
}

#rss a:hover {
  text-decoration: underline;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */

/** CONTENT LEFT */

.box-left, .post, .page {
  margin: 0 0 40px 0;
}

.spe_agenda{
  font: bold 14px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}
.date_sidebar_une{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.date_saison, .date_doublon{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#000000;
}
.billet_single{
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  display:block;

}
.tarif_single{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  display:block;padding-top:10px;
}
.hors_tarif_single{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  display:block;padding-top:10px;
}
.horaire_single{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.date_single{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.lieu_single{
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  display:block;
}
.free_sidebar{line-height:10px;clear:both;display:block;}
.titre_sidebar_une{
  font: bold 12px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;line-height:10px;display:block;

}
.sticky {
  padding: 20px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.tags {
  padding: 0 0 0 15px;
  background: url(img/bg-tags.gif) no-repeat left center;
}

.meta {
  padding: 10px 0 0 0;
  background: url(img/bg-meta.gif) repeat-x left top;
  color: #f8dec7;
  border-top: 1px dotted #5d5d5d;
  clear: both;
}

.meta-date {
  padding: 0 10px 0 15px;
  background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
  padding: 0 10px 0 15px;
  background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
  padding: 0 10px 0 15px;
  background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
  margin: 0 0 20px 0;
  line-height: 22px;
}
ul, ol {

  margin:0;
  padding:0;
  list-style-type:none;

}
.spe_agenda ul li{
  list-style:square;
}

.post-meta-key: { display:none; }
.post-meta ul, ol, .page ul, ol {

  margin:0;
  padding:0;
}

.post-meta ul li, .page ul li {

  margin:0;
  padding:0;
}

.box-left ul, .post ul, .page ul {
  padding: 0 0 0 20px;
  list-style: none;
}

.box-left ul li, .post ul li, .page ul li {
  margin: 0px;
  padding: 0 0 0 20px;
  background: url(img/bg-list-item-content.png) no-repeat left center;
}

/** CONTENT RIGHT */

.box-right {
  margin: 0px;
  padding: 70px 20px 25px 20px;
  background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.box-right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.box-right li {
  margin: 0px;
  padding: 5px 0 5px 10px;
  background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a {
  padding: 5px 0;
  text-decoration: none;
}

.box-right li ul {
  padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */

hr {
  height: 1px;
  margin: 20px 0;
  background: #3a3a3a;
  border: none;
}

table {
  width: 100%;
  margin: 0 0 20px 0;
}

th, td {
  padding: 5px 10px;
}

th {
  background: #eef2f3;
  color: #787878;
}

tr.even {
  background: #2a2a2a;
}

pre {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #2a2a2a;
  line-height: 22px;
  border: 1px solid #3a3a3a;
  font-family: Courier, serif;
  overflow-x: scroll;
  overflow-y: visible;
}

blockquote {
  padding: 0 0 0 20px;
  border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */

/** GENERAL */

fieldset {
  margin: 0 0 40px 0;
  padding: 0 40px 40px 40px;
  background: #2a2a2a;
  border: none;
}

legend {
  color: #006990;
  font-size: 14px;
}

label {
  display: block;
  margin: 0 0 5px 0;
}

input, textarea {
  width: 50%;
  height: 23px;
  margin: 0;
  padding: 7px 5px 0 5px;
  color: #5d5d5d;
  background: #fff url(img/bg-form-input.png) repeat-x left top;
  border: none;
}


.gmnoprint input, .gmnoprint textarea {
  width: auto;
  height: auto;
  margin: 0;
  padding: inherit;
  background: none;
  border:inherit;
}

textarea {
  width: 80%;
  height: 150px;
}

select {
  margin: 0 0 20px 0;
}

input.radio, input.checkbox {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #fff;
}

input.submit, input.button {
  width: auto;
  height: 30px;
  margin: 0px;
  padding: 0 20px;
  background: url(img/bg-form-submit-blue.png) no-repeat left top;
  border: none;
  color: #fff;
}
/** SEARCHFORM */


#moteur_search {
  width: 21px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/image_envoi.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}


#content #searchform {
  width: 250px;
}

#searchform  {
  float: right;


}
#searchform #search {

  width: 250px;
  height: 23px;
  padding: 7px 5px 0 5px;
  color: #5d5d5d;
}

#searchform #search-submit {
  float: right;
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
  margin: 40px 0 0 0;
}

#trackbacks {
  margin: 20px 0 0 0;
}

.comment {
  padding: 0 40px 40px 40px;
  background: #2a2a2a;
}

#trackbacks ul {
  margin: 0 0 40px 0;
  padding: 40px 40px 30px 40px;
  background: #2a2a2a;
  list-style: none;
}

#trackbacks li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 22px;
  background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
  padding: 40px;
}

#response {
  margin: 60px 0 0 0;
}

#response fieldset {
  padding: 40px;
}

.comment-left, #commentform-left {
  float: left;
  width: 120px;
  height: 120px;
  background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
  float: left;
  width: 430px;
  min-height: 120px;
}

.comment-text {
  padding: 20px;
  background: #fff url(img/bg-form-input.png) repeat-x left top;
  color: #5d5d5d;
  line-height: 22px;
}

#response textarea {
  width: 420px;
  height: 100px;
  margin: 0px;
  padding: 5px;
}

#response label {
  display: block;
  line-height: 20px;
}

#response input.text {
  width: 420px;
  height: 20px;
  margin: 0px;
  padding: 5px;
}

#response input.submit {
  float: right;
  height: 30px;
  margin: 20px 0 0 0;
  padding: 0 20px;
}

.comment-author {
  margin: 0px;
  padding: 5px 0;
  color: #006990;
  font-size: 14px;
}

.comment-author a {
  color: #006990;
  text-decoration: none;
}

.comment-author a:hover {
  text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
  padding: 20px 40px;
}

.commentlist ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.commentlist li {
  margin: 20px 0 0 0;
  padding: 20px 0 20px 20px;
  background: #2a2a2a;
  list-style: none;
}

.commentlist .avatar {
  float: right;
  margin: 0 20px 10px 20px;
}

.commentlist li a {
  color: #f8dec7;
}

.commentlist li p {
  margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
  margin: 0 0 20px 0;
}

.commentlist .comment-author a {
  padding: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
}

.commentlist ul.children {
  margin: 0px;
  padding: 0px;
}

.commentlist .children li {
  margin: 20px 0 0 0;
  padding: 20px 0 20px 20px;
  background: none;
  border: 1px solid #3a3a3a;
  border-right: none;
}

.reply {
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #1f1f1f;
  border: 1px solid #5d5d5d;
  border-right: none;
  border-bottom: none;
}

.reply a {
  display: block;
  height: 25px;
  line-height: 25px;
}

#cancel-comment-reply {
  margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
  color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
  background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
  background: #3a3a3a;
}



/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*.clearfix {
    display: inline-block;
}*/

/*html[xmlns] .clearfix {
    display: block;
}*/

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}
.clear_bottom {
  clear: both;
  background: url(img/bg_bottom.gif) repeat-x top left;
  width:100%;
}

hr.clearer {
  clear: both;
  height: 1px; line-height: 1px;
  margin: 0;padding: 0;
  visibility: hidden;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.aligncenter {
  margin-bottom: 20px!important;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  margin-bottom: 20px;
  padding-top: 4px;
  /*	border: 1px solid #3a3a3a;*/
  text-align: center;
  background-color: #f0f1f2;
}

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

.wp-caption p.wp-caption-text {
  padding: 0px;
  margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
  width: 100%;
}

#calendar_wrap td {
  text-align: center;
}

#wp-calendar caption {
  margin: 0 0 10px 0;
  padding: 2px;
  background: #3a3a3a;
}


/*---------------------------------------------------------  M E N U  Cat�gories haut de page-----------------------------------------------------------*/
#cat_genre {
  margin:0;
  padding:0;

  display:block;}

#cat_genre ul {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0;}

#cat_genre li{
  background-color: #a276cb;
  /*border:1px #666633 solid;*/
  text-align:center;
  padding-top:2px;
  padding-bottom:1px;

  width:28px;
  height:22px;float:left; margin-right:4px;

}

/* =============================== */
.jdGallery a.carouselBtn {
  font-weight: bold;
  font-size: 18px !important;
  color: #fff;
}



