body {
  margin: 0px;
  padding: 0px;
  background-color: #666;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  font-size: 12px;
  font-weight: normal;
  font-family: "Trebuchet MS", sans-serif;
  color: #333;
}

a {
	text-decoration: none;
	color: #900;
}

#header_shadow {
  margin: 0px auto;
  padding: 0px;
  width: 640px;
  height: 200px;
  background-image: url(images/headline_shadow.gif);
  background-repeat: repeat-y;
  clear: both;
}

#header {
	margin: 0px auto;
	width: 600px;
	height: 200px;
}

#header img {
	border: 0px;
}
#topmenu {
	width: 600px;
	margin: 0px auto;
	margin-top: 25px;
}
a.title {
	display: block;
	float: left;
	color: #ddd;
	font-weight: 300;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}

.search {
	float: right;
	margin: 0px;
	padding: 0px;
}

#mainmenu {
	margin: 0px auto;
	width: 600px;
	padding: 0px 0px;
	white-space: nowrap;
	background-image: url(images/crosshatch.png);
	background-repeat: repeat-x;
	background-color: #ccc;
	height: 20px;
	line-height: 17px;
}

#mainmenu li {
	display: block;
	float: left;
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif
	font-size: 12px;
	text-align: center;
	color: #900;
	font-weight: normal;
}
#mainmenu li a:link, #mainmenu li a:active, #mainmenu li a:visited {
	display: block;
	width: 60px;
	text-decoration: none;
	color: #900;
}
#mainmenu li a:hover {
	border-bottom: 3px solid #900;
}

#mainmenu li a.current {
	border-bottom: 3px solid #900;
}

#content {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ccc;
	border: 1px sold red;

}

#archive {
	float: left;
	width: 100%;
	background-color: #ccc;
	color: #333;
	padding: 5px 10px;
}

#entries {
	float: left;
	width: 442px;
	background-color: #ccc;
	color: #333;
	padding: 5px 10px;
}

.entry {
	background-image: url(images/entry_mark.gif);
	background-repeat: no-repeat;
	text-indent: 17px;
}

h2 {
	color: #900;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 15px;
}

h2 a.category {
	display:block;
	color: #333;
	font-family: "Courier", serif;
	font-size: 10px;
	font-weight: normal;
}

.meta {
	color: #666;
	font-size: 10px;
}

.entry blockquote, .comment blockquote {
	text-indent: 0px;
	margin: 5px 20px 5px 37px;
	font-size: 80%;
	line-height: 16px;
}
.entry blockquote p:before, .comment blockquote p {
	content: url(images/quote_open.png);
	padding-right: 5px;
}
.entry blockquote p, .comment blockquote p {
	margin: 0px;
	padding: 0px;
}
.entry blockquote p:after, .comment blockquote p:after {
	content: url(images/quote_close.png);
	padding-left: 5px;
}

.entry p, .comment p {
	text-indent: 0px;
	margin: 10px 17px;
}

.entry img {
	border: 1px solid #111;
	margin: 5px;
}

.comment {
	background-image: url(images/comment_mark.gif);
	background-repeat:no-repeat;
	text-indent: 17px;
}

#sidebar {
	float: left;
	width: 128px;
	background-color: #ccc;
	color: #333;
	padding: 5px 5px;
	font-size: 80%;
}

#sidebar .meta {
	font-size: 100%;
}

#sidebar div {
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-image: url(images/sidebar_sep.gif);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#sidebar blockquote {
	margin: 0px;
	padding: 5px;
}

#footer {
	width: 600px;
	margin: 10px auto;
	color: #ccc;
	text-align: center;
}

div.code {
	margin: 10px;
	padding: 2px;
	border: 1px solid #333; 
	background-color: #aaa;
}
code {
	white-space: pre;
}

dd {
	text-indent: 0px;
}

dt {
	font-weight: bold;
}

