﻿/*- ###### Fresh Content.net STYLE SHEET #######
-----------------------------------------------------------------------
This is the stylesheet for your free video feed. It is designed for use with Clipsyndicate players.
A link to this file must be placed within the head tags of any page where you display the videos.
Only one link is required.
-----------------------------------------------------------------------
Copyright ClipSyndicate 2006
*/
cm_target {}

#clip-preview {
width: 736px;
}

/* main container and border */
.cs-clip
{
display: block;
margin-bottom: 10px;
padding: 5px;
width: 300px;
background: #FFFFFF;
border: 1px solid #999999;
text-align: left;
}

/* thumbnail image */
.cs-thumbnail
{
display: block; /* set to 'none' to remove thumbnails */
width: 95px;
height: 71px;
border: 0px;
}

/* play button */
.cs-button
{
display: block; /* set to 'none' to remove the play button */
visibility: visible; /* also, set this to 'hidden' to remove the play button */
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #FFFFFF;
}

.cs-button-bg {
border-left: 1px solid black;
border-right: 1px solid black;
}

/* title link */
.cs-title
{
display: block;
font-size: 12px;
vertical-align: top;
}

/* title link style */
a.cs-title-link:link, a.cs-title-link:visited
{
font-weight: bold;
}

/* content provider, market, etc. */
.cs-channel-info
{
display: block;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: top;
text-align: left;
}

/* time and date */
.cs-time
{
display: block;
color: #7C9C4E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: top;
text-align: left;
}

/* descriptive text */
.cs-description
{
display: block; /* set to 'none' to remove description text */
width: 200px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
vertical-align: top;
text-align: left;
}
