*
{
  margin: 0;
  padding: 0;
}

body
{
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

#page
{
  margin: 0 auto;
  width: 900px;
}

#header-line
{
  background: #333;
  height: 5px;
}

#header-spacer
{
  height: 60px;
}

#header-logo
{
  margin-bottom: 10px;
  padding: 0 10px;
}

#header-logo h1
{
  font-size: 24pt;
  font-weight: normal;
  text-transform: lowercase;
}

#header-logo a
{
  color: #333;
}

#header-logo a img
{
  border: none;
}

#header-menu
{
  border-bottom: 1px solid #ddd;
  color: #aaa;
  font-size: 9pt;
  padding: 0 10px 10px 10px;
  text-transform: lowercase;
}

#header-menu a
{
  color: #aaa;
  text-decoration: none;
}

#header-menu a:hover
{
  color: #333;
}

#header-menu li
{
  display: inline;
  margin-right: 20px;
}

#content
{
  padding: 30px 0 30px 10px;
}

#content-body
{
  float: left;
  padding-right: 20px;
  width: 650px;
}

#content-body h2
{
  color: #555;
  font-size: 18pt;
  font-weight: normal;
  margin-bottom: 18pt;
  text-transform: lowercase;
}

#content-body h2 a
{
  border-bottom: none;
  color: #6ab500;
}

#content-body h2 a:hover
{
  border-bottom: 1px solid #b5da80;
}

#content-body h3
{
  color: #333;
  font-size: 14pt;
  font-weight: normal;
  margin-bottom: 14pt;
  margin-top: 14pt;
  text-transform: lowercase;
}

#content-body h3 a
{
  border-bottom: none;
  color: #333;
}

#content-body h3 a:hover
{
  border-bottom: 1px solid #999;
}

#content-body p
{
  line-height: 16pt;
  margin-bottom: 11pt;
}

#content-body blockquote
{
  border-left: 1px solid #ddd;
  color: #999;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#content-body blockquote strong
{
  color: #999;
}

#content-body ul
{
  list-style: square;
  margin-bottom: 11pt;
  margin-left: 20px;
  margin-right: 5px;
}

#content-body a
{
  color: #6ab500;
  border-bottom: 1px solid #b5da80;
  text-decoration: none;
}

#content-body a:hover
{
  border-bottom: none;
}

#content-body a img
{
  border: none;
}

#content-body strong
{
  font-weight: bold;
  color: #555;
}

#content-body code
{
  font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
}

#content-body img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content-body img.alignleft
{
  float: left;
}

#content-body img.alignright
{
  float: right;
}

#content-body .download-block-main
{
  border: 1px solid #b5da80;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#content-body .download-block-main a
{
  color: #6ab500 !important;
  border-bottom: 1px solid #b5da80 !important;
}

#content-body .download-block
{
  padding: 10px;
}

#content-body .download-block a
{
  color: #333;
  border-bottom: 1px solid #999;
}

#content-body .download-block p
{
  margin: 0;
}

#content-body .download-block-main .download-link
{
  font-size: 14pt;
}

#content-body .download-block .download-details
{
  font-size: 8pt;
}

#content-body .download-block .download-link
{
}

#content-body .download-block .download-link .download-flavor
{
  font-size: 80%;
}

#content-body .download-block .download-filetype
{
  font-style: italic;
  margin-right: 5px;
}

#content-body .download-block .download-size
{
  font-weight: bold;
  margin-right: 5px;
}

#content-body .download-block .download-license
{
}

#content-sidebar
{
  border-bottom: 1px solid #ddd;
  color: #555;
  float: right;
  font-size: 9pt;
  padding: 0 10px 25px 10px;
  text-transform: lowercase;
  width: 175px;
}

#content-sidebar a
{
  color: #aaa;
  text-decoration: none;
}

#content-sidebar a:hover
{
  color: #333;
}

#content-sidebar h3
{
  font-weight: normal;
  margin-bottom: 5pt;
}

#content-sidebar ul
{
  margin-bottom: 18pt;
}

#content-sidebar #content-sidebar-links ul
{
  margin-bottom: 0;
}

#content-sidebar li
{
  list-style: none;
}

#content-sidebar li ul
{
  margin-left: 10px;
}

#wallpaper
{
  padding: 10px 0;
}

#wallpaper-content
{
  background: url(../img/wallpaper.jpg) no-repeat;
  color: #fff;
  height: 110px;
  padding: 440px 50px 50px 450px;
}

#wallpaper-content-body h2
{
  font-weight: normal;
  margin-bottom: 5pt;
  text-transform: lowercase;
}

#wallpaper-content-body h2 a
{
  border-bottom: none;
}

#wallpaper-content-body h2 a:hover
{
  border-bottom: 1px solid #dddcc7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#wallpaper-content-body p
{
  line-height: 16pt;
  margin-bottom: 5pt;
}

#wallpaper-content-body p.attribution
{
  font-size: 8pt;
}

#wallpaper-content-body a
{
  border-bottom: 1px solid #dddcc7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
}

#wallpaper-content-body a:hover
{
  border-bottom: none;
}

#teasers
{
  border-top: 1px solid #ddd;
}

.teaser
{
  float: left;
  font-size: 9pt;
  padding: 30px 10px;
  width: 200px;
}

.teaser h3
{
  font-weight: normal;
  margin-bottom: 5pt;
  text-transform: lowercase;
}

.teaser h3 a
{
  border-bottom: none;
  color: #333;
  text-decoration: none;
}

.teaser h3 a:hover
{
  border-bottom: 1px solid #999;
}

.teaser p
{
  line-height: 13pt;
  margin-bottom: 3pt;
}

.teaser p.teaser-link
{
  font-size: 8pt;
  text-transform: lowercase;
}

.teaser a
{
  color: #aaa;
  text-decoration: none;
}

.teaser a:hover
{
  border-bottom: 1px solid #d5d5d5;
}

#new-version
{
  background: #fbfdf9;
  border: 1px solid #b5da80;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #355a00;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px;
}

#footer
{
  border-top: 1px solid #ddd;
  color: #aaa;
  font-size: 9pt;
  padding: 10px 10px 0 10px;
  text-transform: lowercase;
}

#footer a
{
  color: #aaa;
  text-decoration: none;
}

#footer a:hover
{
  color: #333;
}

#footer-spacer
{
  height: 40px;
}

.clear
{
  clear: both;
  float: none;
}