
/*
copyleft 2004 Felix Andrews http://www.nfrac.org/felix/
photo taken by me near Tathra, NSW, Australia.
based on "desert horizon" stylesheet by Matt Andrews.
*/

body
{
	color: black;
	background: white url(http://www.neurofractal.org/style/tathra_rockwall.jpg) no-repeat bottom right;
	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: 20em;
}

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

/* form > ul > li > ul 
div.catname {
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-right: 40px;
	padding: 10px;
	background: white;
}*/

#quickaddlink {
	position: relative;
	float: right;
	clear: both;
	top: 90%;
	margin: 15px 5px 5px 5px;
	padding: 0;
}

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

form {
	margin: 0;
	padding: 0;
}

#linkspagelink {
	position: absolute;
	top: 0px;
	left: 90%;
}

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

html>body #main
{
	height: auto;
}

#pagetitle {
	color: #4698D5;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: left;
	margin-top: -5px;
	padding-top : 0px;
	vertical-align : top;
	letter-spacing: 1em;
}

a { color: #000; }

#all-links {
	position:relative;
	float: right;
	vertical-align : top;
	margin-top: 20px;
	width: 70%;
}

ul ul a {
	padding: 2px 2px 2px 10px;
}

div.catname {
	padding: 2px 2px 2px 10px;
	background-image: url(http://www.neurofractal.org/style/blackfuzz.png);
	color: white;
	font-weight: bold;
	font-size: 12px;
	border: 0 solid black;
	border-width: 2px 0;
	width: 18em;
}

form > ul > li {
	margin: 5px;
}

form > ul > li > ul > li {
	background-image: url(http://www.neurofractal.org/style/greyfuzz.png);
}


form > ul > li:hover > ul > li {
	background: #ddd;
}

form > ul > li:hover > div.catname {
	background: black;
	color: white;
}

.label-0 {
	text-align: right;
}

.label-1 {
	text-align: right;
}

.list-0 {
	text-align: left;
}

.list-1 {
	text-align: left;
}

#top-links {
	position: relative;
	float: left;
	xwidth: 15%;
	text-align: center;
	margin-top: 0px;
	vertical-align : top;
	padding: 15px;
	top: 0;
}

.toplink a {
	background: url(http://www.neurofractal.org/style/whitefuzz.png);
	display: block;
	border: 2px solid transparent;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.toplink a:active { border-color: #00d; }
.toplink a:hover { border-color: #ddd; background: white; }

#all-links a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#all-links a:active { color: #fff; background-color: #000; }
#all-links a:hover { color: #000; background-color: #fff; }

#admin-link {
	position: absolute;
	top: 0px;
	left: 90%;
}

input,select {
	font: 11px/1.5 verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #ddd;
}

input.submit {
	font-weight: bold;
	background-color: #ddd;
}

