@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("hotair.com") {

#sidebar {
  display: none !important;
}
#main-vent{
  width: 830px !important;
}
#vent-post{
  width: 800px !important;
}
#page-post{
  width:800px !important;
}

#page-post h2{
  width: 700px !important;
}

#page-post h4{
  width: 700px !important;
}

#page-post p {
  width: 700px !important;
}
#page-post blockquote p {
  width: auto !important;
}
blockquote {
  width: 560px !important;
  margin-left: 90px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#trackbacks-list, #trackbacks-start, .trackback-url {
  display: none !important;
}
.reply blockquote {
  margin-left: 50px !important;
}
#navigation {
  display: none !important;
}
#page-wrapper {
  margin-top: -70px !important;
}
#single-wrapper {
  border-top: 0px !important;
}
#leave-reply {
  width: 700px !important;
  margin: 20px !important;
}
FORM#commentform {
  width: 740px !important;
}
TEXTAREA#comment {
  width: 600px !important;
  height: 250px !important;
}
}