
/*
copyleft 2004 Felix Andrews http://www.nfrac.org/felix/
*/

body
{
	color: yellow;
	background: black url(http://www.neurofractal.org/style/grind_rich.jpg);
	margin: 0;
	padding: 0;
	font: 11px/1.5 verdana, arial, helvetica, sans-serif;
	height: 99%;
	width: 98%;
}

div {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 220px;
	text-align: right;
}

td {
	font: 11px/1.5 verdana, arial, helvetica, sans-serif;
}

/*
form > ul > li  {
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-right: 40px;
	padding: 10px;
	background: #666 url(http://www.neurofractal.org/style/grain.jpg);
}*/

#quickaddlink {
	position: fixed;
	top: 100%;
	margin-top: -40px;
	left: 10px;
	height: 40px;
	padding: 0 0 0 10px;
	z-index: 100;
}

#quickaddlink td {
	height: 12px;
	margin: 0;
	padding: 0;
	color: white;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	margin:15px;
	min-height: 100%;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #main
{
	height: auto;
}

#pagetitle {
	font-size: 18px;
	text-align: left;
	padding : 5px 0 5px 10px;
	vertical-align : top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
#pagetitle:hover {
	letter-spacing: 5px;
}

#extraDiv1 {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: url(http://www.neurofractal.org/style/rockbar-top.png) repeat-x top left;
}

#extraDiv2 {
	position: fixed;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	height: 48px;
	margin-top: -48px;
	background: url(http://www.neurofractal.org/style/rockbar-bottom.png) repeat-x bottom left;
}

#extraDiv3 {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
	background: url(http://www.neurofractal.org/style/rockbar-left.png) repeat-y top left;
}

#extraDiv4 {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 100%;
	width: 48px;
	height: 100%;
	margin-left: -48px;
	background: url(http://www.neurofractal.org/style/rockbar-right.png) repeat-y top right;
}

#all-links {
	vertical-align : top;
	position: absolute;
	top: 100px;
	left: 8%;
	width: 90%;
	padding-bottom: 50px;
}

ul.all-links-ul1 li {
	margin: 0 10px;
}

/*ul.all-links-ul2*/
form > ul > li {
	margin: 10px;
	border: 1px solid black;
}

/*ul.all-links-ul3*/
form > ul > li > ul > li {
	background: #666 url(http://www.neurofractal.org/style/grain.jpg);
	padding: 0 0 4px 0;
	margin: 0;
	border: none;
}

/* ul.all-links-ul3 */
div.catname {
	padding: 3px 0 3px 0;
	background: #444;
	font-size: 14px;
	font-family: monospace;
	border: none;
	border-bottom: 1px solid black;
}

div.catname:before {
	color: #666;
	content: "\003C !--";
}
div.catname:after {
	color: #666;
	content: "--\003E";
}

ul.all-links-ul4 li {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
form > ul > li a {
	padding-right: 10px;
}

#top-links {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	background: black;
	border: 1px solid #555;
	font-weight: bold;
	font-size: 14px;
	padding: 15px;
}

.toplink {
	display: inline;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	border-right: 3px solid #666; 
}

.toplink a { padding-right: 10px; color: white; text-decoration: none; }
.toplink a:active { color: yellow; }
.toplink a:hover { color: #ccc; text-decoration: underline; }

#all-links a { display: block; font-size: 11pt; text-decoration: none; color: black; }
#all-links a:active { color: white; }
#all-links a:hover { color: yellow; /*font-weight: bold;*/ }

#admin-link, #linkspagelink {
	position: fixed;
	top: 5px;
	left: 90%;
	z-index: 100;
}

#valid-xhtml {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 1;
}

#valid-css {
	position: absolute;
	top: 163px;
	left: 0;
	z-index: 1;
}

#admin-link a, #linkspagelink a { color: white; text-decoration: none; }
#admin-link a:hover, #linkspagelink a:hover { color: yellow; }

input,select {
	font: 11px/1.5 verdana, arial, helvetica, sans-serif;
	color: yellow;
	background: #666 url(http://www.neurofractal.org/style/grain.jpg);
}

select {
	color: black;
}

select option {
	text-align: right;
	color: yellow;
}

input.submit {
	font-weight: bold;
	color: black;
}
