img {
	margin: 5px;
}

/* blog is the right hand column where your entries and main content appear */

#blog {
	float: right;
	width: 600px;
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	border: 1px dashed #999;
	padding: 0;
	line-height: 165%;
	background-color: #fff0e4;
	font-size: 14px;
}

/* sidebar is the left column where all the links and secondary info show up */

#sidebar {
	float: left;
	width: 230px;
	color: #333;
	text-align: left;
	font-size: 9px;
	
	margin-bottom:15px;
	background-color: #fff0e4;
	/*
border-top: 1px solid #999;
	border-bottom: 1px solid #999;

	background: url(http://www.katarinakat.com/themes/site_themes/logical_blocks/lb_diags_white.gif) repeat-y right; */
}

.calendarTable {
	margin-top: 10px;
	margin-left: 25px;
	width: 800px;
}

.calendarTable td {
	width: 110px;
	height: 180px;
	font-size: 10px;
	text-align: left;
}

.calendarTable p {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}

/* the main class keeps blog content away from the edges. Could have been done with padding in the blog class, but that could cause some woes with older browsers */

.main {
	padding: 0px;
	padding-right: 16px;
	padding-left: 16px;
}

#sidebar h3 {
	height: 16px;
	margin: 0;
	color: #336;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	background: url("http://www.katarinakat.com/themes/site_themes/kat/navgrad.jpg") left;
	padding: 0px;
	padding-top: 4px;
	padding-left: 8px;
}
html>body .h3 {
	width: 249px;
}
#blog h3 {
	letter-spacing: 0.09em;
	margin-top: 9px;
	margin-bottom: 12px;
}

.input {
	padding-left: 8px;
	margin-left: 8px;
}

/* As mentioned above, these are the sidebar-specific list styles, based on my ticked-off links technique. Note the sidebar-specific links also. They have set widths so you can rollover anywhere along the link line */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: 0 solid #CCC;
	color: #666;
}
#sidebar li {
	border-bottom: 1px solid #CCC;
}
#sidebar li a:link {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 214px;
}
#sidebar li a:visited {
	color: #333366;
	text-decoration: none;
	line-height: 150%;
	display: block;
	width: 214px;
}
#sidebar li a:hover {
	color: #000;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 214px;
}
#sidebar li a:active {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 214px;
}

/* date and title are added to earlier h tags for greater control of headers. Posted shows all the author, permalink and trackback stuff under each entry */

.date {
	font-size: 10px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color: #336;
}
.posted {
	clear: both;
	margin-bottom: 25px;
	font-size: 10px;
	color: #666;
	line-height: 165%;
	padding: 3px 0 15px;
	border-bottom: 1px dashed #999;
}
.posted_comments {
	clear: both;
	font-size: 10px;
	color: #666;
	line-height: 165%;
	padding: 3px 0 3px;
}

