/*
 * docstyle.org 0.7 - Smart web publishing
 *
 * Copyright (c) 2007 Staffan Olsson (docstyle.org)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 */
 
html {min-height: 100%;}
body.docface {
}
p, ul, ol {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

/* custom classes */

.file, .command, .directive {
	font-family: monospace;
}


/* docface defaults */

#docface-menu {
	float:left;
}
#docface-content {
}

/* default selected behaviour, low specificity so it is easy to override */
.selected a {
	background-color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);	
}
#docface-menu a:hover {
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);	
}

/* jQuery tabs layout */
@media projection, screen { .tabs-hide { display:none; } }
@media print { .tabs-nav { display: none; } }

.tabs-nav {
	padding-left: 0;
}
.tabs-nav li {
	list-style:none;
}
.tabs-nav a {
	display:block;
}
.tabs-nav span {
	display:block;
}
.tabs-nav .tabs-disabled a,
.tabs-nav .tabs-disabled a span {
	cursor:default;
}
.tabs-nav .tabs-selected a span {
	cursor:default;
}
.tabs-container {
}
