/* Global */
body
{
  background: #ffffff;
  color: #000000;
  font: 12pt Helvetica;
}

a
{
  color: gray;
  text-decoration: none;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  color: #000000;
}




/* Header */

#headBlock
{
  background: #ffffff;
}

#headLogo
{
  margin-top: 10px;
  margin-left: 100px;
  margin-bottom: 10px;
}

#headNavStrip
{
  width: 100%;
  background: #ffffff;
  padding: 6px 0px 2px 96px;
  margin-left: 0px;
}

#headNavText
{
}




/* Main body */

#main
{
  width: 700px;
  margin-left: 100px;
  margin-right: auto;
}

#screenshot
{
  padding: 10px 10px 0px 10px;
}

#badge
{
  padding: 0px 0px 0px 220px;
}

#title
{
  color: #000000;
  font: 24pt Helvetica;
  font-weight: bold;
}

#iphonetitle
{
  color: #000000;
  font: 16pt Helvetica;
  font-weight: bold;
}

#frontapp
{
  font: 24pt Helvetica;
  text-align: center;
}

#feature
{
  font: 10pt Helvetica;
}

#featurecomp
{
  text-align: center;
}




/* Resume */

#resumeHead
{
  color: #000000;
  font: 24pt Helvetica;
  font-weight: bold;
}

#resumeName
{
  color: #808080;
  font: 10pt Helvetica;
  font-weight: normal;
}

#resumeCompany
{
  color: #000000;
  font: 16pt Helvetica;
  font-weight: bold;
}

#resumeDate
{
  color: #808080;
  font: 10pt Helvetica;
  font-weight: normal;
}

#resumeTitle
{
  color: #000000;
  font: 12pt Helvetica;
  font-weight: bold;
}

#resumeBody
{
  color: #000000;
  font: 12pt Helvetica;
  font-weight: normal;
}