/*
	Theme Name: Modern Style
	Theme URL: http://flexithemes.com/themes/modern-style/
	Description: Modern Style Theme with theme options page. Fixed-width, widget ready, two colums, right sidebar support hierarchical categories. Compatible with Wordpress 2.8 and higher. <br />New in version 1.1: Support for post thumbnails, ability to add custom logo and favicon from options page and some layout bug fixes. <br />New in version 1.2: Added an option to show the sidebar below header. By default the sidebar starts over header. Added css clearfix class for post items in files: index.php, archive.php, search.php, single.php, page.php
	Author: FlexiThemes
	Author URI: http://flexithemes.com
	Version: 1.2
	Tags: two-columns, fixed-width, right-sidebar, black, silver, theme-options, threaded-comments
*/

/******************************************************
    [ LAYOUT ]
*******************************************************/

body {
	background-color: #F2EDE7; 
	background: #F2EDE7 url(images/summerbg.jpg) top left repeat-x;
}

#wrapper {
	background: #fff url(images/background.png) top left no-repeat;
	margin: 200px auto 20px auto; 
	border:1px solid #D8D0C9;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;  
	-khtml-border-radius : 10px;  
	border-radius : 10px; 
	padding:10px;
	width: 970px;
	-webkit-box-shadow: 0.5px 0.5px 5px grey; 

}

#container { 

}

a {
    color: #21759B;
}

a:hover {
    color: #d54e21;
}

/******************************************************
    [ HEADER ]
*******************************************************/

#header {
	height: 165px;
	padding: 30px 0 0 150px; 
}

#header h1 {
	margin: 0px !important;
	padding: 25px 0 0 0px;
	font-family:Verdana;
    font-family:"Arial Black",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
/*    font-size:500%;*/
    font-variant:small-caps;
	text-shadow: 2px 2px 4px #676767; 

}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 7px #2C2C2C;
	font-weight: bold;
	
}

#header h1 a:hover {
	color: #fff;
	text-decoration: none;
	}

#header h2 {
	color: #fff;
	font-size: 20px;
font-weight: bold; 
	font-family: Arial, Helvetica, Sans-serif;
	text-shadow: 2px 2px 4px #2C2C2C;

}

.logo {
    margin: 25px 0 0 0;
}

/******************************************************
    [ NAVIGATION ]
*******************************************************/
.navcontainer {
	height: 32px;

	/*   background-color: #F2EDE7; */
	margin : 10px -20px 0; 
	/* margin-top: 9px; */
	padding : 7px 10px 2px; 
	background-color: #EAEAEA; 
}
	
#nav {
	height: 30px;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
/* 	margin-bottom: 1px; */
	padding-left: 0px;
}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link {
	color: #262626;
	display: block;
    margin: 0px 5px 0px 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}
	
#nav li a:hover, #nav li a:active, .current_page_item {
	background: url(images/nav-background.png) repeat-x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
	
#nav  li.current_page_item a {
	color:#fff;
    text-shadow: 0 1px 0 #000;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

/******************************************************
    [ CONTENT ]
*******************************************************/
#content-wrpapper {}

#content {
	background: #fff;
	margin: 20px 10px 0 0;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.post p {
	margin-bottom: 10px;
}

.post_thumbnail {
    padding: 6px;
  /*  background: #eee;*/
/*   border: 1px solid #ddd;*/
    margin: 0 10px 10px 0;
}

.title {
	margin-bottom: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;  
	-khtml-border-radius : 5px;  
	border-radius : 5px; 
	background-color:#0075B5; 
	padding: 0px 10px;
text-shadow:0 1px 4px #000;

-moz-box-shadow: 1px 2px 4px darkgrey; 
-webkit-box-shadow: 1px 2px 4px darkgrey;
box-shadow: 1px 2px 4px darkgrey;

}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.title a:hover {
	text-decoration: none;
    color: #FFFFFF;
}

.pagetitle {
	margin-bottom: 8px;
    background: #eee;
	padding: 6px 12px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #21759B;
}

.postdate {
	font-size: 13px;
    color: #666666;
}

.postdate span {
    padding: 3px 8px;
    margin-right: 4px;
    background: #ddd;
}

.postmeta {
	font-size: 11px;
	padding: 4px 6px;
	background: #eee;
}
	
.readmorecontent {
	text-align: right;
    margin-bottom: 8px;
}

a.readmore {
	padding: 4px 15px;
	background: #e1dddd;
	color: #5b5b5b;
    font-size: 12px;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

a.readmore:hover {
	background-color: #cdcbcb;
}
    
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
    font-size: 14px;
    color: #5b5b5b;
}
.entry > a, .entry > a:hover {
	text-decoration: none; 
	color:	#5B5B5B; 
}


.navigation {
	padding: 10px 0;
}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
}
	
.post img {
	max-width: 680px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}
	
/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/

.banner125 {
	margin: 6px;
	}
    
#sidebar {
   
}

#sidebar > ul {
	background: #F2EDE7; 
	border: 1px solid #D8D0C9;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
-moz-box-shadow: 1px 2px 2px lightgrey;
-webkit-box-shadow: 1px 2px 2px lightgrey;
box-shadow: 1px 2px 2px lightgrey;
}
	

#subscriptions {
	margin: 0;
    margin: 15px 0 0 0;
	text-align: right;
	}
    
#subscriptions img {
    margin:0;
    padding:0;
    vertical-align:top;
    }
    
#sidebar a {
	text-decoration: none;
    color: #333;
    font-size: 14px;
    
}

#sidebar a:hover {
	text-decoration: underline;
    color: #d54e21;
}
	
.searchlayout {
    border: 1px solid #bebebe;
    height: 30px;
    margin: 5px;
    padding: 0;
    background: #fff url(images/sinputnbackground.png) top left repeat-x;
    text-align: right;
}
#search input {
	border: 0;
    background: none;
}
	
	
#s {
	width: 190px;
	padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

/* Social icons */
.addthis_toolbox {
	margin: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
	
    
#sidebar h2 {
	margin: 10px 0 0 -10px;
	padding: 4px 8px;
	background: #c5c5c5;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #414445;
    text-shadow: 0 1px 0 #fff;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/arrow.gif) no-repeat top left;
}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: none;
}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
}


/******************************************************
    [ FOOTER ]
*******************************************************/

#footer {
	background: #F2EDE7; 
	padding: 20px;
	border-top: 4px solid #c5c5c5;
	text-align: center;
	color: #8C7E6D;
    margin-bottom: 15px;
    font-size: 13px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright  : 10px;
    -khtml-border-radius-bottomright  : 10px;
-khtml-border-radius-bottomleft  : 10px;
    -webkit-border-radius-bottomleft  : 10px;
  -webkit-border-radius-bottomright  : 10px;
    border-radius-bottomleft  : 10px;
  border-radius-bottomright  : 10px;
}

#footer a {
	color: #21759B;
} 

#footer a:hover {
	color: #D54E21;
	text-decoration: none;
} 

.footer-credits {
    text-align: center;
    font-size: 11px !important;
    color: #999 !important;
    padding: 4px;
}

.footer-credits a {
	color: #999 !important;
} 

.footer-credits  a:hover {
	text-decoration: none;
} 

/* wp-pagenavi style overriding */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}
.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}
.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}
.wp-pagenavi span.extend {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}	
/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments h3 {
	margin-bottom: 10px;	
}

#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;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 5px;
	text-align: justify;
    background: #eee;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin:0;
}

.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: -22px 0 0 63px;
	display: block;
    font-size: 11px;
    padding:0;
}

.comment-body {

}

.avatar { 
    border: 3px solid #ffffff;  
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    background: #ddd;
    padding: 5px;
    display: block;
}

.reply {
    text-align: right;
}
.comment-reply-link  {
	padding: 4px 15px;
	background: #e1dddd;
	color: #5b5b5b;
    font-size: 12px;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.comment-reply-link:hover {
	background-color: #cdcbcb;
    color: #5b5b5b;
}
	
.fn, .fn a:link, .fn a:hover, .fn a:visited { 
    color: #333; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.says {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px; 
}

.commentmetadata a, .commentmetadata a:hover {
    color: #999; 
    text-decoration: none;
}
/******************************************************
    [ MISC (WP GENERATED) ]
*******************************************************/

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}


/** 
 * Slideshow style rules.
 */

#slideshow {
	margin:0 20px 20px auto;
	width:620px;
	height:313px;
/* 	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0; */
	position:relative;
-webkit-border-radius : 10px;
	-moz-border-radius : 10px;  
	-khtml-border-radius : 10px;
background-color : lightgrey;
/* border: 1px solid grey;  */
-moz-box-shadow: 1px 2px 4px darkgrey; 
-webkit-box-shadow: 1px 2px 4px darkgrey;
box-shadow: 1px 2px 4px darkgrey;
tex-align:justify;
font-size:12px; 
line-spacing:font-family: helvetica;
}

#slideshow #slideshowTitle{
  text-align:center; 
  color: white;
  background-color: grey;
  font-weight: bold;
  font-size: 2em;
text-shadow:0 1px 4px #000;
text-transform:uppercase;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft : 10px;
-moz-border-radius-topright : 10px;    
	-khtml-border-top-left-radius : 10px;
-khtml-border-top-right-radius : 10px;
}

#slideshow  p img{

  -moz-box-shadow: 1px 4px 4px darkgrey; 
-webkit-box-shadow: 1px 4px 4px darkgrey;
box-shadow: 1px 4px 4px darkgrey;
tex-align:justify;
font-size:12px; 
line-spacing:font-family: helvetica;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:540px;
  height:263px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
 
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:0px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.png) no-repeat 0 0;
 background-position: 0px 35px;

-webkit-border-radius : 10px;
	-moz-border-radius : 10px;  
	-khtml-border-radius : 10px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
 background-position: 0px 35px;
-webkit-border-radius : 10px;
	-moz-border-radius : 10px;  
	-khtml-border-radius : 10px;
}

/** 
 * Style rules for Demo page
 */
#slideshow a {
/*   color: #fff; */
  font-weight:bold;
  text-decoration:none;
}
#slideshow a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
  background:transparent url(img/bg_pagecontainer_h1.png) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
/*color*/:white;
}
.slide h2 {
/*   font:italic 24px Georgia, "Times New Roman", Times, serif; */
/*   color:#ccc; */
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}

#content a img, .avatar{
border: 4px white solid;
-moz-box-shadow: 1px 2px 4px darkgrey; 
-webkit-box-shadow: 1px 2px 4px darkgrey;
box-shadow: 1px 2px 4px darkgrey;
}

#sidebar img[rel=shadow]{
border: 4px white solid;
-moz-box-shadow: 1px 2px 4px darkgrey; 
-webkit-box-shadow: 1px 2px 4px darkgrey;
box-shadow: 1px 2px 4px darkgrey;
}
/***********
 * Admin
 * ****************/
.ajoutSlide{
	display:block;
	background-image:url('img/ajoute_slider.png');
	width:119px;
	height:22px;
	text-indent:-9999px;
	outline:none;
}
.admin{
	background-image:none;
}

.admin #pageContainer{
	width:80%;
	margin:auto;
}
.admin #pageContainer h1{
	background:transparent url(img/admin.png) no-repeat top left;
}
.miniature{
	height:50px;
	clear:left;
	display:block;
	position:relative;
	left:80px;
	height:60px;
	padding:3px;
	margin:3px 0px 3px 0px;
	background-color:#555;
}
.supprimer{
	background: transparent url('img/btn_suppr.png') no-repeat;
	width:14px;
	height:15px;
	display:block;
	text-indent:-9999px;
	outline:none;
	float:right;
}
/*
form{
	display:block;
	float:left;
	width:300px;
}
fieldset{
	border:1px solid #525050;
	padding:7px;
	margin:3px;
}
legend{
	font-size:1.8em;
	display:block;
	margin-left:250px;
	position:absolute;
}
label{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:3px;
}
button{
	display:block;
	clear:left;
	color:#555;
	margin-left:80px;
	
}
input,textarea{
	float:left;
	width:180px;
	margin:3px;
	color:#555;
}
textarea{
	height:100px;
}
*/











