/*
### IMPORTANT ###
This file contains MOST, but NOT ALL
of the required IE6 hacks.

Also look in the font size files and
the main styles.css

*/

.blog-archive-link-enabled {
	margin-right: 10px;
	white-space: normal;
}

.title_block {
	position: relative;
}

.top-border {
	margin: -4px 0 -4px;
}

#toolbar_horizontal ul {
	height: 1%;
	display: inline;
	
}

#toolbar_horizontal ul li,
#toolbar_horizontal ul li a {
	width: 1%; /* has-layout width style? */
	white-space: nowrap; /* don't ask 'cuz I don't know */
}

#toolbar_horizontal ul li a {
	position: relative;
	top: 10px;
	padding: 0px 15px;
}

#toolbar_horizontal ul ul {
	display: none; /* counters the display: inline; */
}

#toolbar_horizontal.sb,
#toolbar_horizontal.sbi {
	height:1%; /* has-layout */
}
#toolbar_vertical {
	font-size: 80%;
}
#toolbar_sub ul ul {
	height: 1%; /* has-layout */
	display: inline; /* helps IE understand inline-block */
	top: 10px;
}

#toolbar_sub ul ul li,
#toolbar_sub ul ul li a {
	width: 1%; /* has-layout width style? */
	white-space: nowrap; /* don't ask 'cuz I don't know */
}

#toolbar_sub ul ul ul {
	display: none; /* counters the display: inline; */
}

#toolbar_sub.sb,
#toolbar_sub.sbi {
	height:1%; /* has-layout */
}
.content {
	width: 70%;
}
