#bot_blog,
#blog_comments{
	position: relative;
}
#bot_blog h1{
	margin-left: 10px;
}
.bot_loading{
	position: absolute;
	width: 16px;
	height: 16px;
	left: -18px;
	top: 0;
	background: url(../_images/blog_loadinfo.gif);
}
#bot_blog .bot_loading{
	position: absolute;
	width: 16px;
	height: 16px;
	left: auto;
	right:40px;
	top: 0;
	background: url(../_images/blog_right_loader.gif);
}
#bot_blog li a span.date,
#bot_blog li span.date{
	display: none;
}
.bot_controls{
	border-top:1px dotted #d1b6ae;
	clear:both;
	margin-top:15px;
	padding:5px;
	width:291px;
}
	.bot_next,
	.bot_next_disabled,
	.bot_prev,
	.bot_prev_disabled{
		width: 25px;
		height: 24px;
	}
	.bot_next{
		background: url(../_images/blog_next.gif);
		cursor: pointer;
		float: right;
	}
		.bot_next_disabled{
			background: url(../_images/blog_next_grey.gif);
			cursor: auto;
			float: right;
		}
	.bot_prev{
		background: url(../_images/blog_prev.gif);
		float: left;
		cursor: pointer;
	}
		.bot_prev_disabled{
			background: url(../_images/blog_prev_grey.gif) !important;
			float: left;
			cursor: auto;
		}
	.bot_pages{
		float: left;
	}
		.bot_pages a{
			float: left;
			margin-left: 5px;
			text-decoration: none;
			padding:3px 6px;
			text-align: center;
			color: #666666;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			cursor: pointer;
		}
		.bot_pages a.selected{
			background-color:#580A0A;
			color:#FFFFFF !important;
		}
		.bot_pages a:hover{
			background-color:#d1b6ae;
			color: #580A0A;
		}
#blog_comments .odd{
	background-color: #ffffff;
}
#blog_comments .even{
	background-color: #f5f5f5;
}
.comment{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.comment p{
		margin: 0;
		padding: 5px;
	}
	.comment p.author{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
		font-weight: bold;
	}
	.comment p.date{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
	}
.splitter{
	width: 100%;
	border-top: 2px solid #EAEAEA;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form_error{
	width: 100%;
	background-color: #ff0000;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.warning{
	width: 100%;
	background-color: #ff9900;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rss_feed{
	position: absolute;
	right: 10px;
	top: 0;
}
.rss_feed img{
	border: none !important;
}
.right{
	width: 100%;
	text-align: right;
}


#bot_blog ul li a {
	background:none;
	border-bottom:1px dotted #E2DCCE;
	float: left;
	margin:0 30px 0 0;
	padding: 8px 30px 8px 10px;
	width:260px;
	color:#444;
	text-decoration:none;
	line-height: 18px;
}
#bot_blog ul li a:hover {
	background:none;
	color:#444;
	text-decoration:underline;
}
#bot_blog ul li a.selected,
#bot_blog ul li.selected a{
	background:none;
	color:#900;
	text-decoration:underline;
}

