body
{ 
  font-family: helvetica, sans-serif;
  padding-top: 1.5em;
  width: 60em;
  margin: auto;
  color: #333;
 }

h1, h2, h3, h4, h5
{ 
  font-weight: normal;
  padding-left: 0.75em;
  letter-spacing:.1em;
  color: #666;
 }

h1
{  
  margin-left: -1em;
  font-size: 1.8em;
 }

h2
{   
  margin-left: -1.2em;
  font-size: 1.4em;
 }


#top
{ 
  height: 5em;
  padding-bottom: 3em;
  border-bottom: 1px solid #bbb;
 }

#logo
{ 
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.5em;
  display: inline;
  border-right: 1px solid #bbb;
  color: #555;
  float: left;
  }

#logo a
{
    text-decoration: none;
    color: #555;
}

.logo-big
{ 
  font-size: 2.5em;
  letter-spacing:.2em;
  text-transform:uppercase;
  color: #666;
  }

.logo-sub
{ 
  letter-spacing: 0.2em;
  }


ul#main-menu 
{ 
  list-style: none;
  display: inline;
  float: left;
  padding-top: 1.25em;
  padding-left: 2.5em;
 }

#main-menu li
{ 
  display: inline;
  margin-right: 1em;

  font-size: 1em;
  color: #666;
  padding-bottom: .25em;
  letter-spacing:.1em;
 }

#main-menu li a
{ 
  text-decoration: none;
  color: #666;
 }

#main-menu li a:hover
{ 
  text-decoration: none;
  color: #000;
 }

#main-menu li.current
{ 
  display: inline;
  color: #000;
  padding-bottom: 0.125em;
  border-bottom: solid #00aa00 3px;
 }

#content
{ 
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  width: 40em;
  padding-right: 1em;
  border-right: 1px solid #bbb;
 }

#content p
{ 
  line-height: 1.5em;
 }

#sidebar
{ 

  width: 15em;
  float: right;
 }

#quicklinks
{ 
  list-style: none;
 }

ul#quicklinks
{ 
  padding-left: 1.25em;
  font-size: 0.75em;
 }

.label-yellow
{ 
  border-left: solid #eeee00 4px;
 }

.label-green
{ 
  border-left: solid #008800 4px;
 }

.label-red
{ 
  border-left: solid #880000 4px;
 }

#footer
{ 
  border-top: 1px solid #bbb;
 }

.code
{ 
  margin: 1em;
  padding: 1em;
  border: 2px solid #bbb;
  width: 35em;
  background: black;
  color: white;
 }

code
{ 
  line-height: 1.5em;
  border: 1px;
 }

/* These colors need adjusting */

.hs-keyglyph { color: DarkGoldenrod;  }
.hs-layout   { color: White;}
.hs-keyword  { color: PaleGreen;}
.hs-comment, .hs-comment a { color: Firebrick;}
.hs-str      { color: RosyBrown; }
.hs-chr      { color: RosyBrown;}
.hs-keyword  { color: BlueViolet; }
.hs-conid    { color: ForestGreen; }
.hs-varid    { color: white; }
.hs-num      { color: white; }
.hs-varop    { color: DarkGoldenrod; }
.hs-conop    { color: DarkGoldenrod; }
.hs-sel      { color: Red; }
.hs-cpp      { color: Red; }
.hs-definition { color: yellow; }


dl
{
  line-height: 1.5em;
}
dt
{
    font-weight: bold;
}

dd
{
    margin-bottom: 1em;
}

.package-name
{
    font-family: monospace;
}

/* Twitter */
/*
#twitter
{ 
  padding: 0.5em;
  border: 1px solid #bbb;
 }
*/

#twitter
{
    margin-left: -8px;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

#content #twitter p
{
    line-height: 24px;
}

.twtr-hd
{
    display: none;
}

.twtr-ft
{
    display: none;
}

#content .twtr-tweet-text p
{
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5 ! important;
}


