.commentLink 
{
    font-size: 10px;
}

.wordcount
{
   float: right;
   font-size: 15px;
   font-weight: bolder;
   color: Gray;
}
  
.PhotoImg {  width:70px; height: auto }
 
.VideoImg {  width:120px; height: auto }
 
.RssFooter {margin-top:7px;font-size:10px;height:17px; color:#999999; background:url('../../images/rss_small.png') no-repeat; padding-left:20px; display:inline-block;}
.DiggFooter {margin-top:7px;font-size:10px;height:17px; color:#999999; background:url('../../images/digg-guy16.png') no-repeat; padding-left:20px; display:inline-block;}

.facebooklogo{ min-height:17px; background:url('../../images/facebook16.png') no-repeat; padding-left:20px; display:inline-block;}
.twitterlogo{min-height:17px; background:url('../../images/twittericon.png') no-repeat; padding-left:20px; display:inline-block;}
.youtubelogo{min-height:17px; background:url('../../images/yt.gif') no-repeat; padding-left:20px; display:inline-block;}

.facebookPhotologo{ min-height:17px; background:url('../../images/facebook16.png') no-repeat; display:inline-block;}
.flickrPhotologo{ min-height:17px; background:url('../../images/flickr16.png') no-repeat; padding-left:17px;display:inline-block;}
.picasaPhotologo{ min-height:17px; background:url('../../images/picassa16.png') no-repeat; display:inline-block;}

div.digg-count a { target: _blank;}
div.digg-it a { target: _blank;}

/* Video Overlay */
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	position:relative;
	vertical-align:top;
	margin:0px;	
	padding:3px;	
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0px;
}
#videogallery a:hover{
	opacity:1;
}

#videogallery a#videolb{display:none}

/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(../../images/video_overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:480px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(../../images/video_overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../../images/video_overlay/loading.gif) no-repeat 50% 50%;
}