/* - - - - - - - - - - - - - - - - - - - - -
 * Title : Members Video Styles
 * Author : Stayce Kavanaugh
 * URL : http://staycekavanaugh.googlepages.com
 *
 * Description : Video styles and member's page for the flowplayer flash streaming video plugin.
 * Created : 07-24-09
 * Modified : 
 * - - - - - - - - - - - - - - - - - - - - - */
    /* player st*/
    /* container has a background im*/
    a.player {
    margin-top:59px;
    display:block;
   /* background:transparent url(/Images/splash.png) no-repeat scroll -50px 0;
	padding:0 76px 75px 77px;*/
    width:425px;
    height:298px;
    padding:0px 40px 20px 0px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    }
    /* splash im*/
    a.player img {
    margin-top:115px;
    border:0;
    }
    #player {
    float:left;
    }
    /* playlist st*/
    #clips {
    width:312px;
    height:350px;
    overflow-y:auto;
    overflow-x:hidden;
    border:1px solid #ccc;
    padding:4px 10px 12px 10px;
    background-color:#efefef;
    margin-top:20px;
    float:right;
    }
    /* playlist en*/
    #clips a {
    display:block;
    width:280px;
    height:90px;
    padding:7px;
    background-color:#fff;
    border:1px solid #ccc;
    font:11px "bitstream vera sans", "lucida grande",verdana;
    text-decoration:none;
    margin-top:7px;
    color:#666;
    }
    /* different states of a playlist en*/
    #clips a:hover {
    background-color:#ffc;
    }
    #clips a.progress {
    background-color:#efefef;
    }
    #clips a.playing {
    border:1px solid #666;
    background-color:#ffc;
    }
    #clips a.paused {
    border:1px solid #666;
    background-color:#ffc;
    }
    /* elements inside playlist en*/
    #clips a img {
    border:0;
    float:left;
    margin-right:10px;
    }
    #clips a strong {
    color:blue;
    padding-bottom:5px;
    }
    #clips a em {
    border:0;
    float:left;
    margin-right:10px;
    background:url(http://static.flowplayer.org/img/demos/clock.gif) no-repeat 0 50%;
    padding-left:20px;
    color:#333;
    font-style:normal;
    margin-top:10px;
    }