
/* ================================================================================================
        Main color CSS
================================================================================================ */

/* ************************************************************************************************
		General
************************************************************************************************ */
a {
    color: #00A5AE;
}

h1.home {
    border-left-color: #00A5AE;
}

/* ************************************************************************************************
		Header
************************************************************************************************ */ 

/********** Navigation **********/
#nav li.current-menu-item,
#nav li a:hover {
    background-color: #00A5AE;
}

/* ************************************************************************************************
		Content
************************************************************************************************ */ 
.infobutton {
    background-color: #00A5AE;
}

/* ************************************************************************************************
		Listing videos
************************************************************************************************ */
.listing-infos .rating-infos {
    color: #00A5AE;    
}

/* ************************************************************************************************
		Video content
************************************************************************************************ */ 

/********** Player **********/
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
    background:#00A5AE;
}

.vjs-default-skin div.vjs-big-play-button:hover {
    -webkit-box-shadow: 0 0 80px #00A5AE;
    -moz-box-shadow: 0 0 80px #00A5AE;
    box-shadow: 0 0 80px #00A5AE;
}

/********** Share buttons **********/
.share-buttons ul li a {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/********** Rating **********/
.post-like a span#more,
.post-like a span#less,
.like-bar {
    background-color: #00A5AE;
}

.post-like a span#more,
.post-like a span#less {
    border-color: #00A5AE;
}

/********** Categories and tags **********/
#cat-tag li a:hover {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/********** URL Player button **********/
a.url-player-button {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Video widgets
************************************************************************************************ */ 

/********** All videos link **********/
.content-widget ul li.all_videos,
#sidebar .sidebar-widget .listing-tube li.all_videos,
#footer .footer-widget ul.listing-tube li.all_videos,
#footer .footer-widget-last ul.listing-tube li.all_videos {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Comments
************************************************************************************************ */
.comments-template input[type="submit"] {
    background: #00A5AE;
    border-color: #00A5AE;
}

span.required { 
    color: #00A5AE;
}

/* ************************************************************************************************
		Pagination
************************************************************************************************ */
.pagination a {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Searchform
************************************************************************************************ */
#searchform #searchsubmit {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Template Categories
************************************************************************************************ */
ul.listing-cat li:hover span.nb_cat {
    background-color: #00A5AE;
    border-color: #00A5AE;    
}

/* ************************************************************************************************
		Template Tags
************************************************************************************************ */
.wp-tag-cloud li a:hover,
.tagcloud a:hover {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Filters
************************************************************************************************ */
.filtre-list a:hover,
.filtre-list li.selected {
    background-color: #00A5AE;
}

/* ************************************************************************************************
		Sidebar
************************************************************************************************ */
#sidebar li.cat-item a:hover {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

#sidebar .wp-tag-cloud li a:hover,
#sidebar .tagcloud a:hover {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

/* ************************************************************************************************
		Footer
************************************************************************************************ */
#footer li.cat-item a:hover {
    background-color: #00A5AE;
    border-color: #00A5AE;
}

.backtotopinstance {
    background-color: #00A5AE;
    border-color: #00A5AE;
}