h1 {
  display: none;
  position: absolute;
  top: -10px;
  left: -10px;
}
#editor {
  position: relative;
  background-image: url('images/bg.png');
  background-repeat: no-repeat;
  height: 800px;
  text-align: left;
  width: 773px;
  margin-left: auto;
  margin-right: auto;
}

#info {
  position: absolute;
  background-color: yellow;
  border: 1px solid orange;
  color: #000;
  top: 140px;
  left: 300px;
  width: 240px;
  padding: 12px;
}

.topTab {
  position: absolute;
  top: 37px;
  height: 22px;
}

#content {
  position: absolute;
  top: 60px;
  left: 60px;
  height: 660px;
  width: 660px;
  padding: 2px 10px 20px 10px;
  color: white;
  font-family: Monaco, "Courier New", Courier, monospace;
  font-size: small;
}

#content h2 {
  font-size: small;
}

#content pre {
  font-size: 12px;
  line-height: 160%;
}

#content a:link {
  color: #88a6d0; /* blue */
}
#content a:visited, #content .string {
  color: #60cd3b; /* green */
}
#content a.keyoff {
  color: #fff; /* white */
}
#content .keyword {
  color: #fbdd2d; /* yellow */
}
#content .comment {
  color: #aeaeae; /* grey */
}
#content .support {
  color: #8ca5cd; /* blue grey */
}
#content .entity {
  color: #ff6400; /* orange */
}
#content .constant {
  color: #d8f93b; /* constant */
}

#content ul li {
	margin-top: 6px;
}

#content ul {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
}

#content ul li .info {
  display: none;
  color: #aeaeae;
  text-decoration: none;
  font-size: smaller;
}

#content ul li.almaer {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/almaer-favicon.png) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.delicious {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/delicious-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.ajaxian {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/ajaxian-favicon.png) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.devphone {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/devphone-favicon.png) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.blogger {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/blogger-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.facebook {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/facebook-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.feedburner {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/feedburner-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.google {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/google-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.youtube {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/youtube-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.flickr {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/flickr-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.twitter {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/twitter-16x16.gif) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.friendfeed {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/friendfeed-favicon.png) no-repeat 0 1px;
  padding-left: 25px;
}

#content ul li.linkedin {
  background: url(http://almaer.com/blog/wp-content/themes/itheme-1-1/images/linkedin-16x16) no-repeat 0 1px;
  padding-left: 25px;
}
