
/* Content
----------------------------------------------- */


#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

  #main {
    width:500px;
    float:left;
	text-align:left;
    }
  #sidebar {
    width:100px;
    float:right;
	text-align:left;
    }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font-size: small;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform:lowercase;
  color:#CCCCCC;
  }


/* Posts
----------------------------------------------- */
  .date-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
    }
  .post {
    padding-bottom:1.5em;
	line-height:1.25em;
    }
.post-title {
  padding:0 1.5em 0;
  font-size: small;
  text-transform:lowercase;
  color:#000000;
  font-family: Tahoma, Geneva, sans-serif;
  }
.post-title a, .post-title a:visited, .post-title strong {
  text-decoration:none;
  }
.post div {
  margin: 0 3em 0em;
  font-size: x-small;
  font-family: Verdana, Geneva, sans-serif;
  }
.post-footer {
  padding:0 4.5em 0;
  color:#CCCCCC;
  font-size: xx-small;
  font-family: Verdana, Geneva, sans-serif;
  text-align:right;
  }
.post-footer em {
  font-style:normal;
  color:#CCCCCC;
  padding:0 4.5em 0;
  }
.post img {
  padding:3px;
  border:1px solid #CCCCCC;
  width:150px;
  }

.post a:link{
  color:#000000;
  border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000; text-decoration:none;
	}
.post a:visited{
  color:#000000;
  border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000; text-decoration:none;
	}
.post a:hover{
  color:#000000;
  border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000; text-decoration:none;
	}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
  text-transform:lowercase;
  font-size: x-small;
  font-family: Verdana, Geneva, sans-serif;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1em;
  text-transform:lowercase;
  font-size:xx-small;
  font-family: Verdana, Geneva, sans-serif;
  }
  #sidebar a:link {color:#000000;text-decoration:none;
	}
#sidebar a:visited {color:#000000;text-decoration:none;
	}
	#sidebar a:hover {color:#000000; border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000; text-decoration:none;
	}
