@import url(common.css);

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../gfx/nef/logo_bg.jpg);
	background-repeat: no-repeat;
}
a { text-decoration: none; color: #0B3A72; }

/* position and size of elements */
#mainframe { width: 750px; }

#tree
{
	width: 200px;
	padding-bottom: 1em;
}
#content {
	width: 510px;
	padding: 2em 2em 2em 40px;
	clear: both;
}
#homer
{
	width: 200px;
	height: 230px;
/*outline: 1px #f0f dashed;*/
	display: block;
}
/* style baby! */
ul#navbar {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	background: #eee;
	border-bottom: 1px #ccc solid;
	height: 40px;
}
ul#navbar li
{
	float: left;
	margin: 0 .5em;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../gfx/nef/arrows.gif);
	background-repeat: no-repeat;
	background-position: left .6ex;
}
ul#navbar li.active a { text-decoration: underline; }
.backers{
	font-size: 80%;
	text-align: right;
	padding-top: 1ex;
}
#tree ul {
	margin: 0 0 1ex 1ex;
	padding: 0;
	list-style: none;
	font-size: 90%;
	font-weight: bold;
}
#tree ul li a {
	padding: .3ex 1.5ex;
	margin-bottom: 1ex;
	text-decoration: none;
	display: block;
	background-image: url(../gfx/nef/arrows.gif);
	background-repeat: no-repeat;
	background-position: left 1ex;
}
#tree li.active {
	background-image: url(../gfx/nef/menu_on_bg.gif);
	background-repeat: repeat-y;
}
/* Fix IE. Hide from IE Mac \*/
* html #tree ul li.active a { height: 1%; }
/* End */

#tree ul li a.selected {
	padding-left: 1.2ex;
	border-left: 2px #999 solid;
	background-image: url(../gfx/nef/menu_on_bg.gif);
	background-repeat: repeat-y;
}
#tree ul li a:hover { text-decoration: underline; }

#quicksearch form {
	margin: 0 1ex 1em .8em;
}
#quicksearch #searchstring { width: 135px; font-size: 80%; }
#quicksearch #submit { font-size: 80%; }

#colophon {
	text-align: center;
	font-size: 80%;
	margin: 5em 0 0 0;
	padding: .5ex 0;
	border-top: 1px #ccc solid;
}

#article .caption, #folder .caption
{
	font-size: 100%;
	padding-bottom: 1.5em;
}
#article .caption
{
	font-style: italic;
}
.body { font-size: 90%; }

#searchadvanced ul {
	margin: 0;
	padding: 1em 0 1em 0;
	list-style-type: none;
	font-size: 90%;
}
#searchadvanced ul li { padding: .5ex 0; }

.alfalist {
	text-align: center;
}
.alfalist a { margin: .3ex; padding: .2ex; }
.alfalist a.selected { font-weight: bold; border: 1px #000 solid; background: #eee; }

#addons ul {
	border: 1px #ccc solid;
	background: #eee;
}
#addons ul li ul { border: 0; }

#addons ul, #addons ul li ul {
	margin: 0 0 1ex 1ex;
	padding: .5ex;
	list-style-type: none;
	font-size: 90%;
}
#addons ul li.note { margin-bottom: 1em; }
#addons .title { font-weight: bold;  }
#addons .items .title {
	font-weight: normal;
	margin-left: 1ex;
}