html{
  overflow:-moz-scrollbars-vertical;
}
body
{
  background: #9FDF8B;
  margin:0;
  padding:0;
  font-family: Trebuchet MS1, Helvetica, sans-serif;
  font-size: 18px;
  text-align: left;
}

/* Resets 
----------------------------------------------------------
*/

a
{
  color: #336699;
  text-decoration: underline;
}
  a:hover
  {
    color: #66ccff;
    text-decoration: underline;
  }
  a img 
  {
    border:none;
  }
  a:active, a:focus
  {
    outline:none;
  }

a.disabled {
  color: gray; 
  text-decoration: none;
  cursor: default;
}

h1
{
  color:#555;
  margin: 0px auto;
  padding:0;
  width: 800px;
  font-size: 56px;
}
h2
{
  margin:10px 0;
  padding:0;
  font-size: 40px;
}
h3
{
  margin:10px 0;
  padding:0;
  font-size: 30px;
}
h4
{
  margin:10px 0;
  padding:0;
  font-size: 18px;
}
p
{
  margin:10px 0px;
  color: #555;
}

/*  Containers  
----------------------------------------------------------
*/

#top_curve
{
  height: 20px;
  width: 800px;
  margin: 0px auto -5px;
  background: url(../images/top_curve.png) no-repeat;
}
  .coming_soon #top_curve 
  {
    background: url(../images/top_curve_yellow.png) no-repeat center;
  }

#bottom_curve 
{
    height: 20px;
  background: url(../images/bottom_curve.png) no-repeat center;
  width: 800px;
  margin: 0 auto;
}
  .coming_soon #bottom_curve 
  {
    background: url(../images/bottom_curve_yellow.png) no-repeat center;
  }
    
.content
{
  max-width: 1650px;
}

#logo
{
  position: absolute;
  top:0;
  left:0;
}

.header
{
  margin: 0 0 -6px 0px;
  padding:0;
  text-align: left;
}

.page
{
  width: 800px;
  margin: 0 auto;
  background: url(../images/background_gr.png) repeat-y;
}
  .coming_soon .page
  {
    text-align: center;
  }
  .coming_soon .page .content_body
  {
    padding:125px 20px;
    background: #f7f7b0;
  }
  .coming_soon .page h1
  {
    font-size: 75px;
    width: 100%;
    margin:0;
    padding:0;
    color: #000;
  }
  .coming_soon .page h2
  {
    color: #888;
    margin-bottom: 5px;
  }

.content_box
{
  margin: 0px auto 0px;
  padding: 0px;
}

.left
{
  width: 497px;
  float: left;
}

.ad
{
  width:728px;
}

.right
{
  width: 303px;
  float: right;
}
  .right .ad
  {
    width:200px;
  }
  .right h2
  {
    font-size: 24px;
  }
  .right .chart p
  {
    font-family: consolas, courier, courier new;
  }
  .right .chart_title
  {
    font-size: 14px;
  }
  .right p
  {
    font-size: 12px;
    margin:0;
    padding:0;
  }
  
.content_body
{
  padding: 15px;
}

.footer
{
  width: 800px;
  text-align: center;
  font-size: 14px;
  margin: 30px auto 30px;
  color: #444;
}

/* Navigation 
----------------------------------------------------------
*/

.header_nav
{
  width: 250px;
  float:right;
  margin: -50px 0 0 0;
}
  .header_nav a
  {
    width: 125px;
    float:left;
    line-height: 50px;
    color: transparent;
  }
  .header_nav .faq  
  {
    background: url(../images/faq_button.png) no-repeat;
  }
    .header_nav .faq:hover  
    {
      background: url(../images/faq_button_hover.png) no-repeat;
    }
  .header_nav .home  
  {
    background: url(../images/home_button.png) no-repeat;
  }
    .header_nav .home:hover  
    {
      background: url(../images/home_button_hover.png) no-repeat;
    }

.top_nav
{
  width: 800px;
  margin: 0 auto;
  padding: 0px 0px 81px 0;
  text-align: right;
  font-family: courier new;
  background: url(../images/nav_arrow.png) no-repeat 384px 0px;
}
  .top_nav .links
  {
    background: url(../images/bottom_right_corner.png) no-repeat bottom right #f7f7b0;
    text-align: right;
    float:right;
    padding: 5px 10px;
  }
  .top_nav a
  {
    text-decoration: none;
  }


/* Page Elements 
----------------------------------------------------------
*/

#user_count
{
  margin-bottom: 30px;
}

.splash_bubble 
{
  margin-bottom: 20px;
}
  .splash_bubble img
  {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
  }
  .splash_bubble .example
  {
    font-size: 22px;
    color: #000;
    font-weight: bold;
  }

.browsers
{
  display:none;
}

.bio
{
  font-size: 20px;
   margin: 0px 0px 5px 0px;
}
  .bio b
  {
    color:#000;
  }

.chart
{
  border-top: 1px dashed #888;
  padding: 10px 5px;
}

.chart_title
{
  font-weight: bold;
}
  .chart_title i
  {
    font-size: 10px;
    color: #888;
    font-weight: normal;
  }

#chart_title {
  margin-bottom: 5px;
}

#sharing_links {
  font-size: 14px;
  margin-bottom: 20px;
}

#embed_chart_link_container {
  line-height: 25px; 
  display: inline;
}

#embed_chart_container {
  line-height: 25px; 
  color: #555555;
  display: inline;
}

#embed_chart_code {
  margin-left: 5px;
}

#chart_day_options
{
  font-size: 14px;  
  float: left;
}

#chart_site_links
{
  display: none;
}

#chart_container
{
  width: 93%;
  height: 300px;
  float: left; 
  vertical-align: top
}

.chart_button
{
  margin: 13px 0px -13px 3px;
}

#chart_controls
{
  width: 395px;
  margin: 0 0 0 30px;
  font-size: 18px;
}
  #chart_controls .chart_center
  {
    text-align: center;
  }

  #chart_controls .chart_right 
  {
    text-align: right;
  }

.avatar
{
  margin-bottom: 10px;
}
  .avatar img
  {
    vertical-align: middle;
    height: 73px;
    margin: 0px 10px 0px 0px;
    padding: 13px;
    background: url(../images/frame.png) no-repeat center center;
  }
  .avatar b
  {
    font-size: 30px;
  }

.clear
{
  clear:both;
}

.ad
{
  display: block;
  margin: 10px auto;
}

.button
{
  background-color: #336699;
  color: #fff;
  margin: 3px 5px 3px 0px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  padding: 4px 7px 4px 21px;
}
  .button:hover
  {
    background-color:#66ccff;
    text-decoration: none;
    color: white;
  }
  .button.minus
  {
    background-image: url(../images/minus.png); 
    background-repeat: no-repeat;
    background-position: 7% center;
  }
  .button.arrow_left
  {
    background-image: url(../images/arrow_left.png); 
    background-repeat: no-repeat;
    background-position: 7% center;
  }
  .button.arrow_right
  {
    background-image: url(../images/arrow_right.png); 
    background-repeat: no-repeat;
    background-position: 93% center;
    padding: 4px 18px 4px 7px;
  }

.notice 
{
  padding:  10px 20px;
  margin: 0px 0px 10px 0px;
  background: #E7FFDF;
  border: 1px dashed #888;
}
  .notice p
  {
    margin:0;
    padding:0;
    font-size: 24px;
    text-align: left;
  }
  .notice a img
  {
    float:right;
    margin: 0px 0px 10px 10px;
  }

p.small_print
{
  font-size: 12px;
  color: #444;
  margin: 5px 0;
}

.faq
{
  color: #444;
}
  .faq dt
  {
    font-weight: bold;
  }
  .faq dd
  {
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 20px;
    line-height: 120%;
    border-bottom: 1px dashed #aaa;
  }

.user_chart_count
{
  font-size: 20px;
  vertical-align: middle;
  color: #000;
  background: #FFAEB9;
  padding: 6px 4px 2px 4px;
}

h4.about 
{
  color: #444444;
}
