/*
Theme Name: Novatube
Theme URI: http://www.themabiz.fr/
Description: Theme Wordpress Tube like.
Version: 1.1.2
Author: Themabiz
*/

*{
    padding:0;
    margin:0;
    border:0;
}
body{
    font-family: arial, sans-serif;
    font-size: 12px;
}

a {
    text-decoration:none;
}

#container{
    max-width:1100px;
    width:expression(document.body.clientWidth > 1100 ? "1100px" : "auto");
    width: 98%;
    margin:0 auto;
}
    #header{
        height:55px;
        position:relative;
    }
        #logo{
            position:absolute;         
        }
        #logo img {
        }
        #tagline{
            color:#fff;
            color:#e6e6e6;
            font-size: 16px;
            position:absolute;
            top:100px;
            left:100px;
        }
        .header-banner {
            position:absolute;
            top:200px;
            right:0;   
        }
        #header #searchform div{
            position:absolute;
            right:0;
            top:05px;
            height:40px;
            width:310px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
        #header #searchform #s{
            margin:10px;
            width:255px;
            background: transparent;
            color:#999;
            font-size: 14px;
            position:absolute;
            display:block;
        }
        #header #searchform #searchsubmit{
            width:40px;
            height:40px;
            position:absolute;
            right:0;
            display:block;
            cursor:pointer;
        }
    #nav{
        height:40px;        
        margin:0 0 10px 0;
        z-index: 20;
        position:relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #nav li{
        float:left;
        list-style: none;
        display: block;
        line-height: 40px;
        height:50px;
        font-size: 14px;
        padding:0 15px;
        position:relative;
    }
    #nav li a{
        float:left;        
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }
    #nav li ul.sub-menu{
        display:none;
        position:absolute;
        top:100%;
        left:-2px;
        width:200px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #nav li ul.sub-menu li{  
        height: 100%;
        width: 200px;
        padding: 8px 10px;
    }
    #nav li ul.sub-menu li a{
        text-transform: none;
        line-height: 22px;
    }
    #center{
        
    }
        #content{
            width: 68%;
        }
            /*Listing Tube*/
            .listing-tube li{
                float:left;
                width:21.8%;    
                height:155px;          
                position:relative;
                margin:1% 1% 1% 0;
                padding:1% 1% 6% 1%;
                list-style: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            .listing-tube li.last{
                margin-right:0;
            }
            .listing-tube li img{
                width: 100%;  
                height:auto;                        
             }
            .listing-tube li h2{
                font-size: 12px;
                text-align: center;
                display: block;
                height:36px;
                line-height: 18px;
                overflow:hidden;
            }            
            .listing-tube-infos{
                position:absolute;
                bottom:0;
                left:0;
                width:95%;
                padding:5px 0 0 10px;
                height:20px;
            }
            .listing-tube span.views{
                display:block;
                height:11px;
                float:left;
                font-size: 12px;
                line-height: 11px;
                float:left;
            }
            .listing-tube span.duree{
                display:block;
                height:16px;
                line-height: 16px;
                float:left;
                font-size: 12px;
            }
            .listing-tube span.rating{
                display:block;
                color:#81ab00;
                font-weight: bold;
                margin: -2% 4% 0 0;
                height:16px;
                line-height: 19px;
                width: 52px;
                font-size: 14px;
                background: url(images/like-item.png) right center no-repeat;
                float:right;
                text-align: left;             
            }
            
            /*Listing Blog - 1 colonne*/
            .listing-blog .blog-left {
                float:left;
                width: 20%;
                margin: 0 2% 0 0;
            }
            .listing-blog .blog-right {
                float:right;
                width: 77%;
            }            
            .listing-blog li{
                width:98%;                
                position:relative;
                margin:2% 0 1% 0;
                padding:1% 0 18% 1%;
                list-style: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            .listing-blog li.last{
                margin-right:0;
            }
                        
            .listing-blog li img{
                float:left;
                margin:0 2% 5% 0;     
                width:100%;  
                height:auto;         
            }       
            .listing-blog li h2{
                display: block;
                font-size: 14px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }
            .listing-blog p {                
                float:left;
                width:97%;
                text-align:justify;
                font-size:110%; 
            }             
            
            .listing-blog-infos{
                width: 97%;
                position: absolute;
                bottom: 8px;                      
            }
            .listing-blog span.views{
                display:block;
                float:left;
                font-size: 12px; 
                float:left;
            }
            .listing-blog span.duree{
                display:block;
                height:16px;
                line-height: 16px;
                float:left;
                font-size: 12px;
            }
            .listing-blog span.rating{
                display:block;
                color:#81ab00;
                font-weight: bold;                
                height:16px;
                line-height: 18px;
                width:52px;
                font-size: 14px;
                background: url(images/like-item.png) right center no-repeat;
                position: absolute;
                right: 2%;
                bottom: 6%;          
            }
            
            
            /*Listing Blog - 2 colonnes*/
            .listing-blog2 .blog-left {
                float:left;
                width: 40%;
                margin: 0 4% 0 0;
            }
            .listing-blog2 .blog-right {
                float:right;
                width: 77%;
            }            
            .listing-blog2 li{
                width:47.4%;
                height:220px;
                float:left;                
                position:relative;
                margin:1% 1% 1% 0;
                padding:1% 0.5% 2% 1%;
                list-style: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            .listing-blog2 li.last{
                margin-right:0;
            }
                        
            .listing-blog2 li img{
                float:left;                   
                width:100%;  
                height:auto;
                margin: 0 0 0 3%;         
            }
            .listing-blog2 li h2{                
                display: block;
                font-size: 14px;
                height: 30px;
                line-height: 30px;
                margin: 0 0 2% 0;
                overflow: hidden;
                width:98%;
            }
            .listing-blog2 p {                
                width:97%;
                text-align:justify;
                font-size:110%; 
            }             
            
            .listing-blog-infos2{
                width: 97%;
                position: absolute;
                bottom: 8px;                        
            }
            .listing-blog2 span.views{
                display:block;
                float:left;
                font-size: 12px; 
                float:left;
            }
            .listing-blog2 span.duree{
                display:block;
                height:16px;
                line-height: 16px;
                float:left;
                font-size: 12px;
            }
            .listing-blog2 span.rating{
                display:block;
                color:#81ab00;
                font-weight: bold;                
                height:16px;
                line-height: 18px;
                width:52px;
                font-size: 14px;
                background: url(images/like-item.png) right center no-repeat;
                position: absolute;
                right: 2%;
                bottom: 6%;          
            }
            
            /*Listing Wall*/
            .listing-wall li{
                float:left;
                width:21.8%;           
                position:relative;
                margin:1% 1% 1% 0;
                padding:1%;
                list-style: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            .listing-wall li.last{
                margin-right:0;
            }
            .listing-wall li img{
                width: 100%;  
                height:auto;                        
             }            
            
            /** Tabs **/
            
            .tabs {
               width: 100%;                
            }
            
            ul.tabNavigation {
               padding: 0 0 10px 0;              
            }
            
            ul.tabNavigation li {
                display: inline;
                list-style: none;
                font-size: 16px;               
                border-bottom: none;
            }
            
            ul.tabNavigation li a {
                padding: 10px 11px; 
            }
            
            ul.tabNavigation li a.selected {                
                padding: 10px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;                
            }
            
            /** Vidéos relatives **/
            
            #relative {
                padding: 20px 0;
            } 
            
            #relative .listing-tube li, #relative .listing-blog li, #relative .listing-blog2 li, #relative .listing-wall li  {
                background: none;
                margin-top: 0;
            }
            #relative .listing-tube li, #relative .listing-wall li {
                width: 21.65%;
            }
            #relative .listing-blog li {
                width: 97.4%;
            }
            #relative .listing-blog2 li {
                width: 47%;
            }
            #relative ul.listing-tube, #relative ul.listing-blog, #relative ul.listing-blog2, #relative ul.listing-wall {
                margin: 0 0 0 1.5%;
            }
            
            /** Commentaires **/
            .comments-template {
                padding: 3%;
                margin: 0;
            }
            .comments-template h3 {
                margin: 0 0 20px 0;
                padding: 0 0 5px 0;    
            }
            
            .comments-template ul{
                list-style: none;
                margin: 0 0 40px 0;
            }
            
            .comments-template ul li{
                margin: 10px 0;
            }
            
            .comments-template ul li p {
                padding: 10px;
            }
            
            .comments-template input {
                margin: 10px 0 0 0;
                height: 20px;
                padding: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;    
            }
            
            .comments-template textarea {
                margin: 10px 0 0 0;
                height: 150px;
                padding: 10px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;    
            }
      
       
            .pagination{
                overflow: hidden;
                position:relative;
                text-align: center;
                width: 100%;
                margin: 20px 0 40px;
            }
            .pagination ul{
                display:inline-block;
                margin:0 auto;
                position:relative;
                text-align: center;
                width:auto;
            }
            .pagination li{
                float:left;
                list-style: none;
                list-style-position: inside;
            }
            .pagination a, .pagination span{
                float:left;
                display:block;
                padding:5px 10px;                
                text-decoration: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            .pagination a:hover{                
                color:#fff;
            }
            #video{ 
                margin:0 0 0px 0;
                overflow: hidden;
            }
            #video-code{
                width:100%;
                padding:2% 0 1% 0;
                text-align:center;
            }
            #video-pdv{
                width:100%;
                text-align:center;
                margin: 0 0 20px 0;
                font-size: 20px;
            } 
            #video-synopsys p{
                font-size: 12px;
                line-height: 18px;
                text-align: justify;
                width:95%;
                margin:10px auto;
            }
            #video-tags{
                font-size: 13px;                
                padding: 20px 0 0 20px;
            }
            #video-tags p{
                padding:0 0 10px 0;
            }
            #video-share, #video-rate{
                font-size: 13px;
                font-weight: bold;
                color:#808080;
                text-transform: uppercase;
                padding:15px 20px 0;
                width: 327px;
            }
            #video-rate span.post-like {
                font-weight: bold;
                font-style: italic;
                text-transform: none;
                line-height: 30px;
                padding: 0 0 0 5px;
            }
            #video-share strong, #video-rate strong{
                line-height: 30px;
                font-weight: normal;
                float:left;
            }
            #video-share strong {
                width: 80px;
            }
            #video-infos-left{
                float:left;
            }
            #video-infos-right{
                float:right;
                font-size: 13px;
                padding:10px 20px;
                width: 210px;
                -moz-border-radius: 0 5px 5px 0;
                -webkit-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0;                
            }
            #video-infos-left, #video-infos-right strong{
                font-weight: normal;
                margin:20px 0 0 0;
            }
            #video-infos-right p{
                margin:0 0 5px 0;
            }
            
            #video-infos-right span.rating{
                display:block;
                color:#81ab00;
                font-weight: bold;
                margin: 7% -4% 0 0;
                height:16px;
                line-height: 19px;
                width: 25%;
                font-size: 14px;
                background: url(images/like-item.png) right center no-repeat;
                float:right;
                text-align: left;             
            }
            
            .note-bar{
                position:relative;
                height:8px;
                width:150px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #ED1C24;
                overflow: hidden;
                margin:5px 0 10px;
            }
            .note-bar.not-rated-yet{
                background: #555;
            }
            .like-bar{
                position:absolute;
                left:0;
                top:0;
                height:8px;
                border-right:1px solid #111;
                background: #95C11F;
            }
            
            .content-banner {
                text-align:center;
                margin: 0 0 40px 0;
            }
            
        .sidebar-banner {
            text-align:center;
            padding:5px 0 0 0;
            margin: 0 0 15px 0;
        }
                   
        #sidebar{
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;                      
        }
        .sidebar-title{            
            padding:10px;
            font-size: 20px;
            display:block;
        }
        .sidebar-title{}
            #sidebar-categories{}
            #sidebar-keywords{}
            .sidebar-widget{
                margin: 0 0 20px 0;
            }
            .sidebar-widget .tagcloud{
                padding: 0 10px;
            }
            
        #sidebar ul{                  
        }
        #sidebar li{
            list-style: square;            
            font-size: 18px;
            line-height: 24px;
            list-style-position: inside;            
            padding: 0 0 0 15px;
            width:90%;
        }
        #sidebar li a{
            text-decoration: none;
        }        
            
        .sidebar-tags {
            padding: 0 15px;
        }
        
        .textwidget {
            padding: 0 15px;
            text-align: justify;
        }
            
        .footer-banner {
            text-align:center;
            margin:20px 0 0 0;
        }
                
        #footer{
            padding:20px 0;
            margin: 20px 0 0 0;
            clear: both;
            text-align:center;
        }
     
        h1{
            font-size: 24px;
            font-weight: normal;
            padding:0 0 10px 0;
        }
        
        h1.home {
            padding: 10px;
            margin: 0 0 20px 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            
        }
.bloc{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
    position:relative;
}
.bloc h1 {
    padding: 20px 0 0 20px;
}
.clear{
    clear:both;
}
.post-like{
    display:inline-block;
}
.post-like a span{
    display:block;
    float:left;
    height: 24px;
    margin-right: 4px;
    width: 24px;
}
a span.like{
    background:url(images/like.png) no-repeat 0 0;
}
a:hover span.like{
    background:url(images/like.png) no-repeat 0 -24px;
}
a span.dislike{
    background:url(images/dislike.png) no-repeat 0 0;
}
a:hover span.dislike{
    background:url(images/dislike.png) no-repeat 0 -24px;
}

.rating-single {
    display:block;
    color:#81ab00;
    font-weight: bold;   
    height:24px;
    line-height: 28px;
    width:73px;
    font-size: 19px;
    background: url(images/like-item2.png) right center no-repeat;
    text-align: left;   
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.listing-categories-videos{
    list-style: none;
}
.listing-categories-videos li{
    display:block;
}
.listing-categories-videos li a{
    float:left;
    text-align: center;
    
    font-size: 18px;
    border:1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin:1.2%;
    padding:2px;*/
    display:block;
    width:21.7%;
    margin: 1% 1% 1% 0;
    padding: 1%;
}
.listing-categories-videos li img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:100%;
    height:auto;
}
/* Partie blog
-----------------------------------------------*/

#blog, #page {
    padding: 15px 15px 50px 15px;
}

#blog h1 {
    padding: 0;
}

#blog ul {
    margin: 20px 0;
}

#blog li {
    width:98%;                
    position:relative;
    margin:2% 0 1% 0;
    padding:1% 0 18% 1%;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#blog li img{
    float:left;
    margin:0 2% 5% 0;     
    width:100%;  
    height:auto;         
} 

#blog .blog-left {
    float:left;
    width: 20%;
    margin: 0 2% 0 0;
}
#blog .blog-right {
    float:right;
    width: 77%;
} 

#blog .post-content {
    margin: 20px 0;
}

#blog .comments-template {
    border: none;
    padding: 0;
}

input[type=submit] {
    height: 30px;
    cursor:pointer;
}

.post-nav {
    margin: 40px 0 0 0;
}

.thumb-blog a {    
    width: 110px;
    height: 110px;
    margin: 0 20px 0 0;
    padding: 8px;
    float:left;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.post {
    margin: 0 0 3% 0;
    padding: 1% 0 4% 1%;
}

div#disclaimer-fond{
    opacity: 0.97;
    -moz-opacity : 0.97;
    -ms-filter: "alpha(opacity=97)"; /* IE 8 */
    filter : alpha(opacity=97); /* IE < 8 */
    background:#000;
    clear:both;
    height:1650px;
    line-height:normal;
    position:absolute;
    text-align:center;
    width:100%;z-index:1000;
}
div#disclaimer-conteneur{
    clear:both;position:absolute;
    text-align:center;width:100%;
    z-index:1001;
}
div#disclaimer-cadre{
    font-family:arial;
    font-size:12px;
    height:370px;
    width:557px;
    margin:100px auto 0;
}
div#disclaimer #disclaimer-content{
    float:left;
    height:300px;
    width:500px;
    background:url(images/disclaimer.jpg) no-repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
}
div#disclaimer #disclaimer-content div#disclaimer-boutons{
    height:39px;width:232px;margin:237px auto 0;}
div#disclaimer #disclaimer-content div#disclaimer-boutons a{background:top no-repeat;display:block;float:left;height:39px;width:111px;}
div#disclaimer #disclaimer-content div#disclaimer-boutons a#btn-entrer{
    background:url(images/entrer.png);margin-right:10px;
}
div#disclaimer #disclaimer-content div#disclaimer-boutons a#btn-sortir{background:url(images/quitter.png);}
div#disclaimer #disclaimer-content div#disclaimer-boutons a:hover{background-position:bottom;}

/* Responsive pour 1024px
--------------------------------------------- */
@media screen and (max-width: 1024px) {

    #container {
        width: 973px;
    }
    
    #content {
        width: 653px;
    }

    .listing-tube li a {
        font-size:12px;
    }
    
    .listing-blog2 li {
        height: 200px;
    }
    
    .listing-blog p, .listing-blog2 p {
        font-size:90%;
    }
    
    .listing-blog span.views {
        font-size: 90%;
    }
    
    #video-infos-right{
        width: 22%;
    }
    
    .note-bar{
        width: 50%;
    }
    
    #video-infos-right span.rating {
        margin: 12% -4% 0 0;
        width: 40%;
    }
}