.bg_blur {
	background: url(images/bg09_sharp02.jpg) #545454 fixed left top no-repeat;
}

.bg_sharp {
	background: url(images/bg09_sharp01.png) fixed repeat, url(images/bg09_sharp03.png) fixed repeat-x, url(images/bg09_sharp04.png) fixed repeat-x, url(images/bg09_sharp02.jpg) #545454 fixed no-repeat;
	background-position:left top;
}

#header, .post, .post_archive, .post_archive_date_header, .post_search  {
	border:#ccc 1px solid;
	text-shadow: none;
}

.post_search_result {
	text-shadow: none;
}

.post_highlight {
	display:none;
}

.post_content img {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.post_content object {
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}


.vertical-line {
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:#ccc 1px solid;
}

.horizontal-line {
	
	border-top:#ccc 1px solid;
	border-left:none;
	border-bottom:none;
	border-right:none;
}

.button, .input, .navigation, .arrow {
	border:#ccc 1px solid;
	text-shadow: none;
}

