@import "main.css";
body {
	color: #400;
	background-color: #8b6;
}

.spacer	{ clear: both; font-size: 1px; line-height: 1px; }

#header { margin-bottom: 40px; }

#header a { color: #400; text-decoration: none; }

a:link { color: #22c }
a:visited { color: #005 }
a:active, a:hover {
	color: #aa0;
	border-color: #700;
	background-color: #050 !important;
	text-decoration: none;
}

div#navbar { background-color: #694; }

#journal {
	position: absolute;
	padding-right: 20px;
	margin-left: 2em;
	margin-right: 250px;
	top: 130px;
}

#journal p {
	line-height: 2em;
	text-align: left;
	margin-bottom: 1em;
	clear: both;
}

#journal .date {
	font-size: smaller;
	background-color: #7a5;
	border-style: none;
	border-width: 1px !important;
	padding: .3em 1.5em;
}

#journal .date h2 { margin: 0px; font-size: small; }

#journal p { text-indent: 2em; }
#journal p+p { margin-top: -1em; }

#journal .entryhead {
	display: block; 
	margin: 0 0 .8em 0;
	height: 1.3em;
	border-top: solid 1px #400;
}

/* title */
#journal h3.title	{
	background-color: #ad8;
	float: left;
	font-size: small;
	margin: 0;
	padding: .1em 3em;
}

.title a:link, .title a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #400;
}

/* time */
#journal h5 {
	background-color: #400;
	color: #ad8;
	float: right;
	margin: 0px;
	padding: .1em .5em;
	font-style: italic;
	font-size: small;
}

/* comments/trackback line */
#journal cite {
	text-align: right; 
	margin: 0px 0px 3em 0px;
	padding-top: 0px; 
	height: 16px;
	display: block;
	border-top: solid 1px #7a5;
}

/* other column */
#links {
	position: absolute;
	top: 130px;
	right: 30px;
	width: 180px;
	font-size: smaller;
	text-align: center;
}

.calendar { line-height: 1em; }

.sidetitle, .calendarhead, .syndicate, .powered {
	line-height: 2em;
	width: 130px;
	font-weight: bold;
	background-color: #7a5;
	border-style: none;
	padding: .2em 1.5em;
	text-align: center;
	margin: 0 0 .5em 0;
}

.calendarhead { width: 180px; }
/*
.side {
	margin: 0 2em;
}
*/

