body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    background-color: #fff;
    padding: 0;
}

.app-hldr {
  width: 1000px;
}

.player-hldr {
	float: left;
	width: 680px;
  background-color: #111;
}

.info-hldr {
	float: left;
	width :288px;
	margin-left: 8px;
	background-color: #eee;
	padding: 12px;	
	height :394px;
}

.info-title {
	height : 32px;
	margin: 4px;
}

.info {
	height : 360px;
  width: 284px;
	overflow: auto;
  overflow-x: hidden; 
}

.info-item {
	border-top:1px solid #ccc;
  width: 270px;
  padding-bottom: 40px;
}

#fstimeline .info-item {
  overflow: hidden;
}

.player {
	height:48px;
}


.info-image {
	float:left;
	padding : 14px 8px 8px 0;
}

.info-text {
	padding: 0 4px 0 4px;
  color: #444;
  line-height: 16px;
}

.info-intro {
  font-size: 16px;
  line-height: 20px;
}

#fstimeline .info-text, #fstimeline .info-quote {
   color: #fff;
}

.info-text a{
  text-decoration: none;
  color : #444;
  border-bottom: 1px dotted #999;
  
}

.info-text a:hover{
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

#fstimeline .info-text a{
  color: #ddd;
}

#fstimeline .info-text a:hover{
  color: #fff;
}

.info-controls {
  display:block;
  margin-top : 16px;
  clear: both;
  width:284px;

}

.info-nav {
	margin-top:24px;
	padding: 8px;
  width: 284px;
  display:block;
	/*position:absolute;*/
}

.info-social {
  width: 380px;
	margin-left: 180px;
}

.info-quote {
  font-size: 14px;
  font-style: italic;
  color:#444;
  padding: 0 8px 0 8px;
  line-height: 18px;
}

.info-quoter {
  text-align:right;
  font-size: 1tpx;
  color:#444;
  padding-right: 8px;
}

#fstimeline .info-quoter{
  color: #ddd;
}


/*
.shadow {
    -webkit-box-shadow:0px 0px 20px rgba(0,0,0,.3);
    -moz-box-shadow:0px 0px 20px rgba(0,0,0,.3);
    box-shadow:0px 0px 20px rgba(0,0,0,.3);
}
*/


/* clean gray
*******************************************************************************/
a.clean-gray {
  display:block;
  text-decoration: none;

  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 118px; 
  float: left;

}

/* required for IE 8/9 */

a.clean-gray img{
  border : 0;
}
  
 a.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; 
}

/* twitter blue
*******************************************************************************/
a.twitter-blue {
  display:block;
  text-decoration: none;

  background-color: #a4d8fe;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #a4d8fe, #3383bb);
  background-image: -moz-linear-gradient(top, #a4d8fe, #3383bb);
  background-image: -ms-linear-gradient(top, #a4d8fe, #3383bb);
  background-image: -o-linear-gradient(top, #a4d8fe, #3383bb);
  background-image: linear-gradient(top, #a4d8fe, #3383bb);
  border: 1px solid #3383bb;
  border-bottom: 1px solid #2679b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 102px; 
  float: left;
  margin-left:6px;

}

/* required for IE 8/9 */

a.twitter-blue img{
  border : 0;
}
  
  
 a.twitter-blue:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #88c3ed, #2679b4);
    background-image: -moz-linear-gradient(top, #88c3ed, #2679b4);
    background-image: -ms-linear-gradient(top, #88c3ed, #2679b4);
    background-image: -o-linear-gradient(top, #88c3ed, #2679b4);
    background-image: linear-gradient(top, #88c3ed, #2679b4);
    border: 1px solid #2679b4;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #2679b4; 
}

  
 a.twitter-blue :active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
}

.button-img {
	padding-right : 4px;
}

div.fullscreen-info {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

div.fullscreen-info .info-item{
    position:relative;
    display:block;
    background-color : #000000;
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    filter:alpha(opacity=70); 
    width: 320px;
    left:658px;
    top:8px;
    padding:8px;
    z-index:999999;
}

div.footer-hldr {
  margin-top: 8px;
  width: 1000px;
  height: 158px;
  background-color: #fff;
  float: left;
}

div.thumb-hldr {
  width: 336px;
  height: 158px;
  float: left;
  margin-right: 8px;
}

div.corner-hldr {
  font-size: 13px;
  font-weight:bold;
  padding: 0 20px 0 20px;
  width: 272px;
  height: 158px;
  color: #fff;
  background-color: #FB9D04;
  float: left;
}

div.corner-hldr a{
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

div.corner-hldr a:hover{
  text-decoration: none;
  color: #444;
  border-bottom: 1px dotted #444;
}

.viewsource-hldr {
  text-align:right;
}

#overlay {
  position:absolute;
  top:0;
  left:0;
  width:1000px;
  height:563px;  
  background-color:#000;
  opacity: 0.9;
  filter:alpha(opacity=90); 
  z-index: 9999999;
}

#close-overlay {
  position:absolute;
  top:8px;
  left:964px;
}