/* JOURNAL.PHP  & JOURNAL_ENTRY.PHP */
#container div#main {
	background-color: white;
}

#main div#binding {
	background: url(images/journal_binder.gif) repeat-y 355px 0;
}
#binding div#recent .sally {
	float: right;
	width: 330px;
	padding: 20px 10px 0 0;
}
#binding div#recent .jim {
	width: 330px;
	padding: 20px 0 0 10px;
}
#binding div#archive .sally {
	float: right;
	width: 330px;
	padding: 0 10px 20px 0;
}
#binding div#archive .jim {
	width: 330px;
	padding: 0 0 20px 10px;
}
#binding div.entry_title {
	font-size: 1.1em;
	font-weight: bold;
}
#binding .entry_title a {
	color: black;
}
#binding div.entry_specs {
	color: #666666;
	font-size: .9em;
}
#binding p.more_url {
	text-align: right;
	font-size: .9em;
	padding-right: 20px;
}
#binding p.archive_header {
	font-weight: bold;
}
div.clearer {
	clear: both;
	height: 1px;
}

#main div#article {
	float: right;
	width: 510px;
	padding: 20px 10px 20px 0;
}
#article div.entry_specs {
	color: #666666;
	font-size: .8em;
}
#article div#comment_header {
	font-weight: bold;
	margin-top: 10px;
}
#article div#comment_add {
	float: right;
	width: 150px;
	margin-top: 10px;
}
#article div.comment {
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	margin-top: 10px;
}
#article div#comment_entry {
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
}
form#comment_post td#comment_hdr {
	font-weight: bold;
	padding-bottom: 5px;
}
.comment div.comment_specs {
	font-style: italic;
	font-size: .9em;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	background-color: #eeeeee;
}
.comment p {
	margin-left: 10px;
}
.comment div.comment_url {
	font-size: .75em;
	margin-left: 10px;
}
#main div#sidebar {
	width: 200px;
	padding: 20px 0 20px 10px;
}
#sidebar div#archive_header {
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar div.archive_title {
	font-size: .85em;
	margin-bottom: 3px;
}