@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {


/*

  Bigger Youtube HD  -  http://userstyles.org/styles/9044

  Â©2010 Samuel Bailey.
  Licenced under a Creative Commons Attribution 3.0 New Zealand License.
  http://creativecommons.org/licenses/by/3.0/nz/

*/



#masthead-container,
#masthead,
#watch-headline,
#watch-video,
#watch-main,
#watch-search,
#alerts,
#promos,
#footer,
#copyright,
#baseDiv
{ width: 96% !important;
  min-width:960px !important; }

body #watch-player
{ width:100% !important;
  height:750px !important;
  height:750px !important;
  margin-left:auto !important;
  margin-right:auto !important; }

body #watch-sidebar {
  margin-top:5px !important;
}

body #baseDiv {
  padding-left:0 !important;
  padding-right:0 !important;
}

#homepage-main-content,
#watch-panel {
  width: 69% !important;
}

#homepage-side-content,
#watch-sidebar {
  width: 29% !important;
}


.grid-view .video-cell {
  width: 150px !important;
}

.comment .content {
  width:84% !important;
  float:left !important;
}

.comment .metadata {
  width:14% !important;
  padding:0 !important;
}

#yt-admin { /* fix for subscriptions page */
  width: 100% !important;
  background: none !important;
}
#yt-admin-content {
  width: auto !important;
  float: none !important;
}



/* front page fix */
#content {
  width: 100% !important;
}
#feed {
  margin-left: 210px !important;
  margin-right: 315px !important;
  width: auto !important;
}
#feed .feed-container {
  overflow: hidden !important;
}
.feed-page > ul {
  list-style-type: none !important;
  display:block !important;
}
.feed-page > ul > li {
  width:460px !important;
  height:120px !important;
  display:block !important;
  float:left !important;
  background:none #FFF !important;
  margin-right:16px !important;
}
#feed-background {
  display:none !important;
}

.feed-load-more-container {
  z-index:-10 !important;
}
#video-sidebar {
  z-index:10 !important;
}
#feed-main-all {
  overflow:hidden !important;
}

#watch-discussion {
  opacity:0.2 !important;
}
#watch-discussion:hover {
  opacity:1 !important;
}
#playlist-bar {
  opacity:0 !important;
}
#playlist-bar:hover {
  opacity:1 !important;
}



}