@CHARSET "UTF-8";

.blog_listing_title {
	padding-bottom: 3px;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #fb8;
}

.blog_listing_date {
	text-align: right;
	margin-bottom: 1em;
	color: #480;
}

#blog_buttons {
	height: 40px;
	margin: 0 0 12px 0;
	padding: 0;
	background: #9f7fff;
}

	.blog_button {
		width: 92px;
		height: 40px;
		display: block;
		float: left;
		background-color: #9f7fff;
	}
	
		.blog_button a {
		 	display: block;
		 	width: 92px;
		 	height: 40px;
			text-decoration: none; 
		 }
	 
		 .blog_button a:hover {
		 	background-position: top !important;
		 	bavkground-color: #ff00ff;
		 }

	#bloglinktitle {
			width: 30px; 
			height: 40px; 
			display: block; 
			float: left; 
			background: url(../images/elements/blog_00.png) bottom;
	}

	#bloglink01 a {background: url(../images/elements/blog_01.png) bottom;}
	#bloglink02 a {background: url(../images/elements/blog_02.png) bottom;}
	#bloglink03 a {background: url(../images/elements/blog_03.png) bottom;}
	#bloglink04 a {background: url(../images/elements/blog_04.png) bottom;}
	#bloglink05 a {background: url(../images/elements/blog_05.png) bottom;}
	#bloglink06 a {background: url(../images/elements/blog_06.png) bottom;}
	#bloglink07 a {background: url(../images/elements/blog_07.png) bottom;}
	#bloglink08 a {background: url(../images/elements/blog_08.png) bottom;}
	#bloglink09 a {background: url(../images/elements/blog_09.png) bottom;}
	#bloglink10 a {background: url(../images/elements/blog_10.png) bottom;}

	.blog_button span {
		position: relative;
		left: -2000px;
	}
	



.blog_entry_outline {
	padding-top: 1em;
}

.blog_entry_icon {
	float: left;
	margin: 0 10px 5px 0;
}

