/** Layout ******************************************************************/
body {
  background: #fff;
  color: #666;
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: left;
}

#body {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#content {
  float: left;
  width: 650px;
}

#sidebar {
  float: right;
  width: 200px;
}

#header {
  background-color: #CCC;
  border-bottom: 1px solid #777;
}
#header-inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  border-top: 1px solid #777;
  background-color: #CCC;
  color: #666;
  clear: both;
}

#footer-inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px 10px 0px;
}

/** Basic Tags **************************************************************/
a {
  color: #900;
  text-decoration: none;
}

a:hover {
  color: #C00;
  text-decoration: underline;
}

/** Header ******************************************************************/
#header h1 {
  font-size: 36px;
  margin: 0px;
}

#header h1 a {
  color: #000;
  text-decoration: none;
}

#header h1 a:hover, #header h1 a:active {
  color: #CC0000;
  text-decoration: none;
}

#header p {
  color: #999;
  margin: 0px;
}

/** Sidebar *****************************************************************/
#sidebar h3 {
  color:#555;
  font-size:1.5em;
  margin:1em 0;
}

#sidebar ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

#sidebar ul li {
  border-bottom:1px dotted #ddd;
  margin-bottom:0.3em;
  padding:0.3em;
}

/** Entry *******************************************************************/
.entrytitle h2 {
}

.entrytitle h2 a {
}
.entrytitle h2 a:hover {
}
.entrytitle h3 {
}

.entry {
  margin-bottom: 40px;
}

.entrymeta {
  font-size: 10px;
}

/** Comments ****************************************************************/
.commentsblock {
}
.commentsblock textarea {
  width: 600px;
}
.commentsblock input, .commentsblock textarea {
  border: 1px solid #999;
}
.commentsblock textarea:focus{
  background: #eee;
  border: 1px solid #666;
}
.commentsblock textarea:focus, .commentsblock input:focus{
  background: #eee;
  border: 1px solid #666;
}
.commentsblock cite {
  font-weight: bold;
  font-style: normal;
}
.commentauthor {
  display: block;
  font-size: 1.5em;
}
ol.commentlist {
  list-style-type: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
}
.commentlist li {
  border-bottom: 1px solid #999;
  margin-bottom: 0.5em;
  padding:0.5em 1em;
}
h3#comments {
  font-size:1.6em;
}

#comment-email {
  display: none;
}

