a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

#taka-header {
	height: 40px;
}
#taka-header img {
	border: 0;
	vertical-align: middle;
}
#taka-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 8px;
	top: 0px;
	z-index: 3;
}
#taka-header-google {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 200px;
	top: 10px;
}
#taka-header-counters {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 5px;
	top: 13px;
}
#taka-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
	display: inline;
}
#taka-header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#taka-items a:hover, #fedora-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#taka-header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}
#taka-header-search {
	height: 25px;
}
#taka-header-search-entry {
	vertical-align: top;
	margin: 0.65em 4px 0 10px;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border: 1px solid #999;
	font-size: 0.8em !important;
}
#taka-header-search-entry:focus {
	background-color: #fff;
	border: 1px solid #555;
}
#taka-header-search-button {
	font-size: 0.8em !important;
	vertical-align: top;
	margin-top: 0.2em;
	border: 0;
	padding: 7px;
	background: #fff url('/images/header-search.png') no-repeat left;
	padding-left: 21px;
}
#taka-header-items form {
	float: right;
}
#taka-header-items input {
	font-size: 0.85em;
}
#taka-nav {
	margin: 0;
	padding: 0;
	background-color: #073b22;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}
#taka-nav ul {
	margin: 0;
	padding: 0;
}
#taka-nav li {
	display: inline;
	list-style: none;
	padding: 0 5pt;
}
#taka-nav li + li {
	padding-left: 8pt;
	border-left: 1px solid #99a5bf;
}
#taka-nav a {
	color: #c5ccdb;
	text-decoration: none;
}
#taka-nav a:hover {
	color: #fff;
}

#taka-side-left {
	position: absolute;
	z-index: 2;
	width: 160px;
	/* Space down for the approx line height (fonts) */
	left: 10px;
}
#taka-side-right {
	position: absolute;
	z-index: 1;
	width: 180px;
	right: 12px;
	padding-top: 3px;
	}
#taka-side-left, #taka-side-right {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 56px;
	color: #555;
	font-size: 0.9em;
}
#taka-side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side naviagation */
#taka-side-nav-label {
	display: none;
}
#taka-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #032003;
	border-top: 0;
	background-color: #053a06;
}
#taka-side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #053505;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #053a06;
}
#taka-side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
	font-weight: bold; font-family: sans-serif}
#taka-side-nav a:hover {
	background-color: #0b780d;
	color: #fff;
}
#taka-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#taka-side-nav ul li {
	border-top: 1px solid #074d08;
        background-color: #085409;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #085409;
}
#taka-side-nav ul li:hover {
	border-bottom: 1px solid #09690b;
}
#taka-side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#taka-side-nav ul li a:hover {
	background-color: #0b780d;
}
#taka-side-nav ul ul li {
	border-top: 1px solid #085c0a;
        background-color: #09630a;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #09630a;
}
#taka-side-nav ul ul li:hover {
	border-bottom: 1px solid #09690b;
}
#taka-side-nav ul ul li a {
	padding-left: 18px;
	color: #a7b2c9;
}
#taka-side-nav ul ul li a:hover {
	background-color: #0b780d;
}
#taka-side-nav strong a {
	font-weight: bold; font-family: sans-serif;
	color: #fff !important;
	background-color: #042704;
}
#taka-side-nav strong a:hover {
	font-weight: bold; font-family: sans-serif;
	background-color: #0b780d !important;
}

/* content containers */
#taka-middle-one, #taka-middle-two, #taka-middle-three {
	/* position: relative; */ /* relative to utilize z-index */
	width: auto;
	min-width: 200px;
	margin: 10px;
	z-index: 3; /* content can overlap when the browser is narrow */
}
#taka-middle-two {
	margin-left: 170px;
	padding-left: 5px;
}
#taka-middle-three {
	margin-right: 170px;
	padding-right: 24px;
}

#taka-content {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

.content { margin: 0 1em }

#taka-sidelist {
	position: relative;
	bottom: 3px;
	margin: 0;
	padding: 3px !important;
	border: 1px solid #bbb;
	background-color: #ccc;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#taka-sidelist strong a {
	font-weight: normal;
	background-color: #555;
	color: #fff;
}
#taka-sidelist strong a:hover {
	background-color: #333;
	color: #fff;
}
#taka-sidelist li {
	list-style-position: outside;
	font-size: 0.9em;
	list-style: none;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0;
	list-style: none;
}
#taka-sidelist li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
	border-radius: 2.5px;
	-moz-border-radius: 2.5px;
}
#taka-sidelist li a:hover {
	background-color: #999;
	color: #eee;
}

#taka-footer {
	font-size: 0.8em;
	text-align: right;
	color: #555;
	margin-bottom: 2em;
}
#taka-printable {
	text-align: center;
	margin: 1em 0;
	font-size: 0.85em;
}
#taka-printable a {
	text-decoration: none;
	padding: 5px 0;
	padding-left: 18px;
	background: transparent url("/images/printable.png") no-repeat left;
}
#taka-printable a:hover {
	text-decoration: underline;
}
