/*
Theme Name: FDI
Theme URI: www.fdifrance.com
Description: child theme pour fdifrance.com
Author: fabrice faivre
Author URI: fabricefaivre@free.fr
Template: thematic
Version: 1.0
.
all rights reserved
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');






/* -------------------------------------------------------------- 
   
   Default theme styles for Thematic
  
-------------------------------------------------------------- */  



/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(library/grids/960_grid_12_col.gif) repeat-y top center; }*/


/* --------------------------------------------------------------
BEGIN FDI OVERRIDES
-------------------------------------------------------------- */

/* force inline des flags de langageswitcher */
.lang_switch { display:inline; }

/* force l'ascenceur de firefox */
html { height: 101%; }




/* 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 {
	display: inline;
	padding: 0;
	margin: 0 0 0 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.toggleopacity img{
border: 0px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}


/* End Images */


/* --------------------------------------------------------------
FDI layout
2 colonnes FDI special. base sur la grille 960.
-------------------------------------------------------------- */



body {
    font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
    background-color: silver;
}
#wrapper {
    color:black;
    background-color: white;
    width:960px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
    position:relative;
padding: 0 0 0 0;
    margin:0 0 0 0;
height: 253px;
}
#branding {
	background:url(images/banner.jpg) no-repeat top left;
    height: 214px;
}
#access {
    position:relative;
    overflow:hidden;
}
#menu {
    background:url(images/menubg.jpg) no-repeat top left;
    height: 39px;
    margin-left:  60px;
}
#main {
    width:960px;
    margin:0 0 0 0;
    padding: 0 0 0 0;
    overflow:hidden;
    position:relative;
}
#container {
    width:600px;
    float:left;
}
#content {
    margin:0 0 0 60px;
    width:520px;
    overflow:hidden;
}
.main-aside {
    width:148px;
    height:532px;
    background:url(images/navbg.jpg) no-repeat top left;
    float:right;
    position:relative;
    right:10px;
    padding: 0 0 0 152px;
}
#secondary {
    clear:right;
    display:none;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */


a:link, a:visited {
    color:#2772B3;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */

#blog-title {
    display:none;
}
#blog-title a {
    display:none;
}
#blog-description {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:12px;
    position:relative;
}
.skip-link {
    display:none;
}

#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    margin:9px 15px 0 0;

    padding:1px 12px;
    background:#87B5BB;
    color:#fff;
    border-top:4px solid #fff;
    text-decoration:none;
}
#menu a:hover {
    background:#87B5BB;
    color:#fff;
    border-color:#87B5BB;
}
#menu .current_page_item a {
    background:#5C9BD1;
    color: #fff;
	border-color: #5C9BD1;
}
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#4887BD;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:0 0;
}
#content {
}    
.hentry {
    margin: 0;
    padding: 0 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 36px 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    margin: 22px 0 0;
    padding: 18px 0 4px 24px;
    background: #ddd 0 0;
    border-left: 18px solid #00a88f;
    font-size:18px;
    color:#000;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-meta {
    font-size:11px;
    color:#787878;
	padding-left: 42px;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
	display:none;
}
.entry-meta .meta-sep {
    display:none;
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.entry-content h1 {
    margin: 22px 0;
    padding: 18px 0 4px 24px;
    background: #ddd 0 0;
    border-left: 18px solid #00a88f;
    font-size:18px;
}

.entry-content h2 {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:1px;
     background-color: #dcdcdc;
     line-height: 22px;
     border: 1px solid #7e7e7e;
     padding: 0 0 0 7px;
     margin-top: 18px;
     margin-left: 18px;
     margin-bottom: 18px;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
    border-bottom: 1px dotted #00a88f;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.entry-content h5 {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:1px;
	line-height: 22px;
	border: 1px solid #7e7e7e;
	margin-top: 18px;
	margin-left: 185px;
	margin-bottom: 18px;
	background: #dcdcdc 0;
	padding-left: 15px;
	clear: right;
}

.entry-content h6 {
	clear: right;
	margin-left: 185px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
	display:none;
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside h3 {
    margin:0 0 0 0;
    font-size:12px;
    font-weight:bold;
    color: gray;
}
.aside ul li li{
	background: transparent url(images/dot.gif) no-repeat 0px 5px;
	padding: 0 0 0 12px;
	}

.aside ul ul {
    margin:0 0 1.5em 0;
}
.aside ul ul ul {
    margin:0 0 0 0px;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {
    padding:17px 0 1px 0;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

