* {
  margin: 0;
}
html {
  font:12px/18px Verdana, Arial, Helvetica, sans-serif; 
}
html, body {
  height: 100%;
  max-height: 100% !important;
}

.header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.header h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}
.header h1 a {
  text-decoration: none;
  color: #ddd;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -500px;
}
.footer, .push {
  height: 500px;
}

.gf-author, .gf-spacer {
  display: none !important;
}
.gfc-resultsHeader {
  height: 33px;
}
.gfc-title a {
  text-decoration: none;
  color: #676767;
  font-size: 120%;
  font-weight: bold;
  padding-left: 3px;
  padding-bottom: 0 !important;
}
a.gf-title {
  text-decoration: underline;
  color: #676767;
}

.gfc-results {
  height: 460px;
  overflow: auto;
  padding-left: 3px;
}
.gfc-resultsRoot {
  height: 500px;
  float: left;
  position: inline;
}

#blogfeeds * .gfc-resultsRoot {
  width: 23%;
}
#otherfeeds * .gfc-resultsRoot {
  width: 18%;
}