@import url("site.css");

#weblogLinks {
	display: inline;
	border: rgb(117, 120, 43) 2px solid;
	position: relative;
	z-index: 1;
	float: left;
	/* Provide some clearance for the links from the text. */
	margin-left: -100px;
	margin-top: 1em;
	width: 12em;
	background-color: white;
	clear: left;
}

/* IE 5.x hack */
* html div#weblogLinks {
	margin-left: 0px;
	ma\rgin-left: -100px;
}

.day {
  overflow: hidden;
}

/* We want a yellow stripe across the headings. */
div#weblogLinks h2 {
	background-color: rgb(234, 172, 39);
	background-image: url("../../images/autumn/leaf-background.jpg");
	color: rgb(72, 30, 0);
	padding: 0.2em;
	position: relative;
	z-index: 1;
}
	
h3.contentTitle {
	padding: 0px;
	margin: 0px;
}

#rssLink {
	margin-top: 20px;
}

.permaLink {
  padding-top: 0px;
  margin-top: 0px;
  font-size: smaller;
}

/* Used for images in-line in postings. */
.floatingImg {
  float: right;
  margin-left: 1em;
  border: rgb(234, 172, 39) 5px solid;
  margin-top: 1em;
}

/* We display the month archive links on one line. */
.monthList li{
	display: inline;
}

@media print {
  #weblogLinks {
    display: none;
  }
}

