/*
    Theme Name: Diadema
    Theme URL: http://fthemes.com/diadema-free-wordpress-theme/
    Description: Diadema is a free WordPress theme with options page. Supports the post thumbnails. Suitable for any niche.
    Author: FThemes.com
    Author URI: http://fthemes.com/
    Version: 2.1
*/

/* LAYOUT */

body {
    background: #1e1912 url(images/fond_wp_etoile_dexter.jpg) fixed center top no-repeat;
    }
.transparence {
  filter:alpha(opacity=40);
  -moz-opacity:.4;
  opacity:.4;
 }
#wrapper {
    }

#container {

    }

#contentwrap {
    background: transparent url(images/fond_wp_etoile_blanc80.png) repeat scroll bottom;

    }

a {
    color: #001177;
    }

a:hover {
    color: #582985;
    }


/* HEADER */

#header {
    height: 120px;
    }

#header h1 {
    margin-bottom: 0px !important;
    padding: 34px 0 0 15px;
    font-weight: normal;
    font-family: Arial, Tahoma, Helvetica, FreeSans-serif;
    font-size: 36px;
  color: #FFF;
    }

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


#header h2 {
    color: #582985;
    padding-left: 15px;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-serif;
    }
    
.logoimg {
    margin: 32px  0 0 0;
    }

.topright {
    text-align: right;
    margin: 7px 0 0 0;
    height: 20px;
    }

.topright a {
    color: #4c453f;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    }
   
.topright a:hover {
    color: #be0404;
    text-shadow: 0 1px 0 #fff;
} 
/* NAVIGATION MENUS */
/*
#pagemenucontainer {
    height: 34px;
    background: url(images/pagenav_background.png) top left repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    float: right;
    }
    
#pagemenu {
    height: 34px;
    float: left;
    }

#pagemenu, #pagemenu ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    }
#pagemenu {
    margin-bottom: 1px;
    }
    
#pagemenu ul {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
    
#pagemenu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: url(images/pagenav-separator.png) right center no-repeat;
    }
    
#pagemenu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
    
#pagemenu li a, #pagemenu li a:link {
    color: #18160f;
    display: block;
    margin: 0px 6px 0px 0;
    padding: 11px 12px 10px 14px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #fff;
    }
    
#pagemenu li a:hover, #pagemenu li a:active {
    color: #be0404;
    display: block;
    text-decoration: none;
    
    }
    
#pagemenu  li.current_page_item a {
    color: #be0404;
    }

#pagemenu li:hover, #pagemenu li.sfhover { 
    position: static;
    }
*/
.sidebar li.page_item {
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: bold;
}
#navcontainer li.page_item {
  margin-left: 8px;
}

#navcontainer {
    height: 30px;
    display: block;
    overflow: hidden;
    padding: 0;
    }
/* KIDS MENU CSS PATCH */
#nav li#menu-item-5566 {
    margin-left: 10px;
}
#nav li#menu-item-5566 a {
    background: url(images/cine-toile_category_kids.png) no-repeat top right;
    z-index: 100;
}
/* FIN KIDS MENU CSS PATCH */

#navcontainer li.current_page_item,
#navcontainer li.current-menu-item {
    background: url(images/fond_wp_etoile_blanc80.png) repeat scroll top left;
}

#navcontainer li.current-menu-item a,
#navcontainer li.current_page_item a,
#navcontainer .current-cat a {
  color: #296695;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  text-shadow: 0 0px 0 #000;
}
    
/* CONTENT */

#content {
    padding: 15px 5px 15px 15px;
    }
    
pre { overflow: auto; 
    width: 470px; 
    }
    
.post {
    border-bottom: 1px solid #cdc6bb;
  padding: 15px 20px;
    margin-bottom: 15px;
    background: #FFF ; 
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

.post p {
    margin-bottom: 10px;
    font-size: 90%;
}

.title {
    margin: 0 0 8px 0;
    padding: 0px;
    line-height: 22px;
    font-size: 140%;
    font-family: Arial, Verdana;
    color: #2c2621;
    font-weight: bold;
    }

    
.title a {
    text-decoration: none;
    color: #000;
    }

.title a:hover {
    text-decoration: underline;
    color: #582985;
    }
h2.title {
  font-size: 22px;
}
.pagetitle {
    margin-bottom: 20px;
    line-height: 22px;
    font-family: Arial, Verdana;
    text-decoration: underline;
}

.readmorecontent {
    text-align: right;
  filter:alpha(opacity=60);
  -moz-opacity:.6;
  opacity:.6;
    }

a.readmore {
    padding: 4px 15px;
    background: #2c2621;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
 
    }

a.readmore:hover {
    background: #582985;
    }


.postdate {
    font-size: 13px;
    font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #2c2621;
    }


.postmeta {
    font-size: 11px;
    padding: 2px 4px;
    font-family: Arial, Verdana;
    color: #474747;
    }
    
.postdate img, .postmeta img {
    border: none;
    vertical-align: middle;
    margin:2px;
    }
    
.entry {
    text-align: justify;
    line-height: 20px;
    padding-top: 8px;
    font-family: Arial, Verdana;
    font-size: 14px;
    /*color: #474747;*/
    color: #111;
    }
    
.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;
    }

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #2e2823 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#2e2823 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #2e2823 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#2e2823 !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #2e2823 !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
    margin-top: 5px; 
    text-align:center;
    }
    
.ad125 {
    margin: 6px;
    }


.sidebar {
    margin: 0 10px 10px 10px;
    font-size: 14px;
    }
    
.sidebar a {
    text-decoration: none;
    color: #001177;
    }

.sidebar a:hover {
    text-decoration: underline;
    color:#582985;
}
    
    
#search {
    border: 1px solid #d2d0c6;
    height: 26px;
    padding: 2px;
    background: #fcf9f4;
    text-align: right;
}

#search:hover {
    border: 1px solid #bfbdb1;
    background: #fff;
    }

#search input {
    border: 0;
    background: none;
    color: #99918c;
}
    
    
#s {
    width: 257px;
    padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 5px;
}
    
#topsearch #s {
    width: 268px;
}
    
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
    text-align: center;
    }
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}



.recentposts ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    
}

.entry ul li {
  font-size: 12px;
}
.recentposts ul li {
    list-style-type: none;
    margin: 0;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    color: #111;
    font-size: 14px;
}

.recentpoststitle {
    font-weight: bold;    
    color: #111 !important;
    font-size: 14px;
    line-height: 16px;
}

.recentpoststitle:hover {
    color: #582985 !important;
    text-decoration: underline !important;
}

.recentpostsmore {
    font-weight: bold;  
    color: #444 !important;  
    text-decoration: none !important;
    font-size: 12px !important;
}

.recentpostsmore:hover {
    color: #582985 !important;
    text-decoration: underline !important;
}

.recentposts img {
    padding: 4px;
    border: 1px solid #615449;
    margin: 0 10px 0px 0;
}
    
.sidebarvideo {

    }

.sidebar h2 {
    margin: 10px 0 0 0;
    padding: 6px 0 7px 22px;
    border-top: 1px solid #EEE;
    /*background: url(images/fond_wp_etoile_blanc80.png) top left repeat;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    border-radius: 5px;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #3c352f;
    text-shadow: 0 1px 0 #ffffff;
    }

.sidebar ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.sidebar ul li {
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    }

.sidebar ul ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
    
.sidebar ul li li {
    padding: 4px 0px 4px 15px;
    margin: 0px;
    background: url(images/bullet.gif) no-repeat top left;
    }
    
.sidebar ul li ul li {
    background: url(images/bullet.gif) no-repeat top left;
    padding: 4px 0px 4px 15px;
    margin: 0;
    }



#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    color: #296695;
    background: none!important;
    }
#wp-calendar caption {
    padding: 2px 4px;
    text-transform: uppercase;    margin: 2px 0 2px 0;
    background: none!important;
    }

#wp-calendar td {
    color: #296695;
    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: #296695;
    color: #fff;
    }
    
#wp-calendar {
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    font-weight: bold; 
    width: 100%;
    }


/* FOOTER */

#footer {
    /*background: url(images/footer-background.png) top left repeat-x;*/
    background: url(images/nav_wp_etoile_black50.png) repeat scroll top left;
    margin-bottom: 25px;
    padding-top: 15px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #fff;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    }

#footer a {
    color: #fff;
    } 

#footer a:hover {
    color: #582985;
    text-decoration: none;
    } 
    
#footer2 {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 6px 0 0 0;
    }
        
#footer2 a {
    color: #fff;
    text-decoration: underline;
} 
    
#footer2 a:hover {
    color: #582985;
    text-decoration: none;
} 
    
/* 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: 0;
    text-align: justify;
    background: #FEF ; 
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    }

.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;
    }
    
.post_thumbnail {
    padding: 6px;
    background: #fff;
    border: 1px solid #cdc6bb;
    margin: 0 10px 10px 0;
}
div.etoile-comments {
  float: right;
  padding-top: 22px;
  background: url(images/big64_star_cine-toile.png) no-repeat top right;
  height: 64px;
  width: 64px;
  text-align: center;
  position: relative;
  top: -16px;
  left: 16px;
  font-weight: bold;
  font-size: 14px;
}
