body {
  font-family: Georgia, serif;
  color: #666;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}
#header {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
	background-color: #262626;
}
#footer {
  margin: 0 auto 0 auto;
  color: #BBB;
  width: 700px;
  text-align: right;
  clear: both;
}
#header #menu {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 700px;
  height: 100%;
}
#header #menu div {
  padding: 0;
  height: 50px;
  float: right;
	position: relative;
	top: 0;
	margin-top: 4px;
}
#header #menu a {
	float: right;
	display: block;
  margin-left: 20px;
}
#header #menu span {
  font-size: 2.0em;
  line-height: 50px;
}
#header #menu a {
  text-decoration: none;
  color: #FFF;
}
#header #menu img { border: none; }
#header #menu #logo {
	margin: 10px 0 0 0;
	float: left;
}
#container {
  width: 700px;
  margin: 0 auto 0 auto;
  padding-top: 75px;
  line-height: 1.5em;
}
#container h1,h2,h3,h4,h5,h6 {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: #333;
}
#container .first {
  margin-top: 0;
}
#container h4.first, h5.first, h6.first {
  margin: 0 0 5px 0;
}
#container h4,h5,h6 {
  margin: 5px 0 5px 0;
}
#container blockquote {
  border-left: 3px solid #666;
  margin-left: 20px;
  padding-left: 5px;
}
#container pre {
  font-size: 10pt;
  line-height: 12pt;
  background-color: #F9F9F9;
}
#container a {
  text-decoration: none;
  border-bottom: 1px dashed #999;
  color: #292929;
}
#container a:hover {
  border-bottom: none;
  color: #555;
}
#container p{
  margin-top: 0;
}
#container ul{
  margin: 0;
}
#container #lifestream {
  list-style-type: none;
  padding-left: 0;
}
#container #lifestream li a{
  border-bottom: none;
}
#container #lifestream li p{
  line-height: 20px;
  margin: 0;
}
#container #lifestream li{
  padding: 10px 10px 10px 45px;
  line-height: 15px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EEE;
}
#container #lifestream li:hover {
  background-color: #F6F6F6;
}
#container #lifestream li.twitter{
  background-image: url(/images/icon_twitter_24.png);
}
#container #lifestream li.delicious{
  background-image: url(/images/icon_delicious_24.png);
}
#container #lifestream li.github{
  background-image: url(/images/icon_github_24.png);
}
#container #lifestream li.first{
  border-top: 1px solid #EEE;
}
#container #append_lifestream{
  display: block;
  text-align: center;
  border-bottom: none;
  background-color: #DDD;
}
#container #append_lifestream:hover {
  background-color: #E9E9E9;
}
#container #spinner{
  display: none;
  background: url(/images/spinner.gif) no-repeat center center;
  height: 30px;
}
#container #the_end{
  display: none;
  text-align: center;
}
#container .tracklist{
  list-style-type: none;
  padding-left: 0;
}
#container .tracklist li {
  height: 26px;
  padding-top: 2px;
  border-bottom: 1px dotted #D8D8D8;
}
#container .tracklist li:hover {
  background-color: #F6F6F6;
}
#container .tracklist li.last {
  border: none;
}
#container .tracklist li object{
  vertical-align: middle;
  float: right;
}
#container li .small {
  color: #888;
  font-size: 0.6em;
}
#container li.small {
  font-size: 0.4em;
}
#container #presetgames {
  float: right;
  margin-left: 10px;
  width: 400px;
}
#container .clear {
  height: 0;
  clear: both;
}
#container .right {
  float: right;
}
#container .left {
  float: left;
}
#container .hide {
  display: none;
}
#container #fiasco_games a {
  border-bottom: none;
}
#container ul#sources {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
#container #sources li {
  text-align: center;
  display: inline;
}
#container #sources a {
  border-bottom: none;
}
