/*
 * HAVE TO OVERRIDE OTHER CSS
 * 
 */
abbr, acronym {
	border: none;
	cursor: default;
}

span .tag-links a {
	color: #333;
}



body { 
	background: url(images/bg_blog.gif);
	background-repeat: repeat-y;
}
.post>*,
#comments>*,
#nav-below>* {
	margin: 8px;
}
h1 {
	margin-left: 8px;
	font-weight: normal;
}
#content h2,
#content h3 {
	margin-top: 48px !important;
}
#content a {
	color: #FF0000;
}
#comments h3,
.entry-utility,
.entry-meta {
	color: #666;
}
.entry-utility,
.entry-meta {
	font-style: italic;
}
#container {
	width: 492px; /* 3x164 */
}
#access,
#nav-above {
	display: none;
	visibility: hidden;
}
#single-top,
#single-bottom,
#index-top,
#index-bottom {
	top: 20px;
	position: absolute;
	width: 164px;
	left: 820px;
	z-index: 2;
}
#single-bottom,
#index-bottom {
	top: 218px;
}
#single-top h3,
#single-bottom h3,
#index-top h3,
#index-bottom h3 {
	margin: 19px !important;
	margin-top: 24px !important;
	margin-bottom: 8px !important;
}
#single-bottom li,
#index-bottom li {
	list-style: none;
}
#single-bottom a,
#index-bottom a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	background: transparent url(images/blog-separator.gif) left bottom no-repeat;
	color: black;
	text-decoration: none;
}
#single-bottom a:hover,
#index-bottom a:hover {
	color: black;
	background: white url(images/blog-separator.gif) left bottom no-repeat;
	background-color: rgba(255, 255, 255, .8);
}
.msie #single-bottom a:hover,
.msie #index-bottom a:hover {
	background-color: white;
}

