
/*
 * Entries in a list or in a single view.
 */
div.journal div.entry {
	padding-bottom: 1em;
	border-bottom: solid 1px;	
	margin-bottom: 1em;
}
div.journal div.entry div.title {
	font-weight: bold;
	font-size: 120%;
}
div.journal div.entry div.author {
	font-weight: bold;
	font-size: 100%;
}
div.journal div.entry div.timestamp {
	font-size: 80%;
	font-style: italic;
}
div.journal div.entry div.text {
	padding-top: 0.5em;
}
/*
 * IE5 for Mac doesn't display floating divs correctly... 
 * When it finally dies, this can be uncommented.
div.journal div.entry div.photo {
	float: right;
	margin: 0px 0px 0.5em 1em;
	text-align: center;
	font-size: 80%;
}
div.journal div.entry div.photo img {
	display: block;
	border: solid 1px;
}
 * END IE5 for mac illness. Once IE5 for mac dies, delete the style
 * block below and use the above instead (but be sure to update the
 * CMS template first.)
 */
div.journal div.entry img {
	float: right;
	margin: 0px 0px 0.5em 1em;
	border: solid 1px;
}


/*
 * The archive table.
 */
div.journal.archive table {
	border: solid 1px;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
	margin-top: 1em;
}
div.journal.archive table tr.odd {
}
div.journal.archive table tr.even {
}
div.journal.archive table tr.highlighted {
	font-weight: bold;
}
div.journal.archive table th {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 1em;
}
div.journal.archive table td {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px 1em;
	font-size: 90%;
}
div.journal.archive table td.title {
}
div.journal.archive table td.timestamp {
	white-space: nowrap;
}
div.journal.archive table td a {
	text-decoration: none;
}


/*
 * The popup window.
 */
body.popup {
	text-align: center;
}
body.popup div.photo div.title {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em;
}
body.popup div.image {
	margin: 0.5em 0px;
}
body.popup div.image img {
	border: solid 1px;
}
body.popup div.description {
}
