#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}



/* Content
----------------------------------------------- */

  #main {
  
    float:right;
    width:650px;

    }
  #sidebar {
    width:130px;
    height:100%;
    float:left;
	border-right: solid;
	border-right-color: #0066FF;
	border-right-width:10px;
	border-top: solid;
	border-top-color: #0066FF;
	border-top-width:10px;
	background-color: #99CCFF;
    }
	#sidebar a, #sidebar a:visited{
	border:2px;
	}

/* Posts
----------------------------------------------- */
.post {
    margin:.5em 0 1.5em;
    padding-bottom:1.5em;
    }

.post-title {
  font-size:large;
  font-family:"Courier New", Courier, monospace;
  color: #FF0000;
  font-weight:bold;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  color:#FF0000;;
  }
.post-title strong, .post-title a:hover {
  color: #CC0000
  }

.post div {
  padding-left: 10px;
  margin:0 0 .75em;
  }

.post-footer{
  margin:-.25em 0 0;
  font-size: x-small;
  color: #FF0000
  }

.comment-link {

  }
  
.post img {
  padding:5px;
  border:medium solid #0033FF;;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold small verdana;
  color:#CC0000;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:x-small verdana Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */

#sidebar ul{
  list-style: square;
  color: #FF0000;
  font-size:smaller;
  }

#sidebar a, #sidebar a:visited {
 
}
 

#sidebar li {
  margin:0;
  }

.sidebar-title {
  font-weight: bold;
  padding-left: 5px;
  font-family:"Courier New", Courier, monospace;
  font-size:small;
  color:#000000;
}


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
