/* Standard Blosxom Bits */

.blosxomDate {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	clear: both;
}

.blosxomDate a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 0.5ex;
}

.blosxomDateLink {
	float: right;
	border: 0px;
}

.blosxomTitle {
	clear: both;
	color: black;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 15px;
	margin-bottom: 0px;
}

.blosxomTitle a {
	color: black;
	/*text-decoration: none;*/
}

.blosxomStory {
	margin: 15px;
	margin-bottom: 20px;
	margin-top: 7px;
	clear: both;
}

.blosxomStory a.permalink {
	color: #aaaaaa;
	font-size: small;
	text-decoration: none;
	font-style: italic;
}

.blosxomStory p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.blosxomStory img {
	border: 0px;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

.blosxomStory img.left {
	float: left;
}

.blosxomStory img.right {
	float: right;
}

/* Calendar */

#blosxomCalendar {
	padding: 0px 12px 12px 12px;
}

.blosxomCalendar {
	font-size: small;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.blosxomCalendarHead {
	font-weight: bold;
}

.blosxomCalendarWeekHeader {
	color: green;
}

.blosxomCalendarCell {
	color: #aaaaaa;
}

.blosxomCalendarBlogged a {
	color: #000000;
}

.blosxomCalendarSpecificDay a {
	color: blue;
}

.blosxomCalendarToday {
	color: green;
}

.blosxomCalendarToday a {
	color: green;
}
