/*
Knowledge stylesheets - knowledge.css
copyright (c) 2004- Shawn Sulma (omghax0r@omgrawr.net)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

/* LAYOUT BITS */

div.titlebar_root,div.titlebar_category,div.titlebar_issue,div.titlebar_response {
	padding: 1pt;
	padding-left: 1pt;
	margin-top: 1pt;
}
div.admin_root,div.admin_category,div.admin_issue,div.admin_response {
	padding: 4pt;
	padding-left: 2pt;
}
div.node_category,div.node_issue,div.node_response {
	margin-left: 1pc;
}
div.children_root,div.children_category,div.children_issue {
	margin-left: 0;
}
div.node_root {
	margin-top: 1pc;
	margin-bottom: 1pc;
}
span.type_root, span.type_category, span.type_issue {
	display: none;
}
span.title_root,span.title_category,span.title_issue,span.title_response,span.type_response
{
	font-weight: bold;
	padding-left: 6pt;
}
div.nodebody {
	padding-top: 2pt;
	padding-left: 6pt;
	padding-bottom: 6pt;
	border-style: solid;
	border-width: thin;
	margin-bottom: 6pt;
}

span.restricted_root,span.restricted_category,span.restricted_issue,span.restricted_response {
	padding-right: 6pt;
	padding-left: 6pt;
	margin-right: 6pt;
}
a.link_root,a.link_category,a.link_issue,a.link_response {
	text-decoration: none;
}
div.children_category,div.children_root {
	margin-left: 1pc;
}
div.children_category, div.children_issue, div.children_root, div.node_category, div.node_issue, div.node_response {
	margin-top: 6pt;
}
span.focus {
	font-size: 150%;
}
span.focus a {
	font-weight: bold;
}
div.titlebar_root span.focus {
	font-size: 100%;
}
div.titlebar_root {
	font-size: 250%;
}
a.link_root {
	font-weight: bold;
	font-style: italic;
}
div.restrictedblock {
	margin-bottom: 6pt;
}
div.path {
	margin-top: 18pt;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	padding-left: 6pt;
	border-bottom: none;
}
span.pathelement a {
	text-decoration: none;
	vertical-align: middle;
}
span.pathsep {
	font-size: 200%;
	font-weight: bold;
	vertical-align: middle;
}