/*
Plugin Name: More Good Foundation Youtube Thumbnailer
Plugin URI: 
Description: This plugin creates metadata including thumbnails, titles and descriptions for Youtube videos embedded in posts.
Version: 0.1
Author: Alan Sikes based on youtube-thumbnailer by Oren Yomtov and berri-youtube-gallery by Alberto Varela
Author URI: 
*/

.mgf_video {
}
.mgf_vtitle {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em auto;
	text-align: center;
}
.mgf_vblock {
	display: block;
	margin: 1em auto;
	text-align: center;
}
.mgf_vdesc {
	display: block;
	width: 500px;
	margin: 1em auto;
	text-align: left;
}

/*****************************/
/*  <list> Video Thumbnails  */
/*****************************/
.mgf_vl_thumb {
	position: relative;
	vertical-align:top;
	list-style-type: none;
	margin: 10px 0;
	clear: both;
}
.mgf_vl_thumb_title {
	position: relative;
	color: #0033CC;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	padding: 6px 0 2px;
	overflow: visible;
}
.mgf_vl_thumb_img {
	position: relative;
	height: 72px;
	width: 96px;	
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #999999;
	-moz-border-radius: 3px 3px 3px 3px;
	margin: 0 5px 10px 0;
	padding: 4px;
}
.mgf_vl_thumb_img img {
	left: 0;
	top: -9px;
	width: 96px;
	height: 72px;
	overflow: hidden;
	border: none;
}	
.mgf_vl_thumb_leng {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #000000;
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	padding: 0 4px;
	vertical-align: top;
	margin-right: 0;
	margin-top: 0;
}
.mgf_vl_thumb_desc {
	position: relative;
	display: block;
	color: #666666;
	font-size: 11px;
	line-height: 1.4em;
	margin: 6px 0 2px;
	overflow: visible;
}
.mgf_vl_thumb,
.mgf_vl_thumb_title,
.mgf_vl_thumb_desc,
.mgf_vl_thumb a,
.mgf_vl_thumb_title a,
.mgf_vl_thumb_desc a {
	text-decoration: none;
}

/****************************/
/*  <div> Video Thumbnails  */
/****************************/
.mgf_vd_thumb {
	position: relative;
	width: 155px;
	vertical-align: top;
	display: inline-block;
	list-style-type: none;
	margin: 10px;
}
.mgf_vd_thumb_title {
	position: relative;
	display: block;
	color: #0033CC;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	padding: 6px 0 2px;
	overflow: visible;
}
.mgf_vd_thumb_img {
	position: relative;
	height: 90px;
	width: 120px;	
	overflow: hidden;
	border: 1px solid #999999;
	-moz-border-radius: 3px 3px 3px 3px;
	margin: 5px 0 0;
	padding: 4px;
}
.mgf_vd_thumb_img img {
	left: 0;
	top: -12px;
	width: 120px;
	height: 90px;
	overflow: hidden;
	border: none;
}	
.mgf_vd_thumb_leng {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #000000;
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	padding: 0 4px;
	vertical-align: top;
	margin-right: 0;
	margin-top: 0;
}
.mgf_vd_thumb_desc {
	position: relative;
	display: block;
	color: #666666;
	font-size: 11px;
	line-height: 1.4em;
	margin: 6px 0 2px;
	overflow: visible;
}
.mgf_vd_thumb,
.mgf_vd_thumb_title,
.mgf_vd_thumb_desc,
.mgf_vd_thumb a,
.mgf_vd_thumb_title a,
.mgf_vd_thumb_desc a {
	text-decoration: none;
}
