﻿ul.youtubeVideos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}
ul.youtubeVideos li {
    float: left;
    margin: 0 5px 0 5px;
}
ul.youtubeVideos li.currentvideo {}
/* Gallery view specific styles */

.youtubegallery ul.youtubeVideos li {
    border: 5px solid #FFF;
}
.youtubegallery ul.youtubeVideos li.currentvideo {
    border-color: #C8C8C8;
}
.youtubegallery ul.youtubeVideos li .info {
    display: none;
}
/* Video player will take the size of its container #ytvideomain*/

.youtubegallery #ytvideomain {
    display: none;
    /* Hide so it doesnt take up space before init */
    
    width: 100%;
    height: 500px;
    margin: 0 0 5px 0;
}
/* List view specific styles */

.youtubelist ul.youtubeVideos li .still {
    float: left;
    margin: 10px;
}
.youtubelist ul.youtubeVideos li {
    width: 100%;
    margin: 0 0 14px 0;
}
.youtubelist ul.youtubeVideos li .info {
    min-height: 90px;
    background: #e1e1e1 !important;
    border: 2px #cccccc solid !important;
    padding: 0.6em !important;
    margin-bottom: 0 !important;
}
.youtubelist ul.youtubeVideos li .info h6 a {
    color: #0871dc;
    font-weight: bold;
}
.youtubelist ul.youtubeVideos li .info p {
    color: #343434;
}
/* Widget specific styles */

.youtubewidget ul.youtubewidget li {
    margin: 0;
    overflow: hidden;
}
.youtubewidget ul.youtubewidget li a img {
    float: left;
    width: 30%;
    max-height: 50px;
    margin: 5px;
}