/*body {
  background:#333;
  font-family: "ff-speak-web-pro-1", "ff-speak-web-pro-2", Helvetica, Arial;
}
#global {
  width:1024px;
  margin:200px auto 300px;
}
#videos {
  width:800px;
  margin:auto;
}
#videos video {
  margin: 10px 0;
}
li {
  padding:5px 0;
}
a {
  color:#efefef;
  text-decoration:none;
}
h1 {
  text-align:center;
  font-size:30px;
}
*/
* {
  margin:0;
  padding:0;
}

body {
}

#global {
  padding: 15px;
  position: absolute;
  width: 550px;
  height: 545px;
  top:100px;
  left: 297px;
  opacity: 1;
  cursor: auto;
  background:#F1EDE2;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  z-index:10;
}

h1 {
  width:179px;
  height:25px;
  background:url(/SublimeVideo.png) no-repeat;
}

h1 span {display:none;}

h2, h3 {
  letter-spacing:-1px;
  text-shadow:#fff 0 1px 0;
  -webkit-font-smoothing:antialiased;
}

h2 {
  font-size:40px;
  padding:30px 0;
  font-weight:normal;
  font-weight:100;
}

h3 {
  font-size:20px;
  font-weight:bold;
  padding:0 0 20px 0;
}

#global p {
  padding:30px 0 10px;
  font-size:14px;
  text-shadow:rgba(255,255,255,0.6) 0 1px 0;
}

pre, div.gist-file {
  overflow:auto;
  display:block;
  margin:0 0 20px;
  background:#fff;
  padding:10px;
  line-height:18px;
  border: 5px solid #fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  font-size:12px;
}

pre::-webkit-scrollbar {
  width:6px;
  height:6px;
}

pre::-webkit-scrollbar-button:start:decrement, code::-webkit-scrollbar-button:end:increment  {
  display:none;
}

pre::-webkit-scrollbar-track-piece  {
  background-color:#d3d3e3;
  -webkit-border-radius:6px;
}

pre::-webkit-scrollbar-thumb:horizontal {
  background-color: #5c5b6f;
  -webkit-border-radius:6px;
}

code {
  font-family:Monaco, Courier, monospace;
  font-size:12px;
  color:#8886ad;
}

a {
  color:#000;
/*  text-decoration:none;*/
}

.shadow {
  -webkit-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  -moz-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

.videolist {
	overflow-y:scroll;
	overflow-x:hidden;
	height:480px;
}

#videoplaylisttext {
	padding-top:12px;
	/*padding:0px 0px 0px 10px;
	width:00px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);*/
}