/* The Left Bar of the Developer Menu */
#developer_title
{
    border: 1px solid #fbbf14;
    background-color: #fdf7e3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    padding: 10px 15px;
    font-size: 180%;
    font-weight: normal;
    text-align: left;
}

#developer_page_title
{
  width: 700px;
  float: left;
}

#signup_dashboard
{
  width: 200px;
  float: right;
  text-align: right;
  font-size: 12pt;
  letter-spacing: 0;
  margin-top: 5px;
}

#developer_left_bar
{
  width: 200px;
  padding-right: 10px;
  min-height: 400px;
  float: left;
  display: block;
}

#developer_right_panel
{
  margin-top: 10px;
}

#developer_right_panel h3 {
    color: #165E8E;
    font-weight: normal;
    font-size: 150%;
    margin: 10px 0 15px 0;
}
#developer-splash, .round_gray_box
{
    border: 1px solid #ddd;
    padding: 10px 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 600px;
    float: left;
}
/*
###
###  BEGIN: Links CSS
###
*/
.left_menu_links a, .left_menu_links a:visited, .left_menu_links_g a, .left_menu_links_g a:visited
{
  display: block;
  padding: 13px 5px 12px 15px;
  width: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #BBB;
}

.left_menu_links a.highlit
{
  background: url('/images/button-190.png');
  background-repeat: no-repeat;
  text-decoration: none;
  border-bottom: 0;
}
/*
###
###  END: Links CSS
###
*/

/*
###
### BEGIN: About Heyzap
###
*/

    .innerItem
    {
      width: 277px;
      margin: 0 5px 10px 5px;
      float: left;
      border: 1px solid #DDD;
      padding: 5px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: #FFF;
      height: auto;
      text-align: center;
    }

    #developer-splash .innerItem h3
    {
      margin: 0;
      color: #333;
      font-size: 100%;
      font-weight: bold;
      text-align: center;
    }

ul#atAGlance li
{
  display: block;
  text-align: left;
  padding: 3px;
  clear: left;
}

ul#atAGlance h3
{
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  color: #333;
  display: block;
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
  background-color: #DDD;
  border-bottom: 1px solid #BBB;
  padding: 3px;
}

.investorAbout
{
  width: 100px;
  text-align: center;
  float: left;
}
/*
###
### END: About Heyzap
###
*/

/*
###
### BEGIN: Investors
###
*/

.investor
{
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #DDD;
  background-color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.investor h4
{
  font-weight: bold;
  font-size: 14pt;
}

.investor h4 a
{
  font-size: 9pt;
  font-weight: normal;
}

.investor img
{
  float: left;
  margin: 0 20px 0 0;
}

.investor p
{
  display: block;
  width: 480px;
  float: left;
}
/*
###
### END: Investors
###
*/

/*
###
### BEGIN: Team
###
*/
    .teamMember
    {
      width: 271px;
      margin: 8px 8px;
      float: left;
      border: 1px solid #DDD;
      padding: 5px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: #FFF;
      height: auto;
      min-height: 400px;
      text-align: center;
    }

    .teamMember h4
    {
      margin: 0 0 10px 0;
      font-style: italic;
    }

    .teamMember p
    {
      text-align: left;
      font-size: 8pt;
      line-height: 10pt;
      margin: 0 10px;
    }

    .teamMember img
    {
      margin: 10px 0;
    }

    #developer-splash .teamMember h3
    {
      margin: 0;
      color: #333;
      font-size: 100%;
      font-weight: bold;
    }

/*
###
### END: Team
###
*/

