/*
Theme Name: DoubleChange
Theme URI: http://wordpress.org/
Description: Le thème du site Double Change.
Version: 1.0
Author: Armèle Portelli et Jacques Vannet
Author URI: http://artcompix.com/
Tags: white, no header, fixed width, two columns 
*/

/* initialisation des styles */
/* @import url('w3-reset.css'); */

/* Begin Structure */

*, html, body	{ margin:0; padding:0; }

body {
	font-size:14px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing:0.8px;
	background: #FFF;
	color: #fff;
	text-align: center;
	line-height:140%;
}

#page {
	position: relative;
	width: 900px;
	height: 572px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:left;
}

#contenu_texte {
	position:absolute;
	width: 570px;
	height:410px;
	margin-left:16px;
	left:268px;
	top:66px;
	background-image:url(images/gris.png);
	padding:15px;
}

#sidebar {
	width: 262px;
	height: 572px;
	float:left;
	background-color:#ec1b16;
}

#content {
	width: 632px;
	height: 572px;
	float:right;
	index-z:1;
}

#menu_haut{
	position:absolute;
	left:268px;
	top:31px;
	width: 632px;
	height:30px;
	text-align:center;
	font-size:14px;
}

#menu_bas {
	position:absolute;
	top:510px;
	padding-top:21px;
	width: 632px;
	height: 40px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#logo {
	position:absolute;
	width:262px;
	height:61px;
	top:0px;
}

#section_courante {
	position:absolute;
	top:61px;
	width:262px;
}

#navigation {
	display: inline;
	background:yellow;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#recherche {
	position:absolute;
	width:250px;
	height:80px;
	left:150px;
	top:0px;
	padding:3px;
	display:none;
	background:#414141;
	border:1px solid #ccc;
	index-z:10;
	text-align:center;
}

.show {
	display: block!important;
}

/* pagination */
#pagination {
	position:absolute;
	width:570px;
	height:20px;
	bottom:0px;
	text-align:right;
}

.page_courante { color:#ec1b16; }

#menu_archives {
	border:1px solid #CCCCCC;
	font-size:0.8em;
	height:19px;
	margin:6px 3px 0 0;
	width:200px;
}


/* S T Y L E S */

/* resultats de la recherche */
#content .hilite { background:#ec1b16; }


a:link {
	color: #fff;
	text-decoration:none;
}

a:visited {
	color: #fff;
	text-decoration:none;
}

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


/*#menu_haut .page_item a:link, #menu_haut .page_item a:visited, #menu_haut .page_item a:active {
	color: #ff0;
}
*/

#menu_haut .current_page_item a:link, #menu_haut .current_page_item a:visited, #menu_haut .current_page_item a:active {
	color: #F00;
}

#menu .current_page_item a:link, #menu .current_page_item a:visited, #menu .current_page_item a:active {
	color: #F00;
}


.post {
	text-align:left ;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}
#footer {
padding: 0;
margin: 0 auto;
width: 900px;
clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size:0.8em;
	letter-spacing:1px;
	color:#ccc;
}
#footer p a:link { color:#aaa; }
#footer p a:visited { color:#aaa; }
#footer p a:hover { color:#aaa; }

/* End Structure */



/* Menu horizontal */

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* Begin Typography & Colors */

.entry p {
	margin-bottom:10px;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {
background-color: #fff;
}
.thread-even {
background-color: white;
}
.depth-1 {border: 1px solid #ddd;}

.even, .alt {border-left: 1px solid #ddd;}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}


.sticky {
background: #fff;
padding: 0 10px 10px;
}

.sticky h2 { padding-top: 10px; }

.commentlist li, #commentform input, #commentform textarea {}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
}

.commentmetadata {
font-weight: normal;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/*Begin Headers */

h1, h2, h3 {
	font-weight: bold;
	margin:8px 0;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.4em;
	font-family:Arial;
	font-weight:normal;
}

h3 {
	font-size: 1em;
	text-align:left;
}

h2.pagetitle { text-align: center;}

#newsletter h2, #recherche h2 { text-align:center; font-size:1.1em; }

h3.comments {
	padding: 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
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;
font-weight:bold;
}

.alignleft {
float: left;
font-weight:bold;
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
*/
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

a img {
border: none;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
padding-top: 4px;
margin: 10px;
-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;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */



/*  S C R O L L  */

#extra_controls, #scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
   	index-z:1;
}

div#wn	{ 
	position:relative;
	width:550px; height:380px; 
	overflow:hidden;
	index-z:1;
}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	index-z:1;
}
div#lyr1 { /* show first div */
    visibility:visible;
   	index-z:1;
}
div#scrollbar { 
  position:relative;
  width:11px; height:380px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:356px;
  background: #414141;
}
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
}
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
} 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* RECHERCHE */
strong.search-excerpt { background-color: #FF0000; } /* mise en exergue des occurrences dans les titres */

.filet {
width:50%;
color: red;
background-color: red;
height: 1px;
border: 0;
}

#addicted_results {
	text-align:left;
}

#addicted_results ul {
/*	line-height:2em; */
}