
html
{
  font: inherit;
}

body
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.8em;
  color: #707070;
  margin-bottom: 2em;
  font: 11pt "Open Sans", sans-serif;
}

a
{
  text-decoration: none;
}

p
{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.button
{
  background: url(button.png) no-repeat 0 0;
  color: white;
  display: block;
  font-size: 0.8em;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 20px;
  text-shadow: 0 1px 0 black;
  text-transform: uppercase;
  width: 140px;
}

.hero,
div.page_header,
div.page_footer
{
  background-color: #2798ce;
}

div.readme,
body > div,
body table
{
    padding: 10px 30px; 
}

div.page_header,
div.page_footer
{
  padding: 20px 30px;		
}

div.readme
{
    font-family: inherit;
}

.linenr
{
    background-color: #f4f3f2;
    padding: 0 5px;
}

div.page_header,
div.page_footer_text
{
  color: #fff;
}

div.page_header a:visited
{
  color: #eee;
}

div.page_header a:active,
div.page_header a:hover
{
  color: #ccc;
}

.hero .content
{
  margin: auto;
  width: 940px;
  overflow: hidden;
  padding: 30px 0 50px;
}

.hero .logo
{
  float: left;
  margin-top: 40px;
}

.hero .blurb
{
  background: #E7F3F7;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: black;
  font-size: 1.2em;
  float: right;
  line-height: 1.6em;
  margin-right: 2em;
  padding: 60px;
  width: 380px;
}

.hero .blurb p
{
  margin: 0;
}

.hero .button
{
  text-align: center;
  position: absolute;
  margin: 40px 0 0 100px;
}
