html{
  color:#FFF;
  background: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
  font: normal 12px/18px Arial, Verdana, sans-serif;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
p {
  color: #000000;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus, a.active {
	color: #707070;
	text-decoration: none;
}

.meta {
  width: 100%;
	background: url(../../images/background-url-title.png) repeat-x;
	border: 1px solid #242222;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	-webkit-box-shadow: 0 0px 2px #000;
	margin-top: 10px;
}
  .meta_info {
    padding: 0 10px;
  }
  .link {
  	position: absolute;
  	top: 0;
  	left: 10;
  	height: 30px;
  	width: 300px;
  	overflow: hidden;
  }
  
.social {
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: 160px;
	overflow: hidden;
	padding-top: 8px;
	font-size: 13px;
	line-height: 16px;
}

.social_links {
	height: auto;
}

section#url .social {
	width: 165px;
	top: 9px;
	right: 10px;
}

section#url .social_links {
	top: 1px;
	width: 117px;
}

.social span {
	float: left;
	width: 20px;
	height: 16px;
	overflow: hidden;
}

.social span a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	/*background: url(../../images/social-icons.png) no-repeat 0 0;*/
}

.social .facebook a {
	background-position: 0 0;
}

.social .twitter a {
	background-position: 0 -25px;
}

.social .plus a {
	background-position: 0 -49px;
}

.addthis_toolbox {
  float: right;
}

.addthis_button_favorites {
  line-height: 20px;
  padding-right: 10px !important;
}

.video-js-watermark {
  position: absolute;
  width: 140px;
  height: 17px;
  right: 20px;
  bottom: 34px;
  z-index: 1002;
  opacity: 0.4;
}
#video-js-play {
  position: absolute;
  width: 75px;
  height: 75px;
  left: 50%;
  top: 50%;
  margin-top: -37px;
  margin-left: -37px;
  z-index: 1002;
  opacity: 0.4;
}

.wrap {
  color: #000;
}
.wrap h1 {
  margin: 5px 0;
  font-weight: bold;
}
.wrap .fields {
  width: 250px;
}

.wrap input.inputbox {
  width: 179px;
  margin-left: 2px;
}
.wrap input.submit {
  float: right;
  margin-top: 4px;
}
.wrap-video {
  position: relative;
}
.wrap-video .player_notice {
  display: block;
  line-height: 24px;
  font-size: 16px;
  padding: 15px;
  color: #000;
  text-align: center;
}

#notice-container {
  position: absolute;
}
#video-notice {
  position: relative;
  z-index: 98;
  top: 0px;
  margin: 0;
  width: 100%;
  background-color: #4F6275;
}
#video-notice .notice {
  z-index: 99;
  padding: 8px 25px 8px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 120%;
}
#video-notice .close {
  position: absolute;
  z-index: 100;
  top: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  cursor: hand;
  cursor: pointer;
  background: url('../../images/noticebar-close-icon.gif') 0 0 no-repeat;
}


#this-pays-for-bandwidth-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 300px;
  margin-top: -150px;
  margin-left: -160px;
}

#this-pays-for-bandwidth-container .this-pays-for-bandwidth-container {
  display: inline-block;
  z-index: 10001;
  width: 320px;
  line-height: 100%;
  background-color: #000000;
}
#this-pays-for-bandwidth-container .this-pays-for-bandwidth-header {
  width: 100%;
  padding: 5px 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#this-pays-for-bandwidth-container .this-pays-for-bandwidth-header a {
  color: #4F6275;
}
#this-pays-for-bandwidth-container .this-pays-for-bandwidth-content {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#this-pays-for-bandwidth-container .this-pays-for-bandwidth-footer {
  width: 100%;
  padding: 5px 0 2px 0;
  color: #FFFFFF;
  text-align: center;
}