html, body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #F3F3F3;
  color: #9B9B9B;
}
a {
  color: #428bca;
  text-decoration: none;
}
#container {
  font: normal 14px Helvetica,Arial,sans-serif;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

#content, #rss {
  float: left;
  width: 325px;
  margin: 25px 212.5px;
}

#content img{
  width: 100%;
  height: auto;
}

#rssContent {
  text-align: left;
}

#login {
  margin-right: 25px;
  text-align: left;
}

#footer {
  border-top: 1px solid #DEDEDE;
  float: none;
  clear: both;
  margin: 25px;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  margin: 30px 0;
  color: #000;
  border-bottom: 1px solid #DEDEDE;
}

h2 {
  font-size: 16px;
  margin: 0 0 30px 0;
  font-weight: normal;
}

h2 a:hover {
  text-decoration: underline;
}

h2 a:active {
  text-decoration: underline;
}

h2 .rssDate {
  color: #000;
}

p {
  font-weight: normal;
  font-size: 13px;
}

label {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

input.text {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #00487B;
  border: solid 1px #DEDEDE;
}

input.button {
  height: 44px;
  vertical-align: middle;
  margin: 15px 0;
  padding: 8px 16px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  background: #428bca;
  border-style: solid;
  border-width: 0 1px 1px 0;
}

input.button:active {
  padding: 9px 15px 7px 17px;
}