/*  
Theme Name: dkret3

Userstyle: ELD_Sidebar Left and Right.css
Description: Primary-Sidebar on left and Secondary-Sidebar on right
*/

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

div#wrapper {
    width: 100%;
    border: none;
}
div#container {
    float: left;
    margin: 0;
    width: 100%;
}
div#content {
    border-left: 1px dotted #e0e0e0;
    margin: 25px 220px;
}
div.main-sidebar {
    float: left;
    overflow: hidden;
    width: 190px;
}
div#primary {
    margin-left: -100%;
}
div#secondary {
    margin-left: -220px;
}
.sidebar-column {
    width: 43.7%;
}

/*rajout perso issus de style.css*/
/*essai pour taille barre menu*/

/*pour taille image du header*/
if ( !defined( 'HEADER_IMAGE_WIDTH' ) ) :
    if ( $layout == 'ELD_Sidebar-Left-And-Right.css' || $layout == 'Fluidelity.css' )
        define( 'HEADER_IMAGE_WIDTH', apply_filters( 'dkret_header_image_width', 1400 ) );
        
    elseif ( $layout == 'Sidebar-Off.css' )
        define( 'HEADER_IMAGE_WIDTH', apply_filters( 'dkret_header_image_width', 650 ) );
        
    else
        define( 'HEADER_IMAGE_WIDTH', apply_filters( 'dkret_header_image_width', 960 ) );
endif;	
/* taille et place du titre et de la description*/
#header {
    background: #fff url(library/images/bg_header.jpg) repeat-x;
    text-align: right;
}
#blog-title {
    font-size: 38px;
    margin: 0;
    padding: 14px 80px 0;
    text-align: right;
}
#blog-title a {
    color: #048;
}
#blog-description {
    font-size: 25px;
    padding: 50px 80px 1px;
}


/* suppression icone et nom auteur (idée lise)*/
.entry-calendar-date {
	border: 1px dotted #9CC; /* bordure du calendrier */
	color: #363;	/* couleur du mois*/
	font-size: 0.9em; /*petite police du calendrier */
}
.entry-calendar-date .entry-calendar-day {
	color: #C33;	/* couleur du jour */
}
.entry-calendar-date .entry-calendar-year {
	color: #363;	/* couleur année */
}
.post .author, .entry-meta  .author  {
	background: url(none); /* suppression icône auteur */
	padding: 0 0 0 0px; /*suppression espace avant nom auteur*/
}

/*modifier la barre de menu*/
#access {
    background: #d8fbd8 url(library/images/bg_green_ELD.png) repeat-x;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.header-menu {
    margin: 0px 20px 0px;
}
.access-links-menu * {
    margin: 0 5px;
}
.access-links li  {
    float: right;
}
.access-links li a {
    display: block;
    padding: 5px 0;
}
/*modifier le fond du blog (lise yinyin)*/
#container {
	background:#ECFFFB/*modifier la couleur du fond du contenu du blog. */
	}
