/* Space out sidebar widgets a little more */
div.textwidget
{
	display: inline;
}

div.widget
{
	padding-bottom: 1em;
}

/* Add color to author comments */
.author-comment
{
	background-color: #FAFFFF;
}

/* Line up sidebar with top post */
#sidebar
{
	padding-top: 1.06em;
}

/* Tweak twitter formatting */
#twitter_update_list span
{
	display: block;
}
#twitter_update_list li + li
{
	border-top: 1px solid #ddd;
}

/* Space next and prev links left and right */
body #header .articlenav
{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	height: 1%;
	min-height: 1em;
}
body #header .articlenav .previous-entry
{
	float: left;
	text-align: left;
	white-space: nowrap;
}
body #header .articlenav .separator
{
	visibility: hidden;
}
body #header .articlenav .next-entry
{
	white-space: nowrap;
}

body.liggitt .LT_content
{
	text-align: center;
}
body.liggitt .LT_cover
{
	margin-top: 5px;
	cursor: pointer;
}
body.liggitt .LT_powered
{
	display: none;
}

/* Fix for spurious scrollbars */
body.liggitt #navigation,
body.liggitt #content,
body.liggitt .comment,
body.liggitt .trackback,
body.liggitt #comments .meta,
body.liggitt #trackback-link,
body.liggitt #footer,
body.liggitt #theme-info,
body.liggitt #respond
{
	overflow: visible;
}

/* Tweak appearance of PRE */
body.liggitt .primary,
body.liggitt .primary pre,
body.liggitt .primary code
{
	width: 600px;
}

body.liggitt pre, body.liggitt code
{
	color: #000000;
	background-color: #eee;
	display: block;
	white-space: nowrap;
	margin: 10px 0;
	padding: 5px;
	overflow-x: scroll;
}

body.liggitt pre
{
	overflow-x: auto;
	overflow-y: auto;
}

/* Widen theme */
body.liggitt #wrapper
{
	width: 860px;
}

/* Archive page styling */
.car-list,
.car-monthlisting
{
	list-style: none;
}

.car-monthlisting span
{
	display: none;
}

.car-yearmonth
{
	font-weight: bold;
}

.car-yearmonth span
{
	display: none;
}


